$(function(){  $('.wysiwyg img[style*="float: left"]').addClass('left');});function resetlinks(lien) {	for (i=0;i<=document.links.length;i++)	{		if (document.links[i].name!=lien) document.links[i].className='';		else document.links[i].className='actif';	}}function photo(nb,w,h,langue) {	if(langue!="ch") lg=""; else lg='_'+langue;	aw=screen.availWidth;	ah=screen.availHeight-28;	x=(aw-w)/2;	if(x<0) x=0;	y=((ah-h)/2);	if(y<0) y=0;	fenetre = window.open("pictures_view"+lg+".php?id="+nb,"Pic"+nb,"width="+w+",height="+h+",left="+x+",top="+y+",toolbar=no,scrollbars=yes,resizable=yes");	fenetre.moveTo(x,y);}function gallery(nb,w,h,langue) {	if(langue!="ch") lg=""; else lg='_'+langue;	aw=screen.availWidth;	ah=screen.availHeight-28;	x=(aw-w)/2;	if(x<0) x=0;	y=((ah-h)/2);	if(y<0) y=0;	fenetre = window.open("gallery_view"+lg+".php?id="+nb,"Pic"+nb,"width="+w+",height="+h+",left="+x+",top="+y+",toolbar=no,scrollbars=yes,resizable=yes");	fenetre.moveTo(x,y);}function video(nb,width,height) {	w=width+40;	h=height+40;	x=(screen.availWidth-w)/2;	y=(screen.availHeight-h)/2;	fenetre = window.open("/video_view.php?id="+nb+"&w="+width+"&h="+height,"Movie"+nb,"width="+w+",height="+h+",left="+x+",top="+y+",toolbars=no,resizable=yes");	fenetre.moveTo(x,y);}function award() {	x=(screen.availWidth-520)/2;	y=(screen.availHeight-670)/2;	fenetre = window.open("/images/award_view.html","Award","width="+520+",height="+670+",left="+x+",top="+y+",toolbar=no");  fenetre.moveTo(x,y);}
