.
// 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 Dead Zone one of the Top 3 most watched Cable series according to Variety
Among ad-supported cable networks, USA rolled to victory in adults 18-49 (1.0 rating), adults 25-54 (1.1) and total viewers (2.9 million). Net's original series -- "Monk" (5.40m), "The 4400" (5.01m) and "The Dead Zone" (4.51m) -- ranked as the week's three most-watched cable programs.
Click Here to read the full story
0 Comments:
Post a Comment
<< Home