



/////////////////////////////////////////////
//
// Script de [Menu Vertical] - Fichier JS
// Création: 10/10/2005
// Dernière modification: 01/07/2006 
// by haryou [haryoudev.free.fr] - haryoudev@free.fr
//
/////////////////////////////////////////////

// Menu rectractable
 /* Modifier comme ceci
     var menu_rectractable = "";							-> Menu non retractable
	 var menu_rectractable = "ok";							-> Menu retractable
 */
 var menu_rectractable = "";

// Eléments du Menu
 /* Modifier ici les noms des catégories - Vous pouvez en rajouter ou en supprimer, mais il faudra en avoir autant de groupe de liens
	 categorie[X] = new Array();						-> Type de la variable (ne pas modifier)
	 categorie[X][0] = "categorie 1";					-> Nom de la catégorie
	 categorie[X][1] = "" target="contenu"		-> Lien de la catégorie - Si vide, il n'y aura pas de lien sur cette catégorie 
	 categorie[X][2] = "";						-> Cible du lien - _blank (nouvelle page), _self (même page),... ou nom de votre frame
 */
 // --- Categories du Menu ---
 categorie = new Array();
  // -- [categorie 0]
  categorie[0] = new Array();
   categorie[0][0] = "Accueil";
   categorie[0][1] = "http://www.durajahbrookesbirdwing.com/centre.htm";
   categorie[0][2] = "";
  // -- [categorie 1]
  categorie[1] = new Array();
   categorie[1][0] = "<font color=#5CCB31>les news</font>";
   categorie[1][1] = "http://www.durajahbrookesbirdwing.com/news.htm";
   categorie[1][2] = "";
  // -- [categorie 2]
  categorie[2] = new Array();
   categorie[2][0] = "qui sommes nous<br>où sommes nous<br>ma généalogie";
   categorie[2][1] = "http://www.durajahbrookesbirdwing.com/cheznous.htm";
   categorie[2][2] = "";
  // -- [categorie 3]
  categorie[3] = new Array();
   categorie[3][0] = "pourquoi le Rajah Brooke's ...";
   categorie[3][1] = "http://www.durajahbrookesbirdwing.com/rajah.htm";
   categorie[3][2] = "";
  // -- [categorie 3]
  categorie[4] = new Array();
   categorie[4][0] = "standard et origine du Shih Tzu";
   categorie[4][1] = "http://www.durajahbrookesbirdwing.com/origines-standard.htm";
   categorie[4][2] = "";
  // -- [categorie 5]
  categorie[5] = new Array();
   categorie[5][0] = "Junior, mon premier amour";
   categorie[5][1] = "http://www.durajahbrookesbirdwing.com/junior.htm";
   categorie[5][2] = "";
 // -- [categorie 6]
 categorie[6] = new Array();
   categorie[6][0] = "les naissances, les chiots dispo<br>ou à réserver";
   categorie[6][1] = "http://www.durajahbrookesbirdwing.com/naissances.htm";
   categorie[6][2] = "";
