//////////////////////////////////////////////////////////////////////////////////// // ATTENTION NETSCAPE NAVIGATOR 3.0 USERS!!! // You are seeing this text because of a bug in older versions of Netscape. // // PLEASE FOLLOW THESE STEPS // // Read through these two steps before doing them. // 1. Press your BACK BUTTON. // 2. Click on REFRESH or RELOAD. // // You should now be able to use the site without seeing this message. // This problem can however return if your browser does not cache this // document correctly. It's recomended to UPGRADE YOUR BROWSER! //////////////////////////////////////////////////////////////////////////////////// // shows the drop down menu function showDDNav(){ args = showDDNav.arguments; if(br=="N"){ var args, theObj; args = showDDNav.arguments; theObj = eval(args[1]); if (theObj) if(theObj.visibility=='hide'){theObj.visibility = 'show';} } else if(br=="IE"){ theObj=eval(args[0]); if (theObj) if(theObj.style.visibility=='hidden'){hideElement('SELECT');theObj.style.visibility = 'visible'} } else{return} } // hides the drop down menu function hideDDNav(){ args = hideDDNav.arguments; if(br=="N"){ var args, theObj; args = hideDDNav.arguments; theObj = eval(args[1]); if (theObj) if(theObj.visibility=='show'){theObj.visibility = 'hide';} } else if(br=="IE"){ theObj=eval(args[0]); if (theObj) if(theObj.style.visibility=='visible'){showElement('SELECT');theObj.style.visibility = 'hidden'} } else{return} } // hides drop down menu when menu is active function hideDiv(){ args = hideDiv.arguments; if(br=="N"){} else if(br=="IE"){ theObj=eval(args[0]); // calculate active size of menu leftDiv=theObj.offsetLeft +2 rightDiv=theObj.offsetLeft + theObj.clientWidth -2 topDiv=theObj.offsetTop +2 bottomDiv=theObj.offsetTop + theObj.clientHeight -2 if(window.event.clientY > bottomDiv || window.event.clientY < topDiv || window.event.clientX < leftDiv || window.event.clientX > rightDiv) {theObj.style.visibility = 'hidden';showElement('SELECT');} } else{return} } // highlight menuitem function divOver(){ args = divOver.arguments; if(br=="N"){} else if(br=="IE"){ theObj=eval(args[0]); if(theObj.style.backgroundColor="990000"){ theObj.style.backgroundColor="CC0000"; } } else{return} } // highlight off menuitem function divOut(){ args = divOut.arguments; if(br=="N"){} else if(br=="IE"){ theObj=eval(args[0]); if(theObj.style.backgroundColor="CC0000"){ theObj.style.backgroundColor="990000"; } } else{return} } // highlight on menuitem in netscape function menuOver(){ var args, theMenu; args = menuOver.arguments; theMenu = eval(args[0]); theMenu.bgColor="#CC0000" } // highlight off menuitem in netscape function menuOut(){ var args, theMenu; args = menuOut.arguments; theMenu = eval(args[0]); theMenu.bgColor="#990000" } // goes to specified url function gotoUrl(){ args = gotoUrl.arguments; location.href=args[0] } // hides specified tag function hideElement(HTMLtag) { for (i = 3; i < document.all.tags(HTMLtag).length; i++) { obj = document.all.tags(HTMLtag)[i]; obj.style.visibility = "hidden"; } } // shows specified tag function showElement(HTMLtag) { for (i = 1; i < document.all.tags(HTMLtag).length; i++) { obj = document.all.tags(HTMLtag)[i]; obj.style.visibility = "visible"; } } // build the divs for IE var tdID = 0 function doDiv(){ args = doDiv.arguments; var divID = args[0]; var x = args[1]; var divLeft = args[2]; var arrowPos = args[3]; var divTop = args[4]; objDiv = "