<!--
w = window.self.screen.width;
h = window.self.screen.height;
var leftPos = (w-300)/2, topPos = (h-300)/2;

function openpop() {
var IPOP = window.image.document.title;
newWindow=window.open(IPOP+'pop.shtml',IPOP,'width=300,height=300,resizable=yes,location=no,status=no,directories=no,copyhistory=no,scrollbars=yes,top='+topPos+',left='+leftPos);
newWindow.focus();
 }
//-->
