// Javascript by KrushMedia

// Main Rightnav Array
button0 = new Image;
button0.src = "images/btn_about_us_off.gif";
button1 = new Image;
button1.src = "images/btn_about_us_over.gif";
button2 = new Image;
button2.src = "images/btn_products_off.gif";
button3 = new Image;
button3.src = "images/btn_products_over.gif";
button4 = new Image;
button4.src = "images/btn_recipes_off.gif";
button5 = new Image;
button5.src = "images/btn_recipes_over.gif";
button6 = new Image;
button6.src = "images/btn_purchase_noodles_off.gif";
button7 = new Image;
button7.src = "images/btn_purchase_noodles_over.gif";
button8 = new Image;
button8.src = "images/btn_contact_us_off.gif";
button9 = new Image;
button9.src = "images/btn_contact_us_over.gif";
// Main Leftnav Array
button10 = new Image;
button10.src = "images/btn_home_off.gif";
button11 = new Image;
button11.src = "images/btn_home_over.gif";
// About Us Subnav
button12 = new Image;
button12.src = "images/btn_about_us_sales_info_off.gif";
button13 = new Image;
button13.src = "images/btn_about_us_sales_info_over.gif";
button14 = new Image;
button14.src = "images/btn_about_us_faq_off.gif";
button15 = new Image;
button15.src = "images/btn_about_us_faq_over.gif";
// Products Subnav
button16 = new Image;
button16.src = "images/btn_products_seatangle_noodles_off.gif";
button17 = new Image;
button17.src = "images/btn_products_seatangle_noodles_over.gif";
button18 = new Image;
button18.src = "images/btn_products_mixed_sea_veggies_off.gif";
button19 = new Image;
button19.src = "images/btn_products_mixed_sea_veggies_over.gif";
button30 = new Image;
button30.src = "images/btn_products_greentea_noodles_off.gif";
button31 = new Image;
button31.src = "images/btn_products_greentea_noodles_over.gif";
button20 = new Image;
button20.src = "images/btn_products_testimonials_off.gif";
button21 = new Image;
button21.src = "images/btn_products_testimonials_over.gif";
// Recipes Subnav
button22 = new Image;
button22.src = "images/btn_recipes_send_recipe_off.gif";
button23 = new Image;
button23.src = "images/btn_recipes_send_recipe_over.gif";
button24 = new Image;
button24.src = "images/btn_recipes_archives_off.gif";
button25 = new Image;
button25.src = "images/btn_recipes_archives_over.gif";
// Purchase Noodles Subnav
button26 = new Image;
button26.src = "images/btn_purchase_noodles_wheretobuy_off.gif";
button27 = new Image;
button27.src = "images/btn_purchase_noodles_wheretobuy_over.gif";
button666 = new Image;
button666.src = "images/btn_purchase_online_off.gif";
button667 = new Image;
button667.src = "images/btn_purchase_online_over.gif";
// Contact Us Subnav
button28 = new Image;
button28.src = "images/btn_contact_us_submit_testimonial_off.gif";
button29 = new Image;
button29.src = "images/btn_contact_us_submit_testimonial_over.gif";

function hiLite(imgName,imgArrayName) {
    	document.images[imgName].src = eval(imgArrayName + ".src");
}
