/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function overImg(obj)
{
    obj.src='../../_files/image/img_text/seznam-sluzeb/seznam_hover.png';
}

function outImg(obj)
{
    obj.src='../../_files/image/img_text/seznam-sluzeb/seznam.png';
}

function zmenImage(obj,popis, img)
{
   // alert(img);
   //document.getElementById('druhy').src=document.getElementById('prvni').src;
   // document.getElementById('druhy').src=img;
   //alert(img);
     // alert(document.getElementById('hlavni').width);
    var main = document.getElementById('nahled');
    var pole = main.getElementsByTagName('img');
   
    for(i=0;i<pole.length;i++)
    {
        pole[i].style.border="1px solid #c7cfe7";
       
    }
   obj.style.border="1px solid #003453";
    
    //so_init();
    zmena(img, popis);
}



