function openWindow(webfile)

	{
	
	window.open(webfile,"",'scrollbars=yes,width=470,height=370,left=150,top=150,resizable=yes');
	
	}

	
