//Uncomment the next line for random transition rollover each time the page is loaded
//document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=2, transition='+Math.floor(Math.random()*23)+') }</STYLE>');
//Uncomment the next line for a specific transition rollover (transition=0 to 23)
document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=0,transition=9) }</STYLE>');

//Uncomment the next line for fading rollovers
//document.write('<STYLE TYPE="text/css">.imgTrans{ filter:blendTrans(duration=2) }</STYLE>');

var onImages=new Array();
function Rollover(imgName, imgSrc)
{
 onImages[imgName] = new Image();
 onImages[imgName].src = imgSrc;
}
function turnOn(imgName)
{
 if(document.images[imgName].filters != null)
  document.images[imgName].filters[0].stop();
 document.images[imgName].offSrc = document.images[imgName].src;
 document.images[imgName].src    = onImages[imgName].src;
}
function turnOff(imgName)
{
 if(document.images[imgName].filters != null)
  document.images[imgName].filters[0].apply();
 document.images[imgName].src = document.images[imgName].offSrc;
 if(document.images[imgName].filters != null)
  document.images[imgName].filters[0].play();
}
Rollover("anasayfa",  "gamerzone/gamer/anasayfa2.gif");
Rollover("kayit",  "gamerzone/gamer/kayit2.gif");
Rollover("kp",   "gamerzone/gamer/kp2.gif");
Rollover("uyeler",    "gamerzone/gamer/uyeler2.gif");
Rollover("takvim",    "gamerzone/gamer/takvim2.gif");
Rollover("bugkonu",  "gamerzone/gamer/bugkonu2.gif");
Rollover("topluluk",  "gamerzone/gamer/topluluk2.gif");
Rollover("hm",  "gamerzone/gamer/hm2.gif");
Rollover("arama",   "gamerzone/gamer/arama2.gif");
Rollover("sss",   "gamerzone/gamer/sss2.gif");
Rollover("cikis",    "gamerzone/gamer/cikis2.gif");
//-->