var imageFiles_7l_7 = new Array();
imageFiles_7l_7['0'] = new Array ('_images/7l_TEAM_SKEETER_ODYSSEY.gif', '_images/7l_TEAM_SKEETER_ODYSSEYMouseover.gif');

function image_on_7l_7 (position) {
   var doc = eval("document.image7l_7" + position);
   doc.src = imageFiles_7l_7[position][1];
}

function image_off_7l_7 (position) {
   var doc = eval("document.image7l_7" + position);
   doc.src = imageFiles_7l_7[position][0];
}

