if (document.images) {
  var today1off = new Image() // inactive imaj
  today1off.src = "../images/buton/ana_sayfa.gif"
  var today1on = new Image() // active imaj
  today1on.src = "../images/buton/ana_sayfa2.gif"
}
function act1() {
  if (document.images)
    document.images.today1.src = today1on.src
}
function inact1() {
  if (document.images)
    document.images.today1.src = today1off.src
}



if (document.images) {
  var today2off = new Image() // inactive imaj
  today2off.src = "../images/buton/hakkimizda.gif"
  var today2on = new Image() // active imaj
  today2on.src = "../images/buton/hakkimizda2.gif"
}
function act2() {
  if (document.images)
    document.images.today2.src = today2on.src
}
function inact2() {
  if (document.images)
    document.images.today2.src = today2off.src
}



if (document.images) {
  var today3off = new Image() // inactive imaj
  today3off.src = "../images/buton/cs.gif"
  var today3on = new Image() // active imaj
  today3on.src = "../images/buton/cs2.gif"
}
function act3() {
  if (document.images)
    document.images.today3.src = today3on.src
}
function inact3() {
  if (document.images)
    document.images.today3.src = today3off.src
}



if (document.images) {
  var today4off = new Image() // inactive imaj
  today4off.src = "../images/buton/clanlar.gif"
  var today4on = new Image() // active imaj
  today4on.src = "../images/buton/clanlar2.gif"
}
function act4() {
  if (document.images)
    document.images.today4.src = today4on.src
}
function inact4() {
  if (document.images)
    document.images.today4.src = today4off.src
}


if (document.images) {
  var today5off = new Image() // inactive imaj
  today5off.src = "../images/buton/dosyalar.gif"
  var today5on = new Image() // active imaj
  today5on.src = "../images/buton/dosyalar2.gif"
}
function act5() {
  if (document.images)
    document.images.today5.src = today5on.src
}
function inact5() {
  if (document.images)
    document.images.today5.src = today5off.src
}

if (document.images) {
  var today6off = new Image() // inactive imaj
  today6off.src = "../images/buton/haberler.gif"
  var today6on = new Image() // active imaj
  today6on.src = "../images/buton/haberler2.gif"
}
function act6() {
  if (document.images)
    document.images.today6.src = today6on.src
}
function inact6() {
  if (document.images)
    document.images.today6.src = today6off.src
}



if (document.images) {
  var today7off = new Image() // inactive imaj
  today7off.src = "../images/buton/bize_yazin.gif"
  var today7on = new Image() // active imaj
  today7on.src = "../images/buton/bize_yazin2.gif"
}
function act7() {
  if (document.images)
    document.images.today7.src = today7on.src
}
function inact7() {
  if (document.images)
    document.images.today7.src = today7off.src
}



if (document.images) {
  var today8off = new Image() // inactive imaj
  today8off.src = "../images/ust_banner.jpg"
  var today8on = new Image() // active imaj
  today8on.src = "../images/ust_banner2.jpg"
}
function act8() {
  if (document.images)
    document.images.today8.src = today8on.src
}
function inact8() {
  if (document.images)
    document.images.today8.src = today8off.src
}




if (document.images) {
  var today9off = new Image() // inactive imaj
  today9off.src = "../images/arrow.gif"
  var today9on = new Image() // active imaj
  today9on.src = "../images/bullet5.gif"
}
function act9() {
  if (document.images)
    document.images.today9.src = today9on.src
}
function inact9() {
  if (document.images)
    document.images.today9.src = today9off.src
}




if (document.images) {
  var today10off = new Image() // inactive imaj
  today10off.src = "../images/arrow.gif"
  var today10on = new Image() // active imaj
  today10on.src = "../images/bullet5.gif"
}
function act10() {
  if (document.images)
    document.images.today10.src = today10on.src
}
function inact10() {
  if (document.images)
    document.images.today10.src = today10off.src
}



if (document.images) {
  var today11off = new Image() // inactive imaj
  today11off.src = "../images/arrow.gif"
  var today11on = new Image() // active imaj
  today11on.src = "../images/bullet5.gif"
}
function act11() {
  if (document.images)
    document.images.today11.src = today11on.src
}
function inact11() {
  if (document.images)
    document.images.today11.src = today11off.src
}


if (document.images) {
  var today12off = new Image() // inactive imaj
  today12off.src = "../images/arrow.gif"
  var today12on = new Image() // active imaj
  today12on.src = "../images/bullet5.gif"
}
function act12() {
  if (document.images)
    document.images.today12.src = today12on.src
}
function inact12() {
  if (document.images)
    document.images.today12.src = today12off.src
}