function newWindow(URL){
		//equipmentWindow = window.open(URL, "myNewWindow");
		EventWindow = window.open(URL, "myNewWindow", "width=640,height=400,scrollbars=yes,toolbar=no,location=no");
		EventWindow.focus();
		}
		
		
		function newSmallerWindow(URL){
		//equipmentWindow = window.open(URL, "myNewWindow");
		EventWindow = window.open(URL, "myNewWindow", "width=640,height=400,scrollbars=yes,toolbar=no,location=no");
		EventWindow.focus();
		}
		