

	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='blue';			// Font color when mouse is not over
	var FontSubLowColor='blue';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='blue';			// Border color
	var BorderSubColor='blue';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="ARIAL"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.6;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.6;			// vertical overlap child/ parent
	var StartTop=150;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',10,10,'tri.gif',10,5,'tri.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"



Menu1=new Array("Cybermatrice - Administration","","",2,20,200);
	Menu1_1=new Array("Les différentes zones","zones.htm","",0,20,150);	
	
	
       Menu1_2=new Array("L'administration","","",3,20,150);
                Menu1_2_1=new Array("Principe","principe_barre_admin.htm","",0,20,200);
		Menu1_2_2=new Array("Accès à l'interface","comment_obtenir_interface.htm","",0);
                Menu1_2_3=new Array("Login et mot de passe égaré","login_oublie.htm","",0);		


	
Menu2=new Array("Conseil pratique avant de démarrer","","",3,20,200);
               Menu2_1=new Array("Réflexion sur la structure et les options de votre site","reflexion_structure.htm","",0,20,300);
	       Menu2_2=new Array("Préparation de vos textes","","",2);
                          Menu2_2_1=new Array("Les rédiger sous Word","sous_word.htm","",0,20,250);
                          Menu2_2_2=new Array("Comment organiser votre mise en page","sous_word.htm","",0,20,250);
               Menu2_3=new Array("Préparation de vos photos","","",2);  
                          Menu2_3_1=new Array("Installation","retouche.htm","",0,20,250); 
                          Menu2_3_2=new Array("Compression et redimentionnement","retouche.htm","",0,20,250);



                        
Menu3=new Array("Accueil - Contact","","",5);

	       Menu3_1=new Array("Principe","accueil_contact.htm","",0,20,150);       
               Menu3_2=new Array("Modifier le texte","texte_accueil.htm","",0,20,150);
	       Menu3_3=new Array("Insérer une photo","insertion_photo.htm","",0);
	       Menu3_4=new Array("Modifier vos coordonnées","coordonnees_entreprise.htm","",0);
               Menu3_5=new Array("Bien utiliser l'éditeur","","",4);
                          Menu3_5_1=new Array("Word et l'éditeur","sous_word.htm","",0,20,200);
                          Menu3_5_2=new Array("Faire un lien vers un site","lien_site.htm","",0,20,200);
		          Menu3_5_3=new Array("Faire un lien de téléchargement","document_telecharger.htm",0);
		          Menu3_5_4=new Array("Créer un lien vers le site","","",3);
                              Menu3_5_4_1=new Array("Vers la partie structure","lien_structure.htm","",0,20,150);
                              Menu3_5_4_2=new Array("Vers la partie E-commerce","lien_commerce.htm","",0);
			      Menu3_5_4_3=new Array("Vers les autres zones","lien_structure.htm","",0);


Menu4=new Array("Création de pages - Structure","","",7);
	       
               Menu4_1=new Array("Présentation","structure_creation_page.htm","",0,20,150);
               Menu4_2=new Array("Création des thèmes","themes.htm","",2,20,150);
                          Menu4_2_1=new Array("Principe","themes.htm","",0,20,150);
                          Menu4_2_2=new Array("Création","themes.htm","",0,20,150);
	       Menu4_3=new Array("Insertion d'une page","","",3);
                          Menu4_3_1=new Array("Principe","","",0,20,150);
                          Menu4_3_2=new Array("Insertion d'une page","creation_page.htm","",0,20,150);
                          Menu4_3_3=new Array("Si le sous-thème existe","sous_theme_existant.htm","",0,20,150);


	       Menu4_4=new Array("Modifier une page","modification_page.htm","",0);
               Menu4_5=new Array("Bien utiliser l'éditeur","","",4);
                          Menu4_5_1=new Array("Word et l'éditeur","sous_word.htm","",0,20,250);
                          Menu4_5_2=new Array("Faire un lien vers site","lien_site.htm","",0,20,300);
		          Menu4_5_3=new Array("Faire un lien de téléchargement","document_telecharger.htm",0);
		          Menu4_5_4=new Array("Faire un lien vers une page du site","",0);
               Menu4_6=new Array("Accès privatif","","",2);
                          Menu4_6_1=new Array("Principe de l'accès privatif","principe_acces_privatif.htm","",0,20,250);
                          Menu4_6_2=new Array("Activation du login et mot de passe","login_pass_page.htm","",0,20,250);

               Menu4_7=new Array("Principe du multicritère","","",4);
                          Menu4_7_1=new Array("Principe","activer_multicritere.htm","",0,20,250);
                          Menu4_7_2=new Array("Activer le multicritère","activer_multicritere.htm","",0,20,250);
                          Menu4_7_3=new Array("Créer une fiche en multicritère","page_multicritere.htm","",0,20,300); 
	                  Menu4_7_4=new Array("Exemple de multicritere","exemple_multicritere.htm","",0,20,300);

