homes = null;
accueil = null;
profil = null;
produits = null;
services = null;

function change_index(nom,image){
	nom.src="images/fr/menu/" + image;
}

function change(nom,image){
	nom.src="../images/fr/menu/" + image;
}

function change_parent(nom,image){
	nom.src="../../images/fr/menu/" + image;
}

function openpop(page,largeur,hauteur,scrolll){
	popupwin=window.open(page, page.substring(0,7), "width='+largeur+',height='+hauteur+',scrollbars=+scrolll+,toolbar=0,menubar=1,status=1,resizable=1,top=15,left=15");
	popupwin.focus();
}
