<!--
if(document.images){

btn_e_homeon = new Image();
btn_e_homeon.src = "images/btn_e_home_o.gif";

btn_e_missionon = new Image();
btn_e_missionon.src = "images/btn_e_mission_o.gif";

btn_e_abouton = new Image();
btn_e_abouton.src = "images/btn_e_about_o.gif";

btn_e_serviceson = new Image();
btn_e_serviceson.src = "images/btn_e_services_o.gif";

btn_e_contestson = new Image();
btn_e_contestson.src = "images/btn_e_contests_o.gif";

btn_e_partnerson = new Image();
btn_e_partnerson.src = "images/btn_e_partners_o.gif";

btn_freon = new Image();
btn_freon.src = "images/btn_fre_o.gif";

btn_e_flyeron = new Image();
btn_e_flyeron.src = "images/btn_e_flyer_o.gif";

btn_e_recipeson = new Image();
btn_e_recipeson.src = "images/btn_e_recipes_o.gif";

btn_e_employon = new Image();
btn_e_employon.src = "images/btn_e_employ_o.gif";

btn_e_videoon = new Image();
btn_e_videoon.src = "images/btn_e_video_o.gif";

btn_e_2500on = new Image();
btn_e_2500on.src = "images/2500_e_o.gif";






btn_e_homeoff = new Image();
btn_e_homeoff.src = "images/btn_e_home.gif";

btn_e_missionoff = new Image();
btn_e_missionoff.src = "images/btn_e_mission.gif";

btn_e_aboutoff = new Image();
btn_e_aboutoff.src = "images/btn_e_about.gif";

btn_e_servicesoff = new Image();
btn_e_servicesoff.src = "images/btn_e_services.gif";

btn_e_contestsoff = new Image();
btn_e_contestsoff.src = "images/btn_e_contests.gif";

btn_e_partnersoff = new Image();
btn_e_partnersoff.src = "images/btn_e_partners.gif";

btn_freoff = new Image();
btn_freoff.src = "images/btn_fre.gif";

btn_e_flyeroff = new Image();
btn_e_flyeroff.src = "images/btn_e_flyer.gif";

btn_e_recipesoff = new Image();
btn_e_recipesoff.src = "images/btn_e_recipes.gif";

btn_e_employoff = new Image();
btn_e_employoff.src = "images/btn_e_employ.gif";

btn_e_videooff = new Image();
btn_e_videooff.src = "images/btn_e_video.gif";

btn_e_2500off = new Image();
btn_e_2500off.src = "images/2500_e.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");
        }
}
function WinOpen(htmname) {     msg=open(htmname,"DisplayNewWindow",
"scrollbars=yes,resizable=no,directories=no,menubar=no,width=600,height=400,top=50, left=100");
} 




