function SearchContacts(){	
try{document.getElementById("pagCorrente").value = 1;}catch(a){;};
	//if (document.getElementById("SelCountry").value == "" && document.getElementById("SelSector").value == "") alert("Select Country or Sector")	
	//else{		
		a=document.getElementById("SelSector").length;
		p=0;
			while (p < a){
				if(document.FrmWWContacts.SelSector[p].selected) break;
				p+=1;
			}
		if(document.FrmWWContacts.SelSector.value != '' )document.FrmWWContacts.action = "products/contacts.cfm?nav=" + document.FrmWWContacts.SelSector[p].getAttribute('title') + "00";		
		document.FrmWWContacts.submit();
	//}
}