function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function disp(url){ 
window.open(url, "meritwindow", "width=420,height=220");
}

function disp(url){ 
window.open(url, "termswindow", "width=420,height=270");
}