/* ******************************************************************************************* Copyright © 2009 AXESS2WEB - Toute reproduction non autorisée donnera lieu à poursuites. ******************************************************************************************* phdelcroix@wanadoo.fr */ // function javascript var regieGeo_menu_default = 1; var regieGeo_topBout_close = true; var regieGeo_topBout_full = true; var regieGeo_topBout_expand = true; var regieGeo_init_status = false; var regieGeo_init_autoLauch = false; var browser_geoData=navigator.appName; var browsX_geoData = navigator.appCodeName; var b_version_geoData=navigator.appVersion; var version_geoData=parseFloat(b_version_geoData); var interval_regieGeo_header_flash = null; var interval_regieGeo_start_flash = 0; var interval_regieGeo_memo_flash = -1; var regieGeo_wait_background = 'http://www.gaytouzeur.com/data_G999/pub/loading.gif'; var regieGeo_restore_bg = 'http://www.gaytouzeur.com/data_G999/pub/fond_regie.png'; var isDOM_geoData = (document.getElementById ? true : false); var isIE4_geoData = ((document.all && !isDOM_geoData) ? true : false); var isNS4_geoData = (document.layers ? true : false); var isDyn_geoData = (isDOM_geoData || isIE4_geoData || isNS4_geoData); var myWidth_geoData = null; var myHeight_geoData = null; function getSize_geoData() { if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth_geoData = window.innerWidth; myHeight_geoData = window.innerHeight; } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { //IE 6+ in 'standards compliant mode' myWidth_geoData = document.documentElement.clientWidth; myHeight_geoData = document.documentElement.clientHeight; } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { //IE 4 compatible myWidth_geoData = document.body.clientWidth; myHeight_geoData = document.body.clientHeight; } } getSize_geoData(); var regie_loop=0; var regie_amount=1; var regie_fact=10; var regie_diapo; var geoM_loop=0; var geoM_amount=1; var geoM_fact=20; var geoM_interval = null; function getRef_geoData(id) { if (isDOM_geoData) return document.getElementById(id); if (isIE4_geoData) return document.all[id]; if (isNS4_geoData) return document.layers[id]; } function getSty_geoData(id) { return (isNS4_geoData ? getRef_geoData(id) : getRef_geoData(id).style); } function geoData_ScrollDiv(id) { var truc = getRef_geoData(id); truc.scrollLeft += (regie_amount*regie_fact); if (regie_loop>0) setTimeout("geoData_ScrollDiv('"+id+"')", regie_loop); } function geoData_ScrollDivDT(id) { var truc = getRef_geoData(id); truc.scrollTop += (regie_amount*regie_fact); if (regie_loop>0) setTimeout("geoData_ScrollDivDT('"+id+"')", regie_loop); } // Name Div in display infos var div_regie_geoData = 'gaytouzeurGeoDiv'; var divCreation = true; //Insertion Div to display service si n`exite pas if (!getRef_geoData(div_regie_geoData)) { var dot_regie_navBarre = document.createElement("div"); dot_regie_navBarre.style.cssText = "position:absolute; top:0px; left:0px; z-index:300000; letter-spacing:0px; "; document.body.appendChild(dot_regie_navBarre); } else { divCreation = false; var dot_regie_navBarre = getRef_geoData(div_regie_geoData); getSty_geoData(div_regie_geoData).display = 'block'; } // Build CSS var codeCss = ''; codeCss +='.'+div_regie_geoData+' { position:absolute; display:none; top:5px; left:195px; background-color:transparent; width:700px; margin-top:3px; margin-bottom:3px; margin-left:3px; margin-right:3px; font-family:Tahoma; font-size:11px; color:#000000; text-align:left; z-index:300000;}'; codeCss +='.'+div_regie_geoData+' .m1, .'+div_regie_geoData+' .m2, .'+div_regie_geoData+' .m3, .'+div_regie_geoData+' .m4, .'+div_regie_geoData+' .m1b, .'+div_regie_geoData+' .m2b, .'+div_regie_geoData+' .m3b, .'+div_regie_geoData+' .m4b { display:block; overflow:hidden; font-size:1px;}'; codeCss +='.'+div_regie_geoData+' .m1, .'+div_regie_geoData+' .m2, .'+div_regie_geoData+' .m3, .'+div_regie_geoData+' .m1b, .'+div_regie_geoData+' .m2b, .'+div_regie_geoData+' .m3b { height:1px;}'; codeCss +='.'+div_regie_geoData+' .m2 { border-left:1px solid #e9860e; border-right:1px solid #e79f50; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoData+' .m3 { border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoData+' .m4 { border-left:1px solid #e9860e; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoData+' .m4b { border-left:1px solid #e79f50; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoData+' .m3b { border-left:1px solid #e6d4c0; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoData+' .m2b { border-left:1px solid #e7ba89; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoData+' .m1 { margin:0 5px; background-color:#e9860e;}'; codeCss +='.'+div_regie_geoData+' .m2, .'+div_regie_geoData+' .m2b { margin:0 3px; border-width:0 2px;}'; codeCss +='.'+div_regie_geoData+' .m3, .'+div_regie_geoData+' .m3b { margin:0 2px;}'; codeCss +='.'+div_regie_geoData+' .m4, .'+div_regie_geoData+' .m4b { height:2px; margin:0 1px;}'; codeCss +='.'+div_regie_geoData+' .m1b { margin:0 5px; background-color:#e6d4c0;}'; codeCss +='.'+div_regie_geoData+' font, .'+div_regie_geoData+' div { font-weight:none; font-size:11px; color:#000000;}'; codeCss +='.'+div_regie_geoData+' a, .'+div_regie_geoData+' a:link, .'+div_regie_geoData+' a:visited, .'+div_regie_geoData+' a:active, .'+div_regie_geoData+' a:hover { letter-spacing:0px; font-size:11px; font-weight:none; color:#000000;}'; if (browser_geoData=='Netscape') codeCss +='.'+div_regie_geoData+' .boxcontent_'+div_regie_geoData+' {position:relative; display:block; width:auto; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:0px 4px 0px 4px; background-color:#f6fbc0; color:#000000;}'; if (browser_geoData=='Microsoft Internet Explorer') codeCss +='.'+div_regie_geoData+' .boxcontent_'+div_regie_geoData+' { position:relative; display:block; width:100%; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:0px 4px 0px 4px; background-color:#f6fbc0; color:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; else codeCss +='.'+div_regie_geoData+' .boxcontent_'+div_regie_geoData+' { position:relative; display:block; width:auto; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:0px 4px 0px 4px; background-color:#f6fbc0; font-weight:none; color:#000000;}'; // CSS Menu data in var div_regie_geoMenu = div_regie_geoData+'_navMenu'; codeCss +='.'+div_regie_geoMenu+' { position:absolute; top:0px; left:0px; background-color:transparent; width:200px; margin-top:3px; margin-bottom:3px; margin-left:3px; margin-right:3px; font-family:Tahoma; font-size:11px; color:000000; text-align:left; z-index:300000;}'; codeCss +='.'+div_regie_geoMenu+' .m1, .'+div_regie_geoMenu+' .m2, .'+div_regie_geoMenu+' .m3, .'+div_regie_geoMenu+' .m4, .'+div_regie_geoMenu+' .m1b, .'+div_regie_geoMenu+' .m2b, .'+div_regie_geoMenu+' .m3b, .'+div_regie_geoMenu+' .m4b { display:block; overflow:hidden; font-size:1px;}'; codeCss +='.'+div_regie_geoMenu+' .m1, .'+div_regie_geoMenu+' .m2, .'+div_regie_geoMenu+' .m3, .'+div_regie_geoMenu+' .m1b, .'+div_regie_geoMenu+' .m2b, .'+div_regie_geoMenu+' .m3b { height:1px;}'; codeCss +='.'+div_regie_geoMenu+' .m2 { border-left:1px solid #e9860e; border-right:1px solid #e79f50; background-color:f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoMenu+' .m3 { border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; background-color:f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoMenu+' .m4 { border-left:1px solid #e9860e; border-right:1px solid #e7ba89; background-color:f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoMenu+' .m4b { border-left:1px solid #e79f50; border-right:1px solid #e7ba89; background-color:f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoMenu+' .m3b { border-left:1px solid #e6d4c0; border-right:1px solid #e7ba89; background-color:f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoMenu+' .m2b { border-left:1px solid #e7ba89; border-right:1px solid #e7ba89; background-color:f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.'+div_regie_geoMenu+' .m1 { margin:0 5px; background-color:#e9860e;}'; codeCss +='.'+div_regie_geoMenu+' .m2, .'+div_regie_geoMenu+' .m2b { margin:0 3px; border-width:0 2px;}'; codeCss +='.'+div_regie_geoMenu+' .m3, .'+div_regie_geoMenu+' .m3b { margin:0 2px;}'; codeCss +='.'+div_regie_geoMenu+' .m4, .'+div_regie_geoMenu+' .m4b { height:2px; margin:0 1px;}'; codeCss +='.'+div_regie_geoMenu+' .m1b { margin:0 5px; background-color:#e6d4c0;}'; if (browser_geoData=='Netscape') codeCss +='.'+div_regie_geoMenu+' .boxcontent_'+div_regie_geoMenu+' { display:block; width:auto; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:0px 5px 0px 5px; background-color:f6fbc0; color:000000;}'; if (browser_geoData=='Microsoft Internet Explorer') codeCss +='.'+div_regie_geoMenu+' .boxcontent_'+div_regie_geoMenu+' { display:block; width:100%; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:0px 5px 0px 5px; background-color:f6fbc0; color:000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; else codeCss +='.'+div_regie_geoMenu+' .boxcontent_'+div_regie_geoMenu+' { display:block; width:auto; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:0px 5px 0px 5px; background-color:f6fbc0; color:000000;}'; // CSS Menu top codeCss +='.regieGeoMenuOff { float:left; background-color:transparent; width:120px; margin:0px 3px; border-top:0px solid black; color:000000; z-index:300001;}'; codeCss +='.regieGeoMenu { float:left; background-color:transparent; width:120px; margin:0px 3px; border-top:0px solid black; color:000000; z-index:300001;}'; codeCss +='.regieGeoMenu a, .regieGeoMenu a:link, .regieGeoMenu a:visited, .regieGeoMenu a:active, .regieGeoMenu a:hover { font-size:11px; color:000000; font-weight:bold; text-decoration:none; line-height:10px; padding:0px 2px 0px 2px;}'; codeCss +='.regieGeoMenuOff a, .regieGeoMenuOff a:link, .regieGeoMenuOff a:visited, .regieGeoMenuOff a:active, .regieGeoMenuOff a:hover { font-size:11px; color:000000; text-decoration:none;}'; codeCss +='.regieGeoMenu .x1, .regieGeoMenu .x2, .regieGeoMenu .x3, .regieGeoMenu .x4, .regieGeoMenu .x1b, .regieGeoMenu .x2b, .regieGeoMenu .x3b, .regieGeoMenu .x4b { display:block; overflow:hidden; font-size:1px;}'; codeCss +='.regieGeoMenu .x1, .regieGeoMenu .x2, .regieGeoMenu .x3, .regieGeoMenu .x1b, .regieGeoMenu .x2b, .regieGeoMenu .x3b { height:1px;}'; codeCss +='.regieGeoMenu .x2 { background-color:#ffffff; border-left:1px solid #999; border-right:1px solid #C8D2F0;}'; codeCss +='.regieGeoMenu .x3 { background-color:#ffffff; border-left:1px solid #999; border-right:1px solid #ddd;}'; codeCss +='.regieGeoMenu .x4 { background-color:#ffffff; border-left:1px solid #999; border-right:1px solid #eee;}'; codeCss +='.regieGeoMenu .x1 { margin:0 5px; background-color:#999;}'; codeCss +='.regieGeoMenu .x2, .regieGeoMenu .x2b { margin:0 3px; border-width:0 2px;}'; codeCss +='.regieGeoMenu .x3, .regieGeoMenu .x3b { margin:0 2px;}'; codeCss +='.regieGeoMenu .x4, .regieGeoMenu .x4b { height:2px; margin:0 1px;}'; codeCss +='.regieGeoMenu .x4b { background-color:#ffffff; border-left:1px solid #C8D2F0; border-right:1px solid #eee;}'; codeCss +='.regieGeoMenu .x3b { background-color:#ffffff; border-left:1px solid #ddd; border-right:1px solid #eee;}'; codeCss +='.regieGeoMenu .x2b { background-color:#ffffff; border-left:1px solid #eee; border-right:1px solid #eee;}'; codeCss +='.regieGeoMenu .x1b { margin:0 5px; background-color:#ddd;}'; codeCss +='.regieGeoMenu .boxcontent { text-align:center; display:block; width:auto; background-color:#ffffff; border-left:1px solid #999; border-right:1px solid #ddd; height:17px; padding:0px 2px 0px 2px;}'; codeCss +='.regieGeoMenuOff .boxcontent { text-align:center;}'; codeCss +='#'+div_regie_geoData+'_menu a, #'+div_regie_geoData+'_menu a:link, #'+div_regie_geoData+'_menu a:visited, #'+div_regie_geoData+'_menu a:active, #'+div_regie_geoData+'_menu a:hover { color:#000000; font-size:11px; font-weight:none; text-decoration:none;}'; //codeCss +='#'+div_regie_geoMenu+'_in_data a, #'+div_regie_geoMenu+'_in_data a:link, #'+div_regie_geoMenu+'_in_data a:visited, #'+div_regie_geoMenu+'_in_data a:active, #'+div_regie_geoMenu+'_in_data a:hover { color:#000000; font-size:10px; font-weight:none; text-decoration:none;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv1_on {position:relative; display:block; margin:0 0;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv1_off {position:relative; display:block; margin:0 0;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv2_on {position:relative; display:block; margin:0 4px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv2_off {position:relative; display:none; margin:0 4px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv3_on {position:relative; display:block; margin:0 8px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv3_off {position:relative; display:none; margin:0 8px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv4_on {position:relative; display:block; margin:0 8px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv4_off {position:relative; display:none; margin:0 8px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv5_on {position:relative; display:block; margin:0 2px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv5_off {position:relative; display:none; margin:0 2px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv6_on {position:relative; display:block; margin:0 2px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv6_off {position:relative; display:none; margin:0 2px;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv1_on a, #'+div_regie_geoMenu+'_in_data .niv1_on a:link, #'+div_regie_geoMenu+'_in_data .niv1_on a:visited, #'+div_regie_geoMenu+'_in_data .niv1_on a:active, #'+div_regie_geoMenu+'_in_data .niv1_on a:hover {letter-spacing:0px; font-family: Verdana; font-size:12px; font-weight:normal;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv1_off a, #'+div_regie_geoMenu+'_in_data .niv1_off a:link, #'+div_regie_geoMenu+'_in_data .niv1_off a:visited {letter-spacing:0px; font-family: verdana; font-size:12px; font-weight:normal;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv1_off a:active, #'+div_regie_geoMenu+'_in_data .niv1_off a:hover {letter-spacing:0px; font-family: verdana; color:red; font-size:12px; font-weight:normal;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv2_on a, #'+div_regie_geoMenu+'_in_data .niv2_on a:link, #'+div_regie_geoMenu+'_in_data .niv2_on a:visited, #'+div_regie_geoMenu+'_in_data .niv2_on a:active, #'+div_regie_geoMenu+'_in_data .niv2_on a:hover {letter-spacing:0px; font-family: Tahoma; font-size:12px; font-weight:bold; }'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv2_off a, #'+div_regie_geoMenu+'_in_data .niv2_off a:link, #'+div_regie_geoMenu+'_in_data .niv2_off a:visited, #'+div_regie_geoMenu+'_in_data .niv2_off a:active, #'+div_regie_geoMenu+'_in_data .niv2_off a:hover {letter-spacing:0px; font-family: Tahoma; font-size:12px; font-weight:bold;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv3_on a, #'+div_regie_geoMenu+'_in_data .niv3_on a:link, #'+div_regie_geoMenu+'_in_data .niv3_on a:visited, #'+div_regie_geoMenu+'_in_data .niv3_on a:active, #'+div_regie_geoMenu+'_in_data .niv3_on a:hover {letter-spacing:0px; font-family: Tahoma; font-size:11px; font-weight:normal; }'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv3_off a, #'+div_regie_geoMenu+'_in_data .niv3_off a:link, #'+div_regie_geoMenu+'_in_data .niv3_off a:visited, #'+div_regie_geoMenu+'_in_data .niv3_off a:active, #'+div_regie_geoMenu+'_in_data .niv3_off a:hover {letter-spacing:0px; font-family: Tahoma; font-size:11px; font-weight:normal;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv4_on a, #'+div_regie_geoMenu+'_in_data .niv4_on a:link, #'+div_regie_geoMenu+'_in_data .niv4_on a:visited, #'+div_regie_geoMenu+'_in_data .niv4_on a:active, #'+div_regie_geoMenu+'_in_data .niv4_on a:hover {letter-spacing:0px; font-family: Tahoma; color:#4c4c4b; font-size:10px; font-weight:normal; font-style:italic;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv4_off a, #'+div_regie_geoMenu+'_in_data .niv4_off a:link, #'+div_regie_geoMenu+'_in_data .niv4_off a:visited, #'+div_regie_geoMenu+'_in_data .niv4_off a:active, #'+div_regie_geoMenu+'_in_data .niv4_off a:hover {letter-spacing:0px; font-family: Tahoma; color:#4c4c4b; font-size:10px; font-weight:normal; font-style:italic;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv5_on a, #'+div_regie_geoMenu+'_in_data .niv5_on a:link, #'+div_regie_geoMenu+'_in_data .niv5_on a:visited, #'+div_regie_geoMenu+'_in_data .niv5_on a:active, #'+div_regie_geoMenu+'_in_data .niv5_on a:hover {letter-spacing:0px; font-size:10px; font-weight:bold; }'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv5_off a, #'+div_regie_geoMenu+'_in_data .niv5_off a:link, #'+div_regie_geoMenu+'_in_data .niv5_off a:visited, #'+div_regie_geoMenu+'_in_data .niv5_off a:active, #'+div_regie_geoMenu+'_in_data .niv5_off a:hover {letter-spacing:0px; font-size:10px; font-weight:bold;}'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv6_on a, #'+div_regie_geoMenu+'_in_data .niv6_on a:link, #'+div_regie_geoMenu+'_in_data .niv6_on a:visited, #'+div_regie_geoMenu+'_in_data .niv6_on a:active, #'+div_regie_geoMenu+'_in_data .niv6_on a:hover {letter-spacing:0px; font-size:9px; font-weight:bold; }'; codeCss +='#'+div_regie_geoMenu+'_in_data .niv6_off a, #'+div_regie_geoMenu+'_in_data .niv6_off a:link, #'+div_regie_geoMenu+'_in_data .niv6_off a:visited, #'+div_regie_geoMenu+'_in_data .niv6_off a:active, #'+div_regie_geoMenu+'_in_data .niv6_off a:hover {letter-spacing:0px; font-size:9px; font-weight:bold;}'; // fiche lieux codeCss +='.geoFichePlace { position:relative; background-color:transparent; width:100%; margin-top:3px; margin-bottom:3px; font-family:Tahoma; font-size:11px; color:#000000; text-align:left;}'; codeCss +='.geoFichePlace .m1, .geoFichePlace .m2, .geoFichePlace .m3, .geoFichePlace .m4, .geoFichePlace .m1b, .geoFichePlace .m2b, .geoFichePlace .m3b, .geoFichePlace .m4b { display:block; overflow:hidden; font-size:1px;}'; codeCss +='.geoFichePlace .m1, .geoFichePlace .m2, .geoFichePlace .m3, .geoFichePlace .m1b, .geoFichePlace .m2b, .geoFichePlace .m3b { height:1px;}'; codeCss +='.geoFichePlace .m2 { border-left:1px solid #e9860e; border-right:1px solid #e79f50; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.geoFichePlace .m3 { border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.geoFichePlace .m4 { border-left:1px solid #e9860e; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.geoFichePlace .m4b { border-left:1px solid #e79f50; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.geoFichePlace .m3b { border-left:1px solid #e6d4c0; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.geoFichePlace .m2b { border-left:1px solid #e7ba89; border-right:1px solid #e7ba89; background-color:#f6fbc0; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; codeCss +='.geoFichePlace .m1 { margin:0 5px; background-color:#e9860e;}'; codeCss +='.geoFichePlace .m2, .geoFichePlace .m2b { margin:0 3px; border-width:0 2px;}'; codeCss +='.geoFichePlace .m3, .geoFichePlace .m3b { margin:0 2px;}'; codeCss +='.geoFichePlace .m4, .geoFichePlace .m4b { height:2px; margin:0 1px;}'; codeCss +='.geoFichePlace .m1b { margin:0 5px; background-color:#e6d4c0;}'; codeCss +='.geoFichePlace font, .geoFichePlace div { font-weight:none; font-size:11px; color:#000000;}'; codeCss +='.geoFichePlace a, .geoFichePlace a:link, .geoFichePlace a:visited, .geoFichePlace a:active, .geoFichePlace a:hover { font-size:11px; font-weight:normal; color:#000000;}'; if (browser_geoData=='Netscape') codeCss +='.geoFichePlace .boxcontent_geoFichePlace { display:block; width:auto; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:2px 0px 2px 0px; background-color:#f6fbc0; color:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; if (browser_geoData=='Microsoft Internet Explorer') codeCss +='.geoFichePlace .boxcontent_geoFichePlace { display:block; width:100%; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:2px 0px 2px 0px; background-color:#f6fbc0; color:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; else codeCss +='.geoFichePlace .boxcontent_geoFichePlace { display:block; width:100%; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:2px 0px 2px 0px; background-color:#f6fbc0; color:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#f6fbc0\', EndColorStr=\'#66fdc005\');}'; // fiche lieux codeCss +='.geoFichePlaceB { position:relative; background-color:transparent; width:180px; height:100%; margin-top:3px; margin-bottom:3px; font-family:Tahoma; font-size:11px; color:#000000; text-align:left;}'; codeCss +='.geoFichePlaceB .m1, .geoFichePlaceB .m2, .geoFichePlaceB .m3, .geoFichePlaceB .m4, .geoFichePlaceB .m1b, .geoFichePlaceB .m2b, .geoFichePlaceB .m3b, .geoFichePlaceB .m4b { display:block; overflow:hidden; font-size:1px;}'; codeCss +='.geoFichePlaceB .m1, .geoFichePlaceB .m2, .geoFichePlaceB .m3, .geoFichePlaceB .m1b, .geoFichePlaceB .m2b, .geoFichePlaceB .m3b { height:1px;}'; codeCss +='.geoFichePlaceB .m2 { border-left:1px solid #e9860e; border-right:1px solid #e79f50; background-color:transparent; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; codeCss +='.geoFichePlaceB .m3 { border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; background-color:transparent; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; codeCss +='.geoFichePlaceB .m4 { border-left:1px solid #e9860e; border-right:1px solid #e7ba89; background-color:transparent; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; codeCss +='.geoFichePlaceB .m4b { border-left:1px solid #e79f50; border-right:1px solid #e7ba89; background-color:transparent; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; codeCss +='.geoFichePlaceB .m3b { border-left:1px solid #e6d4c0; border-right:1px solid #e7ba89; background-color:transparent; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; codeCss +='.geoFichePlaceB .m2b { border-left:1px solid #e7ba89; border-right:1px solid #e7ba89; background-color:transparent; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; codeCss +='.geoFichePlaceB .m1 { margin:0 5px; background-color:#e9860e;}'; codeCss +='.geoFichePlaceB .m2, .geoFichePlaceB .m2b { margin:0 3px; border-width:0 2px;}'; codeCss +='.geoFichePlaceB .m3, .geoFichePlaceB .m3b { margin:0 2px;}'; codeCss +='.geoFichePlaceB .m4, .geoFichePlaceB .m4b { height:2px; margin:0 1px;}'; codeCss +='.geoFichePlaceB .m1b { margin:0 5px; background-color:#e6d4c0;}'; codeCss +='.geoFichePlaceB font, .geoFichePlaceB div { font-weight:none; font-size:11px; color:#000000;}'; codeCss +='.geoFichePlaceB a, .geoFichePlaceB a:link, .geoFichePlaceB a:visited, .geoFichePlaceB a:active, .geoFichePlaceB a:hover { font-size:11px; font-weight:normal; color:#000000;}'; if (browser_geoData=='Netscape') codeCss +='.geoFichePlaceB .boxcontent_geoFichePlaceB { display:block; width:auto; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:5px 6px 5px 3px; text-align:right; background-color:transparent; color:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; if (browser_geoData=='Microsoft Internet Explorer') codeCss +='.geoFichePlaceB .boxcontent_geoFichePlaceB { display:block; width:100%; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:5px 6px 5px 3px; text-align:right; background-color:transparent; color:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; else codeCss +='.geoFichePlaceB .boxcontent_geoFichePlaceB { display:block; width:100%; border-left:1px solid #e9860e; border-right:1px solid #e6d4c0; height:auto; padding:5px 6px 5px 3px; text-align:right; background-color:transparent; color:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=\'#66ffffff\', EndColorStr=\'#99fafc62\');}'; // Bouton & boîte css codeCss +='div# .boutonMenu{ float:left; margin-left:2px; width:200px; background: transparent;}'; codeCss +='.boutonMenu div { margin: 0 1px; width:auto; font-size:10px; line-height:12px; padding:0 1px; background: #fff68d; color:#000000; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonMenu a, .boutonMenu a:link, .boutonMenu a:visited, .boutonMenu a:active, .boutonMenu a:hover { font-size:10px; color:#000000; font-family:Verdana; font-weight:bold;}'; codeCss +='.boutonMenu font, .boutonMenu table, .boutonMenu tr, .boutonMenu td .boutonMenu textarea, .boutonMenu center { font-size:10px; font-family:Verdana; font-weight:normal;}'; codeCss +='b.rtopMenu, b.rbottomMenu{display:block;background:transparent; }'; codeCss +='b.rtopMenu b, b.rbottomMenu b{display:block;height: 1px; overflow: hidden; background: #fff68d}'; codeCss +='b.r1Menu{margin: 0 5px}'; codeCss +='b.r2Menu{margin: 0 3px}'; codeCss +='b.r3Menu{margin: 0 2px}'; codeCss +='b.rtopMenu b.r4Menu, b.rbottomMenu b.r4Menu{margin: 0 1px;height: 2px}'; codeCss +='b.r1Menu, b.r2Menu, b.r3Menu, b.r4Menu, b.rtopMenu, b.rbottomMenu {font-size:1px;}'; codeCss +='div# .boutonDefault{ float:left; margin-left:6px; width:200px; background: transparent;}'; codeCss +='.boutonDefault div, .boutonDefault form { margin: 0 1px; width:auto; font-size:10px; padding:0 2px; background:#ffffff; color:#000000; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonDefault a, .boutonDefault a:link, .boutonDefault a:visited, .boutonDefault a:active, .boutonDefault a:hover { font-size:10px; line-height:9px; color:#000000; font-family:Verdana; font-weight:normal; letter-spacing:0px;}'; codeCss +='.boutonDefault font, .boutonDefault table, .boutonDefault tr, .boutonDefault td .boutonDefault textarea, .boutonDefault center { font-size:10px; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonDefault input, .boutonDefault select { font-size:11px; font-family:Verdana; font-weight:normal;}'; codeCss +='b.rtopDefault, b.rbottomDefault{display:block;background:transparent; }'; codeCss +='b.rtopDefault b, b.rbottomDefault b{display:block;height: 1px; overflow: hidden; background: #ffffff}'; codeCss +='b.r1Default{margin: 0 5px}'; codeCss +='b.r2Default{margin: 0 3px}'; codeCss +='b.r3Default{margin: 0 2px}'; codeCss +='b.rtopDefault b.r4Default, b.rbottomDefault b.r4Default{margin: 0 1px;height: 2px}'; codeCss +='b.r1Default, b.r2Default, b.r3Default, b.r4Default, b.rtopDefault, b.rbottomDefault {font-size:1px;}'; codeCss +='div# .boutonNoir{ float:left; margin-left:6px; width:200px; background: transparent;}'; codeCss +='.boutonNoir div { margin: 0 1px; width:auto; font-size:10px; padding:0 2px; background: black; color:white; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonNoir a, .boutonNoir a:link, .boutonNoir a:visited, .boutonNoir a:active, .boutonNoir a:hover { font-size:10px; line-height:9px; color:white; font-family:Verdana; font-weight:bold;}'; codeCss +='.boutonNoir font, .boutonNoir table, .boutonNoir tr, .boutonNoir td, .boutonNoir textarea, .boutonNoir center { font-size:10px; font-family:Verdana; font-weight:normal;}'; codeCss +='b.rtopNoir, b.rbottomNoir{display:block;background:transparent;}'; codeCss +='b.rtopNoir b, b.rbottomNoir b{display:block;height: 1px; overflow: hidden; background: black}'; codeCss +='b.r1Noir{margin: 0 5px}'; codeCss +='b.r2Noir{margin: 0 3px}'; codeCss +='b.r3Noir{margin: 0 2px}'; codeCss +='b.rtopNoir b.r4Noir, b.rbottomNoir b.r4Noir{margin: 0 1px;height: 2px}'; codeCss +='b.r1Noir, b.r2Noir, b.r3Noir, b.r4Noir, b.rtopNoir, b.rbottomNoir {font-size:1px;}'; codeCss +='div# .boutonJaune{ float:left; margin-left:6px; width:200px; background: transparent;}'; codeCss +='.boutonJaune div { margin: 0 1px; width:auto; font-size:10px; padding:0 2px; background: #FFCC00; color:black; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonJaune a, .boutonJaune a:link, .boutonJaune a:visited, .boutonJaune a:active, .boutonJaune a:hover { font-size:10px; line-height:9px; color:black; font-family:Verdana; font-weight:bold;}'; codeCss +='.boutonJaune font, .boutonJaune table, .boutonJaune tr, .boutonJaune td, .boutonJaune textarea, .boutonJaune center { font-size:10px; font-family:Verdana; font-weight:normal;}'; codeCss +='b.rtopJaune, b.rbottomJaune{display:block;background:transparent;}'; codeCss +='b.rtopJaune b, b.rbottomJaune b{display:block;height: 1px; overflow: hidden; background: #FFCC00}'; codeCss +='b.r1Jaune{margin: 0 5px}'; codeCss +='b.r2Jaune{margin: 0 3px}'; codeCss +='b.r3Jaune{margin: 0 2px}'; codeCss +='b.rtopJaune b.r4Jaune, b.rbottomJaune b.r4Jaune{margin: 0 1px;height: 2px}'; codeCss +='b.r1Jaune, b.r2Jaune, b.r3Jaune, b.r4Jaune, b.rtopJaune, b.rbottomJaune {font-size:1px;}'; codeCss +='div# .boutonRouge{ float:left; margin-left:6px; width:auto;background: transparent;}'; codeCss +='.boutonRouge div { margin: 0 1px; width:auto; font-size:10px; padding:0 2px; background: red; color:white; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonRouge a, .boutonRouge a:link, .boutonRouge a:visited, .boutonRouge a:active, .boutonRouge a:hover { font-size:10px; line-height:9px; color:white; font-family:Verdana; font-weight:bold;}'; codeCss +='.boutonRouge font, .boutonRouge table, .boutonRouge tr, .boutonRouge td, .boutonRouge textarea, .boutonRouge center { font-size:10px; font-family:Verdana; font-weight:normal;}'; codeCss +='b.rtopRouge, b.rbottomRouge{display:block;background:transparent;}'; codeCss +='b.rtopRouge b, b.rbottomRouge b{display:block;height: 1px; overflow: hidden; background: red}'; codeCss +='b.r1Rouge{margin: 0 5px}'; codeCss +='b.r2Rouge{margin: 0 3px}'; codeCss +='b.r3Rouge{margin: 0 2px}'; codeCss +='b.rtopRouge b.r4Rouge, b.rbottomRouge b.r4Rouge{margin: 0 1px;height: 2px}'; codeCss +='b.r1Rouge, b.r2Rouge, b.r3Rouge, b.r4Rouge, b.rtopRouge, b.rbottomRouge {font-size:1px;}'; codeCss +='div# .boutonBleu{ float:left; margin-left:6px; width:auto;background: transparent;}'; codeCss +='.boutonBleu div { margin: 0 1px; width:auto; font-size:10px; padding:0 2px; background: indigo; color:white; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonBleu a, .boutonBleu a:link, .boutonBleu a:visited, .boutonBleu a:active, .boutonBleu a:hover { font-size:10px; line-height:9px;color:white; font-family:Verdana; font-weight:bold;}'; codeCss +='.boutonBleu font, .boutonBleu table, .boutonBleu tr, .boutonBleu td, .boutonBleu textarea, .boutonBleu center { font-size:10px; font-family:Verdana; font-weight:normal;}'; codeCss +='b.rtopBleu, b.rbottomBleu{display:block;background:transparent;}'; codeCss +='b.rtopBleu b, b.rbottomBleu b{display:block;height: 1px; overflow: hidden; background: indigo}'; codeCss +='b.r1Bleu{margin: 0 5px}'; codeCss +='b.r2Bleu{margin: 0 3px}'; codeCss +='b.r3Bleu{margin: 0 2px}'; codeCss +='b.rtopBleu b.r4Bleu, b.rbottomBleu b.r4Bleu{margin: 0 1px;height: 2px}'; codeCss +='b.r1Bleu, b.r2Bleu, b.r3Bleu, b.r4Bleu, b.rtopBleu, b.rbottomBleu {font-size:1px;}'; if (browser_geoData=='Netscape') { codeCss +='div# .boutonMap{ float:left; margin-left:6px; width:auto; height:auto; background: transparent;}'; codeCss +='.boutonMap div { margin: 0 1px; width:auto; font-size:10px; padding:0 2px; background: #edeae2; color:#6b92b8; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonMap iframe { width:96%; height:100%; padding:0 2px; background: #edeae2;}'; } if (browser_geoData=='Microsoft Internet Explorer') { codeCss +='div# .boutonMap{ float:left; margin-left:6px; width:100%; height:auto;background: transparent;}'; codeCss +='.boutonMap div { margin: 0 1px; width:100%; font-size:10px; padding:0 2px; background: #edeae2; color:#6b92b8; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonMap iframe { width:100%; height:auto; font-size:10px; padding:0 2px; background: #edeae2; color:#6b92b8;}'; } else { codeCss +='div# .boutonMap{ float:left; margin-left:6px; width:100%; height:auto; background: transparent;}'; codeCss +='.boutonMap div { margin: 0 1px; width:100%; font-size:10px; padding:0 2px; background: #edeae2; color:#6b92b8; font-family:Verdana; font-weight:normal;}'; codeCss +='.boutonMap iframe { width:100%; height:auto; font-size:10px; padding:0 2px; background: #edeae2; color:#6b92b8;}'; } codeCss +='.boutonMap a, .boutonMap a:link, .boutonMap a:visited, .boutonMap a:active, .boutonMap a:hover { font-size:10px; line-height:9px;color:#6b92b8; font-family:Verdana; font-weight:bold;}'; codeCss +='.boutonMap font, .boutonMap table, .boutonMap tr, .boutonMap td, .boutonMap textarea, .boutonMap center { font-size:10px; font-family:Verdana; font-weight:normal;}'; codeCss +='b.rtopMap, b.rbottomMap{display:block;background:transparent;}'; codeCss +='b.rtopMap b, b.rbottomMap b{display:block;height: 1px; overflow: hidden; background: #edeae2}'; codeCss +='b.r1Map{margin: 0 5px}'; codeCss +='b.r2Map{margin: 0 3px}'; codeCss +='b.r3Map{margin: 0 2px}'; codeCss +='b.rtopMap b.r4Map, b.rbottomMap b.r4Map{margin: 0 1px;height: 2px}'; codeCss +='b.r1Map, b.r2Map, b.r3Map, b.r4Map, b.rtopMap, b.rbottomMap {font-size:1px;}'; codeCss +='#geo_loadingMessage {'; codeCss +=' position:absolute;'; codeCss +=' display:yes;'; codeCss +=' font: bold 15px verdana;'; codeCss +=' background: black;'; codeCss +=' margin: 0 0;'; codeCss +=' width: 100%;'; codeCss +=' height: 100%;'; codeCss +=' overflow:hidden;'; codeCss +=' top: 0px;'; codeCss +=' left: 0px;'; codeCss +=' z-index:100000;'; codeCss +=' filter:alpha(opacity=80);'; codeCss +=' -moz-opacity: 0.8;'; codeCss +=' opacity: 0.8;'; codeCss +=' -khtml-opacity: 0.8;'; codeCss +=' text-align:center;'; codeCss +=' vertical-align: middle;'; codeCss +='}'; codeCss +='.form_headers { border-left:solid #000000 12px; padding-left:5px; margin-top:10px; letter-spacing:3px; font-style:italic;}'; codeCss +='.form_labels {font-size:11px; color:#760208;}'; codeCss +='.form_inputs {background-color:#fff7bf;}'; codeCss +='.form_inputs input[type="radio"], .form_inputs input[type="checkbox"] {'; codeCss +=' -moz-appearance: none;'; codeCss +=' color:#fff7bf;'; codeCss +=' background-color:transparent;'; codeCss +='}'; codeCss +='.'+div_regie_geoData+' .calendar {display:yes; position:relative; width:auto; height:auto; text-align:center; align:center;}'; codeCss +='.'+div_regie_geoData+' .day_cell { cursor:hand; text-align:right;}'; codeCss +='.'+div_regie_geoData+' .today_cell {cursor:hand; text-align:center; font-weight:bold; background:yellow; }'; codeCss +='.'+div_regie_geoData+' .over_cell {cursor:hand; text-align:center; background:red; color:white;}'; codeCss +='.'+div_regie_geoData+' .select_cell {cursor:hand; text-align:center; background:black; color:white;}'; codeCss +='.'+div_regie_geoData+' .event_cell {cursor:hand; text-align:center; background:yellow; color:black;}'; codeCss +='.'+div_regie_geoData+' .empty_day_cell {}'; codeCss +='.'+div_regie_geoData+' .calendarTitre {color:DarkSlateGray; font-size:11px; font-weight:bold; letter-spacing:1px;}'; codeCss +='.'+div_regie_geoData+' .calendarHeader {color:gray; font-size:10px; text-align:right;}'; codeCss +='.'+div_regie_geoData+' #calendar_dateTextSelect {color:red; font-size:12px; text-align:center; font-weight:bold;}'; codeCss +='.'+div_regie_geoData+' table {font-family: Tahoma; font-size: 10px; font-style: normal; font-weight: normal; color: black; }'; function geoData_addCss(cssIn) { var styleElement = document.createElement("style"); styleElement.type = "text/css"; if (styleElement.styleSheet) { styleElement.styleSheet.cssText = cssIn; } else { styleElement.appendChild(document.createTextNode(cssIn)); } document.getElementsByTagName("head")[0].appendChild(styleElement); } geoData_addCss(codeCss); var htmlDivPhotoBoxIn = '' +'
' +'
...
' +'
Fermer cette fenêtre
' +'
' +'
' +''; var htmlDivPhotoBox = '' +'
'+htmlDivPhotoBoxIn+'
' +''; var htmlDivIn = '' +'' +'
' +'
' +'
.. top left ..
' +'
' +' '; if (regieGeo_topBout_full==true) htmlDivIn += ' Déployer pleine page'; if (regieGeo_topBout_expand==true) htmlDivIn += ' Déployer cette fenêtre'; if (regieGeo_topBout_close==true) htmlDivIn += ' Fermer cette fenêtre'; htmlDivIn += '' +'
' +'
' +'
.. data ..








