function goweb(obj){
	if (obj.value != "")
		document.location=obj.value;
}

window.onload=montre;

var last_row='';
var last_row_='';
var last_row2='';

function SetCookie (name, value) {
	var argv=SetCookie.arguments;
	var argc=SetCookie.arguments.length;
	var expires=(argc > 2) ? argv[2] : null;
	var path=(argc > 3) ? argv[3] : null;
	var domain=(argc > 4) ? argv[4] : null;
	var secure=(argc > 5) ? argv[5] : false;
	document.cookie=name+"="+escape(value)+
		((expires==null) ? "" : ("; expires="+expires.toGMTString()))+
		((path==null) ? "" : ("; path="+path))+
		((domain==null) ? "" : ("; domain="+domain))+
		((secure==true) ? "; secure" : "");
}

function getCookieVal(offset) {
	var endstr=document.cookie.indexOf (";", offset);
	if (endstr==-1)
      		endstr=document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) {
	var arg=name+"=";
	var alen=arg.length;
	var clen=document.cookie.length;
	var i=0;
	while (i<clen) {
		var j=i+alen;
		if (document.cookie.substring(i, j)==arg)
                        return getCookieVal (j);
                i=document.cookie.indexOf(" ",i)+1;
                        if (i==0) break;}
	return null;
}


function montre() {
	//	alert(GetCookie("menu3"));
	//	alert(GetCookie("menu2"));
	//	alert(GetCookie("cmenu2"));
	var all = document.getElementsByTagName('dd');
	for (var e = 0; e < all.length; e++) {
		
		

		if(all[e].id != GetCookie("menu2") && all[e].id != GetCookie("menu3")) {
			all[e].style.display='none';
			all[e].style.visibility='hidden';
		}
		else {
			all[e].style.display='block';
			all[e].style.visibility='visible';	
		}
	}
	var divs = document.getElementsByTagName("li");
	for (var i=0; i<divs.length; i++)
	 if (divs[i].id.indexOf("cmenu") == 0) {
		 if( divs[i].id != GetCookie("cmenu2")) {
			 divs[i].style.display = "none"; 
		 }
		else {
			divs[i].style.display='block';
			divs[i].style.visibility='visible';	
		}
	 }

}


function AfficherMenu(id) {
	id2 = 'cmenu_2' + id;
	id = 'menu_2' + id;
	var pathname=location.pathname;
	var domaine=pathname.substring(0,pathname.lastIndexOf('/')) +'/';
	//var date_exp = new Date();
	//date_exp.setTime(date_exp.getTime()+(1*24*3600*1000));
	//SetCookie("menu2",id,date_exp,domaine);
	//SetCookie("cmenu2",id2,date_exp,domaine);
	
	if (document.getElementById(id)) {
		document.getElementById(id2).style.display='block';
		document.getElementById(id2).style.visibility='visible';
		
		document.getElementById(id).style.display='block';
		document.getElementById(id).style.visibility='visible';

		
		if (document.getElementById(last_row) && id != last_row) {
			document.getElementById(last_row).style.display='none';
			document.getElementById(last_row).style.visibility='hidden';
			document.getElementById(last_row_).style.display='none';
			document.getElementById(last_row_).style.visibility='hidden';
		}
		last_row = id;
		last_row_ = id2;
	}
}

function AfficherMenu2(id) {
	id = 'menu_3' + id;
	
	var pathname=location.pathname;
	var domaine=pathname.substring(0,pathname.lastIndexOf('/')) +'/';
	//var date_exp = new Date();
	//date_exp.setTime(date_exp.getTime()+(1*24*3600*1000));	
	//SetCookie("menu3",id,date_exp,domaine);

	if (document.getElementById(id)) {
		document.getElementById(id).style.display='block';
		document.getElementById(id).style.visibility='visible';
		//if (document.getElementById(last_row2) && id != last_row2) document.getElementById(last_row2).style.display='none';
		last_row2 = id;
	}
}
function MM_preloadImages() { //v3.0
  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() { //v3.0
  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) { //v4.01
  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 && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  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];}
}

function openG(region, ville, from, typehotel, lang){
	var h = 520; //580, 500, 550
	var w = 780;
	newwindow = window.open('http://www.global-reservation.com/google-recherche2.aspx?direct='+region+','+ville+'&fromsite='+from+'&typehotel='+typehotel+'&lang='+lang,'name','height='+h+',width='+w+',resizable=no,scrollbars=no,toolbar=no,status=yes'); 
}