// -- [categorie 7]
 categorie[7] = new Array();
   categorie[7][0] = "mes saillies extérieures";
   categorie[7][1] = "";
   categorie[7][2] = "";
 // -- [categorie 8]
 categorie[8] = new Array();
   categorie[8][0] = "choisir un chiot";
   categorie[8][1] = "http://www.durajahbrookesbirdwing.com/choisir.htm";
   categorie[8][2] = "";
 // -- [categorie 9]
 categorie[9] = new Array();
   categorie[9][0] = "choisir son nom";
   categorie[9][1] = "";
   categorie[9][2] = "";
 // -- [categorie 10]
 categorie[10] = new Array();
   categorie[10][0] = "ses papiers, tarifs SCC";
   categorie[10][1] = "http://www.durajahbrookesbirdwing.com/papiers.htm";
   categorie[10][2] = "";
 // -- [categorie 11]
 categorie[11] = new Array();
   categorie[11][0] = "que sont <br> devenus mes bébés";
   categorie[11][1] = "";
   categorie[11][2] = "";
 // -- [categorie 13]
 categorie[12] = new Array();
   categorie[12][0] = "mes mâles reproducteurs";
   categorie[12][1] = "http://www.durajahbrookesbirdwing.com/males.htm";
   categorie[12][2] = "";
 // -- [categorie 14]
 categorie[13] = new Array();
   categorie[13][0] = "le Rajah en bref";
   categorie[13][1] = "http://www.durajahbrookesbirdwing.com/evenements.htm";
   categorie[13][2] = "";
 // -- [categorie 12]
 categorie[14] = new Array();
   categorie[14][0] = "mes créations <br> de noeuds";
   categorie[14][1] = "";
   categorie[14][2] = "";
 // -- [categorie 15]
 categorie[15] = new Array();
   categorie[15][0] = "les expositions";
   categorie[15][1] = "http://www.durajahbrookesbirdwing.com/expositions.htm";
   categorie[15][2] = "";
 // -- [categorie 16]
 categorie[16] = new Array();
   categorie[16][0] = "mes expos 2006";
   categorie[16][1] = "";
   categorie[16][2] = "";
// -- [categorie 17]
 categorie[17] = new Array();
   categorie[17][0] = "mes expos 2007";
   categorie[17][1] = "";
   categorie[17][2] = "";
 // -- [categorie 19]
 categorie[18] = new Array();
   categorie[18][0] = "mes expos 2008";
   categorie[18][1] = "";
   categorie[18][2] = "";
 // -- [categorie 19]
 categorie[19] = new Array();
   categorie[19][0] = "mes expos 2009";
   categorie[19][1] = "";
   categorie[19][2] = "";
  // -- [categorie 20]
 categorie[20] = new Array();
   categorie[20][0] =  "mes expos 2010";
   categorie[20][1] = "";
   categorie[20][2] = "";
 // -- [categorie 21]
 categorie[21] = new Array();
   categorie[21][0] = "résultats de";
   categorie[21][1] = "";
   categorie[21][2] = "";
 // -- [categorie 22]
 categorie[22] = new Array();
   categorie[22][0] = "mes cotations";
   categorie[22][1] = "http://www.durajahbrookesbirdwing.com/cotations.htm";
   categorie[22][2] = "";
 // -- [categorie 23]
 categorie[23] = new Array();
   categorie[23][0] = "U'Kelsang Tsin, le globe trotter";
   categorie[23][1] = "http://www.durajahbrookesbirdwing.com/kelsang.htm";
   categorie[23][2] = "";
 // -- [categorie 24]
 categorie[24] = new Array();
   categorie[24][0] = "B'Thieu Kuang, B'Yungchen Lhamo";
   categorie[24][1] = "http://www.durajahbrookesbirdwing.com/bthieu-kuang-byungchen-lhamo.htm";
   categorie[24][2] = "";
 // -- [categorie 25]
 categorie[25] = new Array();
   categorie[25][0] = "Boy is Boy";
   categorie[25][1] = "http://www.durajahbrookesbirdwing.com/boy-is-boy.htm";
   categorie[25][2] = "";
 // -- [categorie 26]
 categorie[26] = new Array();
   categorie[26][0] = "Very Versace, le Shih-Tzu very, very";
   categorie[26][1] = "";
   categorie[26][2] = "";
  // -- [categorie 27]
 categorie[27] = new Array();
   categorie[27][0] = "la folle <br> journée de Sindy";
   categorie[27][1] = "http://www.durajahbrookesbirdwing.com/sindy.htm";
   categorie[27][2] = "";
  // -- [categorie 28]
 categorie[28] = new Array();
   categorie[28][0] = "Shalimar et Darjeeling Yang,<br>les petits chiens thérapeutiques";
   categorie[28][1] = "http://www.durajahbrookesbirdwing.com/shalimar-darjeeling-yang-therapeutiques.htm";
   categorie[28][2] = "";
  // -- [categorie 29]
 categorie[29] = new Array();
   categorie[29][0] = "ma galerie de photos";
   categorie[29][1] = "";
   categorie[29][2] = "";
 // -- [categorie 30]
 categorie[30] = new Array();
   categorie[30][0] = "le toilettage";
   categorie[30][1] = "http://www.durajahbrookesbirdwing.com/toilettage.htm";
   categorie[30][2] = "";
 // -- [categorie 31]
 categorie[31] = new Array();
   categorie[31][0] = "les amis du web";
   categorie[31][1] = "";
   categorie[31][2] = "";
  // -- [categorie 32]
 categorie[32] = new Array();
   categorie[32][0] = "ma collection <br> de cartes postales, envoyer une carte";
   categorie[32][1] = "";
   categorie[32][2] = "";
