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

function image_on_5x_28 (position) {
   var doc = eval("document.image5x_28" + position);
   doc.src = imageFiles_5x_28[position][1];
}

function image_off_5x_28 (position) {
   var doc = eval("document.image5x_28" + position);
   doc.src = imageFiles_5x_28[position][0];
}
