<!-- gizle eskilerden
if (document.images) {
  var today33off = new Image() // inactive imaj
  today33off.src = "grs_02.gif"
  var today33on = new Image() // active imaj
  today33on.src = "grs_03.gif"
}
function act33() {
  if (document.images)
    document.images.today33.src = today33on.src
}
function inact33() {
  if (document.images)
    document.images.today33.src = today33off.src
}
if (document.images) {
  var today34off = new Image() // inactive imaj
  today34off.src = "grs_00.gif"
  var today34on = new Image() // active imaj
  today34on.src = "grs_01.gif"
}
function act34() {
  if (document.images)
    document.images.today34.src = today34on.src
}
function inact34() {
  if (document.images)
    document.images.today34.src = today34off.src
}
if (document.images) {
  var today35off = new Image() // inactive imaj
  today35off.src = "daire_1.gif"
  var today35on = new Image() // active imaj
  today35on.src = "daire_3.gif"
}
function act35() {
  if (document.images)
    document.images.today35.src = today35on.src
}
function inact35() {
  if (document.images)
    document.images.today35.src = today35off.src
}

//


