if (TransMenu.isSupported()) {
	
	// Setup the main menu
	TransMenu.spacerGif = "../objects/img/x.gif";            	// path to a transparent spacer gif
	TransMenu.dingbatOn = "../objects/img/submenu-on.gif";   	// path to the active sub menu dingbat
	TransMenu.dingbatOff = "../objects/img/submenu-off.gif"; 	// path to the inactive sub menu dingbat
	TransMenu.dingbatSize = 140;                            	// size of the dingbat (square shape assumed)
	TransMenu.menuPadding = 3;                             		// padding between menu border and items grid
	TransMenu.itemPadding = 5;                             		// additional padding around each item
	TransMenu.shadowSize = 2;             				// size of shadow under menu
	TransMenu.shadowOffset = 3;                            		// distance shadow should be offset from leading edge
	TransMenu.shadowColor = "#000000";               		// color of shadow (transparency is set in CSS)
	TransMenu.shadowgif = "../objects/img/grey-40.gif";      	// a gif graphic to serve as the shadow for mac IE5
	TransMenu.backgroundColor = "#8D8F9F";            		// color of the background (transparency set in CSS)
	TransMenu.backgroundgif = "../objects/img/arrow_menu.gif"; 	// a gif graphic to server as the background for mac IE5
	TransMenu.hideDelay = 1000;                            		// number of milliseconds to wait before hiding a menu
	TransMenu.slideTime = 500;                             		// number of milliseconds it takes to open and close a menu
	
	// Create the top level of the menu
	var mainmenu = new TransMenuSet(TransMenu.direction.down, -2, 0, TransMenu.reference.bottomLeft);


	var mainmenu2 = mainmenu.addMenu(document.getElementById("mainmenu2"));
	mainmenu2.addClickEvent('clickOn(\'h3\')');
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Table des poids id&eacute;aux des races","ideal_weight_ranges.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle de l’exc&egrave;s de poids","protocols/managing_overweight_patients.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pr&eacute;sentant une affection bucco-dentaire","protocols/managing_patients_with_dental_disease.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pr&eacute;sentant une affection gastro-intestinale","protocols/managing_patients_with_gastrointestinal_disease.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des chiens ayant besoin de soutien articulaire","protocols/managing_canine_patients_with_arthritis.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des chiens pr&eacute;sentant un vieillissement c&eacute;r&eacute;bral","protocols/managing_canine_patients_with_brain_ageing.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pr&eacute;sentant une maladie r&eacute;nale","protocols/managing_patients_with_kidney_disease.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des chiens pr&eacute;sentant des calculs urinaires","protocols/managing_patients_with_canine_bladder_stones.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des Maladies du Bas Appareil Urinaire F&eacute;lin","protocols/managing_patients_with_feline_lower_urinary_tract_disease.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pr&eacute;sentant des troubles cutan&eacute;s","protocols/managing_patients_with_skin_disease.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pr&eacute;sentant une affection h&eacute;patique","protocols/managing_patients_with_liver_disease.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pr&eacute;sentant une affection cardiaque","protocols/managing_patients_with_heart_disease.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pr&eacute;sentant un diab&egrave;te sucr&eacute;","protocols/managing_patients_with_diabetes_mellitus.html", "content_frame");
	mainmenu2.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Gestion nutritionnelle des patients pendant la convalescence/cancer","protocols/managing_patients_during_recovery.html", "content_frame");


		var mainmenu3 = mainmenu.addMenu(document.getElementById("mainmenu3"));
	mainmenu3.addClickEvent('clickOn(\'h4\')');
	mainmenu3.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Canine", sProductPath+"id125.html", "content_frame");
		var mainmenu3_0 = mainmenu3.addMenu(mainmenu3.items[0]);
		mainmenu3_0.addClickEvent('clickOn(\'h4\')');
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine/Feline a/d&#8482;", sProductPath+"id125.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine b/d&#8482;", sProductPath+"id75.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine c/d&#8482;", sProductPath+"id77.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine d/d&#8482;", sProductPath+"id127.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine h/d&#8482;", sProductPath+"id79.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine i/d&#8482;", sProductPath+"id80.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine j/d&#8482;", sProductPath+"id81.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine j/d&#8482; Reduced Calorie", sProductPath+"id201.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine k/d&#8482;", sProductPath+"id82.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine l/d&#8482;", sProductPath+"id83.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine n/d&#8482;", sProductPath+"id86.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine p/d&#8482;", sProductPath+"id167.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine p/d&#8482; Large Breed", sProductPath+"id89.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine r/d&#8482;", sProductPath+"id107.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine s/d&#8482;", sProductPath+"id108.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine t/d&#8482; & Canine t/d&#8482; Mini", sProductPath+"id119.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine u/d&#8482;", sProductPath+"id120.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine w/d&#8482;", sProductPath+"id121.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine z/d&#8482; ULTRA Allergen-Free", sProductPath+"id122.html", "content_frame");
		mainmenu3_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine z/d&#8482; Low Allergen", sProductPath+"id123.html", "content_frame");
	mainmenu3.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Feline", sProductPath+"id56.html", "content_frame");
		var mainmenu3_1 = mainmenu3.addMenu(mainmenu3.items[1]);
		mainmenu3_1.addClickEvent('clickOn(\'h4\')');
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine/Feline a/d&#8482;",  sProductPath+"id56.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline c/d&#8482; Multicare", sProductPath+"id129.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline d/d&#8482;", sProductPath+"id130.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline g/d&#8482;", sProductPath+"id131.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline i/d&#8482;", sProductPath+"id132.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline j/d&#8482;", sProductPath+"id204.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline k/d&#8482;", sProductPath+"id133.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline l/d&#8482;", sProductPath+"id135.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline m/d&#8482;", sProductPath+"id136.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline r/d&#8482;", sProductPath+"id138.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline s/d&#8482;", sProductPath+"id139.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline t/d&#8482;", sProductPath+"id141.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline w/d&#8482;", sProductPath+"id144.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline x/d&#8482;", sProductPath+"id145.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline z/d&#8482; ULTRA Allergen-Free", sProductPath+"id146.html", "content_frame");
		mainmenu3_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline z/d&#8482; Low Allergen", sProductPath+"id147.html", "content_frame");

	mainmenu3.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Guide de r&eacute;f&eacute;rence  - Canine", "canine_pd_reference.html", "content_frame");
	mainmenu3.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Guide de r&eacute;f&eacute;rence  - Feline", "feline_pd_reference.html", "content_frame");
	mainmenu3.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Produits recommand&eacute;s - Canine", "canine_recommended_products.html", "content_frame");
	mainmenu3.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Produits recommand&eacute;s - Feline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "feline_recommended_products.html", "content_frame");


	var mainmenu4 = mainmenu.addMenu(document.getElementById("mainmenu4"));
	mainmenu4.addClickEvent('clickOn(\'h5\')');
	mainmenu4.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Canine", sProductPath+"id162.html", "content_frame");
		var mainmenu4_0 = mainmenu4.addMenu(mainmenu4.items[0]);
		mainmenu4_0.addClickEvent('clickOn(\'h5\')');
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Puppy & Puppy Mini", sProductPath+"id117.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Puppy Large Breed", sProductPath+"id168.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Adult & Canine Adult Mini", sProductPath+"id162.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Adult with Rice formulas", sProductPath+"id163.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Adult Large Breed", sProductPath+"id71.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Mature Adult/Senior 7+ and<br /> &nbsp;&nbsp;&nbsp;Canine Mature Adult/Senior 7+ Mini", sProductPath+"id99.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Senior Large Breed", sProductPath+"id109.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Light Adult", sProductPath+"id84.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Light Adult Large Breed", sProductPath+"id148.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Light Mature Adult/Senior 7+", sProductPath+"id85.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Performance&#8482;", sProductPath+"id100.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Oral Care Adult", sProductPath+"id88.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Sensitive Skin Adult", sProductPath+"id116.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Canine Sensitive Stomach Adult", sProductPath+"id118.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Puppy Mini/Medium", sProductPath+"id149.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Puppy Large/Giant", sProductPath+"id106.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Canine Adult Mini/Medium", sProductPath+"id74.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Canine Adult Large/Giant", sProductPath+"id72.html", "content_frame");
		mainmenu4_0.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Canine Mature Adult 7+ Mini/Medium", sProductPath+"id202.html", "content_frame");
	mainmenu4.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Feline", sProductPath+"id151.html", "content_frame");
		var mainmenu4_1 = mainmenu4.addMenu(mainmenu4.items[1]);
		mainmenu4_1.addClickEvent('clickOn(\'h5\')');
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Kitten ", sProductPath+"id150.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Adult ", sProductPath+"id151.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Mature Adult/Senior 7+", sProductPath+"id152.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> NeuteredCat Young Adult <br />&nbsp;&nbsp;&nbsp;<em>exclusivite veterinaire</em>", sProductPath+"id153.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> NeuteredCat Mature Adult <br />&nbsp;&nbsp;&nbsp;<em>exclusivite veterinaire</em>", sProductPath+"id154.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Light Adult", sProductPath+"id155.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Light Mature Adult/Senior 7+", sProductPath+"id156.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Oral Care Adult", sProductPath+"id157.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Hairball Control Formula Adult", sProductPath+"id58.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Hairball Control<br /> &nbsp;&nbsp;&nbsp;Formula Mature Adult/Senior 7+", sProductPath+"id158.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Chat d'int&eacute;rieur", sProductPath+"id59.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Sensitive Skin Adult", sProductPath+"id159.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Feline Sensitive Stomach Adult", sProductPath+"id160.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Kitten ", sProductPath+"id161.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Feline Adult", sProductPath+"id124.html", "content_frame");
		mainmenu4_1.addItem("<img src='../objects/img/arrow_sub.gif' align='absmiddle'> Hill's Nature's Nature's Best&#8482;<br /> &nbsp;&nbsp;&nbsp;Feline Mature Adult 7+", sProductPath+"id203.html", "content_frame");
		
	
	mainmenu4.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Produits recommand&eacute;s - Canine", "canine_sp_recommended_products.html", "content_frame");
	mainmenu4.addItem("<img src='../objects/img/arrow_menu.gif' align='absmiddle'> Produits recommand&eacute;s - Feline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  ", "feline_sp_recommended_products.html", "content_frame");
		
		
	// Initialize and draw the menu
	TransMenu.renderAll();
	TransMenu.initialize();
}
	

