      // here is the nifty script that will make windows pop up

      function pee(url)
        {
          window.open(url,"definition","height=500,width=500,directories=yes,"+
                          "location=no,menubar=yes,resizeable=yes,"+
                          "scrollbars=yes,status=no,toolbar=no");

          return false;
        }


      // here is the nifty script that will make windows pop up

      function pee2(url)
        {
          window.open(url,"definition","height=400,width=600,directories=yes,"+
                          "location=no,menubar=yes,resizeable=yes,"+
                          "scrollbars=yes,status=no,toolbar=no");

          return false;
        }
