
function PopUp(_file, _name, _width, _height) {
  handle = window.open(_file, _name, "width="+_width+",height="+_height+",scrollbars=yes,resize=no, menubar=no");
}

function Pop(_file ) {
  handle = window.open(_file, "_name", "width=640,height=480,resize=no,scrollbars=yes, menubar=no");
}

function PopLoc(_file, _name, _width, _height) {
  handle = window.open(_file, _name, "width="+_width+",height="+_height+",top=550, left=650, scrollbars=yes,resize=no, menubar=no");
}

function OpenBrWindow(_file, _name, features) {
  window.open(_file,_name, features);
}
