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 document.FrmWWContacts.submit();
	document.FrmWWContacts.submit();
}
