  /* ----------------------------------------------------- */
 /* ---             Librairie Javascript              --- */
/* ----------------------------------------------------- */

/* ------------- */
/* --- PopUp --- */
/* ------------- */

function xd_popUpImage(url) {
	window.open('popup_images.php5?photo='+url,'guilhot','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1,width=400,height=400');
}

function xd_popUp(url,largeur,hauteur) {
	window.open('popup.php5?acces_direct='+url,'guilhot','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1,width='+largeur+',height='+hauteur+',left=200,top=200');
}


  /* ---------------- */
 /* --- RollOver --- */
/* ---------------- */

function changeBouton(id,src,txt) {
	document.getElementById(id).src=src;
	document.getElementById('services_texte').value=txt;
}
