<!--////Open IMG//function OpenIMG(url,name,wid,high){	var controlWindow = window.open(url,name,'width=' + wid + ',height=' + high + ',resizeale=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no');	controlWindow.document.open();	controlWindow.document.write('<html><body bgcolor="#cccccc" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>');	controlWindow.document.write('<center><img src=' + url + '><br>');	controlWindow.document.write('<a href=# onClick=window.close()><img src=image/close.gif border=0></a></center></body></html>');	controlWindow.document.close();}//-->