Menu5=new Array("E-commerce","","",12);
	
        Menu5_1=new Array("Présentation","e_commerce.htm","",0,20,250);
        Menu5_2=new Array("Création des familles de produits","famille_produit.htm","",0,20,300);
        Menu5_3=new Array("Ajout d'une référence","","",2,20,300);
                          Menu5_3_1=new Array("Si la sous famille n'existe pas","ajout1_reference.htm","",0,20,250);
			  Menu5_3_2=new Array("Si la sous famille existe","sous_famille_existante.htm","",0,20,250);
        Menu5_4=new Array("Modification, suppression d'une référence","modifier_produit.htm","",0,20,300);
        Menu5_5=new Array("Promotion et sélection","","",2,20,300);
                          Menu5_5_1=new Array("Sélection","mise_en_selection.htm","",0,20,250);
			  Menu5_5_2=new Array("Promotion","promotion.htm","",0,20,250);
        Menu5_6=new Array("Photo zoomable","commerce_photo_zoomable.htm","",0,20,300);
        Menu5_7=new Array("Accès privatif (voir principe structure)","","",0,20,300);
        Menu5_8=new Array("Tva","tva.htm","",0,20,300);
        Menu5_9=new Array("Frais de port","","",3,20,300);
                          Menu5_9_1=new Array("Principe","principe_port.htm","",0,20,250);
			  Menu5_9_2=new Array("Saisie du poids","saisie_poids.htm","",0,20,250);
                          Menu5_9_3=new Array("Exemple","exemple_port.htm","",0,20,250);


        Menu5_10=new Array("Gestionnaire de commande - sur version 3","gestionnaire_commande.htm","",0,20,300);
        Menu5_11=new Array("Importation des données dans la base","","",4,20,300);
                          Menu5_11_1=new Array("Télécharger la base","","",0,20,250);
                          Menu5_11_2=new Array("Présentation de la table boutique2","","",0,20,300);
                          Menu5_11_3=new Array("Comment la manipuler","","",0,20,300);
                          Menu5_11_4=new Array("La réenvoyer sur le serveur","","",0,20,300);
        
        Menu5_12=new Array("Paiement sécurisé","paiement_securise.htm","",0,20,300);
                          



Menu6=new Array("Communication","","",8);
        Menu6_1=new Array("Principe","communication.htm","",0,20,150);
	Menu6_2=new Array("Formulaire","","",4,20,200);
                          Menu6_2_1=new Array("Principe du formulaire","principe_formulaire.htm","",0,20,250);
                          Menu6_2_2=new Array("L'archivage des coordonnées visiteurs","formulaire_stockage_coordonnees.htm","",0,20,300);
                          Menu6_2_3=new Array("10 champs supplémentaires","10_champs.htm","",0,20,300);
                          Menu6_2_4=new Array("Ajout d'un menu déroulant","","",0,20,300);
        Menu6_3=new Array("Le forum","","",2,20,250);
                          Menu6_3_1=new Array("Présentation du forum","principe_forum.htm","",0,20,150);
                          Menu6_3_2=new Array("Administration","administration_forum.htm","",0,20,150);
        Menu6_4=new Array("Les news","","",3,20,250);
                          Menu6_4_1=new Array("Principe","principe_news.htm","",0,20,250);
                          Menu6_4_2=new Array("Création d'une news","creation_news.htm","",0,20,250);
                          Menu6_4_3=new Array("Affichage et modification","modification_news.htm","",0,20,300);
        Menu6_5=new Array("La visio-conférence","","",0,20,250);
        Menu6_6=new Array("La mailing liste","formulaire_stockage_coordonnees.htm","",0,20,250);
        Menu6_7=new Array("Compteur et statistique","","",2,20,300);
                          Menu6_7_1=new Array("Compteur","compteur.htm","",0,20,150);
                          Menu6_7_2=new Array("Statistique","statistique.htm","",0,20,150);
        Menu6_8=new Array("Le référencement","","",0,20,150);



