function openWindow1100(webfile)

	{
	
	window.open(webfile,"",'scrollbars=yes,width=1100,height=700,left=80,top=80,resizable=yes');
	
	}

	