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

function image_on_2l_25 (position) {
   var doc = eval("document.image2l_25" + position);
   doc.src = imageFiles_2l_25[position][1];
}

function image_off_2l_25 (position) {
   var doc = eval("document.image2l_25" + position);
   doc.src = imageFiles_2l_25[position][0];
}
