
function popupwindow_h(myhtml)
	{	
		popup=window.open(myhtml, "","width=480,height=365,scrollbars=yes,resizable=no,top=300,left=400,screenX=0,screenY=0");
		popup.focus();
		
	}
	
