if(document.images) { homeoff = new Image(); homeoff.src = "images/button.home.gif"; homeover = new Image(); homeover.src = "images/button.home-over.gif"; homeon = new Image(); homeon.src = "images/button.home-down.gif"; aboutoff = new Image(); aboutoff.src = "images/button.about.gif"; aboutover = new Image(); aboutover.src = "images/button.about-over.gif"; abouton = new Image(); abouton.src = "images/button.about-down.gif"; newsoff = new Image(); newsoff.src = "images/button.news.gif"; newsover = new Image(); newsover.src = "images/button.news-over.gif"; newson = new Image(); newson.src = "images/button.news-down.gif"; faqsoff = new Image(); faqsoff.src = "images/button.faqs.gif"; faqsover = new Image(); faqsover.src = "images/button.faqs-over.gif"; faqson = new Image(); faqson.src = "images/button.faqs-down.gif"; honorsoff = new Image(); honorsoff.src = "images/button.honors.gif"; honorsover = new Image(); honorsover.src = "images/button.honors-over.gif"; honorson = new Image(); honorson.src = "images/button.honors-down.gif"; toolsoff = new Image(); toolsoff.src = "images/button.tools.gif"; toolsover = new Image(); toolsover.src = "images/button.tools-over.gif"; toolson = new Image(); toolson.src = "images/button.tools-down.gif"; contactusoff = new Image(); contactusoff.src = "images/button.contactus.gif"; contactusover = new Image(); contactusover.src = "images/button.contactus-over.gif"; contactuson = new Image(); contactuson.src = "images/button.contactus-down.gif"; } function setOn(buttonname) { top.window.menu = buttonname ; if (document.images) { changeImages("home","homeoff") ; changeImages("about","aboutoff") ; changeImages("news","newsoff") ; changeImages("faqs","faqsoff") ; changeImages("honors","honorsoff") ; changeImages("tools","toolsoff") ; changeImages("contactus","contactusoff") ; hideAll(); if (buttonname=="home") { top.window.menu="home" ; changeImages("home","homeon") ; } if (buttonname=="about") { top.window.menu="about" ; changeImages("about","abouton") ; } if (buttonname=="news") { top.window.menu="news" ; changeImages("news","newson") ; MM_showHideLayers('newsLayer','','show'); } if (buttonname=="faqs") { top.window.menu="faqs" ; changeImages("faqs","faqson") ; } if (buttonname=="honors") { top.window.menu="honors" ; changeImages("honors","honorson") ; } if (buttonname=="tools") { top.window.menu="tools" ; changeImages("tools","toolson") ; } if (buttonname=="contactus") { top.window.menu="contactus" ; changeImages("contactus","contactuson") ; } } } function outCheck(bname) { if (document.images) { hideAll(); var showLayer = top.window.menu + "Layer"; if(document.getElementById(showLayer)) { MM_showHideLayers(showLayer,'','show'); } if (bname=="home") { if (top.window.menu=="home") changeImages("home","homeon") ; else changeImages("home","homeoff") ; } if (bname=="about") { if (top.window.menu=="about") changeImages("about","abouton") ; else changeImages("about","aboutoff") ; } if (bname=="news") { if (top.window.menu=="news") changeImages("news","newson") ; else changeImages("news","newsoff") ; } if (bname=="faqs") { if (top.window.menu=="faqs") changeImages("faqs","faqson") ; else changeImages("faqs","faqsoff") ; } if (bname=="honors") { if (top.window.menu=="honors") changeImages("honors","honorson") ; else changeImages("honors","honorsoff") ; } if (bname=="tools") { if (top.window.menu=="tools") changeImages("tools","toolson") ; else changeImages("tools","toolsoff") ; } if (bname=="contactus") { if (top.window.menu=="contactus") changeImages("contactus","contactuson") ; else changeImages("contactus","contactusoff") ; } } } function overCheck(bname) { if (document.images) { if (bname=="home") { if (top.window.menu=="home") changeImages("home","homeon") ; else changeImages("home","homeover"); hideAll(); } if (bname=="about") { if (top.window.menu=="about") changeImages("about","abouton") ; else changeImages("about","aboutover"); hideAll(); } if (bname=="news") { if (top.window.menu=="news") changeImages("news","newson") ; else changeImages("news","newsover"); hideAll(); MM_showHideLayers('newsLayer','','show'); } if (bname=="faqs") { if (top.window.menu=="faqs") changeImages("faqs","faqson") ; else changeImages("faqs","faqsover"); hideAll(); } if (bname=="honors") { if (top.window.menu=="honors") changeImages("honors","honorson") ; else changeImages("honors","honorsover"); hideAll(); } if (bname=="tools") { if (top.window.menu=="tools") changeImages("tools","toolson") ; else changeImages("tools","toolsover"); hideAll(); } if (bname=="contactus") { if (top.window.menu=="contactus") changeImages("contactus","contactuson") ; else changeImages("contactus","contactusover"); hideAll(); } } } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i"; } // popup window // popup window var popupwin=0; function popup() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=450,height=450'); }