
var popOldWidth = window.innerWidth;
nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');

if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;

function clickHandle(evt) {
    if (isNS4) document.routeEvent(evt);
    hideAllBut(0);
}

function moveRoot() {
    with (menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
}
//  End -->

writeMenus();