function rfqpopup() {
	window.open('forms/forms/rfq.php','mywindow','width=1000,height=800,toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,copyhistory=no,resizable=yes,left=100,top=100,'+((screen.height - 280) / 2)+'screenX=100,screenY=200');
	return false; //important to prevent window from topping
}