// -- [categorie 33]
 categorie[33] = new Array();
   categorie[33][0] = "la prière <br> du chien";
   categorie[33][1] = "http://www.durajahbrookesbirdwing.com/priere.htm";
   categorie[33][2] = "";
  // -- [categorie 34]
 categorie[34] = new Array();
   categorie[34][0] = "en mémoire de ...";
   categorie[34][1] = "";
   categorie[34][2] = "";
  // -- [categorie 35]
 categorie[35] = new Array();
   categorie[35][0] = "ça m'est arrivé";
   categorie[35][1] = "http://www.durajahbrookesbirdwing.com/arrive.htm";
   categorie[35][2] = "";
 // -- [categorie 36]
 categorie[36] = new Array();
   categorie[36][0] = "les blinkies";
   categorie[36][1] = "http://www.durajahbrookesbirdwing.com/blinkies.htm";
   categorie[36][2] = "";
 // -- [categorie 37]
 categorie[37] = new Array();
   categorie[37][0] = "les bonnes adresses de mes clients";
   categorie[37][1] = "http://www.durajahbrookesbirdwing.com/bonnes-adresses.htm";
   categorie[37][2] = "";
 // -- [categorie 38]
 categorie[38] = new Array();
   categorie[38][0] = "les dangers";
   categorie[38][1] = "http://www.durajahbrookesbirdwing.com/danger.htm";
   categorie[38][2] = "";
  // -- [categorie 39]
 categorie[39] = new Array();
   categorie[39][0] = "mes bannières et les sites amis";
   categorie[39][1] = "http://www.durajahbrookesbirdwing.com/bannieres.htm";
   categorie[39][2] = "";
  // -- [categorie 40]
 categorie[40] = new Array();
   categorie[40][0] = "les liens";
   categorie[40][1] = "http://www.durajahbrookesbirdwing.com/liens.htm";
   categorie[40][2] = "";
 // Cible des liens du menu
 /* Modifier ici la cible des liens. Vous devez affecter à la variable target:
     _blank: pour ouvrir dans une nouvelle page      =>       target = '_blank';
	 _self: pour ouvrir dans la même page            =>       target = '_self';
	 centre: pour ouvrir dans la frame/iframe xxxx     =>       target = 'contenu';
 */
 var target = 'detail';

// --- Groupe de liens ---
 /* Modifier, ici, les titres et liens, la cible
    Vous pouvez en rajouter ou en supprimer autant de liens que vous voulez.
 */
 lien = new Array();
 // -- [Liens de la categorie 0]
 
 // -- [Liens de la categorie 1]
 
 // -- [Liens de la categorie 2]
 
 // -- [Liens de la categorie 3]

// -- [Liens de la categorie 4]

// -- [Liens de la categorie 5]

// -- [Liens de la categorie 6]
 
