var imageFiles_2hs_1 = new Array();
imageFiles_2hs_1['0'] = new Array ('_images/2hs_Lynch_Products.gif', '_images/2hs_Lynch_ProductsMouseover.gif');
imageFiles_2hs_1['1'] = new Array ('_images/2hs_Opportunities.gif', '_images/2hs_OpportunitiesMouseover.gif');
imageFiles_2hs_1['2'] = new Array ('_images/2hs_Racing_Stories.gif', '_images/2hs_Racing_StoriesMouseover.gif');
imageFiles_2hs_1['3'] = new Array ('_images/2hs_C_O_S_T_.gif', '_images/2hs_C_O_S_T_Mouseover.gif');
imageFiles_2hs_1['4'] = new Array ('_images/2hs_Racing_Products.gif', '_images/2hs_Racing_ProductsMouseover.gif');
imageFiles_2hs_1['5'] = new Array ('_images/2hs_Racing_Links.gif', '_images/2hs_Racing_LinksMouseover.gif');
imageFiles_2hs_1['6'] = new Array ('_images/2hs_Contact_Us.gif', '_images/2hs_Contact_UsMouseover.gif');

function image_on_2hs_1 (position) {
   var doc = eval("document.image2hs_1" + position);
   doc.src = imageFiles_2hs_1[position][1];
}

function image_off_2hs_1 (position) {
   var doc = eval("document.image2hs_1" + position);
   doc.src = imageFiles_2hs_1[position][0];
}
