var huh=""; function ie() {if(document.all) {(huh);return false;}} function ns(x) {if(document.layers||(document.getElementById&&!document.all)) { if (x.which==2||x.which==3) {(huh);return false;}}} if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=ns;} else{document.onmouseup=ns;document.oncontextmenu=ie;} document.oncontextmenu=new Function("return false") function doMenu(thearea) { var toploc=5; for (var a=1; a=5) {document.getElementById(areaid).style.visibility=vis; document.getElementById(areaid).style.top=topdim;} else if (navigator.appName.indexOf("Microsoft")!=-1&&parseInt(navigator.appVersion)>=4) {eval(areaid).style.visibility=vis; eval(areaid).style.top=topdim;} } } } function doOver(id) { if (navigator.appName.indexOf("Netscape")!=-1&&parseInt(navigator.appVersion)>=5) {document.getElementById(id).style.backgroundColor="#78b573";} else if (navigator.appName.indexOf("Microsoft")!=-1&&parseInt(navigator.appVersion)>=4) {eval(id).style.backgroundColor="#78b573";} } function doOut(id) { if (navigator.appName.indexOf("Netscape")!=-1&&parseInt(navigator.appVersion)>=5) {document.getElementById(id).style.backgroundColor="#66a462";} else if (navigator.appName.indexOf("Microsoft")!=-1&&parseInt(navigator.appVersion)>=4) {eval(id).style.backgroundColor="#66a462";} }