<!--
function Quicklink(fileName) {
      //If the selected file name isn't blank, send it to reader.
      if (fileName != "") {
        <!-- location.href=fileName-->
        top.centre.location.href=fileName
        
      }
   }
// -->