// -- [Liens de la categorie 7]
 lien[7] = new Array();
 lien[7]["<font color=#F5B325>Vidura / Sankara</font>"] = "http://www.durajahbrookesbirdwing.com/bbs-vidura-sankara.htm";
 lien[7]["<font color=#F5B325>Vidura / Versace</font>"] = "http://www.durajahbrookesbirdwing.com/bbs-vidura-versace.htm";
 lien[7]["<font color=#F5B325>Lovely / Clooney</font>"] = "http://www.durajahbrookesbirdwing.com/bbs-lovely-clooney.htm";

// -- [Liens de la categorie 8]

// -- [Liens de la categorie 9]
 lien[9] = new Array();
 lien[9]["<font color=#F5B325>2005: lettre A</font>"] = "http://www.durajahbrookesbirdwing.com/nomsA.htm";
 lien[9]["<font color=#F5B325>2006: lettre B</font>"] = "http://www.durajahbrookesbirdwing.com/nomsB.htm";
 lien[9]["<font color=#F5B325>2007: lettre C</font>"] = "http://www.durajahbrookesbirdwing.com/nomsC.htm";
 lien[9]["<font color=#F5B325>2008: lettre D</font>"] = "http://www.durajahbrookesbirdwing.com/nomsD.htm";
 lien[9]["<font color=#F5B325>2009: lettre E</font>"] = "http://www.durajahbrookesbirdwing.com/nomsE.htm";
 lien[9]["<font color=#F5B325>2009: lettre F</font>"] = "http://www.durajahbrookesbirdwing.com/nomsF.htm";

// -- [Liens de la categorie 10]

// -- [Liens de la categorie 11]
 lien[11] = new Array();
 lien[11]["<font color=#F5B325>nés 1996 - 1999</font>"] = "http://www.durajahbrookesbirdwing.com/grands-1996-1999.htm";
 lien[11]["<font color=#F5B325>nés 2000 - 2005</font>"] = "http://www.durajahbrookesbirdwing.com/grands-R-A-2000-2005.htm";
 lien[11]["<font color=#F5B325>nés 2006 - 2007</font>"] = "http://www.durajahbrookesbirdwing.com/grands-B-C-2006-2007.htm";
 lien[11]["<font color=#F5B325>nés en 2008</font>"] = "http://www.durajahbrookesbirdwing.com/grands-D-2008.htm";
 lien[11]["<font color=#F5B325>nés 2009 - 2010</font>"] = "http://www.durajahbrookesbirdwing.com/grands-E-F-2009-2010.htm";

 // -- [Liens de la categorie 12]

 // -- [Liens de la categorie 13]


