function popUp(page,PWidth,PHeight,id) {
	eval("source"+id+"=window.open('"+page+"','fineline0','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width="+PWidth+",height="+PHeight+"')")
	eval("source"+id+".window.moveTo((screen.width/2)-(PWidth/2),(screen.height/2)-(PHeight/2))")
}
