/* open popup window when users click on the top image next to the logo */
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  win=window.open(theURL,winName,features);
  win.focus();
}


function openWin(fileName) {
  popwin = window.open(fileName,"popupsupport","status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=470");
  popwin.focus();
}

//-->

