// JavaScript Document
function ouvrirPop800()
{
	fenetre=window.open('flash/player.swf','_blank');
}
function ouvrirMention()
	{
	window.open('mentions.html','_blank','width=700,height=350,resizable=yes');
	}
function ouvrirCredits()
	{
	window.open('credits.html','_blank','width=700,height=650,resizable=yes');
	}
function ouvrirLiens()
	{
	window.open('liens.html','_blank','width=700,height=300,resizable=yes');
	}
function ouvirLien(url)
	{
	window.open(url,'_blank');
	}
function ouvrirRevuePresse()
	{
	taille=String('width='+screen.width+',height='+screen.height);
	window.open('revuePresse.html','_blank',taille);
	}
