	function window_open(url, width, height) {
		popup=window.open(url,'_prodpopup','width='+width+',height='+height+',toolbar=0,scrollbars=1,location=0,directories=0,status=0,menubar=0,resizable=1');
		popup.focus();
	}
