$(document).ready(function(){ 	// Slideshows		$('.productMain ul').innerfade({			speed: 2000,			timeout: 5000,			type: 'sequence',			containerheight: '632px'	});		$(".homeMenu ul li:contains('Contact')").hide();		$(".homeMenu ul li:contains('Home')").hide();		$('.slideShow').innerfade({			speed: 2000,			timeout: 5000,			type: 'sequence',			containerheight: '632px'	});		$('.homeSlides ul').innerfade({			speed: 2000,			timeout: 5000,			type: 'sequence',			containerheight: '155px'	});		$('.banner ul').innerfade({			speed: 2000,			timeout: 5000,			type: 'sequence',			containerheight: '120px'	});		$('.gallery ul li')				.hover(function(){			$(this).animate({			height: '150px'}, 			{queue: false, speed: 500, easing:'easeOutQuart'});		}		,		function(){			$(this).animate({			height: '120px'}, 			{queue: false, speed: 500, easing:'easeOutQuart'}); 		});				$(".lightbox").lightbox();			function MM_jumpMenu(targ,selObj,restore){ //v3.0  			eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  			if (restore) selObj.selectedIndex=0;		}	});
