window.onload = function()
	{
	 
	 	try {
		menu_login_height = new fx.Height("menu_login", {duration: 400});
		menu_login_height.hide();
		}
		catch(e) {}
		
		try {
		slide_content1 = new fx.Height("slide_content1", {duration: 400});
		slide_content1.hide();
		}
		catch(e) {}
		try {
		slide_content2 = new fx.Height("slide_content2", {duration: 400});
		slide_content2.hide();
		}
		catch(e) {}
		try {
		foot_slide = new fx.Height("foot_slide", {duration: 400});
		foot_slide.hide();
		}
		catch(e) {}
		try {
			var myTips = new Tips($$('.toolTipElement'), {
	timeOut: 700,
	maxTitleChars: 50, /*I like my captions a little long*/
	maxOpacity: .9 /*let's leave a little transparancy in there */
});
		}
		catch(e) {}
		
				
	}
	
	

