var newWindow = null
function MM_openBrWindow(theURL,winName,features) { 
  newWindow = window.open(theURL,winName,features);
  newWindow.focus();
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
