﻿<!--
    if (document.images) {

		img1on = new Image();
        img1on.src = "/img/hp_bt_about_mo.png";
        img1off = new Image();
        img1off.src = "/img/hp_bt_about.png";
        		
        img2on = new Image();
        img2on.src = "/img/hp_bt_research_mo.png";
        img2off = new Image();
        img2off.src = "/img/hp_bt_research.png";
		
        img3on = new Image();
        img3on.src = "/img/hp_bt_publications_mo.png";
        img3off = new Image();
        img3off.src = "/img/hp_bt_publications.png";
		
        img4on = new Image();
        img4on.src = "/img/hp_bt_scholarships_mo.png";
        img4off = new Image();
        img4off.src = "/img/hp_bt_scholarships.png";
		
        img5on = new Image();
        img5on.src = "/img/hp_bt_library_mo.png";
        img5off = new Image();
        img5off.src = "/img/hp_bt_library.png";
	
		img6on = new Image();
        img6on.src = "/img/hp_bt_donate_mo.png";
        img6off = new Image();
        img6off.src = "/img/hp_bt_donate.png";
		
		img7on = new Image();
        img7on.src = "/img/hp_bt_related_mo.png";
		img7off = new Image();
        img7off.src = "/img/hp_bt_related.png";
		
		img8on = new Image();
        img8on.src = "/img/hp_bt_contact_mo.png";
		img8off = new Image();
        img8off.src = "/img/hp_bt_contact.png";
		
		img9on = new Image();
        img9on.src = "/img/hp_bt_cai_mo.png";
		img9off = new Image();
        img9off.src = "/img/hp_bt_cai.png";
		                                                                        
}
function imgSwap (imgName,imgFile)  { 
        if (document.getElementById)  {
                document.getElementById(imgName).src = eval (imgFile + ".src");
        }
}
//-->


