<!--
var invColor = "#66FFCC";
var color = "#336699";

function initall() {
  wWidth = 600;
  wHeight = 300;
  initCatch();
  ch_img();
  walk();
  if (navigator.appName == "xxxMicrosoft Internet Explorer")
    document.embeds[0].play();
}

function ch_img() {
  if (document.imaus.src.search("maus1") >= 0) {
    document.imaus.src = "images/timopage/maus3.gif";
    document.imaus.width = 130;
    document.imaus.height = 114;

    document.ilego.src = "images/timopage/lego2.gif";
    document.ilego.width = 70;
    document.ilego.height = 100;

  } else {
    document.imaus.src = "images/timopage/maus1.gif";
    document.imaus.width = 150;
    document.imaus.height = 75;
    document.ilego.src = "images/timopage/lego.gif";
    document.ilego.width = 100;
    document.ilego.height = 100;

  }
  if (document.ipom.src.search("pombar1") < 0) {
    if (document.ipom.src.search("pombar2") >= 0) {
     
        document.ipom.src = "images/timopage/pombar3.gif";
        document.ipom.width = 140;
        document.ipom.height = 175;
        document.icars.src = "images/timopage/cars3.gif";
        document.icars.width = 138;
        document.icars.height = 100;
        document.igames.src = "images/timopage/action3.gif";
        document.igames.width = 135;
        document.igames.height = 77;
        document.ibob.src = "images/timopage/bob3.gif";
        document.ibob.width = 75;
        document.ibob.height = 85;

    } else {
        document.ipom.src = "images/timopage/pombar1.gif";
        document.ipom.width = 140;
        document.ipom.height = 175;
        document.icars.src = "images/timopage/cars1.gif";
        document.icars.width = 140;
        document.icars.height = 98;
        document.igames.src = "images/timopage/action1.gif";
        document.igames.width = 99;
        document.igames.height = 77;
        document.ibob.src = "images/timopage/bob1.gif";
        document.ibob.width = 127;
        document.ibob.height = 85;


    }
  } else {

      document.ipom.src = "images/timopage/pombar2.gif";
      document.ipom.width = 127;
      document.ipom.height = 175;
      document.icars.src = "images/timopage/cars2.gif";
        document.icars.width = 150;
        document.icars.height = 80;
        document.igames.src = "images/timopage/action2.gif";
        document.igames.width = 95;
        document.igames.height = 77;
        document.ibob.src = "images/timopage/bob2.gif";
        document.ibob.width = 75;
        document.ibob.height = 85;

  }
 
  window.setTimeout('ch_img();',3000);
}


//-->
