
<!--
if (document.images) {
  var todayoff = new Image() // inactive imaj
  todayoff.src = "img2.gif"
  var todayon = new Image() // active imaj
  todayon.src = "img2a.gif"
}
function act() {
  if (document.images)
    document.images.today.src = todayon.src
}
function inact() {
  if (document.images)
    document.images.today.src = todayoff.src
}
// -->

<!--
if (document.images) {
  var today1off = new Image() // inactive imaj
  today1off.src = "img1.gif"
  var today1on = new Image() // active imaj
  today1on.src = "img1a.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 = "img3.gif"
  var today2on = new Image() // active imaj
  today2on.src = "img3a.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 = "img4a.gif"
  var today3on = new Image() // active imaj
  today3on.src = "img4.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 = "img5.gif"
  var today4on = new Image() // active imaj
  today4on.src = "img5a.gif"
}
function act4() {
  if (document.images)
    document.images.today4.src = today4on.src
}
function inact4() {
  if (document.images)
    document.images.today4.src = today4off.src
}
// -->
