		// Initialise the effects
		var menumainexpand, li, recent;

		window.onload = function() {
			menumainexpand = new fx.Combo('menumainexpand', {height: true, opacity: false, duration: 500, onComplete: function(){if ($('menumainexpand').offsetHeight > 0) $('menumainexpand').style.height = "auto";}});
			li = new fx.Combo('li', {height: true, opacity: false, duration: 500});
			recent = new fx.Combo('recent', {height: true, opacity: false, duration: 500});			

			// Hide them to begin with
	
		}