// open new window 'display' and load required URL

   function display(myURL) {
     window.open(myURL, "display", "scrollbars=yes, width=300, height=450, status=yes");
   }