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

function image_on_5u_9 (position) {
   var doc = eval("document.image5u_9" + position);
   doc.src = imageFiles_5u_9[position][1];
}

function image_off_5u_9 (position) {
   var doc = eval("document.image5u_9" + position);
   doc.src = imageFiles_5u_9[position][0];
}
