.
// 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 -->
The Original Dana Is Back?
"No Questions Asked" was helmed by Mike Rohl (last season's "Cabin Pressure") and scribed by DZ newby Moira Kirland. I must say that the rookie more than holds her own when it comes to the DZ standard. And as if I hadn't already given you all your share of behind-the-scenes info already, check out who's appearing in "No Questions Asked": Kendal Cross (who, as you DZ Season One DVD fans will know, was the original Dana Bright) is back, and although her girl next-door looks may not have been what the network was looking for with Dana, they more than fit the bill in this episode! Enjoy
0 Comments:
Post a Comment
<< Home