<!-- *     PubliNet bvba last update 16.12.1999               * -->
<!-- ********************************************************** -->
<!-- *     -- PubliNet bvba -- Internet Marketing --          * -->
<!-- *        De Oude Landen, 138                             * -->
<!-- *        B-2180       EKEREN                             * -->
<!-- *              BELGIUM                                   * -->
<!-- *                                                        * -->
<!-- *        Tel. + 32 3 647 02 70                           * -->
<!-- *        Fax. + 32 3 645 83 62                           * -->
<!-- *        E-mail: ron_wampers@glo.be                      * -->
<!-- *        URL:    http://www.publi.net                    * -->
<!-- *                                                        * -->
<!-- *  -- Intranet -- Webcreation -- eCommerce Solutions --  * -->
<!-- *                                                        * -->
<!-- *       --Copyright © 1997-1998 - PubliNet bvba --       * -->
<!-- *                -- all rights reserved --               * -->
<!-- *                                                        * -->
<!-- ********************************************************** -->
<!--
function defp(pic_n, pic_h) {
  pic_norm     = new Image;
  pic_norm.src = pic_n;
  pic_high     = new Image;
  pic_high.src = pic_h;
}

function high(pName, Stt) {	
      document[pName].src = eval('pic_high').src;
      this.window.status=Stt;
      return true;
}

function norm(pName) {
      document[pName].src = eval('pic_norm').src;
      this.window.status='';	
      return true;
}

//-->
<!-- ********************************************************** -->
<!-- *       --Copyright © 1997-2000 - PubliNet bvba --       * -->
<!-- *                -- all rights reserved --               * -->
<!-- ********************************************************** -->