function popup(c,b,d,a){window.open(c,"window","width="+b+",height="+d+",toolbar=no,location=no,status=no,menubar=no,scrollbars="+a+",resizable=yes,top="+(screen.height-d)/2+",left="+(screen.width-b)/2).focus()}function showObj(b,a){if(document.getElementById){document.getElementById(b).style.display=(a?a:"block")}}function hideObj(a){if(document.getElementById){document.getElementById(a).style.display="none"}}function showObj2(a){if(document.getElementById){document.getElementById(a).style.visibility="visible"}}function hideObj2(a){if(document.getElementById){document.getElementById(a).style.visibility="hidden"}}var curDivId=0;function displayDetail(a){hideObj("header");hideObj("subhead1");hideObj2("flashmovie");showObj("detailImage");document.detailImg.src=a;addClassName(document.getElementsByTagName("body")[0],"bg_none")}function hideDetail(){hideObj("detailImage");showObj("header");showObj("subhead1");showObj2("flashmovie");document.detailImg.src="./img/spacer.gif";removeClassName(document.getElementsByTagName("body")[0],"bg_none")}function showmenu(){showObj2("menu");hideObj2("menu2")}function hidemenu(){hideObj2("menu");showObj2("menu2")}function addClassName(b,a){removeClassName(b,a);b.className=(b.className+" "+a).trim()}function removeClassName(b,a){b.className=b.className.replace(a,"").trim()}String.prototype.trim=function(){return this.replace(/^\s+|\s+$/,"")};