<!-- gizle eskilerden
if (document.images) {
  var today0off = new Image() // inactive imaj
  today0off.src = "elips_5.gif"
  var today0on = new Image() // active imaj
  today0on.src = "elips_50.gif"
}
function act0() {
  if (document.images)
    document.images.today0.src = today0on.src
}
function inact0() {
  if (document.images)
    document.images.today0.src = today0off.src
}


if (document.images) {
  var today1off = new Image() // inactive imaj
  today1off.src = "buay_00.gif"
  var today1on = new Image() // active imaj
  today1on.src = "buay_11.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 = "buay_00.gif"
  var today2on = new Image() // active imaj
  today2on.src = "buay_20.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 = "buay_00.gif"
  var today3on = new Image() // active imaj
  today3on.src = "buay_3.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 = "buay_00.gif"
  var today4on = new Image() // active imaj
  today4on.src = "buay_40.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 = "buay_00.gif"
  var today5on = new Image() // active imaj
  today5on.src = "krktr_0.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 = "elips_0.gif"
  var today6on = new Image() // active imaj
  today6on.src = "elips_00.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 = "elips_4.gif"
  var today7on = new Image() // active imaj
  today7on.src = "elips_40.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 = "elips_1.gif"
  var today8on = new Image() // active imaj
  today8on.src = "elips_10.gif"
}
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 = "elips_3.gif"
  var today9on = new Image() // active imaj
  today9on.src = "elips_30.gif"
}
function act9() {
  if (document.images)
    document.images.today9.src = today9on.src
}
function inact9() {
  if (document.images)
    document.images.today9.src = today9off.src
}

//


