MJL.event.add(window, "load", function(event) {
    // MJL に関係するコードはこの中に記述
    MJL.enable.rollover("roll", {disable:"unroll"});
    MJL.enable.flash("flash", {version:8});
				MJL.enable.heightEqualizer("equalize");
}, false);

// MJL と無関係なコードはこの先に記述

//Popup Window
function MM_openBrWindow(theURL,winName,features) {
var features = 'width=400,height=600,location=yes,menubar=yes,toolbar=no,statusbar=no,scrollbars=yes,resizable=yes';
window.open(theURL,winName,features);
}
