<!--
if (document.images) {
  var today1xoff = new Image() // inactive imaj
  today1xoff.src = "images1/anasayfa_r3_c11.jpg"
  
  var today1xon = new Image() // active imaj
  today1xon.src = "images1/banasayfa_r3_c11.jpg" 
}
function act1x() {
  if (document.images)
    document.images.today1x.src = today1xon.src
}
function inact1x() {
  if (document.images)
    document.images.today1x.src = today1xoff.src
}

if (document.images) {
  var todayoff = new Image() // inactive imaj
  todayoff.src = "images1/anasayfa_r3_c10.jpg"
  
  var todayon = new Image() // active imaj
  todayon.src = "images1/banasayfa_r3_c10.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 = "images1/anasayfa_r5_c7.jpg"
  
  var today2on = new Image() // active imaj
  today2on.src = "images1/banasayfa_r5_c7.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 = "images1/anasayfa_r2_c5.jpg"
  
  var today3on = new Image() // active imaj
  today3on.src = "images1/banasayfa_r2_c5.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 = "images1/anasayfa_r2_c6.jpg"
  
  var today4on = new Image() // active imaj
  today4on.src = "images1/banasayfa_r2_c6.jpg" 
}
function act4() {
  if (document.images)
    document.images.today4.src = today4on.src
}
function inact4() {
  if (document.images)
    document.images.today4.src = today4off.src
}



// 5 buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today5off = new Image() // inactive imaj
  today5off.src = "images1/anasayfa_r2_c9.jpg"
  
  var today5on = new Image() // active imaj
  today5on.src = "images1/banasayfa_r2_c9.jpg" 
}
function act5() {
  if (document.images)
    document.images.today5.src = today5on.src
}
function inact5() {
  if (document.images)
    document.images.today5.src = today5off.src
}



// 6 buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today6off = new Image() // inactive imaj
  today6off.src = "images1/anasayfa_r2_c10.jpg"
  
  var today6on = new Image() // active imaj
  today6on.src = "images1/banasayfa_r2_c10.jpg" 
}
function act6() {
  if (document.images)
    document.images.today6.src = today6on.src
}
function inact6() {
  if (document.images)
    document.images.today6.src = today6off.src
}

// 7 buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today7off = new Image() // inactive imaj
  today7off.src = "images1/anasayfa_r2_c11.jpg"
  
  var today7on = new Image() // active imaj
  today7on.src = "images1/banasayfa_r2_c11.jpg" 
}
function act7() {
  if (document.images)
    document.images.today7.src = today7on.src
}
function inact7() {
  if (document.images)
    document.images.today7.src = today7off.src
}

// 8 buton başlarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

if (document.images) {
  var today8off = new Image() // inactive imaj
  today8off.src = "images1/ana_sayfa_don.jpg"
  
  var today8on = new Image() // active imaj
  today8on.src = "images1/bana_sayfa_don.jpg" 
}
function act8() {
  if (document.images)
    document.images.today8.src = today8on.src
}
function inact8() {
  if (document.images)
    document.images.today8.src = today8off.src
}
// -->
