 $().ready(function() {  

	$('#InfoGallery').show();
	$('#InfoGallery').cycle({ 
	fx: 'fade', 
	timeout: 4000,
	speed: 2500
	});


	$('#m2').hover(function(){
		MM_showMenu(window.mm_menu_2_0,-2,18,null,'a2');
		},
		function(){
		MM_startTimeout();
		});

	$('#m3').hover(function(){
		MM_showMenu(window.mm_menu_3_0,-2,18,null,'a3');
		},
		function(){
		MM_startTimeout();
		});

	$('#m4').hover(function(){
		MM_showMenu(window.mm_menu_4_0,-2,18,null,'a4');
		},
		function(){
		MM_startTimeout();
		});

	$('#m5').hover(function(){
		MM_showMenu(window.mm_menu_5_0,-2,18,null,'a5');
		},
		function(){
		MM_startTimeout();
		});

	$('#m6').hover(function(){
		MM_showMenu(window.mm_menu_6_0,-2,18,null,'a6');
		},
		function(){
		MM_startTimeout();
		});

	$("#PlanScroll").tablesorter({
			sortList:[[0,0],[1,0]],
			headers: { 2: { sorter: false}, 3: {sorter: false}, 4: {sorter: false}, 5: {sorter: false} },
			widgets:['zebra']
			});

	$('a.plan1').lightBox({fixedNavigation:true});
	$('a.plan2').lightBox({fixedNavigation:true});
	$('a.plan3').lightBox({fixedNavigation:true});
	$('a.plan4').lightBox({fixedNavigation:true});
	$('a.plan5').lightBox({fixedNavigation:true});
	$('a.plan6').lightBox({fixedNavigation:true});
	$('a.plan7').lightBox({fixedNavigation:true});
	$('a.plan8').lightBox({fixedNavigation:true});
	$('a.plan9').lightBox({fixedNavigation:true});
	$('a.plan10').lightBox({fixedNavigation:true});
	$('a.plan11').lightBox({fixedNavigation:true});
	$('a.plan12').lightBox({fixedNavigation:true});
	$('a.plan13').lightBox({fixedNavigation:true});
	$('a.plan14').lightBox({fixedNavigation:true});
	$('a.plan15').lightBox({fixedNavigation:true});

}); 