/******************************************************************************************
* SG_Definition_Bandeau.js                                                                * 
*                                                                                         *
* Version 1.1                                                                             *
*                                                                                         *
* Copyright 2001 par SMX.                                                                 *
* Derniere MAJ : 11 septembre 2001.                                                       *
*                                                                                         *
* Permet d'ajouter un menu dynamique horizontal en haut de page                           * 
* Fonctionne sous Internet Explorer 4 (et superieur) ainsi que Netscape                   *
* Navigator 4 (et superieur).                                                             *
*                                                                                         *
* Lignes a inserer entre <HEAD> </HEAD> dans la page :                                    *
*   <SCRIPT src="js/dhtmllib.js"></SCRIPT>                                                *
*   <SCRIPT SRC="js/SG_Bandeau.js"></SCRIPT>                                              *
*   <SCRIPT SRC="js/SG_Definition_bandeau.js"></SCRIPT>                                   *
*                                                                                         *
* Lignes a ajouter juste apres le TAG <BODY> :                                            *
*   <script>SG_bandeau_draw();</script>                                                   *
*                                                                                         *
*******************************************************************************************/
 
// Definition des chemins absolus
 
var SG_path_images_bandeau = "/ludovichubler/images/";  // Chemin des images du bandeau
var SG_racine = "/ludovichubler/"; // Chemin de la racine pour les liens locaux et les images des libellés
 
// Definition du lien (retour accueil)
 
var SG_logo_url = "/ludovichubler/index.html"
 
// Definition des couleurs
 
var SG_couleur_bandeau_texte      = "000000"; // defaut : 000000
var SG_couleur_bandeau_texte_over = "FF6633"; // defaut : FF6633
var SG_bordure_menu               = "999999"; // defaut : 999999
var SG_cellule_menu               = "F9F9F9"; // defaut : F9F9F9
var SG_cellule_menu_over          = "E1E1E1"; // defaut : E1E1E1
var SG_couleur_menu_texte         = "000000"; // defaut : 000000
var SG_couleur_menu_texte_over    = "FF6633"; // defaut : FF6633
var SG_fond_haut_couleur          = "6971CB"; // defaut : 6971CB
var SG_fond_haut_image            = "fond_titre.jpg";
 
 
// Definition des titres
 
var SG_titre1 = "Tour du monde en stop - Ludovic Hubler";
var SG_titre2 = "";
 
 
// Definition du Bandeau
 
SG_bandeau_libelle[0] = '&nbsp;&nbsp;Préparatifs';
SG_bandeau_libelle[1] = 'Ludovic Hubler';
SG_bandeau_libelle[2] = 'Tour&nbsp;du&nbsp;monde';
SG_bandeau_libelle[3] = 'Liens';
SG_bandeau_libelle[4] = 'Amis&nbsp;-&nbsp;Famille';
SG_bandeau_libelle[5] = 'Aider&nbsp;&nbsp;&nbsp;&nbsp;';
SG_bandeau_libelle[6] = 'English – Español';
 
// Definition du Menu 0 (Préparatif)
 
SG_menu_libelle[0]    = new Array();
SG_menu_url[0]        = new Array();
 
SG_menu_libelle[0][0] = 'Plaquette de présentation';
SG_menu_libelle[0][1] = 'Mes partenaires';
SG_menu_libelle[0][2] = 'Santé';
SG_menu_libelle[0][3] = 'Visas';
SG_menu_libelle[0][4] = 'Assurance';
SG_menu_libelle[0][5] = 'Bibliographie';
SG_menu_libelle[0][6] = 'A emporter';
 
 
SG_menu_url[0][0]     = 'javascript:var bidon=window.open(\'http://www.ludovichubler.com/tourdumondeplaquette.pdf\',\'plaquette\',\'SCROLLBARS=YES,RESIZABLE=YES,WIDTH=750,HEIGHT=450\');';
SG_menu_url[0][1]     = SG_racine+'partenaires.html';
SG_menu_url[0][2]     = SG_racine+'sante.html';
SG_menu_url[0][3]     = SG_racine+'visas.html';
SG_menu_url[0][4]     = SG_racine+'assurance.html';
SG_menu_url[0][5]     = SG_racine+'bibliographie.html';
SG_menu_url[0][6]     = SG_racine+'aemporter.html';
 
 
 
// Definition du Menu 1 (Ludovic Hubler)
 
SG_menu_libelle[1]    = new Array();
SG_menu_url[1]        = new Array();
 
