var imageFiles_l_10 = new Array();
imageFiles_l_10['0'] = new Array ('_images/l_Japanese_Straightening.gif', '_images/l_Japanese_StraighteningMouseover.gif');
imageFiles_l_10['1'] = new Array ('_images/l_Highlighting.gif', '_images/l_HighlightingMouseover.gif');
imageFiles_l_10['2'] = new Array ('_images/l_Bride_Prom.gif', '_images/l_Bride_PromMouseover.gif');
imageFiles_l_10['3'] = new Array ('_images/l_Kidz_Cutz.gif', '_images/l_Kidz_CutzMouseover.gif');

function image_on_l_10 (position) {
   var doc = eval("document.imagel_10" + position);
   doc.src = imageFiles_l_10[position][1];
}

function image_off_l_10 (position) {
   var doc = eval("document.imagel_10" + position);
   doc.src = imageFiles_l_10[position][0];
}
