function openURL(newURL) {
	aw=window.screen.availWidth;
	ah=window.screen.availHeight;
	ww=350;
	wh=300;
	wx=Math.floor((aw - ww)/2);
	wy=Math.floor(((ah - wh)/2)-25);
	var remote = open(newURL,"remotewin",'width='+ww+',height='+wh+',left='+wx+',top='+wy+',status=no,location=no,directories=no,menubar=no,resizable=yes,toolbar=no,scrollbars=yes');
	remote.focus();
}
function ImagePopUp() {                          window.open ("/iteminfo/howToResizeImages.php",
 "ImageResize","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=300,height=300,left = 362,top = 234')");
  }      
