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