<!--
if (document.images) {

        car_id_on = new Image(); car_id_on.src = "images/buttons1/car_id_on.gif";
        car_id_off = new Image(); car_id_off.src = "images/buttons1/car_id_off.gif";
        car_protection_on = new Image(); car_protection_on.src = "images/buttons1/car_protection_on.gif";
        car_protection_off = new Image(); car_protection_off.src = "images/buttons1/car_protection_off.gif";
        forms_on = new Image(); forms_on.src = "images/buttons1/forms_on.gif";
        forms_off = new Image(); forms_off.src = "images/buttons1/forms_off.gif";
        storage_on = new Image(); storage_on.src = "images/buttons1/storage_on.gif";
        storage_off = new Image(); storage_off.src = "images/buttons1/storage_off.gif";
        games_on = new Image(); games_on.src = "images/buttons1/games_on.gif";
        games_off = new Image(); games_off.src = "images/buttons1/games_off.gif";
        more_on = new Image(); more_on.src = "images/buttons1/more_on.gif";
        more_off = new Image(); more_off.src = "images/buttons1/more_off.gif";
        home_on = new Image(); home_on.src = "images/buttons/home_on.gif";
        home_off = new Image(); home_off.src = "images/buttons/home_off.gif";
        car_products_on = new Image(); car_products_on.src = "images/buttons/car_products_on.gif";
        car_products_off = new Image(); car_products_off.src = "images/buttons/car_products_off.gif";
        order_on = new Image(); order_on.src = "images/buttons/order_on.gif";
        order_off = new Image(); order_off.src = "images/buttons/order_off.gif";
        distributors_on = new Image(); distributors_on.src = "images/buttons/distributors_on.gif";
        distributors_off = new Image(); distributors_off.src = "images/buttons/distributors_off.gif";
        about_on = new Image(); about_on.src = "images/buttons/about_on.gif";
        about_off = new Image(); about_off.src = "images/buttons/about_off.gif";
        contact_on = new Image(); contact_on.src = "images/buttons/contact_on.gif";
        contact_off = new Image(); contact_off.src = "images/buttons/contact_off.gif";
        catalog_on = new Image(); catalog_on.src = "images/buttons/catalog_on.gif";
        catalog_off = new Image(); catalog_off.src = "images/buttons/catalog_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");
                }
        }
      //-->

