// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function MM_callJS(jsStr) { 
  return eval(jsStr)
}