﻿cW=null;
function MM_openBrWindow(theURL,winName,features) { //v2.0
 // if (null!=cW) cW.close();
  cW = window.open("../../" + "" + theURL + "",winName,features);
}

function MM_openBrWindow2(theURL,winName,features) { //v2.0
  //if (null!=cW) cW.close();
  cW = window.open(theURL + "",winName,features);
  return cW;
}