SG_menu_libelle[1][0] = 'Présentation';
SG_menu_libelle[1][1] = 'CV Français';
SG_menu_libelle[1][2] = 'CV Américain';
SG_menu_libelle[1][3] = 'Mémoire de fin d´études';
SG_menu_libelle[1][4] = 'Citations favorites';
SG_menu_libelle[1][5] = 'Livre d´or';
SG_menu_libelle[1][6] = 'Contact';
 
 
SG_menu_url[1][0]     = SG_racine+'presentationludo.html';
SG_menu_url[1][1]     = 'javascript:var bidon=window.open(\'http://www.ludovichubler.com/CVfrancais.pdf\',\'CV\',\'SCROLLBARS=YES,RESIZABLE=YES,WIDTH=750,HEIGHT=450\');';
SG_menu_url[1][2]     = 'javascript:var bidon=window.open(\'http://www.ludovichubler.com/CVus.pdf\',\'CV\',\'SCROLLBARS=YES,RESIZABLE=YES,WIDTH=750,HEIGHT=450\');';
SG_menu_url[1][3]     = 'javascript:var bidon=windowopen(\'http://www.ludovichubler.com/Memoire.pdf\'Mémoire de find´etudes\',\'SCROLLBARS=YES,RESIZABLE=YES,WIDTH=750,HEIGHT=450\');';
SG_menu_url[1][4]     = 'javascript:var bidon=window.open(\'http://www.ludovichubler.com/Citationsfavorites.pdf\',\'Citations\',\'SCROLLBARS=YES,RESIZABLE=YES,WIDTH=750,HEIGHT=450\');';
SG_menu_url[1][5]    = SG_racine+'guestludo.html';
SG_menu_url[1][6]    = SG_racine+'contact.html';
 
 
 
// Definition du Menu 2 (Tour du monde)
 
SG_menu_libelle[2]    = new Array();
SG_menu_url[2]        = new Array();
 
SG_menu_libelle[2][0] = 'Suivi en direct';
SG_menu_libelle[2][1] = 'Galerie photos';
SG_menu_libelle[2][2] = 'Records';
SG_menu_libelle[2][3] = 'Itinéraire';
SG_menu_libelle[2][4] = 'Trombinoscope';
SG_menu_libelle[2][5] = 'Le tour vu par JCB';
SG_menu_libelle[2][6] = '2 missions humanitaires';
SG_menu_libelle[2][7] = '1 projet pédagogique';
SG_menu_libelle[2][8] = 'Mes partenaires';
 
 
 
SG_menu_url[2][0]     = 'http://www.sekoyamag.com/nouveausite/SPIP/rubrique.php3?id_rubrique=73&recalcul=oui&submit=Recalculer+cette+page+*';
SG_menu_url[2][1]     = 'http://www.sekoyamag.com/nouveausite/SPIP/article.php3?id_article=313';
SG_menu_url[2][2]     = SG_racine+'records.html';
SG_menu_url[2][3]     = SG_racine+'itineraires.html';
SG_menu_url[2][4]     = 'http://www.sekoyamag.com/nouveausite/SPIP/article.php3?id_article=374&menu=vignettes';
SG_menu_url[2][5]     = 'http://www.sekoyamag.com/nouveausite/SPIP/article.php3?id_article=373';
SG_menu_url[2][6]     = SG_racine+'missionh.html';
SG_menu_url[2][7]     = SG_racine+'missionp.html';
SG_menu_url[2][8]     = SG_racine+'partenaires.html';
 
 
// Definition du menu 3 (Liens)
SG_bandeau_url[3]        = SG_racine+'liens.html';
 
// Definition du menu 4 (AmisFamille)
 
SG_menu_libelle[4]    = new Array();
SG_menu_url[4]        = new Array();
 
SG_menu_libelle[4][0] = 'Photos famille';
SG_menu_libelle[4][1] = 'Photos amis';
 
 
SG_menu_url[4][0] = SG_racine+'photosfamille.html';
SG_menu_url[4][1] = SG_racine+'amis.html';
 
 
 
// Definition du Menu 5 (aider)
 
SG_menu_libelle[5]    = new Array();
SG_menu_url[5]        = new Array();
 
SG_menu_libelle[5][0] = 'Me parrainer';
SG_menu_libelle[5][1] = 'Me loger';
SG_menu_libelle[5][2] = 'Me soutenir';
 
SG_menu_url[5][0]     = SG_racine+'parrainer.html';
SG_menu_url[5][1]     = SG_racine+'loger.html';
SG_menu_url[5][2]     = SG_racine+'soutenir.html';
 
// Definition du Menu 6 (langues)
 
SG_menu_libelle[6]    = new Array();
SG_menu_url[6]        = new Array();
 
SG_menu_libelle[6][0] = 'English';
SG_menu_libelle[6][1] = 'Español';
 
SG_menu_url[6][0]     = 'http://www.sekoyamag.com/ludovichubler/index_eng.html';
SG_menu_url[6][1]     = 'http://www.sekoyamag.com/ludovichubler/index_esp.html';
 
