



<!--Hide from old browsers

if (document.images)

            {

     menu1on = new Image();
     menu1on.src = "menus/home_redon.gif";
     menu1off = new Image();
     menu1off.src = "menus/home_redoff.gif"; 

     menu2on = new Image();
     menu2on.src = "menus/brochure_redon.gif";
     menu2off = new Image();
     menu2off.src = "menus/brochure_redoff.gif";
    
     menu3on = new Image();
     menu3on.src = "menus/store_redon.gif";
     menu3off = new Image();
     menu3off.src = "menus/store_redoff.gif";

     menu4on = new Image();
     menu4on.src = "menus/about_on.gif";
     menu4off = new Image();
     menu4off.src = "menus/about_off.gif"; 

     menu5on = new Image();
     menu5on.src = "menus/wrfavorites_on.gif";
     menu5off = new Image();
     menu5off.src = "menus/wrfavorites_off.gif";

     menu6on = new Image();
     menu6on.src = "menus/wrinstant_on.gif";
     menu6off = new Image();
     menu6off.src = "menus/wrinstant_off.gif";

     menu7on = new Image();
     menu7on.src = "menus/syrup_on.gif";
     menu7off = new Image();
     menu7off.src = "menus/syrup_off.gif";

     menu8on = new Image();
     menu8on.src = "menus/flourpank_on.gif";
     menu8off = new Image();
     menu8off.src = "menus/flourpank_off.gif";

     menu9on = new Image();
     menu9on.src = "menus/crockstins_on.gif";
     menu9off = new Image();
     menu9off.src = "menus/crockstins_off.gif";

     menu10on = new Image();
     menu10on.src = "menus/giftpacks_on.gif";
     menu10off = new Image();
     menu10off.src = "menus/giftpacks_off.gif";

     menu11on = new Image();
     menu11on.src = "menus/other_on.gif";
     menu11off = new Image();
     menu11off.src = "menus/other_off.gif";

     menu12on = new Image();
     menu12on.src = "menus/recipes_on.gif";
     menu12off = new Image();
     menu12off.src = "menus/recipes_off.gif";

     menu13on = new Image();
     menu13on.src = "menus/store_on.gif";
     menu13off = new Image();
     menu13off.src = "menus/store_off.gif";

     menu14on = new Image();
     menu14on.src = "menus/viewcart_on.gif";
     menu14off = new Image();
     menu14off.src = "menus/viewcart_off.gif";

     menu15on = new Image();
     menu15on.src = "menus/contact_on.gif";
     menu15off = new Image();
     menu15off.src = "menus/contact_off.gif";

     menu16on = new Image();
     menu16on.src = "menus/home_on.gif";
     menu16off = new Image();
     menu16off.src = "menus/home_off.gif";

   



     img0 = new Image();
     img0.src = "menus/target.jpg";

     img1 = new Image();
     img1.src = "menus/target_about.gif";

     img2 = new Image();
     img2.src = "menus/target_rice.jpg";

     img3 = new Image();
     img3.src = "menus/target_instant.gif";

     img4 = new Image();
     img4.src = "menus/target_syrup.gif";

     img5 = new Image();
     img5.src = "menus/target_flourpank.jpg";

     img6 = new Image();
     img6.src = "menus/target_crockstins.gif";

     img7 = new Image();
     img7.src = "menus/target_giftpacks.gif";

     img8 = new Image();
     img8.src = "menus/target_other.gif";

     img9 = new Image();
     img9.src = "menus/target_recipes.gif";

     img10 = new Image();
     img10.src = "menus/target_store.gif";

     img11 = new Image();
     img11.src = "menus/target_viewcart.jpg";

     img12 = new Image();
     img12.src = "menus/target_contact.gif";

     img0 = new Image();
     img0.src = "menus/target.jpg";

            }

function img_act(imgName) {
        if (document.images) {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
        }
}

function img_inact(imgName) {
        if (document.images) {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
        }
}

function flip(imgName) {
  if (document.images) {
                newimg = eval(imgName + ".src");
                document.image.src = newimg;
  }
}

function statuson (text)
{
   window.status=(text)
        if (document.images){setTimeout("statusoff()",10000);}
}

function statusoff ()
   {window.status="";}

// Stop hiding from old browsers-->

