var imageFiles_2s_7 = new Array();
imageFiles_2s_7['0'] = new Array ('_images/2s_Historic_Points_of_Interest.gif', '_images/2s_Historic_Points_of_InterestMouseover.gif');
imageFiles_2s_7['1'] = new Array ('_images/2s_War_Dog_Memorial.gif', '_images/2s_War_Dog_MemorialMouseover.gif');
imageFiles_2s_7['2'] = new Array ('_images/2s_Famous_Pet_Owners.gif', '_images/2s_Famous_Pet_OwnersMouseover.gif');
imageFiles_2s_7['3'] = new Array ('_images/2s_Famous_Pets.gif', '_images/2s_Famous_PetsMouseover.gif');
imageFiles_2s_7['4'] = new Array ('_images/2s_Service_and_War_Dogs.gif', '_images/2s_Service_and_War_DogsMouseover.gif');
imageFiles_2s_7['5'] = new Array ('_images/2s_Monuments_of_Interest.gif', '_images/2s_Monuments_of_InterestMouseover.gif');
imageFiles_2s_7['6'] = new Array ('_images/2s_History_of_Pet_Burials.gif', '_images/2s_History_of_Pet_BurialsMouseover.gif');
imageFiles_2s_7['7'] = new Array ('_images/2s_The_Peaceable_Kingdom.gif', '_images/2s_The_Peaceable_KingdomMouseover.gif');

function image_on_2s_7 (position) {
   var doc = eval("document.image2s_7" + position);
   doc.src = imageFiles_2s_7[position][1];
}

function image_off_2s_7 (position) {
   var doc = eval("document.image2s_7" + position);
   doc.src = imageFiles_2s_7[position][0];
}
