$(function(){
	/*$('.menuItems a').hover(function(){
		theMenuNum = $('.menuItems a').index($(this))+1;
		$('.menuHoverPanel ul li:nth-child('+theMenuNum+')').fadeIn();
		$('.menuHoverPanel').stop().fadeIn();
	},function(){
		$('.menuHoverPanel').stop().fadeOut(500);
		$('.menuHoverPanel ul li:nth-child('+theMenuNum+')').fadeOut();
	})*/

	$('.disabled').removeClass('disabled');

})



