function openimg(img)
	 {
	 titre="Chezmm";
	 w=open("",'image','width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes,location=no');
	 w.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">')
	 w.document.write('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >')
	 w.document.write("<html><head><title>"+titre+"</title></head>");
	 w.document.write("<script language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+25,document.images[0].height+55); window.focus();} else { setTimeout('check()',250) } }</"+"script>");
 	 w.document.write("<body onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href='javascript:window.close()'><img src='"+img+"' border=0></a>");
	 w.document.write("");
	 w.document.write("</body></html>");
	 w.document.close();
	}
/**
 *
 * @access public
 * @return void
 **/
function openvid(vid)
{
window.open(vid,'Videos','width=639,height=480,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}
/**
 *
 * @access public
 * @return void
 **/
function win_guestbook()
{
window.open('guestbook.php5','Commentaires', 'top=10,left=10,resizable=no, location=no, width=400, height=500, menubar=no, status=no, scrollbars=yes, menubar=no');
}
function win_commentaire()
{
window.open('commentaires.php','Commentaires', 'top=40,left=10,resizable=no, location=no, width=600, height=400, menubar=no, status=no, scrollbars=yes, menubar=no');
}




function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
function cache(id) {
var d = document.getElementById(id);
	
if (d) {d.style.display='none';}
}



/**
 *
 * @access public
 * @return void
 **/

