var tab1 = new Array(); var tab2 = new Array(); tab1[0] = new Array(); tab1[0][0] = '1'; tab1[0][1] = 'Le syndicat'; tab1[1] = new Array(); tab1[1][0] = '2'; tab1[1][1] = 'L\'eau du Tursan'; tab1[2] = new Array(); tab1[2][0] = '5'; tab1[2][1] = 'L\'eau potable'; tab1[3] = new Array(); tab1[3][0] = '6'; tab1[3][1] = 'L\'assainissement'; tab1[4] = new Array(); tab1[4][0] = '7'; tab1[4][1] = 'Espace Abonnés'; tab1[5] = new Array(); tab1[5][0] = '8'; tab1[5][1] = 'Espace Jeunes'; tab1[6] = new Array(); tab1[6][0] = '10'; tab1[6][1] = 'Marchés publics'; tab1[7] = new Array(); tab1[7][0] = '9'; tab1[7][1] = 'Actualités'; tab1[8] = new Array(); tab1[8][0] = '11'; tab1[8][1] = 'Zoom sur ...'; tab1[9] = new Array(); tab1[9][0] = '19'; tab1[9][1] = 'Espace securisé '; tab2[0] = new Array(); tab2[0][0] = '1'; tab2[0][1] = 'Son origine'; tab2[0][2] = '2'; tab2[1] = new Array(); tab2[1][0] = '2'; tab2[1][1] = 'Son parcours'; tab2[1][2] = '2'; tab2[2] = new Array(); tab2[2][0] = '3'; tab2[2][1] = '1955-2005 : 50 ans'; tab2[2][2] = '1'; tab2[3] = new Array(); tab2[3][0] = '4'; tab2[3][1] = 'Le territoire'; tab2[3][2] = '1'; tab2[4] = new Array(); tab2[4][0] = '5'; tab2[4][1] = 'Le syndicat'; tab2[4][2] = '1'; tab2[5] = new Array(); tab2[5][0] = '6'; tab2[5][1] = 'Actions et projets'; tab2[5][2] = '1'; tab2[6] = new Array(); tab2[6][0] = '7'; tab2[6][1] = 'Des hommes, des métiers'; tab2[6][2] = '1'; tab2[7] = new Array(); tab2[7][0] = '8'; tab2[7][1] = 'Travaux'; tab2[7][2] = '1'; tab2[8] = new Array(); tab2[8][0] = '9'; tab2[8][1] = 'Sa qualité'; tab2[8][2] = '2'; tab2[9] = new Array(); tab2[9][0] = '10'; tab2[9][1] = 'L\'eau potable'; tab2[9][2] = '5'; tab2[10] = new Array(); tab2[10][0] = '11'; tab2[10][1] = 'Le réseau du Tursan'; tab2[10][2] = '5'; tab2[11] = new Array(); tab2[11][0] = '12'; tab2[11][1] = 'Le cycle technique de l\'eau'; tab2[11][2] = '5'; tab2[12] = new Array(); tab2[12][0] = '13'; tab2[12][1] = 'Le captage'; tab2[12][2] = '5'; tab2[13] = new Array(); tab2[13][0] = '14'; tab2[13][1] = 'Le traitement'; tab2[13][2] = '5'; tab2[14] = new Array(); tab2[14][0] = '15'; tab2[14][1] = 'La distribution'; tab2[14][2] = '5'; tab2[15] = new Array(); tab2[15][0] = '16'; tab2[15][1] = 'La défense incendie'; tab2[15][2] = '5'; tab2[16] = new Array(); tab2[16][0] = '17'; tab2[16][1] = 'Les eaux usées'; tab2[16][2] = '6'; tab2[17] = new Array(); tab2[17][0] = '18'; tab2[17][1] = 'L\'assainissement collectif'; tab2[17][2] = '6'; tab2[18] = new Array(); tab2[18][0] = '19'; tab2[18][1] = 'L\'assainissement autonome'; tab2[18][2] = '6'; tab2[19] = new Array(); tab2[19][0] = '20'; tab2[19][1] = 'Tarifs'; tab2[19][2] = '7'; tab2[20] = new Array(); tab2[20][0] = '21'; tab2[20][1] = 'Votre facture : mode d\'emploi'; tab2[20][2] = '7'; tab2[21] = new Array(); tab2[21][0] = '22'; tab2[21][1] = 'Infos et conseils pratiques'; tab2[21][2] = '7'; tab2[22] = new Array(); tab2[22][0] = '23'; tab2[22][1] = 'Les petits'; tab2[22][2] = '8'; tab2[23] = new Array(); tab2[23][0] = '24'; tab2[23][1] = 'Les grands'; tab2[23][2] = '8'; tab2[24] = new Array(); tab2[24][0] = '25'; tab2[24][1] = 'Les étudiants'; tab2[24][2] = '8'; tab2[25] = new Array(); tab2[25][0] = '26'; tab2[25][1] = 'Toutes ...'; tab2[25][2] = '9'; tab2[26] = new Array(); tab2[26][0] = '29'; tab2[26][1] = 'Professionnels'; tab2[26][2] = '19'; tab2[27] = new Array(); tab2[27][0] = '30'; tab2[27][1] = 'Communes'; tab2[27][2] = '19'; function cacher_tout(){ var tmp; for(var i=0; i < tab1.length; i++){ tmp = document.getElementById('cat' + i); if(tmp != null) tmp.style.display = 'none'; } } function voirCat(obj){ var tmp; for(var i=0; i < tab1.length; i++){ tmp = document.getElementById('cat' + i); if(tmp != null) tmp.style.display = 'none'; } if(document.getElementById('cat' + obj)!=NaN && document.getElementById('cat' + obj)!=null){ document.getElementById('cat' + obj).style.display = 'block'; } } function fond(obj, couleur){ /*obj.style.backgroundColor = couleur; */ if(couleur!="transparent") { /* obj.style.backgroundImage='url(/img/roll_menu.jpg)';*/ obj.style.backgroundColor='#C2CEEF'; } else { obj.style.backgroundImage='url(/img/spacer.gif)'; obj.style.backgroundColor='#E7EAF7'; } } function affiche_menu(){ var i; var j; var k; var img = ''; var img2 = ''; var sousmenu = false; var fond_over = '#FFFFFF'; document.write('
| '+img+' |