

function OnSubmitForm()
{
  window.open (document.Villes.Villes.value,"");
  return true;
}

