var imageFiles_ghp8_25 = new Array();
imageFiles_ghp8_25['0'] = new Array ('_images/ghp8_Home.gif', '_images/ghp8_HomeMouseover.gif');
imageFiles_ghp8_25['1'] = new Array ('_images/ghp8_About_Us.gif', '_images/ghp8_About_UsMouseover.gif');
imageFiles_ghp8_25['2'] = new Array ('_images/ghp8_Feedback.gif', '_images/ghp8_FeedbackMouseover.gif');
imageFiles_ghp8_25['3'] = new Array ('_images/ghp8_Contact_Us.gif', '_images/ghp8_Contact_UsMouseover.gif');
imageFiles_ghp8_25['4'] = new Array ('_images/ghp8_Pavers.gif', '_images/ghp8_PaversMouseover.gif');
imageFiles_ghp8_25['5'] = new Array ('_images/ghp8_Stonework.gif', '_images/ghp8_StoneworkMouseover.gif');
imageFiles_ghp8_25['6'] = new Array ('_images/ghp8_Landscapes.gif', '_images/ghp8_LandscapesMouseover.gif');
imageFiles_ghp8_25['7'] = new Array ('_images/ghp8_Plant_Material.gif', '_images/ghp8_Plant_MaterialMouseover.gif');
imageFiles_ghp8_25['8'] = new Array ('_images/ghp8_Specialty_Features.gif', '_images/ghp8_Specialty_FeaturesMouseover.gif');

function image_on_ghp8_25 (position) {
   var doc = eval("document.imageghp8_25" + position);
   doc.src = imageFiles_ghp8_25[position][1];
}

function image_off_ghp8_25 (position) {
   var doc = eval("document.imageghp8_25" + position);
   doc.src = imageFiles_ghp8_25[position][0];
}

