function popup(URL) {
	window.open(URL,'','width=700,height=600,scrollbars=no,toolbar=no,location=no'); 
}
function brochurepopup(url) {
 window.open(url, "Brochure","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=600, height=500", false);
}