//ONGLETS
function showHide(myLayer,myParent,nbOnglet) {

for (t=1;t<=nbOnglet;t++) {
    layers = 'layer'+t;
	document.getElementById(layers).style.display = 'none';
}
document.getElementById(myLayer).style.display = 'block';

var myNav = document.getElementById('onglets');
for (i=0;i<myNav.childNodes.length;i++) {
	if (myNav.childNodes[i].className == 'on');
	myNav.childNodes[i].className = '';
	}
myParent.parentNode.className = 'on';

}

//INFO-BULLE
window.addEvent('domready', function(){
	var Tips1 = new Tips($$('.infoBulle'), {
		showDelay: 1000,
		hideDelay: 0
	});
});

//SLIDESHOW
function slideshow()
{
	document.write('<object type="application/x-shockwave-flash" data="slideshow/slideshow.swf?xml=slideshow/slideshow.xml" width="100%" height="150">');
	document.write('<param name="movie" value="slideshow/slideshow.swf?xml=slideshow/slideshow.xml" />');
	document.write('</object>');
}

function slideshow_us()
{
	document.write('<object type="application/x-shockwave-flash" data="slideshow/slideshow.swf?xml=slideshow/slideshow-us.xml" width="100%" height="150">');
	document.write('<param name="movie" value="slideshow/slideshow.swf?xml=slideshow/slideshow-us.xml" />');
	document.write('</object>');
}

function slideshow_fr()
{
	document.write('<object type="application/x-shockwave-flash" data="slideshow/slideshow.swf?xml=slideshow/slideshow-fr.xml" width="100%" height="150">');
	document.write('<param name="movie" value="slideshow/slideshow.swf?xml=slideshow/slideshow-fr.xml" />');
	document.write('</object>');
}

function slideshow_communaute()
{
	document.write('<object type="application/x-shockwave-flash" data="slideshow/slideshow.swf?xml=slideshow/slideshow-communaute.xml" width="100%" height="150">');
	document.write('<param name="movie" value="slideshow/slideshow.swf?xml=slideshow/slideshow-communaute.xml" />');
	document.write('</object>');
}