function openWindow(webfile)

	{
	
	window.open(webfile,"",'scrollbars=yes,width=800,height=600,left=100,top=100,resizable=yes');
	
	}

	