<!--//--><![CDATA[//><!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

// SuperfishMenu Init

		jQuery(document).ready(function($){
			$(".nav")
			.superfish({
				animation : { opacity:"false", height:"show", speed:"fast"},
				delay:100
			})
			.find(">li:has(ul)")
				.mouseover(function(){
					$("ul", this).bgIframe({opacity:false});
				})
				.find("a")
					.focus(function(){
						$("ul", $(".nav>li:has(ul)")).bgIframe({opacity:false});
					});
		});
		
// ----- Toggle Visibility Of Comment Area -------------------------------------------------------//

		jQuery(document).ready(function(){
			jQuery("a.toggleVisibility").click().toggle(
				function() {jQuery("div.commentArea").show(); return false },
				function() {jQuery("div.commentArea").hide(); return false })
		});		

//--><!]]>



