// JavaScript Document
function MM_openBrWindowId(theURL,winName,features) {
  window.open(theURL+"",winName,features);
}