function validate(){
//if (document.inquiry.cont.value == '') {alert('Please Insert your name!'); return false;}
if (document.inquiry.email.value == '') {alert('Please Insert your e-mail!'); return false;}
return true;
window.open('','resultWindow','resizable=yes,width=800,height=250');
}// JavaScript Document

function opensimple(hi,wi,url) {
	window.open(url,'planview','resizable=yes,width='+wi+',height='+hi);
	}