
function MENTIONS_LEGALES () {
	POP_CENTER ('mentions_legales.htm', 'mention', 420, 550);
}
function POP_CENTER (htmlFile, htmlName, w, h) {
	var top	 = (screen.height-h)/2;
	var left = (screen.width-w)/2;
	window.open (htmlFile, htmlName, 'scrollbars=1, width='+w+', height='+h+', top='+top+', left='+left);
}    
function playGame() {
	var size = $('head-flash').getSize();
	size_wanted = 580;

	var fo2 = new SWFObject("http://foire-europ.shiningk.com/Foireurop.swf", "yo", "900", "580", "9", "FFFFFF");
//	fo2.addParam('wmode',"transparent");
	fo2.write("head-flash");
	
	var myFx = new Fx.Tween('head-flash');
	
	//Immediately sets the background color of the element to red:
	//myFx.set('height', size);
	myFx.start('height', size.y, size_wanted);

}    