var imageFiles_5u_5 = new Array();
imageFiles_5u_5['0'] = new Array ('_images/5u_CABINET_SPECS.gif', '_images/5u_CABINET_SPECSMouseover.gif');
imageFiles_5u_5['1'] = new Array ('_images/5u_DOOR_STYLES.gif', '_images/5u_DOOR_STYLESMouseover.gif');
imageFiles_5u_5['2'] = new Array ('_images/5u_COLORS.gif', '_images/5u_COLORSMouseover.gif');
imageFiles_5u_5['3'] = new Array ('_images/5u_WARRANTY.gif', '_images/5u_WARRANTYMouseover.gif');

function image_on_5u_5 (position) {
   var doc = eval("document.image5u_5" + position);
   doc.src = imageFiles_5u_5[position][1];
}

function image_off_5u_5 (position) {
   var doc = eval("document.image5u_5" + position);
   doc.src = imageFiles_5u_5[position][0];
}
