// JavaScript Document
jQuery(document).ready(function(){
    jQuery(".megamenu").megamenu();
});
 
// $(function () { 
//    $("#switches li").mouseenter(function () { 
//        var $this = $(this); 
//        $("#slides div").hide("fast");
//        $("#slide" + $this.attr("id").replace(/switch/, "")).show("slow");
//        $("#slide" + $this.attr("id").replace(/switch/, "") + " div").show("fast");
//        $("#switches li").removeClass("active"); 
//        $this.addClass("active"); 
//    }); 
//}); 

