var imageFiles_2l_3 = new Array();
imageFiles_2l_3['0'] = new Array ('_images/2l_Homepage.gif', '_images/2l_HomepageMouseover.gif');
imageFiles_2l_3['1'] = new Array ('_images/2l_About_Us.gif', '_images/2l_About_UsMouseover.gif');
imageFiles_2l_3['2'] = new Array ('_images/2l_Our_Adult_Frenchies.gif', '_images/2l_Our_Adult_FrenchiesMouseover.gif');
imageFiles_2l_3['3'] = new Array ('_images/2l_Available_Frenchies.gif', '_images/2l_Available_FrenchiesMouseover.gif');
imageFiles_2l_3['4'] = new Array ('_images/2l_New_Arrivals.gif', '_images/2l_New_ArrivalsMouseover.gif');
imageFiles_2l_3['5'] = new Array ('_images/2l_In_the_Showring.gif', '_images/2l_In_the_ShowringMouseover.gif');
imageFiles_2l_3['6'] = new Array ('_images/2l_Photos___Links.gif', '_images/2l_Photos___LinksMouseover.gif');

function image_on_2l_3 (position) {
   var doc = eval("document.image2l_3" + position);
   doc.src = imageFiles_2l_3[position][1];
}

function image_off_2l_3 (position) {
   var doc = eval("document.image2l_3" + position);
   doc.src = imageFiles_2l_3[position][0];
}
