{
alt0 = new Image();
alt0.src = "resimler/as_logo.gif";

alt1 = new Image();
alt1.src = "resimler/as_logo.gif";

alt2 = new Image();
alt2.src = "resimler/as_logo.gif";

alt3 = new Image();
alt3.src = "resimler/as_logo.gif";

alt4 = new Image();
alt4.src = "resimler/as_logo.gif";

alt5 = new Image();
alt5.src = "resimler/as_logo.gif";

alt6 = new Image();
alt6.src = "resimler/as_logo.gif";


graphic1= new Image();
graphic1.src = "resimler/usmen12.gif";
graphic1on = new Image();
graphic1on.src = "resimler/usmen1.gif";

graphic2= new Image();
graphic2.src = "resimler/usmen22.gif";
graphic2on = new Image();
graphic2on.src = "resimler/usmen2.gif";

graphic3= new Image();
graphic3.src = "resimler/usmen32.gif";
graphic3on = new Image();
graphic3on.src = "resimler/usmen3.gif";

graphic4= new Image();
graphic4.src = "resimler/almen12.gif";
graphic4on = new Image();
graphic4on.src = "resimler/almen1.gif";

graphic5= new Image();
graphic5.src = "resimler/almen22.gif";
graphic5on = new Image();
graphic5on.src = "resimler/almen2.gif";

graphic6= new Image();
graphic6.src = "resimler/almen32.gif";
graphic6on = new Image();
graphic6on.src = "resimler/almen3.gif";

}

function imageChange(imageID,imageName,imageID2,imageName2) {
{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}
}
