<!--
if (document.images) {
  var todayoff = new Image() // inactive imaj
  todayoff.src = "../V01/images1/anasayfa_r4_c1.jpg"
  
  var todayon = new Image() // active imaj
  todayon.src = "../V01/images1/banasayfa_r4_c1.jpg" 
}
function act() {
  if (document.images)
    document.images.today.src = todayon.src
}
function inact() {
  if (document.images)
    document.images.today.src = todayoff.src
}

// ikinci buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr


if (document.images) {
  var today2off = new Image() // inactive imaj
  today2off.src = "../V01/images1/anasayfa_r5_c1.jpg"
  
  var today2on = new Image() // active imaj
  today2on.src = "../V01/images1/banasayfa_r5_c1.jpg" 
}
function act2() {
  if (document.images)
    document.images.today2.src = today2on.src
}
function inact2() {
  if (document.images)
    document.images.today2.src = today2off.src
}

// üçüncü buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today3off = new Image() // inactive imaj
  today3off.src = "../V01/images1/anasayfa_r6_c1.jpg"
  
  var today3on = new Image() // active imaj
  today3on.src = "../V01/images1/banasayfa_r6_c1.jpg" 
}
function act3() {
  if (document.images)
    document.images.today3.src = today3on.src
}
function inact3() {
  if (document.images)
    document.images.today3.src = today3off.src
}


// dördüncü buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today4off = new Image() // inactive imaj
  today4off.src = "../V01/images1/anasayfa_r7_c1.jpg"
  
  var today4on = new Image() // active imaj
  today4on.src = "../V01/images1/banasayfa_r7_c1.jpg" 
}
function act4() {
  if (document.images)
    document.images.today4.src = today4on.src
}
function inact4() {
  if (document.images)
    document.images.today4.src = today4off.src
}

// beşinci buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today5off = new Image() // inactive imaj
  today5off.src = "../V01/images1/anasayfa_r8_c1.jpg"
  
  var today5on = new Image() // active imaj
  today5on.src = "../V01/images1/banasayfa_r8_c1.jpg" 
}
function act5() {
  if (document.images)
    document.images.today5.src = today5on.src
}
function inact5() {
  if (document.images)
    document.images.today5.src = today5off.src
}

// altıncı buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today6off = new Image() // inactive imaj
  today6off.src = "../V01/images1/anasayfa_r9_c1.jpg"
  
  var today6on = new Image() // active imaj
  today6on.src = "../V01/images1/banasayfa_r9_c1.jpg" 
}
function act6() {
  if (document.images)
    document.images.today6.src = today6on.src
}
function inact6() {
  if (document.images)
    document.images.today6.src = today6off.src
}



// -->