// openWindow.js

// This is the code that Dreamweaver MX creates to open a new browser window with parameters -
// height, width, status bar, title, etc

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
