
function phoe(filename, h, w)
{ 
	popup = window.open(filename,"popDialog","height="+h+",width="+w+",scrollbars=no") 
	popup.focus();
	if ( popup.document.close() ) 
	{ 
		popup.document.close() 
	} 
}
