<!--
if (document.images) {
homea = new Image();
  homea.src = "/r01/img/home_a.jpg";
  homep = new Image();
  homep.src = "/r01/img/home_p.jpg";
contacta = new Image();
  contacta.src = "/r01/img/contact_a.jpg";
  contactp = new Image();
  contactp.src = "/r01/img/contact_p.jpg";
sitemapa = new Image();
  sitemapa.src = "/r01/img/sitemap_a.jpg";
  sitemapp = new Image();
  sitemapp.src = "/r01/img/sitemap_p.jpg";

  mla = new Image();
  mla.src = "/r01/img/menu-l.jpg";
  mlp = new Image();
  mlp.src = "/r01/1x1.gif";
  mra = new Image();
  mra.src = "/r01/img/menu-r.jpg";
  mrp = new Image();
  mrp.src = "/r01/1x1.gif";
 

  }

function pic_exe(imgName1, imgName2) { 
    if (document.images) {
        document[imgName1].src = eval(imgName2 + ".src");
    }
}

function tx(n,b){o=document.getElementById("tx"+n);if(o)o.style.display=b?'block':'none';}


// -->




