<!--
   function ir(thisUrl) {
       window.location.href = '?id=' + thisUrl;
   }
   function imgHover(thisImg) {
      if (thisImg != 'semimagem.png') {
         $('#imgMain').attr('src', '_imgx/_prodx/'+thisImg);
         $('#imgMain').fadeIn('fast');
      }
   }

-->

