	function process() {

	qt=document.getElementById("qtype");

	if (qt.selectedIndex != "0" & qt.selectedIndex != "3" & qt.selectedIndex != "9"){

		site = '../quote/home.php?t=' + qt.value;

		window.open(site, "_parent");

	}

	}