// -- [Liens de la categorie 14]
 lien[14] = new Array();
 lien[14]["<font color=#F5B325>mes noeuds</font>"] = "http://www.durajahbrookesbirdwing.com/noeuds.htm";
 lien[14]["<font color=#F5B325>les triples-1</font>"] = "http://www.durajahbrookesbirdwing.com/noeuds-triples-1.htm";
 lien[14]["<font color=#F5B325>les triples-2</font>"] = "http://www.durajahbrookesbirdwing.com/noeuds-triples-2.htm";
 lien[14]["<font color=#F5B325>les bébés</font>"] = "http://www.durajahbrookesbirdwing.com/noeuds-bebes.htm";
 lien[14]["<font color=#F5B325>les couettes</font>"] = "http://www.durajahbrookesbirdwing.com/noeuds-couettes.htm";
 
 // -- [Liens de la categorie 15]

 // -- [Liens de la categorie 16]
 lien[16] = new Array();
 lien[16]["<font color=#F5B325>Vincennes. jan</font>"] = "http://www.durajahbrookesbirdwing.com/vincennes2006.htm";
 lien[16]["<font color=#F5B325>Bar le Duc. mai</font>"] = "http://www.durajahbrookesbirdwing.com/barleduc2006.htm";
 lien[16]["<font color=#F5B325>Châlons. juin</font>"] = "http://www.durajahbrookesbirdwing.com/chalons2006.htm";
 lien[16]["<font color=#F5B325>Championnat de France. juin</font>"] = "http://www.durajahbrookesbirdwing.com/le-bourget2006.htm";
 lien[16]["<font color=#F5B325>Compiègne. sep</font>"] = "http://www.durajahbrookesbirdwing.com/compiegne2006.htm";
 lien[16]["<font color=#F5B325>Metz. nov</font>"] = "http://www.durajahbrookesbirdwing.com/metz2006.htm";
 lien[16]["<font color=#F5B325>Rouen. déc</font>"] = "http://www.durajahbrookesbirdwing.com/rouen2006.htm";

 // -- [Liens de la categorie 17]
 lien[17] = new Array();
 lien[17]["<font color=#F5B325>Châlons. fév</font>"] = "http://www.durajahbrookesbirdwing.com/chalons2007.htm";
 lien[17]["<font color=#F5B325>Amiens. avril</font>"] = "http://www.durajahbrookesbirdwing.com/amiens2007.htm";
 lien[17]["<font color=#F5B325>Compiègne. sep</font>"] = "http://www.durajahbrookesbirdwing.com/compiegne2007.htm";
 lien[17]["<font color=#F5B325>Metz. nov</font>"] = "http://www.durajahbrookesbirdwing.com/metz2007.htm";
 lien[17]["<font color=#F5B325>Orléans. nov</font>"] = "http://www.durajahbrookesbirdwing.com/orleans2007.htm";

 // -- [Liens de la categorie 18]
 lien[18] = new Array();
 lien[18]["<font color=#F5B325>Châlons. fév</font>"] = "http://www.durajahbrookesbirdwing.com/chalons2008.htm";
 lien[18]["<font color=#F5B325>Maubeuge. mars</font>"] = "http://www.durajahbrookesbirdwing.com/2008-maubeuge.htm";
 lien[18]["<font color=#F5B325>Evreux. mai</font>"] = "http://www.durajahbrookesbirdwing.com/2008-evreux.htm";
 lien[18]["<font color=#F5B325>Charleville</font>"] = "http://www.durajahbrookesbirdwing.com/2008-charleville.htm";
 lien[18]["<font color=#F5B325>Mâcon.sept</font>"] = "http://www.durajahbrookesbirdwing.com/2008-macon.htm";
 lien[18]["<font color=#F5B325>JAT Plaisir</font>"] = "http://www.durajahbrookesbirdwing.com/2008-jat-plaisir.htm";
 lien[18]["<font color=#F5B325>Orléans. nov</font>"] = "http://www.durajahbrookesbirdwing.com/orleans2008.htm";

