if( parseInt( navigator.appVersion ) >= 3 ) compat = true;
if(compat)
  {
  I1 = new Image;
  I1.src="themes/teplo/images/menu-home.gif";
  I1_1 = new Image;
  I1_1.src="themes/teploimages/menu-home-a.gif";
  }
   
 {
  I3 = new Image;
  I3.src="themes/teplo/images/menu-forum.gif";
  I3_1 = new Image;
  I3_1.src="themes/teplo/images/menu-forum-a.gif";
  }
 {
  I6 = new Image;
  I6.src="themes/teplo/images/firm.gif";
  I6_1 = new Image;
  I6_1.src="themes/teplo/images/firm-a.gif";
  }
  {
  I7 = new Image;
  I7.src="themes/teplo/images/product.gif";
  I7_1 = new Image;
  I7_1.src="themes/teplo/images/product-a.gif";
  }
 {
  I8 = new Image;
  I8.src="themes/teplo/images/zeni.gif";
  I8_1 = new Image;
  I8_1.src="themes/teplo/images/zeni-a.gif";
  }
 {
  I9 = new Image;
  I9.src="themes/teplo/images/menu-files.gif";
  I9_1 = new Image;
  I9_1.src="themes/teplo/images/menu-files-a.gif";
  }

function SetImg(Name,Img)
  {
  if(compat)
	{
	document.images[Name].src=eval(Img+'.src');
	}
  }