// JavaScript Document
function newWindow() {
	EnqWindow = window.open("http://www.e3sciences.com/Pages/Enquiry.html", "Enquiry",
							 "scrollbars=yes,resizable=yes,width=670,height=560")
	}