var imageFiles_ll_34 = new Array();
imageFiles_ll_34['0'] = new Array ('_images/ll_CLOSEOUT_SPECIALS.gif', '_images/ll_CLOSEOUT_SPECIALSMouseover.gif');

function image_on_ll_34 (position) {
   var doc = eval("document.imagell_34" + position);
   doc.src = imageFiles_ll_34[position][1];
}

function image_off_ll_34 (position) {
   var doc = eval("document.imagell_34" + position);
   doc.src = imageFiles_ll_34[position][0];
}

