function langue(langue_choisie){
	helper_frame.location.href="langue.php?langue="+langue_choisie
	}
	
function bookmark(){
title="Vinisud 2008"
url="http://www.vinisud.com"
if (window.sidebar){ 
window.sidebar.addPanel(title, url,""); 
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}

function valider_form_call_back(){
	// verif des champs obligatoires
	if(document.getElementById("nom").value!="" &&
		 document.getElementById("email").value!="" &&
		 document.getElementById("tel").value!="" &&
		 document.getElementById("raison_sociale").value!="" &&
		 document.getElementById("activite").value!=""
		 ){
		document.form.action="call_back_send.php?type="+document.getElementById("activite").value
		document.form.submit();
		}else{alert("Vous devez renseigner tous les champs obligatoires !")}
	}
	

function fixbug(){
	theObjects = document.getElementsByTagName("object"); 
	for(var i=0; i<theObjects.length;i++){theObjects[i].outerHTML = theObjects[i].outerHTML;}
}

// ajoute un footer en bas de page
function footer(){
if (window.sidebar){decalage=746}else{decalage=744}

	if(eval(getObjectHeight("thebody"))>eval(findPosY("mega_footer"))){
	hauteur=getObjectHeight("thebody")
	document.getElementById("fondglobal").style.height=hauteur+120
	document.getElementById("footing").innerHTML="<div id='footer' style='position:absolute; left:0px; top:"+(hauteur+120)+"; width:746px;height:22px; z-index:99;'><img src='img/foot.gif' style='width:"+decalage+"px'></div>"
	
	}else{
		hauteur=findPosY("mega_footer")+100
		document.getElementById("fondglobal").style.height=hauteur
		document.getElementById("footing").innerHTML="<div id='footer' style='position:absolute; left:0px; top:"+(hauteur)+"; width:746px;height:22px; z-index:99;'><img src='img/foot.gif' style='width:"+decalage+"px'></div>"
		
		
		}
		
	
	}
	
