// Specify the image files for brands var Pic = new Array() // don't touch this line var Txt = new Array() // don't touch this line // to add more images, just continue // the pattern, adding to the bottom of the array below. i.e. Pic[10] =.... // Pic[0] = 'brand(0).jpg' Txt[0] = 'Amana' Pic[1] = 'brand(1).jpg' Txt[1] = 'Bosch' Pic[2] = 'brand(2).jpg' Txt[2] = 'General Electric' Pic[3] = 'brand(3).jpg' Txt[3] = 'Jenn-Air' Pic[4] = 'brand(4).jpg' Txt[4] = 'Sears Kenmore' Pic[5] = 'brand(5).jpg' Txt[5] = 'KitchenAid' Pic[6] = 'brand(6).jpg' Txt[6] = 'LG' Pic[7] = 'brand(7).jpg' Txt[7] = 'Maytag' Pic[8] = 'brand(8).jpg' Txt[8] = 'Samsung' Pic[9] = 'brand(9).jpg' Txt[9] = 'Sharp' Pic[10] = 'brand(10).jpg' Txt[10] = 'Whirlpool'