Menu7=new Array("Graphisme - Options","","",8);
       Menu7_1=new Array("Principe","graphisme.htm","",0,20,300);
       Menu7_2=new Array("Couleur de fond, police, cadre","principe_couleur.htm","",4,20,300);
                          Menu7_2_1=new Array("Couleur de fond","fond_ecran.htm","",0,20,250);
                          Menu7_2_2=new Array("Une image de fond","image_fond.htm","",0,20,300);
		          Menu7_2_3=new Array("Couleur des cadres","couleur_cadre.htm",0);
		          Menu7_2_4=new Array("Couleur de police","couleur_police.htm",0);
        Menu7_3=new Array("Intitulé des boutons et onglets","menu.htm","",0,20,200);
        Menu7_4=new Array("Désactiver une fonction, effacer un intitulé","effacer_fonction.htm","",0,20,300);
        Menu7_5=new Array("Mise en page","","",2,20,200);
                          Menu7_5_1=new Array("Mise en page en série","mise_en_page.htm","",0,20,200);
                          Menu7_5_2=new Array("Mise en page vierge","vierge.htm","",0,20,200);
        Menu7_6=new Array("Animations","","",0,20,200);
        Menu7_7=new Array("Compression et redimentionnement des photos","","",2,20,200);
                          Menu7_7_1=new Array("Télécharger le logiciel","installation_photo.htm","",0,20,250);
                          Menu7_7_2=new Array("Compression et redimentionnement","retouche.htm","",0,20,250);
        Menu7_8=new Array("Insertion d'une photo","insertion_photo.htm","",0,20,200);



Menu8=new Array("Sauvegardes","javascript:top.location.href='blank.htm'","",2);
	Menu8_1=new Array("Principe de sauvegarde","principe_sauvegarde.htm","",0,20,200);
        Menu8_2=new Array("Télécharger la base de données","sauvegarde.htm","",0,20,200);



Menu9=new Array("Astuces - Solutions","javascript:top.location.href='astuces_solutions.htm'","",9);
	Menu9_1=new Array("Login oublié","login_oublie.htm","",0,20,350);
        Menu9_2=new Array("Comment transférer un site existant","","",2,20,300);
                          Menu9_2_1=new Array("Préparation de la structure sur la Matrice","","",0,20,250);
                          Menu9_2_2=new Array("Pages à copier, coller","","",0,20,250);                 
        Menu9_3=new Array("Comment rediriger un nom de domaine existant","","",0,20,300);

        
        Menu9_4=new Array("Faire un lien","","",3);
                          Menu9_4_1=new Array("Créer un lien vers un site","lien_site.htm","",0,20,200);
		          Menu9_4_2=new Array("Créer un lien de téléchargement","document_telecharger.htm",0);
		          Menu9_4_3=new Array("Créer un lien vers le site","","",3);
                              Menu9_4_3_1=new Array("Vers la partie structure","lien_structure.htm","",0,20,150);
                              Menu9_4_3_2=new Array("Vers la partie E-commerce","lien_commerce.htm","",0);
			      Menu9_4_3_3=new Array("Vers les autres zones","lien_autre_partie.htm","",0);
        Menu9_5=new Array("Voir vos fichiers sur le serveur","fichier_serveur.htm","",0);
       
        Menu9_6=new Array("Compression des photos","","",2);
                          Menu9_6_1=new Array("Principe","retouche.htm","",0,20,200);
		          Menu9_6_2=new Array("Téléchargement du logiciel","installation_photo.htm",0);

        Menu9_7=new Array("Word et l'éditeur","sous_word.htm","",0);
        Menu9_8=new Array("Faire une redirection de nom de domaine","redirection.htm","",0);
        Menu9_9=new Array("Dépôt d'un nom de domaine supplémentaire et messagerie","","",2);
                          Menu9_9_1=new Array("Nom de domaine","nom_supplementaire.htm","",0,20,200);
		          Menu9_9_2=new Array("Messagerie","Paramétrage de votre messagerie.htm",0);

Menu10=new Array("Conseils et formations","javascript:top.location.href='conseil_formation.htm'","",0);

Menu11=new Array("Nouvelle version","javascript:top.location.href=''","",3);
        Menu11_1=new Array("Principe","principe_version.htm","",0,20,250);
        Menu11_2=new Array("Les nouvelles fonctions","nouvelle_fonction.htm","",0,20,200);
        Menu11_3=new Array("Démonstration de la nouvelle version","demo_version.htm","",0,20,200);

Menu12=new Array("Accueil","javascript:top.location.href='index.htm'","",0);
        
       
     