<img name="produkty"  height="20" width="50" border="0" src="rys/prodZwykly.jpg" 
style="filter:blendTrans(duration=0.5)" alt="Produkty">

function ustawRysunek(nazwaRys, typ) {
   if (document.images) {
      document.images[nazwaRys].filters["blendTrans"].apply();
      if (type == "wyrozniony") {
          document.images[nazwaRys].src = rysunkiWyroznione[nazwaRys].src;
      } else if (type == "zwykly") {
          document.images[nazwaRys].src = rysunkiZwykle[nazwaRys].src;
      }
      document.images[nazwaRys].filters["blendTrans"].play();
      return true;
   }
   return false;
}

---------

<img name="produkty" height="20" width="50" border="0" src="rys/prodZwykly.jpg"
style="filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)"

function ustawRysunek(nazwaRys, typ) {
   if (document.images) {
      document.images[nazwaRys].filters["DXImageTransform.Microsoft.Fade"].apply();
      if (type == "wyrozniony") {
          document.images[nazwaRys].src = rysunkiWyroznione[nazwaRys].src;
      } else if (type == "zwykly") {
          document.images[nazwaRys].src = rysunkiZwykle[nazwaRys].src;
      }
      document.images[nazwaRys].filters["DXImageTransform.Microsoft.Fade"].play();
      return true;
   }
   return false;
}

---------

<meta http-equiv="Page-Enter"
content="progid:DXImageTransform.Microsoft.Iris(Motion='in', IrisStyle='circle')">
<meta http-equiv="Page-Exit"
content="progid:DXImageTransform.Microsoft.Iris(Motion='out', IrisStyle='circle')">
