var imageFiles_5x_21 = new Array();
imageFiles_5x_21['0'] = new Array ('_images/5x_Home.gif', '_images/5x_HomeMouseover.gif');
imageFiles_5x_21['1'] = new Array ('_images/5x_Plantings.gif', '_images/5x_PlantingsMouseover.gif');
imageFiles_5x_21['2'] = new Array ('_images/5x_Products.gif', '_images/5x_ProductsMouseover.gif');
imageFiles_5x_21['3'] = new Array ('_images/5x_Gardens.gif', '_images/5x_GardensMouseover.gif');
imageFiles_5x_21['4'] = new Array ('_images/5x_Calendar.gif', '_images/5x_CalendarMouseover.gif');
imageFiles_5x_21['5'] = new Array ('_images/5x_Kirk_s_Picks.gif', '_images/5x_Kirk_s_PicksMouseover.gif');
imageFiles_5x_21['6'] = new Array ('_images/5x_Solar_Energy.gif', '_images/5x_Solar_EnergyMouseover.gif');
imageFiles_5x_21['7'] = new Array ('_images/5x_Solar_Installations.gif', '_images/5x_Solar_InstallationsMouseover.gif');

function image_on_5x_21 (position) {
   var doc = eval("document.image5x_21" + position);
   doc.src = imageFiles_5x_21[position][1];
}

function image_off_5x_21 (position) {
   var doc = eval("document.image5x_21" + position);
   doc.src = imageFiles_5x_21[position][0];
}
