// Macromedia JavaScript
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var win = window.open(theURL,winName,features);
  return win;
}

function MM_selfOpenBrWindow(theURL) { //v2.0
  var win = MM_openBrWindow(theURL,'win','width=800,height=600,top=45,left=45,resizable=1,scrollbars=yes,menubar=no,status=no');
  win.focus();
}

function MM_dialog(theURL)
{
var retVal = showModalDialog(theURL, '', 'dialogWidth:50em; dialogHeight:30em; help: no; scroll: no; status: no');
return retVal;
}
