
function PopIt(filename, h, w, x, y){ 
popup = window.open(filename,"popDialog","height="+h+",width="+w+",left="+x+",top="+y+",scrollbars=no") 
if ( popup.document.close() ) { 
popup.document.close() 
} 
} 

