function newWindow(targetContent,title){
	var intx=screen.width;
		var inty=screen.height;
		var intleft=(intx-1008)/2;
		var inttop=(inty-52-632)/2;
		
	frm = eval("window.open(targetContent,'" + title + "','width=1000,height=632,status=no,scrollbars=no,menubar=no,toolbar=no,location=no,dependent=yes,hotkeys=no,resizable=no,left=10px,top=10px,screenX=10px,screenY=10px')");
}
