var imageFiles_5u_103 = new Array();
imageFiles_5u_103['0'] = new Array ('_images/5u_TAIL_UP.gif', '_images/5u_TAIL_UPMouseover.gif');

function image_on_5u_103 (position) {
   var doc = eval("document.image5u_103" + position);
   doc.src = imageFiles_5u_103[position][1];
}

function image_off_5u_103 (position) {
   var doc = eval("document.image5u_103" + position);
   doc.src = imageFiles_5u_103[position][0];
}

