function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function findPosY(obj)
{
        var curtop = 0;
        if (obj.offsetParent)
        {
                while (obj.offsetParent)
                {
                        curtop += obj.offsetTop
                        obj = obj.offsetParent;
                }
        }
        else if (obj.y)
               curtop += obj.y;
        return curtop;
}
function findPosX(obj)
{
        var curtop = 0;
        if (obj.offsetParent)
        {
                while (obj.offsetParent)
                {
                      curtop += obj.offsetLeft
                        obj = obj.offsetParent;
                }
        }
        else if (obj.x)
                curtop += obj.x;
        return curtop;
}
var win = null;
var scroll = "yes";
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}
function MM_preloadImages() {
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() {
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) {
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_validateFormFR() {
   var i,p,q,nm,test,num,min,max,errors='',args=MM_validateFormFR.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' doit être une adresse Email valide (type nom@adresse.fr).\n';
      } else if (test!='R') {
        if (isNaN(val)) errors+='- '+nm+' Champ numérique (sans espaces).\n';
       if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
         if (val<min || max<val) errors+='- '+nm+' (nombre compris entre '+min+' et '+max+' sans espace).\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' est obligatoire.\n'; }
  } if (errors) alert('Attention :\n'+errors);
  document.MM_returnValue = (errors == '');
}
function MM_swapImage() {
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
 HM_DOM = (document.getElementById) ? true : false;
   HM_NS4 = (document.layers) ? true : false;
    HM_NS = navigator.appName == ("Netscape");
   HM_NS6 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));
    HM_IE = (document.all) ? true : false;
   HM_IE4 = HM_IE && !HM_DOM;
   HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  HM_IE4M = HM_IE4 && HM_Mac;
  HM_IE5M = HM_IE && HM_Mac;
 HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);
if(HM_Konqueror) HM_IE = false;
HM_IE5W = HM_IE && !HM_Mac;
HM_IEpos = HM_IE || HM_Konqueror || (HM_NS6 && parseInt(navigator.productSub)>=20010710);
HM_IECSS = (HM_IE && document.compatMode) ? document.compatMode ==  "CSS1Compat" : false;
HM_IEDTD = (HM_IE && document.doctype) ? document.doctype.name.indexOf(".dtd")!=-1 : HM_IECSS;
HM_IEnoDTD = HM_IE && !HM_IEDTD;
HM_IsMenu = !HM_Opera && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4 || HM_Konqueror);
HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";

function popUp(){return};
function popDown(){return};
function startIt(){return}
if(!HM_IsMenu) event = null;
HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Verdana";
HM_PG_FontSize = 7;
HM_PG_FontBold = true;
HM_PG_FontItalic = false;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "white";
HM_PG_BGColor = "#DDDDDD";
HM_PG_BGColorOver = "#D1E6F7";
HM_PG_ItemPadding = 2;
HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "black";
HM_PG_ImageSrc = "fleche_navig.gif";
HM_PG_ImageSize = 8;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace =0;
HM_PG_KeepHilite = true;
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 10;
HM_PG_ChildOffset = 2;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = 1;
HM_PG_StatusDisplayBuild =1;
HM_PG_StatusDisplayLink = 1;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;


var test_existe ="";
function position_boutons_recherche() {
test_existe = document.getElementById('layer_boutons_recherche');
if (test_existe) {
L_boutiques.style.left = findPosX(test_existe);
L_restaurants.style.left = findPosX(test_existe)+90;
L_boutiques.style.top = findPosY(test_existe)-19;
L_restaurants.style.top = findPosY(test_existe)-19;
L_boutiques.style.display = 'block';
L_restaurants.style.display = 'block';
}}
var catactive ="";
function swap_recherche(qui) {
catactive = qui;
if (qui=="boutiques") {
document.getElementById('recherche_boutiques').style.display = 'block';
document.getElementById('recherche_restaurants').style.display = 'none';
document.getElementById('b_boutiques_r').src="images/pave_recherche/boutiques_on.gif";
document.getElementById('b_restaurants_r').src="images/pave_recherche/restaurants_off.gif";
L_boutiques.style.zIndex=100;
L_restaurants.style.zIndex=90;
} else {
document.getElementById('recherche_boutiques').style.display = 'none';
document.getElementById('recherche_restaurants').style.display = 'block';
document.getElementById('b_boutiques_r').src="images/pave_recherche/boutiques_off.gif";
document.getElementById('b_restaurants_r').src="images/pave_recherche/restaurants_on.gif";
L_boutiques.style.zIndex=90;
L_restaurants.style.zIndex=100;
}
}
function restore_swapimage(qui) {
if (qui!=catactive) {
MM_swapImgRestore();
}
}

