 function formSelect() {

	document.forms[0].enquirytype.value=location.search.substr(1).split("?");

}
  
  
  