function pOpen(file) {

	myWindow = window.open(file, 'Example', 'scrollbars=yes,resizable=yes,width=600,height=400') 

}
