// JavaScript Document
function SB_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function SB_menuscript(msgStr) { //v1.0
  status=msgStr;
  document.SB_returnValue = true;
}