.
// 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 -->
Cast announced for Lifetime`s `Scarlett`
From
Small Screen news
LOS ANGELES, CA, United States (UPI) -- Rebecca Gayheart, Kristen Dalton, Lyndsy Fonseca and Michael Duvert will star in the Lifetime drama pilot, "Scarlett," it was announced Monday.
Gayheart -- who played Dylan`s ill-fated wife on "Beverly Hills 90210" -- will play a New Orleans gothic horror novelist whose characters mysteriously come to life, The Hollywood Reporter said.
The pilot will start shooting this month in New Orleans, with Steve Miner directing.
Bruce Willis and Arnold Rifkin`s Cheyenne Enterprises is executive producing "Scarlett" in association with Lions Gate Television.
0 Comments:
Post a Comment
<< Home