        if (document.images) {
            img001on = new Image();          
            img001on.src ="http://www.babochkastone.ru/wp-content/themes/babochka/images.tpl/icon-home-act.gif";  // Active Images
            img002on = new Image();          
            img002on.src ="http://www.babochkastone.ru/wp-content/themes/babochka/images.tpl/icon-mail-act.gif";
            img003on = new Image();          
            img003on.src ="http://www.babochkastone.ru/wp-content/themes/babochka/images.tpl/icon-map-act.gif";

            img001off = new Image();          
            img001off.src ="http://www.babochkastone.ru/wp-content/themes/babochka/images.tpl/icon-home-inact.gif";    // Inactive Images
            img002off = new Image();          
            img002off.src ="http://www.babochkastone.ru/wp-content/themes/babochka/images.tpl/icon-mail-inact.gif";
            img003off = new Image();          
            img003off.src ="http://www.babochkastone.ru/wp-content/themes/babochka/images.tpl/icon-map-inact.gif";
        }



