/* open popup window when users click on the top image next to the logo */
<!--
function openWin(fileName) {
  popwin = window.open(fileName,"popup","width=700,height=440,reside=yes");
  popwin.focus();
}
//-->

