        if (document.images) {
            img001on = new Image();          
            img001on.src ="images.tpl/point.gif";  // Active Images

            img001off = new Image();          
            img001off.src ="images.tpl/clean.gif";    // Inactive Images
        }
