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

function image_on_5u_3 (position) {
   var doc = eval("document.image5u_3" + position);
   doc.src = imageFiles_5u_3[position][1];
}

function image_off_5u_3 (position) {
   var doc = eval("document.image5u_3" + position);
   doc.src = imageFiles_5u_3[position][0];
}
