window.onerror = "return true";

var w = 300;
var h = 500;
var offT = screen.availHeight/2 - w/2;
var offL = screen.availWidth/2 - h/2;


/*******************************************************/

function PopUp(img) {
	helpWin = window.open("pix.php?img="+img,"","width=1290,height=1100,screenX=1,screenY=1,left=1,top=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,scrollbars=yes");
}


