function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


MJL.event.add(window, "load", function(event) {
    MJL.enable.rollover("roll");
	MJL.enable.heightEqualizer("equalize", {groupBy : 2});
}, false);


