function goto(URL){

if(URL=='winga')
window.open(" http://www.pokergratuit.net/play/winga.php","","")

if(URL=='barrierepoker')
window.open(" http://www.pokergratuit.net/play/barrierepoker.php","","")

if(URL=='chili')
window.open(" http://www.pokergratuit.net/play/chilipoker.php","","")

if(URL=='acfpoker')
window.open(" http://www.pokergratuit.net/play/acfpoker.php","","")

if(URL=='eurosport')
window.open(" http://www.pokergratuit.net/play/eurosportpoker.php","","")

if(URL=='winamax')
window.open(" http://www.pokergratuit.net/play/winamax.php","","")

if(URL=='mypok')
window.open(" http://www.pokergratuit.net/play/mypok.php","","")

}
 function openGame() {
window.open('http://www.pokergratuit.net/jeux/','Pokergratuit.net - Lobby poker gratuit',
'left=20,top=20,width=790,height=600,toolbar=0,resizable=0');

}

$(document).ready(function() {
	$('.fd').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(500, 1);
	  }, function () {
	    $span.stop().fadeTo(500, 0);
	  });
	});
});

$(document).ready(function(){$(".banner1").fadeTo("fast",1.0);$(".banner1").hover(function(){$(this).fadeTo("fast",0.4);},function(){$(this).fadeTo("fast",1.0);});});
