MJL.event.add(window, "load", function(event) {
    MJL.enable.rollover("roll");
}, false);

function popup(htmlfile,W,H) {
win=window.open(htmlfile,"","width="+W+",height="+H+",status=yes,resizable=yes,scrollbars=yes")
}
