// Begin MultiLayoutRegions
$(document).ready(
function() {
	$('#MultiLayoutRegion1LYR').MyTab({ selected: 0, event: 'click', fx: {opacity: 'toggle', duration: 'fast'} });
}
);
// End MultiLayoutRegions

// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 130, height: 33, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': '../DynaButtons/regular_1.gif', 'HighliteImage': '../DynaButtons/highlighted_1.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '5921370', 'HighliteFontColor': '0', 'Bold': 'True', 'BackgroundImage': '../assets/images/tapis.jpg', 'ButtonText0': 'Joueurs', 'URL0': '../html/joueurs.html', 'X Position': '36', 'Y Position': '590' }
	});
});
// End jMedia Components


