var imageFiles_2l_1 = new Array();
imageFiles_2l_1['0'] = new Array ('_images/2l_Prints.gif', '_images/2l_PrintsMouseover.gif');
imageFiles_2l_1['1'] = new Array ('_images/2l_Greeting_Cards.gif', '_images/2l_Greeting_CardsMouseover.gif');
imageFiles_2l_1['2'] = new Array ('_images/2l_Original_Pastels.gif', '_images/2l_Original_PastelsMouseover.gif');
imageFiles_2l_1['3'] = new Array ('_images/2l_European_Drawings.gif', '_images/2l_European_DrawingsMouseover.gif');
imageFiles_2l_1['4'] = new Array ('_images/2l_Original_Oil_Paintings.gif', '_images/2l_Original_Oil_PaintingsMouseover.gif');
imageFiles_2l_1['5'] = new Array ('_images/2l_Mugs.gif', '_images/2l_MugsMouseover.gif');
imageFiles_2l_1['6'] = new Array ('_images/2l_T_shirts.gif', '_images/2l_T_shirtsMouseover.gif');
imageFiles_2l_1['7'] = new Array ('_images/2l_Metal_Water_Bottles.gif', '_images/2l_Metal_Water_BottlesMouseover.gif');

function image_on_2l_1 (position) {
   var doc = eval("document.image2l_1" + position);
   doc.src = imageFiles_2l_1[position][1];
}

function image_off_2l_1 (position) {
   var doc = eval("document.image2l_1" + position);
   doc.src = imageFiles_2l_1[position][0];
}
