$(document).ready(function(){

	$('.suitelogo a')
	.toggle(function(){
		this.blur();
		category = $(this).parents('div.tournoi').attr('id');
		$suite = $('#' + category + ' .suitephotos');
		$suite.fadeIn('slow');
		$(this).addClass('up').html('Cacher...');
	}, function(){
		this.blur();
		$suite.slideUp();
		$(this).removeClass('up').html('Voir tout...');
	});

});

swfobject.registerObject("justine", "9.0.0");
swfobject.registerObject("myId", "9.0.0");

function popup(URL,title,W,H) {
	var URL; var title; var W; var H; var left; var top; var scrollbar; var menubar; var full=false;
	var screenW = (window.screen.availWidth ? window.screen.availWidth : (screen.width ? screen.width : 1016));
	var screenH = (window.screen.availHeight ? window.screen.availHeight : (screen.height ? screen.height : 714));	
	var isIE = (navigator.appName.indexOf("Microsoft Internet Explorer")!=-1 && navigator.platform.indexOf("Win")!=-1);
	if (!W && !H) {
			var attr = 'width='+screenW+',height='+screenH+',left=0,top=0,scrollbars=no,menubar=no'; 
			attr += 'titlebar=yes,toolbar=no,location=no,directories=no,statut=no,resizable=yes';
			full = true;
	}else if (W && H){
			if (W > screenW) W = screenW;
			if (H > screenH) H = screenH;
			left = (screenW - W)/2;
			top = (screenH - H)/3;
			var attr='width='+W+',height='+H+',left='+left+',top='+top+',scrollbars=yes,menubar=no'; 
			attr+='titlebar=yes,toolbar=no,location=no,directories=no,statut=yes,resizable=yes';
	}				
	var win = window.open(URL,title,attr);
	if (full && isIE){ win.moveTo(0,0); win.resizeTo(screen.width,screen.height); }
	win.focus();
}

function adobe_popup() {
	var URL='http://www.adobe.com/go/getflashplayer'; var title='adobe';
	var W='780'; var H='640';
	popup(URL,title,W,H);
}

