function author(){
document.write("design: lato-sensu.net");
}

function imagepop(nomphoto,largeur,hauteur,typeformat){
f=window.open('','','top=20,left=30,width=' + largeur + ',height=' + hauteur +',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
f.document.write('<BODY topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor=#ffffff>');
f.document.write('<p><a href="javascript:window.close()"><img border="0" src="/images/' + nomphoto + '.' + typeformat + '" width="' + largeur + '" height="' + hauteur + '" alt="FERMER - SCHLIESSEN"></a></p>');
f.document.close();
}

function openpopup(pageweb,largeur,hauteur) {
ff=window.open('' + pageweb + '','','width=' + largeur + ',height=' + hauteur + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
ff.document.close();
}

function afficheAnim(swfSource,Largeur,Hauteur){

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+Largeur+'" height="'+Hauteur+'">');				

	document.write('<param name="movie" value="'+swfSource+'">');

	document.write('<param name="quality" value="high">');

	document.write('<param name="scale" value="noscale">');

	document.write('<param name="menu" value="false">');

	document.write('<embed src="'+swfSource+'" quality="high" menu="false" scale="noscale" width="'+Largeur+'" height="'+Hauteur+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');

	document.write('</object>');

}

function copy(){
document.write("copyright (c) 2007-2009 P. Wettig Cr&eacute;ation - Voil'Net express sarl");
}