// NISSAN nákladní vozy
// hp_nakladni.js
//
// NOVA Computers, s.r.o. 2003/11
//
// ---------------------------------------------------------------------------------------

        img_atleon=new Image();img_atleon.src="img/atleon.jpg";

        function init() {
                 text = new DynLayer('textDiv');
         }

        function hilite(idi,ion)
        {
                        top.document.images[idi].src=eval(ion+".src");
        }

        // při editaci pozor na znaky " a ' VŽDY nahradit \" a \'
        function textAtleon() {
                hilite('img_model','img_atleon');
                text.write("<table width=\"124\" height=\"120\" bgcolor=\"#cccccc\"><tr><td><div class=\"titulek_b\">NISSAN<br/>Atleon</div><br><div class=\"subtitulek_b\">Spolehlivý, robustní, elegantní ...</div></td></tr></table>")
        }


