var imageFiles_5h_4 = new Array();
imageFiles_5h_4['0'] = new Array ('_images/5h_SDC_NEWS.gif', '_images/5h_SDC_NEWSMouseover.gif');

function image_on_5h_4 (position) {
   var doc = eval("document.image5h_4" + position);
   doc.src = imageFiles_5h_4[position][1];
}

function image_off_5h_4 (position) {
   var doc = eval("document.image5h_4" + position);
   doc.src = imageFiles_5h_4[position][0];
}

