// JavaScript Document
var smallPic = new Array(); //预览用的小图片路径
var bigPic = new Array();   //显示用的大图片路径
var txt = new Array();//图片的描述文字
var descp=new Array();
var list = 6;               //一次显示多少小图片
var num = 0;                //显示标记，用来查找数组下标

smallPic[0] = "../images/products/small_animals/birdfood_sm.jpg";
bigPic[0] = "../images/products/small_animals/birdfood.jpg";
txt[0] = "<strong>Pictured Above</strong>";
descp[0]="Harrison's bird food was developed by avian veterinarians and is highly recommended by bird specialists everywhere.  We also offer other avian diets including Zeigler, Volkman , Sweet Harvest and Kaytee.";

smallPic[1] = "../images/products/small_animals/birdtoys_sm.jpg";
bigPic[1] = "../images/products/small_animals/birdtoys.jpg";
txt[1] = "<strong>Pictured Above</strong>";
descp[1]="The toys pictured above are locally handmade using natural materials and food coloring. We are always bringing in new toys for birds of all ages and sizes. ";

smallPic[2] = "../images/products/small_animals/birdtreats_sm.jpg";
bigPic[2] = "../images/products/small_animals/birdtreats.jpg";
txt[2] = "<strong>Pictured Above</strong> ";
descp[2]="Numerous bird treats including nutri berries which contain fatty acids and are naturally preserved. Ecotrintion for different stages of a birds life including molting, breeding, recuperation etc.  Avitron is an excellent supplement for all small animals. We also carry numerous dryed fruits and vegetables. ";

smallPic[3] = "../images/products/small_animals/food_sm.jpg";
bigPic[3] = "../images/products/small_animals/food.jpg";
txt[3] = "<strong>Pictured Above</strong> ";
descp[3]="We carry the full spectrum of top of the line Oxbow feeds for small animals. We also offer Sweet Harvest  and Fiesta for small animals. ";

smallPic[4] = "../images/products/small_animals/toystreats_sm.jpg";
bigPic[4] = "../images/products/small_animals/toystreats.jpg";
txt[4] = "<strong>Pictured Above</strong> ";
descp[4]="Numerous treats, toys and bedding for small animals including the totally edible line of locally made Busy Bunny toys. ";


