	function goType(){
		if(document.getElementById("type").value == "Qualcomm"){
			location.href = "/support/softwaremanuals/softwareUpdate.do";
		}else if(document.getElementById("type").value == "Symbian"){
			location.href = "/support/softwaremanuals/softwareSimUpdate.do";
		}else if(document.getElementById("type").value == "Windows Mobile"){
			location.href = "/support/softwaremanuals/softwareWmUpdate.do";
		}else {
			location.href = "/support/softwaremanuals/softwareOtherUpdate.do";
		
		}
	} 
