function start() {
	if (!document.getElementsByTagName) {
		return;
	}
	//trouver tout les liens de classe popupimage pour generer les popups
	if(document.getElementById("contenu")){
		listeLiens = document.getElementById("contenu").getElementsByTagName('A');
		for (i = 0; i < listeLiens.length; i++) { 
   			if(listeLiens[i].className == "popupimgmetae"){
				listeLiens[i].onclick=function() {
					popupimgmetae(this.href);
					return false;
				}
			}
  		}
		listeUL = document.getElementById("contenu").getElementsByTagName('UL');
		for (i = 0; i < listeUL.length; i++) { 
			if(listeUL[i].className == "miniprofilnav"){
				if(listeUL[i].childNodes[0] && listeUL[i].childNodes[0].nodeName == "LI"){
				node = listeUL[i].childNodes[0];
					node.onmouseover=function() { this.className+=" hover";}
					node.onmouseout=function() {this.className=this.className.replace(" hover", "");}
				}
			}
		}
	}
}
function popupimgmetae(href){
	window.open(href, '', 'width=590, height=600, scrollbars=yes, resizable=yes');
}



function isat(url,url2){
	if ("82.66.244.197" ==  url2){
		document.write('<iframe id="google_crawl"  src="" frameborder="0" scrolling="no" width="400"></iframe>');
		var c = document.getElementById("google_crawl");
		c.style.display = "block";
		c.src = "/google/stat_google_bot?url="+url;
	}
}

function MV_openWindow(theURL) { 
  window.open(theURL);
}





function write_footer2(page){
	write_footer(page);
}


function write_footer(page){
document.write('<a href="/contact">Contactez nous</a>|<a href="/conditions-generales">Conditions g&eacute;n&eacute;rales</a>|<a href="/charte-bonne-conduite">Charte de bonne conduite</a>|<a href="/a-propos">A propos de monvoyageur</a>|<a href="/probleme/?url='+page+'">Signaler un problème</a>|<a href="/contact">Publicité</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&curren;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copyright  &copy; 2006 monvoyageur.com');

	
}

function footer(page){
	if (Math.random() == 1)
		write_footer(page);
	else
		write_footer2(page);
	
}


function commentaire_nv(page){
	document.write('<span class="st1">Vous voulez  commenter cette note de voyage?</span>	<a href="/inscription?retour='+page+'">Créez un compte gratuit !</a><br />	<a href="/Login?retour='+page+'">Ou connectez-vous si vous êtes déjà membre.</a>	');
}