// -- [Liens de la categorie 19]
 lien[19] = new Array();
 lien[19]["<font color=#F5B325>Châlons. fév</font>"] = "http://www.durajahbrookesbirdwing.com/chalons2009.htm";
 lien[19]["<font color=#F5B325>Maubeuge. av</font>"] = "http://www.durajahbrookesbirdwing.com/2009-maubeuge.htm";
 lien[19]["<font color=#F5B325>Senlis. mai</font>"] = "http://www.durajahbrookesbirdwing.com/2009-senlis.htm";
 lien[19]["<font color=#F5B325>Championnat de France. juin</font>"] = "http://www.durajahbrookesbirdwing.com/2009-championnat-france.htm";
 lien[19]["<font color=#F5B325>Charleville</font>"] = "http://www.durajahbrookesbirdwing.com/2009-charleville.htm";
 lien[19]["<font color=#F5B325>Douai. juil</font>"] = "http://www.durajahbrookesbirdwing.com/2009-douai.htm";
 lien[19]["<font color=#F5B325>Chaulnes. août</font>"] = "http://www.durajahbrookesbirdwing.com/2009-chaulnes.htm";
 lien[19]["<font color=#F5B325>L'Isle-Adam</font>"] = "http://www.durajahbrookesbirdwing.com/2009-isle-adam.htm";
 lien[19]["<font color=#F5B325>JAT Reims</font>"] = "http://www.durajahbrookesbirdwing.com/2009-jat-reims.htm";
 lien[19]["<font color=#F5B325>Beauvais. sept</font>"] = "http://www.durajahbrookesbirdwing.com/2009-beauvais.htm";
 lien[19]["<font color=#F5B325>Orléans. nov</font>"] = "http://www.durajahbrookesbirdwing.com/2009-NE.htm";
 lien[19]["<font color=#F5B325>Rouen. déc</font>"] = "http://www.durajahbrookesbirdwing.com/2009-rouen.htm";
 
 // -- [Liens de la categorie 20]
 lien[20] = new Array();
 lien[20]["<font color=#F5B325>Troyes. fév</font>"] = "http://www.durajahbrookesbirdwing.com/2010-troyes.htm";
 lien[20]["<font color=#F5B325>Maubeuge. av</font>"] = "http://www.durajahbrookesbirdwing.com/2010-maubeuge.htm";
 lien[20]["<font color=#F5B325>JAT Reims</font>"] = "http://www.durajahbrookesbirdwing.com/2010-jat-reims.htm";
 lien[20]["<font color=#F5B325>Orléans. mai</font>"] = "http://www.durajahbrookesbirdwing.com/2010-NE.htm";
 lien[20]["<font color=#F5B325>L'Isle-Adam</font>"] = "http://www.durajahbrookesbirdwing.com/2010-isle-adam.htm";
 lien[20]["<font color=#F5B325>Bar le Duc. mai</font>"] = "http://www.durajahbrookesbirdwing.com/2010-barleduc.htm";
 lien[20]["<font color=#F5B325>Châlons. juin</font>"] = "http://www.durajahbrookesbirdwing.com/2010-chalons.htm";

 // -- [Liens de la categorie 21]
 lien[21] = new Array();
 lien[21]["<font color=#F5B325>Pa-Lho-Ma</font>"] = "http://www.durajahbrookesbirdwing.com/expos-palhoma.htm";
 lien[21]["<font color=#F5B325>Pi-Kha-So</font>"] = "http://www.durajahbrookesbirdwing.com/expos-pikhaso.htm";
 lien[21]["<font color=#F5B325>Phu-Ji-Yama</font>"] = "http://www.durajahbrookesbirdwing.com/expos-phujiyama.htm";
 lien[21]["<font color=#F5B325>T'Chinese Doll</font>"] = "http://www.durajahbrookesbirdwing.com/expos-tchinese.htm";
 lien[21]["<font color=#F5B325>Very Versace</font>"] = "http://www.durajahbrookesbirdwing.com/expos-versace.htm";
 lien[21]["<font color=#F5B325>Vidura</font>"] = "http://www.durajahbrookesbirdwing.com/expos-vidura.htm";
 lien[21]["<font color=#F5B325>Vénér. Sherpa</font>"] = "http://www.durajahbrookesbirdwing.com/expos-venerable-sherpa.htm";
 lien[21]["<font color=#F5B325>B'Huong Lan</font>"] = "http://www.durajahbrookesbirdwing.com/expos-bhuong-lan.htm";
 lien[21]["<font color=#F5B325>B. Lovely Girl</font>"] = "http://www.durajahbrookesbirdwing.com/expos-baby-lovely-girl.htm";
 lien[21]["<font color=#F5B325>Bao Syan'H</font>"] = "http://www.durajahbrookesbirdwing.com/expos-bao-syanh.htm";
 lien[21]["<font color=#F5B325>Cooper Mini Boy</font>"] = "http://www.durajahbrookesbirdwing.com/expos-cooper-mini-boy.htm";
 lien[21]["<font color=#F5B325>Charly Chen Po</font>"] = "http://www.durajahbrookesbirdwing.com/expos-charly-chen-po.htm";
 lien[21]["<font color=#F5B325>Dashang</font>"] = "http://www.durajahbrookesbirdwing.com/expos-dashang-kagyu-ling.htm";
 lien[21]["<font color=#F5B325>Darjeeling</font>"] = "http://www.durajahbrookesbirdwing.com/expos-darjeeling-himalayan.htm";
 lien[21]["<font color=#F5B325>D'Jampelyang</font>"] = "http://www.durajahbrookesbirdwing.com/expos-djampelyang.htm";
 lien[21]["<font color=#F5B325>Eden Xiang</font>"] = "http://www.durajahbrookesbirdwing.com/expos-eden-xiang.htm";

 // -- [Liens de la categorie 22]

 // -- [Liens de la categorie 23]

 // -- [Liens de la categorie 24]

 // -- [Liens de la categorie 25]

 // -- [Liens de la categorie 26]
 lien[26] = new Array();
 lien[26]["<font color=#F5B325>2 à 4 mois</font>"] = "http://www.durajahbrookesbirdwing.com/versace.htm";
 lien[26]["<font color=#F5B325>4 à 6 mois</font>"] = "http://www.durajahbrookesbirdwing.com/versace2.htm";
 lien[26]["<font color=#F5B325>Halloween 2004</font>"] = "http://www.durajahbrookesbirdwing.com/versace3.htm";
 lien[26]["<font color=#F5B325>Noël 2004</font>"] = "http://www.durajahbrookesbirdwing.com/versace4.htm";
 lien[26]["<font color=#F5B325>Pâques 2005</font>"] = "http://www.durajahbrookesbirdwing.com/versace5.htm";
 lien[26]["<font color=#F5B325>1ère expo</font>"] = "http://www.durajahbrookesbirdwing.com/versace6.htm";
 lien[26]["<font color=#F5B325>expos 2 et 3</font>"] = "http://www.durajahbrookesbirdwing.com/versace7.htm";
 lien[26]["<font color=#F5B325>enfin des nouvelles</font>"] = "http://www.durajahbrookesbirdwing.com/versace8.htm";

 // -- [Liens de la categorie 27]

 // -- [Liens de la categorie 28]

 // -- [Liens de la categorie 29]
 lien[29] = new Array();
 lien[29]["<font color=#F5B325>page 1</font>"] = "http://www.durajahbrookesbirdwing.com/galerie.htm";
 lien[29]["<font color=#F5B325>page 2</font>"] = "http://www.durajahbrookesbirdwing.com/galerie2.htm";

 // -- [Liens de la categorie 30]

 // -- [Liens de la categorie 31]
 lien[31] = new Array();
 lien[31]["<font color=#F5B325>page 1</font>"] = "http://www.durajahbrookesbirdwing.com/amis.htm";
 lien[31]["<font color=#F5B325>page 2</font>"] = "http://www.durajahbrookesbirdwing.com/amis2.htm";
 lien[31]["<font color=#F5B325>les poilus de Francette</font>"] = "http://www.durajahbrookesbirdwing.com/amis-poilus.htm";

 // -- [Liens de la categorie 32]
 lien[32] = new Array();
 lien[32]["<font color=#F5B325>cartes Shih-Tzu</font>"] = "http://www.durajahbrookesbirdwing.com/cartes.htm";
 lien[32]["<font color=#F5B325>anniversaire</font>"] = "http://www.durajahbrookesbirdwing.com/cartes-anniversaire2008.htm";
 lien[32]["<font color=#F5B325>voeux 2009</font>"] = "http://www.durajahbrookesbirdwing.com/cartes-voeux2009.htm";

 // -- [Liens de la categorie 33]
 
 // -- [Liens de la categorie 34]
 lien[34] = new Array();
 lien[34]["<font color=#F5B325>hommage perso</font>"] = "http://www.durajahbrookesbirdwing.com/hommage.htm";
 lien[34]["<font color=#F5B325>hommage amis</font>"] = "http://www.durajahbrookesbirdwing.com/hommage-amis1.htm";


 // -- [Liens de la categorie 35]

 // -- [Liens de la categorie 36]
 
 // -- [Liens de la categorie 37]

 // -- [Liens de la categorie 38]

 // -- [Liens de la categorie 39]

 // -- [Liens de la categorie 40]

 
 
