$(document).ready(function(){
	<!-- for main menu -->
		$('ul#menu > li').hover(
			function() { $('ul', this).css('display', 'block'); },
			function() { $('ul', this).css('display', 'none'); });
	<!-- for FAQs -->	
	  	$("dt a").click(function() { $(this).parent().next().slideToggle();});	
		$('#mainBody table tr:even').addClass('alt');
});


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

