function CreeTableau() {
        this.length = CreeTableau.arguments.length
        for (var i = 0; i < this.length; i++)
        this[i+1] = CreeTableau.arguments[i]
        }

var LibelleOption1 = new CreeTableau(
"SITES DE LA REGION",
"Artistes locaux",
"Associations locales",
"Histoire",
"Lycées - écoles",
"Musiciens locaux",
"Parcs d'attractions",
"Photographes",
"Restaurants",
"Tourisme",
"Sites officiels",
"Villes et villages",
"Sites régionaux");
var CibleURL1 = new CreeTableau(
"region.htm",
"artistes.htm",
"associations.htm",
"region_histoire.htm",
"lycees.htm",
"musique.htm",
"parcs.htm",
"photos.htm",
"restos.htm",
"tourisme.htm",
"region_officiel.htm",
"villages.htm",
"region.htm");


var LibelleOption2 = new CreeTableau(
"VIE PRATIQUE",
"Annuaires",
"aide informatique",
"Bourse",
"Bricolage",
"Droit et civisme",
"Féminins",
"Finances",
"Horoscope - Voyance",
"Hypermarches",
"Jardinage",
"Langues",
"Littérature",
"Météo de la région",
"Recherche d'emploi",
"Sites pratiques",
"Télés, Radios",
"Presse, infos",
"Restaurants Cafés",
"Vacances",
"Voyages",
"Ventes hypers",
"V.P.C.");

var CibleURL2 = new CreeTableau(
"",
"annuaires.htm",
"informatique_aide.htm",
"finance.htm",
"bricolage.htm",
"droit.htm",
"feminin.htm",
"finance.htm",
"pratique.htm#HOROSCOPE",
"hyper.htm",
"bricolage.htm",
"pratique.htm#langues",
"lire.htm",
"meteo.htm",
"emploi.htm",
"pratique.htm#divers",
"informations.htm",
"informations.htm",
"restos.htm",
"vacances.htm",
"voyages.htm",
"hyper.htm",
"vpc.htm");


var LibelleOption3 = new CreeTableau(
"LOISIRS",
"Animaux",
"Aquarophilie",
"Automobile",
"Bandes dessinées",
"Cinémas",
"Clubs vacances",
"Humour",
"Jouets",
"Les écoles",
"Les enfants",
"Loft Story",
"Musées",
"Musiciens et MP3",
"Parcs d'attractions",
"Passions",
"Photographie",
"Enfants",
"Sorties, restos, cafés",
"Sports",
"Sports mécaniques",
"Stars et chanteurs",
"Vacances");

var CibleURL3 = new CreeTableau(
"",
"animaux.htm",
"aquario.htm",
"automobile.htm",
"enfants.htm",
"enfants.htm#cinema",
"vacances.htm",
"humour.htm",
"enfants.htm#jouets",
"lycees.htm",
"enfants.htm#enfants",
"loftstory.htm",
"musees.htm",
"musique.htm",
"parcs.htm",
"passion.htm",
"photos.htm",
"enfants.htm",
"restos.htm",
"sport.htm",
"automobile.htm",
"stars.htm",
"vacances.htm");


var LibelleOption4 = new CreeTableau(
"LE  WEB",
"Coups de coeur",
"Sites evenementiels",
"Sites féminins",
"Sites en flash",
"Sites financiers",
"Moteurs recherche",
"Sites de la région",
"Jeux vidéo",
"Jeux en flash",
"Loft story",
"Logiciels",
"Téléchargement",
"Vente - VPC");

var CibleURL4 = new CreeTableau(
"",
"coeur.htm",
"evenements.htm",
"feminin.htm",
"flash.htm",
"finance.htm",
"internet.htm",
"region.htm",
"jeux.htm",
"flash.htm",
"loftstory.htm",
"jeux.htm",
"jeux.htm",
"vpc.htm");

function AllerA1(form) {
        i = form.SelectMenu1.selectedIndex;
        if ( CibleURL1[i+1] == "") return;
        this.location.href = CibleURL1[i+1];
        form.SelectMenu1[0].selected=true;
        }
function AllerA2(form) {
        i = form.SelectMenu2.selectedIndex;
        if ( CibleURL2[i+1] == "") return;
        this.location.href = CibleURL2[i+1];
        form.SelectMenu2[0].selected=true;
        }
function AllerA3(form) {
        i = form.SelectMenu3.selectedIndex;
        if ( CibleURL3[i+1] == "") return;
        this.location.href = CibleURL3[i+1];
        form.SelectMenu3[0].selected=true;
        }
function AllerA4(form) {
        i = form.SelectMenu4.selectedIndex;
        if ( CibleURL4[i+1] == "") return;
        this.location.href = CibleURL4[i+1];
        form.SelectMenu4[0].selected=true;
        }

document.write("</td></tr></table>");
document.write("<table border='0' width='100%' cellspacing='0' cellpadding='5'>");
document.write("<tr><td width='4%'>&nbsp;</td>");
document.write("<td width='1%'>");
         document.write("<FORM width='180'>");
         document.write("<SELECT NAME='SelectMenu1' CLASS='select' onChange='AllerA1(this.form)'>");
         Nombre = LibelleOption1.length;
         for (var i = 1; i <= Nombre; i++)
         document.write("<OPTION>" +LibelleOption1[i]);
         document.write('</SELECT>');
         if (navigator.userAgent.indexOf("Mozilla/2") != -1)
         document.write('<INPUT TYPE = BUTTON VALUE = "Go !">');
         document.write('</FORM>');
document.write("</td><td width='1%'>");
         document.write("<FORM width='180'>");
         document.write("<SELECT NAME='SelectMenu2' CLASS='select' onChange='AllerA2(this.form)'>");
         Nombre = LibelleOption2.length;
         for (var i = 1; i <= Nombre; i++)
         document.write("<OPTION>" +LibelleOption2[i]);
         document.write('</SELECT>');
         if (navigator.userAgent.indexOf("Mozilla/2") != -1)
         document.write('<INPUT TYPE = BUTTON VALUE = "Go !">');
         document.write('</FORM>');
document.write("</td><td width='1%'>");
         document.write("<FORM width='180'>");
         document.write("<SELECT NAME='SelectMenu3' CLASS='select' onChange='AllerA3(this.form)'>");
         Nombre = LibelleOption3.length;
         for (var i = 1; i <= Nombre; i++)
         document.write("<OPTION>" +LibelleOption3[i]);
         document.write('</SELECT>');
         if (navigator.userAgent.indexOf("Mozilla/2") != -1)
         document.write('<INPUT TYPE = BUTTON VALUE = "Go !">');
         document.write('</FORM>');
document.write("</td><td width='1%'>");
         document.write("<FORM width='180'>");
         document.write("<SELECT NAME='SelectMenu4' CLASS='select' onChange='AllerA4(this.form)'>");
         Nombre = LibelleOption4.length;
         for (var i = 1; i <= Nombre; i++)
         document.write("<OPTION>" +LibelleOption4[i]);
         document.write('</SELECT>');
         if (navigator.userAgent.indexOf("Mozilla/2") != -1)
         document.write('<INPUT TYPE = BUTTON VALUE = "Go !">');
         document.write('</FORM>');
document.write("</td></tr></table>");
