var imageFiles_3s_1 = new Array();
imageFiles_3s_1['0'] = new Array ('_images/3s_About_the_Book.gif', '_images/3s_About_the_BookMouseover.gif');
imageFiles_3s_1['1'] = new Array ('_images/3s_Buy_Now.gif', '_images/3s_Buy_NowMouseover.gif');
imageFiles_3s_1['2'] = new Array ('_images/3s_Where_to_Buy.gif', '_images/3s_Where_to_BuyMouseover.gif');
imageFiles_3s_1['3'] = new Array ('_images/3s_Bulk_Buy___Save.gif', '_images/3s_Bulk_Buy___SaveMouseover.gif');
imageFiles_3s_1['4'] = new Array ('_images/3s_Media_.gif', '_images/3s_Media_Mouseover.gif');
imageFiles_3s_1['5'] = new Array ('_images/3s_Author_Visits.gif', '_images/3s_Author_VisitsMouseover.gif');
imageFiles_3s_1['6'] = new Array ('_images/3s_Fundraising.gif', '_images/3s_FundraisingMouseover.gif');
imageFiles_3s_1['7'] = new Array ('_images/3s_Secret_Section.gif', '_images/3s_Secret_SectionMouseover.gif');
imageFiles_3s_1['8'] = new Array ('_images/3s_Win.gif', '_images/3s_WinMouseover.gif');
imageFiles_3s_1['9'] = new Array ('_images/3s_Games_and_Fun.gif', '_images/3s_Games_and_FunMouseover.gif');
imageFiles_3s_1['10'] = new Array ('_images/3s_Your_Say.gif', '_images/3s_Your_SayMouseover.gif');
imageFiles_3s_1['11'] = new Array ('_images/3s_Reading_Problems.gif', '_images/3s_Reading_ProblemsMouseover.gif');
imageFiles_3s_1['12'] = new Array ('_images/3s_Libraries.gif', '_images/3s_LibrariesMouseover.gif');
imageFiles_3s_1['13'] = new Array ('_images/3s_Book_Sellers.gif', '_images/3s_Book_SellersMouseover.gif');
imageFiles_3s_1['14'] = new Array ('_images/3s_Links.gif', '_images/3s_LinksMouseover.gif');
imageFiles_3s_1['15'] = new Array ('_images/3s_FAQs.gif', '_images/3s_FAQsMouseover.gif');
imageFiles_3s_1['16'] = new Array ('_images/3s_Customer_Service.gif', '_images/3s_Customer_ServiceMouseover.gif');
imageFiles_3s_1['17'] = new Array ('_images/3s_Privacy_Terms.gif', '_images/3s_Privacy_TermsMouseover.gif');

function image_on_3s_1 (position) {
   var doc = eval("document.image3s_1" + position);
   doc.src = imageFiles_3s_1[position][1];
}

function image_off_3s_1 (position) {
   var doc = eval("document.image3s_1" + position);
   doc.src = imageFiles_3s_1[position][0];
}
