function guestbook()
{
	window.open('guestbook.html','guestbook','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=550, height=600');
}
function pic(nom,l,h,i)
{
	window.open("unephoto.php?id="+i+"&nom="+nom+"&l="+l+"&h="+h,i,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width="+l+", height="+h);
}
function wall(nom)
{
window.open("wallpapers/"+nom+".php","full","fullscreen=yes");
}
function closeBlaireaux()
{
	document.all['blaireaux'].style.visibility = "hidden"; 
}
function writeHTML(a)
{
	document.write(a)
}
