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

function image_on_5u_7 (position) {
   var doc = eval("document.image5u_7" + position);
   doc.src = imageFiles_5u_7[position][1];
}

function image_off_5u_7 (position) {
   var doc = eval("document.image5u_7" + position);
   doc.src = imageFiles_5u_7[position][0];
}
