\n"); } function lien(atteindre){ if(atteindre=="nominet") window.location=urlEntreeNominet[lang]; if(atteindre=="cd") window.location=urlDecouvrez[lang]; } //affichage des informations function informations(){ clqInfos.innerHTML = ''; clqInfos.style.visibility = "visible"; } //affichage des cotations var booCotations = false; function cotations(){ if(!booCotations) { clqCotations.innerHTML = ''; clqCotations.style.visibility = "visible"; booCotations=true; } } //affichage du bouton Mentions Legales var booMentionsLegales = false; function mentionslegales(){ if(!booMentionsLegales) { clqMentionsLegales.style.visibility = "visible"; booMentionsLegales=true; } } function init(){ if(!document.all){ window.location="default.html"; } else { var ChargPlugin=false; //Vérification de la version du plugin Flash if(!flash4){ //on redirige vers des pages sans flash et on propose le téléchargement. window.location.replace("default.html"); downloadFlash("download_flash.html"); /* var reponse = confirm("Vous ne disposez pas de la version 4 du plugin Flash.\n Voulez - vous le télécharger pour visualiser le site en version flash"); if(reponse) { window.open("http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"); ChargPlugin=true; } else{ window.location.replace("default.html"); } */ } else { //Code de la langue (pour 'passer animation') animObj.SetVariable("/:strCodeLangue",lang); //Message d'accueil animObj.SetVariable("/:txtBienvenue",txtBienvenue[lang]); //Entree de nominet animObj.SetVariable("/:txtMenu1",txtMenus[0][0][lang]); animObj.SetVariable("/:txtMenu2",txtMenus[1][0][lang]); animObj.SetVariable("/:txtMenu3",txtMenus[2][0][lang]); animObj.SetVariable("/:txtMenu4",txtMenus[3][0][lang]); animObj.SetVariable("/:urlMenu1",txtMenus[0][2][lang]); animObj.SetVariable("/:urlMenu2",txtMenus[1][2][lang]); animObj.SetVariable("/:urlMenu3",txtMenus[2][2][lang]); animObj.SetVariable("/:urlMenu4",txtMenus[3][2][lang]); animObj.SetVariable("/:urlMenuPartenaires",txtMenuPartenaires[1][lang]); animObj.SetVariable("/:mvMenu1.txtMenuComment1",txtMenus[0][1][lang]); animObj.SetVariable("/:mvMenu2.txtMenuComment2",txtMenus[1][1][lang]); animObj.SetVariable("/:mvMenu3.txtMenuComment3",txtMenus[2][1][lang]); animObj.SetVariable("/:mvMenu4.txtMenuComment4",txtMenus[3][1][lang]); animObj.SetVariable("/:buff_txtMenuComment1",txtMenus[0][1][lang]); animObj.SetVariable("/:buff_txtMenuComment2",txtMenus[1][1][lang]); animObj.SetVariable("/:buff_txtMenuComment3",txtMenus[2][1][lang]); animObj.SetVariable("/:buff_txtMenuComment4",txtMenus[3][1][lang]); animObj.SetVariable("/:buff_txtEspaceClient",txtEspaceClient[lang]); animObj.SetVariable("/:mvNominet.txtEspaceClient",txtEspaceClient[lang]); animObj.SetVariable("/:buff_txtRollnominet",txtRollNominet[lang]); animObj.SetVariable("/:mvNominet.txtContenuRollnominet",txtRollNominet[lang]); animObj.SetVariable("/:buff_EntreeNominetUrl",urlEntreeNominet[lang]); //animObj.SetVariable("/:mvNominet.urlMenu",urlEntreeNominet[lang]); //Chargement du menu partenaires animObj.SetVariable("/:txtMenuPartenaires",txtMenuPartenaires[0][lang]); animObj.SetVariable("/:urlMenuPartenaires",txtMenuPartenaires[1][lang]); //Espace privilégié animObj.SetVariable("/:buff_Espace1",txtEspace1[lang]); animObj.SetVariable("/:mvEspace.txtEspace1",txtEspace1[lang]); animObj.SetVariable("/:buff_Espace2",txtEspace2[lang]); animObj.SetVariable("/:mvEspace.txtEspace2",txtEspace2[lang]); animObj.SetVariable("/:buff_Espace3",txtEspace3[lang]); animObj.SetVariable("/:mvEspace.txtEspace3",txtEspace3[lang]); //Passer animation animObj.SetVariable("/:txtPasserAnimation",txtPasserAnimation[0][lang]); //Cotations animObj.SetVariable("/:buff_TitreCotations",txtTitreCotations[lang]); animObj.SetVariable("/:mvCotations.txtTitreCotations",txtTitreCotations[lang]); animObj.SetVariable("/:buff_DateCotations",txtDateCotations[lang]); animObj.SetVariable("/:mvCotations.txtDateCotations",txtDateCotations[lang]); animObj.SetVariable("/:buff_ContenuCotations",txtContenuCotations[lang]); animObj.SetVariable("/:mvContenuCotations.txtContenuCotations",txtContenuCotations[lang]); //Decouvrez animObj.SetVariable("/:buff_Decouvrez",txtDecouvrez[0][lang]); animObj.SetVariable("/:mvDecouvrez.txtDecouvrez",txtDecouvrez[0][lang]); animObj.SetVariable("/:txtDecouvrez",txtDecouvrez[0][lang]); animObj.SetVariable("/:buff_NosPrestations",txtDecouvrez[1][lang]); animObj.SetVariable("/:mvDecouvrez.txtNosPrestations",txtDecouvrez[1][lang]); animObj.SetVariable("/:txtNosPrestations",txtDecouvrez[1][lang]); animObj.SetVariable("/:buff_NosServices",txtDecouvrez[2][lang]); animObj.SetVariable("/:mvDecouvrez.txtNosServices",txtDecouvrez[2][lang]); animObj.SetVariable("/:txtNosServices",txtDecouvrez[2][lang]); animObj.SetVariable("/:urlDecouvrez",urlDecouvrez[lang]); //Actualités animObj.SetVariable("/:buff_TitreInfos",txtInfos[0][lang]); animObj.SetVariable("/:mvInfos.txtTitreInfos",txtInfos[0][lang]); animObj.SetVariable("/:buff_ContenuInfos",txtInfos[1][lang]); animObj.SetVariable("/:mvInfos.txtContenuInfos",txtInfos[1][lang]); } } } //Chargement d'une langue dans l'animation function charger_langue(LG) { //si la nouvelle langue n'est pas la langue courante if (LG != lang) { if(LG==LG_FR){ window.location.replace("../F/home.html"); } if(LG==LG_UK){ window.location.replace("../A/home.html"); } if(LG==LG_AL){ window.location.replace("../D/home.html"); } if(LG==LG_PO){ window.location.replace("../P/home.html"); } if(LG==LG_ES){ window.location.replace("../E/home.html"); } if(LG==LG_IT){ window.location.replace("../I/home.html"); } if(LG=="menu1"){ window.location=txtMenus[0][2][lang]; } if(LG=="menu2"){ window.location=txtMenus[1][2][lang]; } if(LG=="menu3"){ if(paramFaq == 1) window.open(txtMenus[2][2][lang]); else window.location=txtMenus[2][2][lang]; } if(LG=="menu4"){ window.location=txtMenus[3][2][lang]; } } } //-->