function PopIt_2(filename, h, w){ 
popup = window.open(filename,"popDialog","height="+h+",width="+w+",scrollbars=yes") 
if ( popup.document.close() ) { 
popup.document.close() 
} 
} 

