﻿function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL, '','fullscreen=1,resizable=1,menubar=0,status=1,directories=0,location=0,toolbar=0,scroll=1');
}

function quit(theURL) { //v2.0
  window.close(theURL, '');
}
