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

function image_on_7l_1 (position) {
   var doc = eval("document.image7l_1" + position);
   doc.src = imageFiles_7l_1[position][1];
}

function image_off_7l_1 (position) {
   var doc = eval("document.image7l_1" + position);
   doc.src = imageFiles_7l_1[position][0];
}

