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