	
/* ------------------------------- */
	
/* Begin main.js.php?module=20e_siecle&module_base= */
	
/* ------------------------------- */	
	
	
$(document).ready(function()
		{
		
		/* ------ */
		/* Onload Events */
		/* ------ */
		
		// Show the tooltip for the link to home (except into the home page itself)
		if ( $("img#fixed_to_home").length > 0 )
			{
			$('a#to_home').attr({ 'title':'' });
			var this_tooltip_url = '/plugs/tooltips.plug.php?tooltip=home';
			
			$('img#fixed_to_home').attr({ 'rel':this_tooltip_url });
			$('img#fixed_to_home').cluetip({ width:360, positionBy:'mouse', leftOffset:-30, showTitle:false, cluetipClass:'home', clickThrough:true});
			}	
	// 2009-04-20 Marc Nadeau ; 2009-04-23 Marc Nadeau 
	/* begin include = 20e_siecle.js.inc.php */	

	/* ------------------------------------ */
	/* begin include = main_menu.js.inc.php */
	/* 2009-12-03, Marc Nadeau; 2009-12-07 Marc Nadeau */
	/* ------------------------------------ */	

	// Tooltips on text (img) menus
	$('a.main_menu_item').each(function()
		{
		var this_tooltip = $(this).attr('rev');
		var this_tooltip_url = 'http://www.marionnettes.ca/plugs/standard_tooltips.plug.php?class=menu&tooltip_s=menu&tooltip=' + this_tooltip;
		$(this).removeAttr('title');
		$(this).attr({ 'rel':this_tooltip_url });
		$(this).cluetip({ width:240, positionBy:'mouse', leftOffset:30, showTitle:false, cluetipClass:'main_menu', clickThrough:true});
		});

	/* ------------------------------------ */
	/* end include = main_menu.js.inc.php */
	/* ------------------------------------ */	/* end include = 20e_siecle.js.inc.php */
		


 }); // END jquery document.ready