<!--
if (document.images) {

        home_on = new Image(); home_on.src = "http://www.thunder-rain.com/images/home_on.gif";
        home_off = new Image(); home_off.src = "http://www.thunder-rain.com/images/home_off.gif";
        serv_on = new Image(); serv_on.src = "http://www.thunder-rain.com/images/serv_on.gif";
        serv_off = new Image(); serv_off.src = "http://www.thunder-rain.com/images/serv_off.gif";
        hosting_on = new Image(); hosting_on.src = "http://www.thunder-rain.com/images/hosting_on.gif";
        hosting_off = new Image(); hosting_off.src = "http://www.thunder-rain.com/images/hosting_off.gif";
        about_on = new Image(); about_on.src = "http://www.thunder-rain.com/images/about_on.gif";
        about_off = new Image(); about_off.src = "http://www.thunder-rain.com/images/about_off.gif";
        info_on = new Image(); info_on.src = "http://www.thunder-rain.com/images/info_on.gif";
        info_off = new Image(); info_off.src = "http://www.thunder-rain.com/images/info_off.gif";
        store_on = new Image(); store_on.src = "http://www.thunder-rain.com/images/store_on.gif";
        store_off = new Image(); store_off.src = "http://www.thunder-rain.com/images/store_off.gif";
        lintrigue_on = new Image(); lintrigue_on.src = "http://www.thunder-rain.com/images/lintrigue_on.gif";
        lintrigue_off = new Image(); lintrigue_off.src = "http://www.thunder-rain.com/images/lintrigue_off.gif";
        cgi_on = new Image(); cgi_on.src = "http://www.thunder-rain.com/images/cgi_on.gif";
        cgi_off = new Image(); cgi_off.src = "http://www.thunder-rain.com/images/cgi_off.gif";
        clients_on = new Image(); clients_on.src = "http://www.thunder-rain.com/images/clients_on.gif";
        clients_off = new Image(); clients_off.src = "http://www.thunder-rain.com/images/clients_off.gif";
        }

        function imgOn(imgName) {
                if (document.images) {
                        document[imgName].src = eval(imgName + "_on.src");
                }
        }

        function imgOff(imgName) {
                if (document.images) {
                        document[imgName].src = eval(imgName + "_off.src");
                }
        }
//-->
