﻿/*
	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("a",null);
xm.ajouterEnfants(
new	xMenu("home",null),
new xMenu("products",null),
new xMenu("support",null),
new xMenu("your account",null),
new xMenu("on exhibit now",null),
new xMenu("blog",null),
new xMenu("store","btq/oriBtq_0a.aspx"));
xm.enf[0].ajouterEnfants(
new xMenu("about us","sup/aPropos_0a.aspx"),
new xMenu("site map","carte_0a.aspx"),
new xMenu("privacy policy","sup/confid_0a.aspx"),
new xMenu("copyright","sup/copyright_0a.aspx"),
new xMenu("contact us","sup/ecrivez_0a.aspx"),
new xMenu("newsletters","sup/bulletins_0a.aspx"),
new xMenu("front-page","default_a.aspx"));
xm.enf[1].ajouterEnfants(
new xMenu("summary","prd/origa/prdSom_0a.aspx"),
new xMenu("origaDesk",null));
xm.enf[1].enf[1].ajouterEnfants(
new xMenu("presentation","prd/p02298/intro_0a.aspx"),
new xMenu("features and screenshots","prd/p02298/specs_0a.aspx"),
new xMenu("support / faq","prd/p02298/sup_0a.aspx"),
new xMenu("download","prd/p02298/v01/installer_0a.aspx"),
new xMenu("buy","prd/p02298/achat_0a.aspx"));
xm.enf[2].ajouterEnfants(
new xMenu("site requirements","sup/exigTech_0a.aspx"),
new xMenu("faq","sup/faq_0a.aspx"),
new xMenu("products",null),
new xMenu("privacy policy","sup/confid_0a.aspx"),
new xMenu("contact us","sup/ecrivez_0a.aspx"));
xm.enf[2].enf[2].ajouterEnfants(
new xMenu("origaDesk","prd/p02298/sup_0a.aspx"));
xm.enf[3].ajouterEnfants(
new xMenu("principles","cpt/cptPrc_a.aspx"),
new xMenu("create","cpt/cptCre_a.aspx"),
new xMenu("modify","cpt/cptMod_a.aspx"),
new xMenu("login","cpt/cptCon_a.aspx"),
new xMenu("logout","cpt/cptFrm_a.aspx"));
xm.enf[4].ajouterEnfants(
new xMenu("writings",null),
new xMenu("arts",null),
new xMenu("music",null),
new xMenu("movies",null),
new xMenu("transcendence",null),
new xMenu("society",null),
new xMenu("sciences",null),
new xMenu("travels",null));
xm.enf[4].enf[0].ajouterEnfants(
new xMenu("tomorrow at dawn","gal/lit/hugo/vh-aube_0a.htm"),
new xMenu("aurora","gal/lit/aurore/aurore_a.htm"),
new xMenu("merry-go-rounds","gal/lit/maneges/merry_0a.htm"),
new xMenu("rimbaud","gal/lit/rimbaud/rimbaud_0a.htm"));
xm.enf[4].enf[1].ajouterEnfants(
new xMenu("the pietà","gal/bxa/pieta/pieta_0a.htm"),
new xMenu("laocoon","gal/bxa/laocoon/laocoon_0a.htm"));
xm.enf[4].enf[2].ajouterEnfants(
new xMenu("amadeus","gal/mus/amadeus/moz_prc_0a.htm"));
xm.enf[4].enf[3].ajouterEnfants(
new xMenu("tea with mussolini","gal/cin/mussolini/mussolini_0a.htm"),
new xMenu("lost horizon","gal/cin/horizon/horizon_0a.htm"));
xm.enf[4].enf[4].ajouterEnfants(
new xMenu("i ching","gal/trs/yk/king_0a.htm"),
new xMenu("tug-of-words","gal/trs/chcc/chcc_0a.htm"),
new xMenu("kurukshetra","gal/trs/kurukshetra/kurukshetra_0a.htm"));
xm.enf[4].enf[5].ajouterEnfants(
new xMenu("respect","gal/soc/respect/respect_0a.htm"),
new xMenu("time machine","gal/soc/ct/ct_0a.htm"));
xm.enf[4].enf[6].ajouterEnfants(
new xMenu("about waves","gal/sci/ondes/sinus_0a.htm"),
new xMenu("photonic clock","gal/sci/photons/horloge_photonique_0a.htm"),
new xMenu("ether","gal/sci/ether/ether_0a.htm"));
xm.enf[4].enf[7].ajouterEnfants(
new xMenu("hurried cossacks","gal/voy/tableaux/bistro_0a.htm"),
new xMenu("imprints from the outset","gal/voy/tableaux/origines_0a.htm"),
new xMenu("mayas and corsairs","gal/voy/tableaux/mayas_0a.htm"),
new xMenu("ebony sand","gal/voy/tableaux/ebene_0a.htm"));
xm.enf[5].ajouterEnfants(
new xMenu("entries","blg/origaBlog_a.aspx"),
new xMenu("rss & xml","blg/origaBlogInfo_a.htm"));
}
