// JavaScript Document
function MM_openBrWindow(theURL,features) { //v2.0
  ok = window.open(theURL,'',features);
  if (ok) return false;
  else return true;
}
