
function pop_up_img (quoi)
{
	//alert(url);
	window.open('photos.php?quoi='+quoi,'','top=160,left=230,width=550,height=450,menubar=no,status=no');
}
function pop_diapo ()
{
	//alert(url);
	window.open('big_life.html','','top=160,left=230,width=550,height=400,menubar=no,status=no');
}

//La fonction est assez simple, et n'utilise qu'un seul argument,"newBgColor" 
//puis la transmet comme valeur de la propriété "bgColor" de l'objet document
function changeBgColor(newBgColor) {
if (window.document && window.document.bgColor) {
document.bgColor = newBgColor;
}
}
