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

function image_on_2s_13 (position) {
   var doc = eval("document.image2s_13" + position);
   doc.src = imageFiles_2s_13[position][1];
}

function image_off_2s_13 (position) {
   var doc = eval("document.image2s_13" + position);
   doc.src = imageFiles_2s_13[position][0];
}
