<!--

   function loadProduct( productId ) {
      eval( "window.open( product" + productId + "loadlink.substring( 6, product" + productId + "loadlink.length - 1 ) );" ); }

   function loadBuy( productId ) {
      eval( "window.open( product" + productId + "loadlink.substring( 6, product" + productId + "buylink.length - 1 ) );" ); }

//-->