﻿/*
	Copyright (c) 2004-2005 Eira inc.
	http://www.origano.com
	Tous droits réservés pour tous pays
	All rights reserved for all countries	
*/
function xInitMenNoms(){
xm=new xMenu("f",null);
xm.ajouterEnfants(
new	xMenu("accueil",null),
new xMenu("produits",null),
new xMenu("support",null),
new xMenu("votre compte",null),
new xMenu("galeries",null),
new xMenu("blog",null),
new xMenu("boutique","btq/oriBtq_0f.aspx"));
xm.enf[0].ajouterEnfants(
new xMenu("à propos","sup/aPropos_0f.aspx"),
new xMenu("plan","carte_0f.aspx"),
new xMenu("confidentialité","sup/confid_0f.aspx"),
new xMenu("copyright","sup/copyright_0f.aspx"),
new xMenu("écrivez-nous","sup/ecrivez_0f.aspx"),
new xMenu("bulletins","sup/bulletins_0f.aspx"),
new xMenu("aujourd'hui","default.aspx"));
xm.enf[1].ajouterEnfants(
new xMenu("sommaire","prd/origa/prdSom_0f.aspx"),
new xMenu("origaDesk",null));
xm.enf[1].enf[1].ajouterEnfants(
new xMenu("présentation","prd/p02299/intro_0f.aspx"),
new xMenu("caractéristiques et aperçus","prd/p02299/specs_0f.aspx"),
new xMenu("support / faq","prd/p02299/sup_0f.aspx"),
new xMenu("téléchargement","prd/p02299/v01/installer_0f.aspx"),
new xMenu("achat","prd/p02299/achat_0f.aspx"));
xm.enf[2].ajouterEnfants(
new xMenu("exigences techniques du site","sup/exigTech_0f.aspx"),
new xMenu("faq","sup/faq_0f.aspx"),
new xMenu("produits",null),
new xMenu("confidentialité","sup/confid_0f.aspx"),
new xMenu("écrivez-nous","sup/ecrivez_0f.aspx"));
xm.enf[2].enf[2].ajouterEnfants(
new xMenu("origaDesk","prd/p02299/sup_0f.aspx"));
xm.enf[3].ajouterEnfants(
new xMenu("principes","cpt/cptPrc_f.aspx"),
new xMenu("créez","cpt/cptCre_f.aspx"),
new xMenu("modifiez","cpt/cptMod_f.aspx"),
new xMenu("connexion","cpt/cptCon_f.aspx"),
new xMenu("fermer session","cpt/cptFrm_f.aspx"));
xm.enf[4].ajouterEnfants(
new xMenu("littérature",null),
new xMenu("beaux-arts",null),
new xMenu("musique",null),
new xMenu("ciné",null),
new xMenu("transcendance",null),
new xMenu("société",null),
new xMenu("sciences",null),
new xMenu("voyages",null));
xm.enf[4].enf[0].ajouterEnfants(
new xMenu("demain, dès l'aube","gal/lit/hugo/vh-aube_0f.htm"),
new xMenu("aurore","gal/lit/aurore/aurore_f.htm"),
new xMenu("manèges","gal/lit/maneges/merry_0f.htm"),
new xMenu("poésie rimbaldienne","gal/lit/rimbaud/rimbaud_0f.htm"));
xm.enf[4].enf[1].ajouterEnfants(
new xMenu("la pietà","gal/bxa/pieta/pieta_0f.htm"),
new xMenu("laocoon","gal/bxa/laocoon/laocoon_0f.htm"));
xm.enf[4].enf[2].ajouterEnfants(
new xMenu("amadeus","gal/mus/amadeus/moz_prc_0f.htm"));
xm.enf[4].enf[3].ajouterEnfants(
new xMenu("thé avec mussolini","gal/cin/mussolini/mussolini_0f.htm"),
new xMenu("horizon perdu","gal/cin/horizon/horizon_0f.htm"));
xm.enf[4].enf[4].ajouterEnfants(
new xMenu("yi king","gal/trs/yk/king_0f.htm"),
new xMenu("chassé-croisé","gal/trs/chcc/chcc_0f.htm"),
new xMenu("kurukshetra","gal/trs/kurukshetra/kurukshetra_0f.htm"));
xm.enf[4].enf[5].ajouterEnfants(
new xMenu("respect","gal/soc/respect/respect_0f.htm"),
new xMenu("couloir du temps","gal/soc/ct/ct_0f.htm"));
xm.enf[4].enf[6].ajouterEnfants(
new xMenu("ondes","gal/sci/ondes/sinus_0f.htm"),
new xMenu("horloge photonique","gal/sci/photons/horloge_photonique_0f.htm"),
new xMenu("éther","gal/sci/ether/ether_0f.htm"));
xm.enf[4].enf[7].ajouterEnfants(
new xMenu("cosaques pressés","gal/voy/tableaux/bistro_0f.htm"),
new xMenu("empreinte des origines","gal/voy/tableaux/origines_0f.htm"),
new xMenu("mayas et corsaires","gal/voy/tableaux/mayas_0f.htm"),
new xMenu("sable d'ébène","gal/voy/tableaux/ebene_0f.htm"));
xm.enf[5].ajouterEnfants(
new xMenu("rubriques","blg/origaBlog_f.aspx"),
new xMenu("rss & xml","blg/origaBlogInfo_f.htm"));
}
