function formHandlerCon(con){
var URL = document.con.contact.options[document.con.contact.selectedIndex].value;
window.location.href = URL;
}