var imageFiles_s_9 = new Array();
imageFiles_s_9['0'] = new Array ('_images/s_Home.gif', '_images/s_HomeMouseover.gif');

function image_on_s_9 (position) {
   var doc = eval("document.images_9" + position);
   doc.src = imageFiles_s_9[position][1];
}

function image_off_s_9 (position) {
   var doc = eval("document.images_9" + position);
   doc.src = imageFiles_s_9[position][0];
}
