// JavaScript Document
function favoris() { 
domaine=window.location.host;
if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
	if (window.sidebar) {  // Firefox          
		window.sidebar.addPanel("Captair","http://"+domaine,""); 
	} else { //Others
		alert("Browser not supported, so please add your bookmark manually (Ctrl+D)."); 
	}
} else { //IE
	window.external.AddFavorite("http://"+domaine,"Captair"); } 
}

function init(){
tb_show("", "choix_pays.php?KeepThis=true&height=420&width=661&modal=true", null);
//tb_show("", "choix_pays.php?KeepThis=true&height=404&width=661&modal=true", null);

}
