.
// 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 -->
Dead Zone Questions
From
Sun-Sentinel's Q & A
Q. I have become engrossed in the Anthony Michael Hall program The Dead Zone. In watching the end credits, I noticed the name Michael Piller. Is this the same Michael Piller who produced many of the Star Trek programs? Also, what's your take on The Dead Zone? -- D.K., Davie
A. Michael Piller, whose son Shawn also has a creator's credit for The Dead Zone, was a writer for Star Trek: The Next Generation and helped create Star Trek: Deep Space Nine and Voyager. I'm not a sci-fi buff so I haven't seen enough of The Dead Zone to offer an informed opinion.
0 Comments:
Post a Comment
<< Home