<!--------------------------------------------- Ne rien modifier sous cette ligne ---------------------------------------------->
function sousmenu_hide(actif) {
for (var i=0; i<categorie.length; i++)
 document.getElementById('menu' + i).className = i == actif ? 'sousmenu' : 'hide';
}

rectract_ok = menu_rectractable == "" ? "OnClick='sousmenu_hide(-1)'" : '';

document.write("<table cellspacing='0' cellpadding='0' width='110%' border='0'><tbody>");
 for (var i=0; i<categorie.length; i++) {
   document.write("<tr class='cat_titre_nonselect'>");
   if (categorie[i][1] != "") {
    document.write("<td width='2%' " + rectract_ok + " class='bordure_cat_g'>&nbsp;</td>");
	document.write("<td height='20' width='96%' class='bordure_cat' OnClick='sousmenu_hide(" + i + ")'>");
	document.write("&nbsp;&nbsp;<img src='http://www.durajahbrookesbirdwing.com/star6.gif' height='9' width='8'>&nbsp;&nbsp;");
	document.write("<a href='" + categorie[i][1] + "' target='" + categorie[i][2] + "' class='cat_titre_nonselect' OnClick=\"this.className='cat_titre_select';\" onmouseout=\"this.className='cat_titre_nonselect';\">" + categorie[i][0] + "</a>");
   } else {
    document.write("<td width='2%' " + rectract_ok + " class='bordure_cat_g'>&nbsp;</td>");
	document.write("<td height='20' width='96%' class='bordure_cat' OnClick='sousmenu_hide(" + i + ")'>");
	document.write("&nbsp;&nbsp;<img src='http://www.durajahbrookesbirdwing.com/star6.gif' height='9' width='8'>&nbsp;&nbsp;" + categorie[i][0]);
   }
   document.write("</td><td width='2%' " + rectract_ok + " class='bordure_cat_d'>&nbsp;</td></tr>");
   document.write("<tr>");
   document.write("<td " + rectract_ok + "></td>");
   document.write("<td><center><table width='90%' class='hide' id='menu" + (i) + "'>");
	 for (url in lien[i]) {
		if (target == "_blank") {
		 document.write("<tr onclick=\"window.open('" + lien[i][url] + "')\">");
		 document.write("<td class='sousmenu_nonselect' OnClick=\"this.className='sousmenu_select';\" onmouseout=\"this.className='sousmenu_nonselect';\">" + url + "</tr></td>");
		} else if (target == "_self" || target == "_parent" || target == "_top") {
		 document.write("<tr onclick=\"document.location.href='" + lien[i][url] + "'\">");
		 document.write("<td class='sousmenu_nonselect' OnClick=\"this.className='sousmenu_select';\" onmouseout=\"this.className='sousmenu_nonselect';\">" + url + "</tr></td>");
		} else {
		 document.write("<tr onclick=\"top." + target + ".location.href='" + lien[i][url] + "'\">");
		 document.write("<td class='sousmenu_nonselect' OnClick=\"this.className='sousmenu_select';\" onmouseout=\"this.className='sousmenu_nonselect';\">" + url + "</tr></td>");
		}
	 }
   document.write("</table></center></td><td " + rectract_ok + "></td><td></td></tr><tr " + rectract_ok + "><td colspan='4'></td></tr>");
 }
document.write("</tbody></table>");
<!------------------------------------------------------------------------------------------------------------------------------>