// JavaScript Document

function affcontact(f){
  var monChoix = f.options[f.selectedIndex].value;
  document.location.href="contacts.php?ct="+monChoix;  
}

