

//javascript for Organic Indulgence menu image swapping

menu_item1_on = new Image;
menu_item1_off = new Image;
menu_item2_on = new Image;
menu_item2_off = new Image;
menu_item3_on = new Image;
menu_item3_off = new Image;
menu_item4_on = new Image;
menu_item4_off = new Image;
menu_item5_on = new Image;
menu_item5_off = new Image;
menu_item6_on = new Image;
menu_item6_off = new Image;
menu_item7_on = new Image;
menu_item7_off = new Image;



menu_item1_on.src = "images/tab_profile_on.gif";
menu_item1_off.src = "images/tab_profile.gif";
menu_item2_on.src = "images/tab_products_on.gif";
menu_item2_off.src = "images/tab_products.gif";
menu_item3_on.src = "images/tab_orders_on.gif";
menu_item3_off.src = "images/tab_orders.gif";
menu_item4_on.src = "images/tab_info_on.gif";
menu_item4_off.src = "images/tab_info.gif";
menu_item5_on.src = "images/tab_contact_on.gif";
menu_item5_off.src = "images/tab_contact.gif";
menu_item6_on.src = "images/tab_links_on.gif";
menu_item6_off.src = "images/tab_links.gif";
menu_item7_on.src = "images/tab_home_on.gif";
menu_item7_off.src = "images/tab_home.gif";

