function favoris() {
	if( navigator.appName=="Netscape" ) {
		window.sidebar.addPanel ("HOTEL *** LA GARBINE - Saint-Tropez","http://lagarbine.com","" );
	}
	else if ( navigator.appName=="Microsoft Internet Explorer" ) {
		window.external.addfavorite('http://lagarbine.com', 'HOTEL *** LA GARBINE - Saint-Tropez');
	}
	else {
		window.alert('Ajout aux Favoris Impossible sur ce navigateur !\n Veuillez effectuer l\'opération manuellement, merci.');
	}
}

function PopupImage(img) {
	Fenetre = window.open('','Image','width=20,height=20,toolbar=no,scrollbars=no,resizable=no');
  	Fenetre.document.write("<html><head><title>ODYSSEE 3D</title></head>");
  	Fenetre.document.write("<script type=\"text/javascript\">function twAjustePopUp() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+50,document.images[0].height+80); window.focus();} else { setTimeout('twAjustePopUp()',1000) } }</"+"script>");
  	Fenetre.document.write("<body onload='twAjustePopUp()' onblur='window.close()' onclick='window.close()' bgcolor='#000000' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
  	Fenetre.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><tr><td valign='middle' align='center'>");
    Fenetre.document.write("<table width='20' border='0' cellspacing='0' cellpadding='0' height='20'><tr><td valign='middle' align='center'>");
  	Fenetre.document.write("<img src='"+img+"' border='0' alt='Réalisation ODYSSEE 3D' title='copyright ODYSSEE 3D'>");
    Fenetre.document.write("</td></tr></table>");
  	Fenetre.document.write("</td></tr></table></body></html>");
  	Fenetre.document.close();
}

function CenterPopup(url,w,h) {
	var posX=(screen.height-w)/2;
	var posY=(screen.width-h)/2;
   	Fenetre = window.open(url,'','width='+w+', height='+h+', left='+posY+', top='+posX+', menubar=no, resizable=no, scrollbars=no, toolbar=no');
}