.
// 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 Makes The Top 5!
1. "The 4400," (Sunday, 9 p.m.), USA, 3.9, 4.2 million homes.
2. "Monk" (Friday, 10 p.m.), USA, 3.6, 3.9 million homes.
3. "WWE Raw Zone" (Monday, 10 p.m.), Spike, 3.1, 3.4 million homes.
4. "The Dead Zone" (Sunday, 10 p.m.), USA, 3.0, 3.2 million homes.
5. "WWE Raw" (Monday, 9 p.m.), Spike, 2.9, 3.2 million homes.
Full list
0 Comments:
Post a Comment
<< Home