function showimg(img)
{
	//<![CDATA[
	var pimg = document.getElementById("photoimg");
	pimg.src = "../imgs/photos/cadre/" + img + ".jpg";
// 	alert(pimg.src);
	setTimeout("Effect.Appear('photobig', {duration:0.5})", 100);
	
	//]]>
}

function closeimg()
{
	//<![CDATA[
	Effect.BlindUp('photobig', {duration:0.7});
	//]]>
	setTimeout("$('photoimg').src = ''", 700);
}
