/******************************************************************************************
* 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 = "Hitch-Hiking around the world - Ludovic Hubler";
var SG_titre2 = "";


// Definition du Bandeau

SG_bandeau_libelle[0] = '&nbsp;&nbsp;Before the tour';
SG_bandeau_libelle[1] = 'Ludovic Hubler';
SG_bandeau_libelle[2] = 'Tour of the world';
SG_bandeau_libelle[3] = 'Links';
SG_bandeau_libelle[4] = 'Friends&nbsp;-&nbsp;Family';
SG_bandeau_libelle[5] = 'Help me&nbsp;&nbsp;&nbsp;&nbsp;';
SG_bandeau_libelle[6] = 'Français – 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] = 'Document of presentation';
SG_menu_libelle[0][1] = 'My sponsors';
SG_menu_libelle[0][2] = 'Health';
SG_menu_libelle[0][3] = 'Visas';
SG_menu_libelle[0][4] = 'Insurance';
SG_menu_libelle[0][5] = 'Bibliography';
SG_menu_libelle[0][6] = 'To bring along';


SG_menu_url[0][0]     = 'javascript:var bidon=window.open(\'http://www.ludovichubler.com/plaquetteAng.ZIP\',\'plaquette\',\'SCROLLBARS=YES,RESIZABLE=YES,WIDTH=750,HEIGHT=450\');';
SG_menu_url[0][1]     = SG_racine+'partenaires_eng.html';
SG_menu_url[0][2]     = SG_racine+'sante_eng.html';
SG_menu_url[0][3]     = SG_racine+'visas_eng.html';
SG_menu_url[0][4]     = SG_racine+'assurance_eng.html';
SG_menu_url[0][5]     = SG_racine+'bibliographie_eng.html';
SG_menu_url[0][6]     = SG_racine+'aemporter_eng.html';



// Definition du Menu 1 (Ludovic Hubler)

SG_menu_libelle[1]    = new Array();
SG_menu_url[1]        = new Array();

SG_menu_libelle[1][0] = 'Presentation';
SG_menu_libelle[1][1] = 'French resume (PDF)';
SG_menu_libelle[1][2] = 'American resume (PDF)';
SG_menu_libelle[1][3] = 'End of studies thesis (PDF)';
SG_menu_libelle[1][4] = 'Favorite quotations (PDF)';
SG_menu_libelle[1][5] = 'Golden Book';
SG_menu_libelle[1][6] = 'Contact';


SG_menu_url[1][0]     = SG_racine+'presentationludo_eng.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=window.open(\'http://www.ludovichubler.com/Memoire.pdf\',\'Thesis\',\'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_eng.html';
SG_menu_url[1][6] 	  = SG_racine+'contact_eng.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] = 'Follow Me!';
SG_menu_libelle[2][1] = 'Photo gallery';
SG_menu_libelle[2][2] = 'Hitchhiking Records';
SG_menu_libelle[2][3] = 'Route';
SG_menu_libelle[2][4] = 'Drivers';
SG_menu_libelle[2][5] = 'The Eye of JCB';
SG_menu_libelle[2][6] = '2 Humanitarian Missions';
SG_menu_libelle[2][7] = '1  pedagogic project';
SG_menu_libelle[2][8] = 'My sponsors';



SG_menu_url[2][0]     = 'http://www.sekoyamag.com/nouveausite/SPIP/rubrique.php3?id_rubrique=89';
SG_menu_url[2][1]     = 'http://www.sekoyamag.com/nouveausite/SPIP/article.php3?id_article=432';
SG_menu_url[2][2]     = SG_racine+'records_eng.html';
SG_menu_url[2][3]     = SG_racine+'itineraires_eng.html';
SG_menu_url[2][4]     = 'http://www.sekoyamag.com/nouveausite/SPIP/article.php3?id_article=439&menu=vignettes';
SG_menu_url[2][5]     = 'http://www.sekoyamag.com/nouveausite/SPIP/article.php3?id_article=436';
SG_menu_url[2][6]     = SG_racine+'missionh_eng.html';
SG_menu_url[2][7]     = SG_racine+'missionp_eng.html';
SG_menu_url[2][8]     = SG_racine+'partenaires_eng.html';



// Definition du menu 3 (Liens)
SG_bandeau_url[3]        = SG_racine+'liens_eng.html';

// Definition du menu 4 (AmisFamille)

SG_menu_libelle[4]    = new Array();
SG_menu_url[4]        = new Array();

SG_menu_libelle[4][0] = 'Pictures of family';
SG_menu_libelle[4][1] = 'Pictures of friends';


SG_menu_url[4][0] = SG_racine+'photosfamille_eng.html';
SG_menu_url[4][1] = SG_racine+'amis_eng.html';



// Definition du Menu 5 (aider)

SG_menu_libelle[5]    = new Array();
SG_menu_url[5]        = new Array();

SG_menu_libelle[5][0] = 'Sponsor me';
SG_menu_libelle[5][1] = 'Accomodate me';

SG_menu_url[5][0]     = SG_racine+'parrainer_eng.html';
SG_menu_url[5][1]     = SG_racine+'loger_eng.html';

// Definition du Menu 6 (langues)

SG_menu_libelle[6]    = new Array();
SG_menu_url[6]        = new Array();

SG_menu_libelle[6][0] = 'Version Française';
SG_menu_libelle[6][1] = 'Version Español';

SG_menu_url[6][0]     = 'http://www.sekoyamag.com/ludovichubler/index.html';
SG_menu_url[6][1]     = 'http://www.sekoyamag.com/ludovichubler/index_esp.html';


