MJL.event.add(window, "load", function() {
    // MJL に関係するコードはこの中に記述
    MJL.enable.heightEqualizer("equalize3", {groupBy:3});
    MJL.enable.heightEqualizer("equalize4", {groupBy:4});
    MJL.enable.heightEqualizer("equalize6", {groupBy:6});
    MJL.enable.heightEqualizer("equalize8", {groupBy:8});
    MJL.enable.rollover("roll");
});

// MJL と無関係なコードはこの先に記述
jQuery(function(){
	jQuery('ul.globalNaviMenu').superfish({
			autoArrows:  false,                           // disable generation of arrow mark-up
			dropShadows: false                            // disable drop shadows
		});
});
