<!--
if (document.images) {

        chome_on = new Image(); chome_on.src = "../images/buttons/chome_on.gif";
        chome_off = new Image(); chome_off.src = "../images/buttons/chome_off.gif";
        features_on = new Image(); features_on.src = "../images/buttons/features_on.gif";
        features_off = new Image(); features_off.src = "../images/buttons/features_off.gif";
        legal_on = new Image(); legal_on.src = "../images/buttons/legal_on.gif";
        legal_off = new Image(); legal_off.src = "../images/buttons/legal_off.gif";
        chvscc_on = new Image(); chvscc_on.src = "../images/buttons/chvscc_on.gif";
        chvscc_off = new Image(); chvscc_off.src = "../images/buttons/chvscc_off.gif";
        download_on = new Image(); download_on.src = "../images/buttons/download_on.gif";
        download_off = new Image(); download_off.src = "../images/buttons/download_off.gif";
        chaffil_on = new Image(); chaffil_on.src = "../images/buttons/chaffil_on.gif";
        chaffil_off = new Image(); chaffil_off.src = "../images/buttons/chaffil_off.gif";
        login_on = new Image(); login_on.src = "../images/buttons/login_on.gif";
        login_off = new Image(); login_off.src = "../images/buttons/login_off.gif";
        chpol_on = new Image(); chpol_on.src = "../images/buttons/chpol_on.gif";
        chpol_off = new Image(); chpol_off.src = "../images/buttons/chpol_off.gif";
        chorder_on = new Image(); chorder_on.src = "../images/buttons/chorder_on.gif";
        chorder_off = new Image(); chorder_off.src = "../images/buttons/chorder_off.gif";
        chcont_on = new Image(); chcont_on.src = "../images/buttons/chcont_on.gif";
        chcont_off = new Image(); chcont_off.src = "../images/buttons/chcont_off.gif";
        main_on = new Image(); main_on.src = "../images/buttons/main_on.gif";
        main_off = new Image(); main_off.src = "../images/buttons/main_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");
                }
        }
      //-->
