function hidepic(){greyscr=document.getElementById("greyscreen");greyscr.style.width=1;greyscr.style.height=1;greyscr.style.visibility="hidden";box=document.getElementById("picbox");box.style.visibility="hidden";box.style.left="-500px"}function createpicbox(){var a=document.createElement("div");a.setAttribute("id","picbox");document.body.appendChild(a)}function showpic(d,c){var b=1;if(ie||ns6){show_gray_bg();if(!document.getElementById("picbox")){createpicbox()}dropmenuobj=document.getElementById("picbox");dropmenuobj.innerHTML='<table><tr><td align=right style="padding:8px 3px 0px 0px"><a href="" onclick="hidepic(); return false"><img src="/img/close.gif"></a>&nbsp;</td></tr><tr><td align=center><a href="" onclick="hidepic(); return false">'+d+"</a></td></tr></table>";var a=document.getElementById("theimage");a.onload=function(){dropmenuobj=document.getElementById("picbox");dropmenuobj.style.top=document.body.scrollTop+document.body.clientHeight/2-parseInt((this.height+40)/2);dropmenuobj.style.left=screen.availWidth/2-this.width/2;dropmenuobj.style.visibility="visible";hidebox(1)}}}function go(b,a){showbox('Loading...<br><img src="/img/loadinganim.gif">',null,220);showpic('<img id="theimage" style="border:1px solid #CCCCCC; padding:1px; margin:5px" src='+b+">",document.getElementById("b"+a));if(document.getElementById("bimg"+a)){document.getElementById("theimage").alt=document.getElementById("bimg"+a).alt;document.getElementById("theimage").title=document.getElementById("bimg"+a).title+" [Click to close this window]"}};