// JavaScript Document

function openBrWindow(Noodle,winName,features) { //v2.0
  window.open(Noodle + ".html",winName,features);
}