.
// 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 -->
Dragon Con Info
Full Article
Celebrity guests at this years Dragon*Con include Anthony Michael Hall (Sixteen Candles, Weird Science, The Breakfast Club), Peter Davison (Doctor Who), Olivia (World Renowned Pin-Up Artist), Lorenzo Lamas (Falcon Crest, Renegade), George Romero (Night of The Living Dead, Creepshow), Soupy Sales, Erin Gray and Gil Gerard (Buck Rogers), Sybil Danning (Chained Heat, Amazon Women on the Moon) and others.
(Notice no The Dead Zone listed under AMH's Credits?)
0 Comments:
Post a Comment
<< Home