<script language="JavaScript"><!--
x = "images/nav_"
if (document.images) {            
 
abouton = new Image();  abouton.src = x + "about_mo.jpg";
wordson = new Image();  wordson.src = x + "words_mo.jpg";
actionon = new Image();  actionon.src = x + "action_mo.jpg";
newson = new Image();  newson.src = x + "news_mo.jpg";
 
aboutoff = new Image();  aboutoff.src = x + "about_on.jpg";
wordsoff = new Image();  wordsoff.src = x + "words_on.jpg";
actionoff = new Image();  actionoff.src = x + "action_on.jpg";
partnersoff = new Image();  partnersoff.src = x + "partners_on.jpg";

        }
    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");        
            }
           
    }
    
    // -->
</script>
