{
alt0 = new Image();
alt0.src = "resimler/yatay_cizgi.gif";

alt1 = new Image();
alt1.src = "resimler/yatay_cizgi.gif";

alt2 = new Image();
alt2.src = "resimler/yatay_cizgi.gif";

alt3 = new Image();
alt3.src = "resimler/yatay_cizgi.gif";

alt4 = new Image();
alt4.src = "resimler/yatay_cizgi.gif";

alt5 = new Image();
alt5.src = "resimler/yatay_cizgi.gif";

alt6 = new Image();
alt6.src = "resimler/yatay_cizgi.gif";

alt7 = new Image();
alt7.src = "resimler/yatay_cizgi.gif";


graphic1= new Image();
graphic1.src = "resimler/menu1_a.gif";
graphic1on = new Image();
graphic1on.src = "resimler/menu1_b.gif";

graphic2= new Image();
graphic2.src = "resimler/menu2_a.gif";
graphic2on = new Image();
graphic2on.src = "resimler/menu2_b.gif";

graphic3= new Image();
graphic3.src = "resimler/menu3_a.gif";
graphic3on = new Image();
graphic3on.src = "resimler/menu3_b.gif";

graphic4= new Image();
graphic4.src = "resimler/menu4_a.gif";
graphic4on = new Image();
graphic4on.src = "resimler/menu4_b.gif";

graphic5= new Image();
graphic5.src = "resimler/menu5_a.gif";
graphic5on = new Image();
graphic5on.src = "resimler/menu5_b.gif";

graphic6= new Image();
graphic6.src = "resimler/menu6_a.gif";
graphic6on = new Image();
graphic6on.src = "resimler/menu6_b.gif";

graphic7= new Image();
graphic7.src = "resimler/menu7_a.gif";
graphic7on = new Image();
graphic7on.src = "resimler/menu7_b.gif";
}

function imageChange(imageID,imageName,imageID2,imageName2) {
{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}
}

