<!--
var newWindow;

function show_close(D) {
 //alert ('id='+D.id);
 id_nugno='div_'+D.id;
 //alert ('id_nugno='+id_nugno);
 ident(id_nugno);
 //alert ('nugn0='+o1.style.display);



 if (o1.style.display=='none') {o1.style.display="block"; } 

}






dd=document; NS=(dd.layers)?1:0; IE=(dd.all)?1:0; DOM=(dd.getElementById)?1:0;
function ident(D) {
    if (IE){o1=dd.all[D]}
       else {o1=dd.getElementById(D)};
//alert ('o1='+o1);
//alert ('D='+D);
}



function svet(D) {ident(D); o1.style.visibility="visible"}
function tem() {o1.style.visibility="hidden"}

function fon(s)  {s.style.backgroundColor="#DCDCDC"}




function show_close(D) {
 id_nugno='div_'+D.id;
 ident(id_nugno);
//alert (id_nugno);
 if (o1.style.display=='none') {o1.style.display="block"; D.innerText=D.innerText.replace('+', '-');} else {  o1.style.display='none'; D.innerText=D.innerText.replace('-', '+');}
}

function show(D) {
//alert ('aaa');
 id_nugno='div_'+D.id;
 ident(id_nugno);
//alert (id_nugno);
 o1.style.display="block"; 
}

function close(D) {
alert ('aaa');
 id_nugno='div_'+D.id;
 ident(id_nugno);
//alert (id_nugno);
 o1.style.display="none"; 
}

function html(D) 
 {
  ident(D); 
  if (o1.innerTEXT) {text=o1.innerTEXT;} else text=o1.innerHTML;

//alert (text);
  if (text.indexOf ("Электропогрузчик") != -1 ) 
    {
     text="Погрузчик Балканкар  Рекорд 2S";
     if (o1.innerTEXT) {o1.innerTEXT=text;} else o1.innerHTML=text;

     o1.style.marginBottom="87px";

     ident(D+"_td");
     o1.style.backgroundImage="url('http://www.evrorus.ru/img/RECORD_2S.jpg')"; 
     //o1.style.backgroundPosition="95% 5%";  
     o1.style.backgroundPosition="29 10";  
     
    }
     else 
       {
        text="Электропогрузчик Балканкар Рекорд&nbsp;&nbsp;&nbsp; ЕР50&nbsp;30S";
        if (o1.innerTEXT) {o1.innerTEXT=text;} else o1.innerHTML=text;

        o1.style.marginBottom="67px";

        ident(D+"_td");
        o1.style.backgroundImage="url('http://www.evrorus.ru/img/record-ep50.jpg')";  
        o1.style.backgroundPosition="23 41";  
       }

 }

function init() {

action1=setInterval("html('spec')",5000);
}
//-->
