 
 var popupWin
  function popup()  // write corresponding content to the popup window
  {
   popupWin = window.open("recommended.htm", "puWin",  "width=385,height=415,scrollbars,dependent");
   popupWin.focus();  // bring the popup window to the front
  }

  