//Image Rollovers for top navigation //Tony D. if(document.images) { aboutUs_off = new Image(); aboutUs_off.src="/cahoots/Images/buttons/about_us_off.gif"; aboutUs_on = new Image(); aboutUs_on.src="/cahoots/Images/buttons/about_us_on.gif"; products_off = new Image(); products_off.src="/cahoots/Images/buttons/products_off.gif"; products_on = new Image(); products_on.src="/cahoots/Images/buttons/products_on.gif"; viewCart_off = new Image(); viewCart_off.src="/cahoots/Images/buttons/view_cart_off.gif"; viewCart_on = new Image(); viewCart_on.src="/cahoots/Images/buttons/view_cart_on.gif"; members_off = new Image(); members_off.src="/cahoots/Images/buttons/members_off.gif"; members_on = new Image(); members_on.src="/cahoots/Images/buttons/members_on.gif"; recipes_off = new Image(); recipes_off.src="/cahoots/Images/buttons/recipes_off.gif"; recipes_on = new Image(); recipes_on.src="/cahoots/Images/buttons/recipes_on.gif"; } function imageRoll(picName,picState) { if(document.images) { document.images[picName].src = eval(picName + '_' + picState + '.src'); } }