function PopUp (file){  
	
//alert (file)
popup = window.open(file,"popDialog1","height=300,width=600,scrollbars=No,resizable=No")  
	  
popup.document.close()

}

function PopPp (file){  
	
//alert (file)
popup = window.open(file,"popDialog1","height=333,width=430,scrollbars=No,resizable=No")  
	  
popup.document.close()

}
