<!--
if(document.images){

btn_f_homeon = new Image();
btn_f_homeon.src = "images/btn_f_home_o.gif";

btn_f_missionon = new Image();
btn_f_missionon.src = "images/btn_f_mission_o.gif";

btn_f_abouton = new Image();
btn_f_abouton.src = "images/btn_f_about_o.gif";

btn_f_serviceson = new Image();
btn_f_serviceson.src = "images/btn_f_services_o.gif";

btn_f_contestson = new Image();
btn_f_contestson.src = "images/btn_f_contests_o.gif";

btn_f_partnerson = new Image();
btn_f_partnerson.src = "images/btn_f_partners_o.gif";

btn_engon = new Image();
btn_engon.src = "images/btn_eng_o.gif";

btn_f_flyeron = new Image();
btn_f_flyeron.src = "images/btn_f_flyer_o.gif";

btn_f_recipeson = new Image();
btn_f_recipeson.src = "images/btn_f_recipes_o.gif";

btn_f_employon = new Image();
btn_f_employon.src = "images/btn_f_employ_o.gif";

btn_f_videoon = new Image();
btn_f_videoon.src = "images/btn_f_video_o.gif";

btn_f_2500on = new Image();
btn_f_2500on.src = "images/2500_f_o.gif";






btn_f_homeoff = new Image();
btn_f_homeoff.src = "images/btn_f_home.gif";

btn_f_missionoff = new Image();
btn_f_missionoff.src = "images/btn_f_mission.gif";

btn_f_aboutoff = new Image();
btn_f_aboutoff.src = "images/btn_f_about.gif";

btn_f_servicesoff = new Image();
btn_f_servicesoff.src = "images/btn_f_services.gif";

btn_f_contestsoff = new Image();
btn_f_contestsoff.src = "images/btn_f_contests.gif";

btn_f_partnersoff = new Image();
btn_f_partnersoff.src = "images/btn_f_partners.gif";

btn_engoff = new Image();
btn_engoff.src = "images/btn_eng.gif";

btn_f_flyeroff = new Image();
btn_f_flyeroff.src = "images/btn_f_flyer.gif";

btn_f_recipesoff = new Image();
btn_f_recipesoff.src = "images/btn_f_recipes.gif";

btn_f_employoff = new Image();
btn_f_employoff.src = "images/btn_f_employ.gif";

btn_f_videooff = new Image();
btn_f_videooff.src = "images/btn_f_video.gif";

btn_f_2500off = new Image();
btn_f_2500off.src = "images/2500_f.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");
} 



