function charger_jeu(page,w,h,v,lng,title,leScroll)
{
	leleft=(screen.width-w)/2
	letop=(screen.height-h)/2
	
	try{
		games.close();
	}
	catch(e){};
	
	if(title && title!='false' && title!='')
	laPage='games.php?swfPath='+page+'&w='+w+'&h='+h+'&v='+v+'&lang='+lng+'&title='+escape(title);
	else
	laPage='amis/'+page;
	
	popscroll=0;
	if(leScroll=='true')
	popscroll=1;
	
	games=window.open(laPage, 'game', 'width='+w+',height='+h+',toolbar=0,scrollbars='+popscroll+',statusbar=0,menubar=0,resizable=0,left='+leleft+',top='+letop+'');
	games.focus()
}
