function open_window(theURL,winName,features) {
  mywin = window.open(theURL,winName,features);
  mywin.focus();
}

function MM_callJS(jsStr) {
  return eval(jsStr)
}
