<!--
function openWindow(url) { popupWin = window.open(url, 'openWin', "width=390, height=250, scrollbars=yes"); }

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->