.
// I recommend you leave this here as otherwise when you resize NS4's width menus are hidden.
var popOldWidth = window.innerWidth;
nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');
// This is a quick snippet that captures all clicks on the document and hides the menus
// every time you click. Use if you want.
if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;
function clickHandle(evt)
{
if (isNS4) document.routeEvent(evt);
hideAllBut(0);
}
// This is just the moving command for the example.
function moveRoot()
{
with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
}
// End -->
Public Memorial For Michael Piller
From
Syfy Portal
A public memorial service will be held to remember Michael Piller, best known as a producer and writer for Star Trek. As announced by the Piller family, the service will take place Sunday, November 13, at 1:15 p.m. at Temple Israel of Hollywood in Los Angeles, California, according to TrekWeb.
Valet parking will be available. A reception will follow the service in the same building. The family requests that donations be made in Michael Piller's honor to the University of North Carolina at Chapel Hill, his alma mater.
0 Comments:
Post a Comment
<< Home