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

function image_on_2l_15 (position) {
   var doc = eval("document.image2l_15" + position);
   doc.src = imageFiles_2l_15[position][1];
}

function image_off_2l_15 (position) {
   var doc = eval("document.image2l_15" + position);
   doc.src = imageFiles_2l_15[position][0];
}

