function menulocalite()
{
m_localite = document.ordi.menu_localite.selectedIndex;
sellocalite = document.ordi.menu_localite.options[m_localite].value;
if(sellocalite=="Élément non sélectionné :")
{
document.ordi.localite.value="";
document.ordi.code_postal.value="";
}
else if(sellocalite=="Baie-Comeau")
{
document.ordi.localite.value="Baie-Comeau";
document.ordi.code_postal.value="";
}
else if(sellocalite=="Baie-Trinité")
{
document.ordi.localite.value="Baie-Trinité";
document.ordi.code_postal.value="G0H 1A0";
}
else if(sellocalite=="Betsiamites")
{
document.ordi.localite.value="Betsiamites";
document.ordi.code_postal.value="G0H 1B0";
}
else if(sellocalite=="Chute-aux-Outardes")
{
document.ordi.localite.value="Chute-aux-Outardes";
document.ordi.code_postal.value="GOH 1C0";
}
else if(sellocalite=="Forestville")
{
document.ordi.localite.value="Forestville";
document.ordi.code_postal.value="G0T 1E0";
}
else if(sellocalite=="Franquelin")
{
document.ordi.localite.value="Franquelin";
document.ordi.code_postal.value="G0H 1E0";
}
else if(sellocalite=="Godbout")
{
document.ordi.localite.value="Godbout";
document.ordi.code_postal.value="G0H 1G0";
}
else if(sellocalite=="Les Buissons")
{
document.ordi.localite.value="Les Buissons";
document.ordi.code_postal.value="G0H 1H0";
}
else if(sellocalite=="Pointe-aux-Outardes")
{
document.ordi.localite.value="Pointe-aux-Outardes";
document.ordi.code_postal.value="G0H 1M0";
}
else if(sellocalite=="Pointe-Lebel")
{
document.ordi.localite.value="Pointe-Lebel";
document.ordi.code_postal.value="G0H 1N0";
}
else if(sellocalite=="Ragueneau")
{
document.ordi.localite.value="Ragueneau";
document.ordi.code_postal.value="G0H 1S0";
}
else if(sellocalite=="Rivière-Colombier")
{
document.ordi.localite.value="Rivière-Colombier";
document.ordi.code_postal.value="G0H 1P0";
}
}