<


























































' +' ' +' ' +' ' +'
.._bottom..
' +' ' +' ' +'
' +'' +''; var htmlDiv = '' +'
' +htmlDivIn +'
' +''; if (divCreation==true) dot_regie_navBarre.innerHTML = htmlDiv; if (divCreation==false) { geoData_restoreFull(); dot_regie_navBarre.innerHTML = htmlDivIn; } var goHaut = ''; var goBas = ''; var htmlDivGeoData = '' +'
' +'' +'
' +'
...
' +'
'+goHaut+'
' +'
M
E
N
U
' +'
' +'
'+goBas+'
' +'
' +'' +'
'; getRef_geoData(div_regie_geoData+'_menu').innerHTML = htmlDivGeoData; //////////////////////////////////////// var geoData_top = 5; function geoData_iframeOrDiv(toDoStyle) { //getSty_geoData(regieGeo_div_active).display = toDoStyle; //if (regieGeo_div_active!=div_regie_geoData+'_data') getSty_geoData(div_regie_geoData+'_data').display = 'none'; //if (regieGeo_div_active!=div_regie_geoData+'_dataInDiv') getSty_geoData(div_regie_geoData+'_dataInDiv').display = 'none'; if (regieGeo_div_default=='iframe') { getSty_geoData(div_regie_geoData+'_data').display = toDoStyle; getSty_geoData(div_regie_geoData+'_dataInDiv').display = 'none'; } else { getSty_geoData(div_regie_geoData+'_data').display = 'none'; getSty_geoData(div_regie_geoData+'_dataInDiv').display = toDoStyle; } } var inData_Height = null; var inData_Width = null; function geoData_expandDisplay() { geoData_top = 5; if (getSty_geoData(regieGeo_div_active).display == 'none') { geoData_iframeOrDiv('block'); getSty_geoData(div_regie_geoData+'_bottom').display = 'block'; getRef_geoData(div_regie_geoData+'_top_close').src = 'http://www.gaytouzeur.com/data_G999/pub/moins.png'; getRef_geoData(div_regie_geoData+'_top_close').alt = 'Masquer cette fenêtre'; getSty_geoData(div_regie_geoData).width = '700px'; getSty_geoData(div_regie_geoData+'_data').width = '680px'; getSty_geoData(div_regie_geoData+'_dataInDiv').width = '680px'; if (browser_geoData=='Netscape') getSty_geoData(div_regie_geoData+'_data').width = '670px'; getSty_geoData(div_regie_geoData+'_dataInDiv').width = '670px'; getSty_geoData(div_regie_geoData+'_nav').width = '630px'; getSty_geoData(div_regie_geoData+'_data').height = '550px'; getSty_geoData(div_regie_geoData+'_dataInDiv').height = '550px'; getSty_geoData(div_regie_geoData+'_top_left').width = '620px'; getSty_geoData(div_regie_geoData+'_top').height = '17px'; getSty_geoData(div_regie_geoData+'_nav').display = 'block'; getSty_geoData(div_regie_geoData+'_headLine').display = 'none'; geoData_adaptMenuIn(); inData_Height = getSty_geoData(div_regie_geoData+'_data').height; inData_Width = getSty_geoData(div_regie_geoData+'_data').width; } else { geoData_iframeOrDiv('none'); getSty_geoData(div_regie_geoData+'_bottom').display = 'none'; getRef_geoData(div_regie_geoData+'_top_close').src = 'http://www.gaytouzeur.com/data_G999/pub/plus.png'; getRef_geoData(div_regie_geoData+'_top_close').alt = 'Déployer cette fenêtre'; getSty_geoData(div_regie_geoData).width = '330px'; getSty_geoData(div_regie_geoData+'_data').width = '310px'; getSty_geoData(div_regie_geoData+'_dataInDiv').width = '310px'; if (browser_geoData=='Netscape') getSty_geoData(div_regie_geoData+'_data').width = '300px'; getSty_geoData(div_regie_geoData+'_dataInDiv').width = '300px'; getSty_geoData(div_regie_geoData+'_nav').width = '260px'; getSty_geoData(div_regie_geoData+'_top_left').width = '250px'; getSty_geoData(div_regie_geoData+'_top').height = '11px'; getSty_geoData(div_regie_geoData).top = '5px'; getSty_geoData(div_regie_geoData).left = '195px'; getSty_geoData(div_regie_geoData+'_nav').display = 'none'; getSty_geoData(div_regie_geoData+'_headLine').display = 'block'; inData_Height = getSty_geoData(div_regie_geoData+'_data').height; inData_Width = getSty_geoData(div_regie_geoData+'_data').width; } } function geoData_expandFull() { geoData_top = 0; getSize_geoData(); getRef_geoData(div_regie_geoData+'_top_full').src = 'http://www.gaytouzeur.com/data_G999/pub/restore.png'; getRef_geoData(div_regie_geoData+'_top_full').alt = 'Réduire cette fenêtre'; getRef_geoData(div_regie_geoData+'_top_full').onclick = geoData_restoreFull; getSty_geoData(div_regie_geoData).top = '0px'; getSty_geoData(div_regie_geoData).left = '0px'; getSty_geoData(div_regie_geoData).width = (myWidth_geoData-6)+'px'; getSty_geoData(div_regie_geoData+'_data').width = ((myWidth_geoData-6)-20)+'px'; getSty_geoData(div_regie_geoData+'_dataInDiv').width = ((myWidth_geoData-6)-20)+'px'; if (browser_geoData=='Netscape') getSty_geoData(div_regie_geoData+'_data').width = ((myWidth_geoData-6)-30)+'px'; getSty_geoData(div_regie_geoData+'_nav').width = ((myWidth_geoData-6)-70)+'px'; geoData_iframeOrDiv('block'); getSty_geoData(div_regie_geoData+'_data').height = (myHeight_geoData-6-40)+'px'; getSty_geoData(div_regie_geoData+'_dataInDiv').height = (myHeight_geoData-6-40)+'px'; getSty_geoData(div_regie_geoData+'_bottom').display = 'block'; getSty_geoData(div_regie_geoData+'_nav').display = 'block'; getSty_geoData(div_regie_geoData+'_headLine').display = 'none'; inData_Height = getSty_geoData(div_regie_geoData+'_data').height; inData_Width = getSty_geoData(div_regie_geoData+'_data').width; geoData_adaptMenuIn(); } function geoData_restoreFull() { geoData_top = 5; getRef_geoData(div_regie_geoData+'_top_full').src = 'http://www.gaytouzeur.com/data_G999/pub/full.png'; getRef_geoData(div_regie_geoData+'_top_full').alt = 'Déployer pleine page'; getRef_geoData(div_regie_geoData+'_top_full').onclick = geoData_expandFull; getSty_geoData(div_regie_geoData).top = '5px'; getSty_geoData(div_regie_geoData).left = '195px'; getSty_geoData(div_regie_geoData).width = '700px'; getSty_geoData(div_regie_geoData+'_nav').width = ((myWidth_geoData-6)-70)+'px'; geoData_iframeOrDiv('block'); getSty_geoData(regieGeo_div_active).width = ((myWidth_geoData-6)-20)+'px'; getSty_geoData(regieGeo_div_active).height = '550px'; getSty_geoData(regieGeo_div_active).display = 'none'; getSty_geoData(div_regie_geoData+'_bottom').display = 'block'; inData_Height = getSty_geoData(div_regie_geoData+'_data').height; inData_Width = getSty_geoData(div_regie_geoData+'_data').width; geoData_expandDisplay(); geoData_adaptMenuIn(); } function geoData_adaptMenuIn() { status = ''; var hautContainerMain = getSty_geoData(div_regie_geoData+'_data').height.replace('px', ''); var hautContainerMenu = getRef_geoData(div_regie_geoMenu+'_in_data').scrollHeight; var hautContainerMenuH = getSty_geoData(div_regie_geoMenu+'_in_data').height.replace('px', ''); getSty_geoData(div_regie_geoMenu+'_in_data').height = (hautContainerMain-(hautContainerMain/5))+'px'; if (hautContainerMenu > hautContainerMenuH) { getSty_geoData(div_regie_geoMenu+'_in_top').display = 'block'; getSty_geoData(div_regie_geoMenu+'_in_bottom').display = 'block'; } else { getSty_geoData(div_regie_geoMenu+'_in_top').display = 'none'; getSty_geoData(div_regie_geoMenu+'_in_bottom').display = 'none'; } } ////////////////////////////////////////// // Auto scroll ou non var myScrollAuto_geoData = true; function geoData_ScrollEvent(func) { var oldonscroll = window.onscroll; if (typeof window.onscroll != 'function') { window.onscroll = func; } else { window.onscroll = function() { if (oldonscroll) { oldonscroll(); } func(); } } } function geoData_ScrollAdapt(){ if (myScrollAuto_geoData==false) {return false;} if (self.pageYOffset) { geoData_WindowScroll = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop){ // Explorer 6 geoData_WindowScroll = document.documentElement.scrollTop; } else if (document.body) { // all other Explorers geoData_WindowScroll = document.body.scrollTop; } else { geoData_WindowScroll = 0; } getSty_geoData(div_regie_geoData).top = (geoData_top+geoData_WindowScroll)+'px'; } function geoData_ScrollMenu(id) { clearInterval(geoM_interval); if (getSty_geoData(id).left=='5px' && geoM_amount==1) {return false;} var truc = getSty_geoData(id); var posRL = (geoM_amount*geoM_fact); if (posRL<=5 && posRL>=-180) { //status=posRL; truc.left = posRL+'px'; geoM_amount=geoM_amount-1; } else {clearInterval(geoM_interval); geoM_loop=0} if (geoM_loop>0) setTimeout("geoData_ScrollMenu('"+id+"')", geoM_loop); clearInterval(geoM_interval); } ////////////////////////////////////////////////// // TOP NAVIGATION var regieGeoArrMenuTop = new Array( 'block|EDITO|http://www.gaytouzeur.com/data_G999/admin/geodataDir_edito.php?site=gaytouzeur&callData=1|EDITO: Quoi de neuf : France, Belgique et Suisse|Edito, actus|fgodown.gif|div|...', 'none|MAP|http://www.gaytouzeur.com/data_G999/admin/geodataDir_new.php?site=gaytouzeur|Lieux, établissements gays : France, Belgique et Suisse|....|geo_map.png|iframe|GOOGLE MAP : Recherche de lieux, établissements directement par zone ou sur mon itinéraire.', 'block|LIEUX|http://www.gaytouzeur.com/data_G999/admin/geodataDir_sortir.php?site=gaytouzeur&callData=1|Lieux, établissements gays en région.|Lieux, établissements gays|geo_lieux.png|div|LIEUX ETABLISSEMENTS GAY PAR REGION : Liste complète classés par zones et régions (France, Belgique et Suisse)', 'block|AGENDA|http://www.gaytouzeur.com/data_G999/admin/geodataDir_agenda.php?site=gaytouzeur&callData=1|AGENDA: Evénements, soirées, sex party |Agenda, événements|geo_agenda.png|div|AGENDA GAY: Manifestations, bons plans pour vos sorties du moment.' //'none|xxxxxxxx|http://www.gaytouzeur.com/data_G999/admin/geodataDir_new.php?site=gaytouzeur|GayStage : Autre fournisseur de vidéos gay, bonne qualitée d`image|...|clip.png|iframe|', //'none|xxxxxxxxx Vidéos|http://www.gaytouzeur.com/data_G999/admin/geodataDir_new.php?site=gaytouzeur|GayTonik : Vidéos US et Canada|...|clip.png|iframe|' ); var regieGeoHtmlMenuTop = ''; var regieGeoHtmlHeadLine = ''; var ArrMGeo_default = new Array(); var regieGeoheaderLineArr = new Array(); for (i = 0; i < regieGeoArrMenuTop.length; i++) { var ArrMGeo = regieGeoArrMenuTop[i].split('|'); if (regieGeo_menu_default==(i+1)) var ArrMGeo_default = ArrMGeo; var imgM = ''; var imgMhead = ''; if (ArrMGeo[5]!='') imgM += ' style="background: url(http://www.gaytouzeur.com/data_G999/pub/'+ArrMGeo[5]+') no-repeat top left; padding:0 20px;"'; if (ArrMGeo[5]!='') imgMhead += ''; var lineHead = '  '+imgMhead+'«'+ArrMGeo[1]+'»  '; regieGeoHtmlHeadLine += lineHead; regieGeoheaderLineArr.push(lineHead); if (regieGeo_menu_default==(i+1)) {var chxClass = 'regieGeoMenu';} else {var chxClass = 'regieGeoMenuOff';} regieGeoHtmlMenuTop += '
'+ArrMGeo[1]+'
'; } regieGeoheaderLineArr.push(''+regieGeoHtmlHeadLine+''); getRef_geoData(div_regie_geoData+'_top_left').innerHTML = ''; getRef_geoData(div_regie_geoData+'_nav').innerHTML = regieGeoHtmlMenuTop; getSty_geoData(div_regie_geoData+'_nav').display = 'block'; getRef_geoData(div_regie_geoData+'_headLine').innerHTML = ''+regieGeoHtmlHeadLine+''; function geoData_lauchWindow(toDo) { if (toDo != undefined) { var ArrMGeoInDo = regieGeoArrMenuTop[(toDo-1)].split('|'); regieGeo_call_other_menu(toDo,ArrMGeoInDo[2],ArrMGeoInDo[4],ArrMGeoInDo[0],ArrMGeoInDo[3]); } if (regieGeo_div_active==div_regie_geoData+'_data') { getSty_geoData(regieGeo_div_active).display = 'block'; getSty_geoData(div_regie_geoData+'_dataInDiv').display = 'none'; } if (regieGeo_div_active==div_regie_geoData+'_dataInDiv') { getSty_geoData(regieGeo_div_active).display = 'block'; getSty_geoData(div_regie_geoData+'_data').display = 'none'; } } function regieGeo_call_other_menu(num,callHref,title,menuDisplay,comment) { if (geoM_interval!=null) clearInterval(geoM_interval); getSty_geoData(div_regie_geoData).display = 'block'; //getRef_geoData(div_regie_geoData+'_data').innerHTML = 'Patientez !, chargement en cours ...'; //if (getSty_geoData(div_regie_geoData+'_data').display == 'none') {geoData_expandDisplay();} // Mise à jour menu for (i = 1; i <= regieGeoArrMenuTop.length; i++) { if (getRef_geoData('regieGeoMenu_'+i)) { var obj = getRef_geoData('regieGeoMenu_'+i) obj.setAttribute("className","regieGeoMenuOff"); obj.setAttribute("class","regieGeoMenuOff"); if (i==num) { obj.setAttribute("className","regieGeoMenu"); obj.setAttribute("class","regieGeoMenu"); } } } //regieGeo_callWaitingData(1,div_regie_geoData+'_data'); getSty_geoData(div_regie_geoData+'_menu').display = menuDisplay; getRef_geoData(div_regie_geoMenu+'_in_head').innerHTML = title; getRef_geoData(div_regie_geoData+'_bottom_add').innerHTML = ' | '+comment; getSty_geoData(div_regie_geoData+'_menu').left = '5px'; window.setTimeout(function(){ if (callHref!=null) {geoMap_iframe_iDiv(num);} },800); } function regieGeo_callWaitingData(x,inElement) { if (x==1) { getSty_geoData(inElement).backgroundImage = 'url('+regieGeo_wait_background+')'; getSty_geoData(inElement).backgroundPosition = 'center center'; } if (x==0) { getSty_geoData(inElement).backgroundImage = 'url('+regieGeo_restore_bg+')'; getSty_geoData(inElement).backgroundPosition = 'right top'; } } var regieGeo_div_default = null; var regieGeo_div_active = null; function geoMap_iframe_iDiv(iAction) { if (regieGeoArrMenuTop[(iAction-1)].split('|')[6]=='iframe') { // Appel dans une iframe regieGeo_div_default = 'iframe'; regieGeo_div_active = div_regie_geoData+'_data'; regieGeo_callWaitingData(1,div_regie_geoData+'_data'); getSty_geoData(div_regie_geoData+'_data').display ='block'; getSty_geoData(div_regie_geoData+'_dataInDiv').display ='none'; getRef_geoData(div_regie_geoData+'_dataInDiv').innerHTML ='..._dataInDiv ....'; if (window.parent.googleMap_window==undefined) { var srccall=''; getRef_geoData(div_regie_geoData+'_data').innerHTML = srccall; } else { var dt=new Date ();temps=dt.getTime(); if (window.parent.googleMap_window.location.href != regieGeoArrMenuTop[(iAction-1)].split('|')[2]) { window.parent.googleMap_window.location.href = regieGeoArrMenuTop[(iAction-1)].split('|')[2]; } } } else { // Appel dans une div regieGeo_div_default = 'div'; regieGeo_div_active = div_regie_geoData+'_dataInDiv'; regieGeo_callWaitingData(1,div_regie_geoData+'_dataInDiv'); getSty_geoData(div_regie_geoData+'_data').display ='none'; getSty_geoData(div_regie_geoData+'_dataInDiv').display ='block'; getRef_geoData(div_regie_geoData+'_dataInDiv').innerHTML ='..._dataInDiv ....'; var dt=new Date ();temps=dt.getTime(); var scriptSrcCall = document.createElement('script'); scriptSrcCall.type = 'text/javascript'; scriptSrcCall.src = regieGeoArrMenuTop[(iAction-1)].split('|')[2]+'&divTo=gaytouzeurGeoDiv&inDivMenu='+div_regie_geoMenu+'_in_data&inDivData='+div_regie_geoData+'_dataInDiv'; scriptSrcCall.defer = true; document.getElementsByTagName('head')[0].appendChild(scriptSrcCall); getRef_geoData(div_regie_geoData+'_dataInDiv').innerHTML ='Loading ...'; getRef_geoData(div_regie_geoMenu+'_in_data').innerHTML ='Loading ...'; } } function geoMap_inPhoto_Display(txt1,txt2,iPhoto) { getSty_geoData(div_regie_geoData+'_photo').display ='block'; getRef_geoData(div_regie_geoData+'_photo_in_top_left').innerHTML = ''+txt1.toUpperCase()+'  '+txt2+''; getRef_geoData(div_regie_geoData+'_photo_in_pic').innerHTML = ''; } function geoMap_inPhoto_Adapt(inSrc) { var hauteurPhotoMaxi = (550-90); ImageBig= new Image();ImageBig.src=(geoMap_bigPic.src); if (getRef_geoData('geoMap_bigPic').height>hauteurPhotoMaxi) { getRef_geoData('geoMap_bigPic').height = hauteurPhotoMaxi; } getSty_geoData(div_regie_geoData+'_photo').width = (getRef_geoData('geoMap_bigPic').width+20)+'px'; getSty_geoData(div_regie_geoData+'_photo_in_top').width = getRef_geoData('geoMap_bigPic').width+'px'; } inData_Height = getSty_geoData(div_regie_geoData+'_data').height; inData_Width = getSty_geoData(div_regie_geoData+'_data').width; geoData_ScrollEvent(geoData_ScrollAdapt); geoMap_iframe_iDiv(regieGeo_menu_default); getRef_geoData(div_regie_geoData+'_bottom').innerHTML = 'Gay Infos services © 2010, AXEGAY.COM - GAYTOUZEUR.COM';