function ShowImg()
{
   var hplus = 100;
   if(window.navigator.userAgent.indexOf("SV1") != -1){hplus = hplus + 500;}
   window.open("largeimg.html","","width=1155,height=1500,left=2,top=0,resizable=yes,status=no,location=yes,scrollbars=yes,");
}

function MapLink(url)
{
   var hplus = 100;
   if(window.navigator.userAgent.indexOf("SV1") != -1){hplus = hplus + 500;}
   newwin = window.open("about:blank","","width=1000,height=1500,left=2,top=0,resizable=yes,status=no,location=yes,scrollbars=yes,");
   newwin.document.write ('<html><head><title></title><meta http-equiv=Content-Type content="text/html; charset=gb2312"></head><body style="border:0px;margin:0 0 0 50px;" onkeydown=if(event.keyCode==27){window.close()}><img class="large" title="Click to close window" onclick="window.close()" style="cursor:hand;" border="0" src="'+url+'" align="center" hspace="0" vspace="0" );"></body></html>')

}