var test_existe2 ="";
function position_boutons_boutique() {
test_existe2 = document.getElementById('layer_boutons_boutique');
if (test_existe2) {
L_photos.style.left = findPosX(test_existe2);
L_plan.style.left = findPosX(test_existe2)+90;
L_photos.style.top = findPosY(test_existe2)-20;
L_plan.style.top = findPosY(test_existe2)-20;
L_planN1.style.left = findPosX(test_existe2)+90;
L_planN2.style.left = findPosX(test_existe2)+90+35+18;
L_planN1.style.top = findPosY(test_existe2);
L_planN2.style.top = findPosY(test_existe2);
L_photos.style.display = 'block';
L_plan.style.display = 'block';
}}

var catactive2 ="";
var catactive2p ="";
function swap_recherche2(qui2,niveau) {
catactive2 = qui2;
if (qui2=="photos") {
document.getElementById('photos_boutique').style.display = 'block';
document.getElementById('plan_boutique1').style.display = 'none';
document.getElementById('plan_boutique2').style.display = 'none';
L_planN1.style.display = 'none';
L_planN2.style.display = 'none';
document.getElementById('b_photos_r').src="images/boutiques/onglets_photo/photos_on.gif";
document.getElementById('b_plan_r').src="images/boutiques/onglets_photo/plan_off.gif";
L_photos.style.zIndex=120;
L_plan.style.zIndex=110;
} else {
document.getElementById('photos_boutique').style.display = 'none';
document.getElementById('b_photos_r').src="images/boutiques/onglets_photo/photos_off.gif";
document.getElementById('b_plan_r').src="images/boutiques/onglets_photo/plan_on.gif";

L_planN1.style.display = 'none';
L_planN2.style.display = 'none';
if ((niveau==1)||(niveau==12)) {
document.getElementById("plan_boutique1").style.display = 'block';
catactive2p = "planN1";
document.getElementById('b_plan_rN1').src="images/boutiques/onglets_photo/niv1_on.gif";
document.getElementById('b_plan_rN2').src="images/boutiques/onglets_photo/niv2_off.gif";
} else {
document.getElementById("plan_boutique2").style.display = 'block'; 
catactive2p = "planN2";
document.getElementById('b_plan_rN1').src="images/boutiques/onglets_photo/niv1_off.gif";
document.getElementById('b_plan_rN2').src="images/boutiques/onglets_photo/niv2_on.gif";
}
if (niveau==12) {
L_planN1.style.display = 'block';
L_planN2.style.display = 'block';
}

L_photos.style.zIndex=110;
L_plan.style.zIndex=120;
}
position_boutons_boutique();
}
function aff_b_plans(qui2) {
if (qui2=="photos") {
L_planN1.style.display = 'none';
L_planN2.style.display = 'none';
} else {
L_planN1.style.display = 'block';
L_planN2.style.display = 'block';
}}
function restore_swapimage2(qui2) {
if (qui2!=catactive2) {
MM_swapImgRestore();
}
}

function swap_recherche2p(qui2p) {
catactive2p = qui2p;
if (qui2p=="planN1") {
document.getElementById('b_plan_rN1').src="images/boutiques/onglets_photo/niv1_on.gif";
document.getElementById('b_plan_rN2').src="images/boutiques/onglets_photo/niv2_off.gif";
document.getElementById('plan_boutique1').style.display = 'block';
document.getElementById('plan_boutique2').style.display = 'none';
L_planN1.style.zIndex=50;
L_planN2.style.zIndex=40;
} else {
document.getElementById('plan_boutique1').style.display = 'none';
document.getElementById('plan_boutique2').style.display = 'block';
document.getElementById('b_plan_rN1').src="images/boutiques/onglets_photo/niv1_off.gif";
document.getElementById('b_plan_rN2').src="images/boutiques/onglets_photo/niv2_on.gif";
L_planN1.style.zIndex=40;
L_planN2.style.zIndex=50;
}
position_boutons_boutique();
}
function restore_swapimage2p(qui2p) {
if (qui2p!=catactive2p) {
MM_swapImgRestore();
}
}