// JavaScript Document

function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=560,height=600');
}