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

function image_on_5x_7 (position) {
   var doc = eval("document.image5x_7" + position);
   doc.src = imageFiles_5x_7[position][1];
}

function image_off_5x_7 (position) {
   var doc = eval("document.image5x_7" + position);
   doc.src = imageFiles_5x_7[position][0];
}

