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

function image_on_2s_22 (position) {
   var doc = eval("document.image2s_22" + position);
   doc.src = imageFiles_2s_22[position][1];
}

function image_off_2s_22 (position) {
   var doc = eval("document.image2s_22" + position);
   doc.src = imageFiles_2s_22[position][0];
}
