var imageFiles_4g_5 = new Array();
imageFiles_4g_5['0'] = new Array ('_images/4g_Spring_Start_Up.gif', '_images/4g_Spring_Start_UpMouseover.gif');

function image_on_4g_5 (position) {
   var doc = eval("document.image4g_5" + position);
   doc.src = imageFiles_4g_5[position][1];
}

function image_off_4g_5 (position) {
   var doc = eval("document.image4g_5" + position);
   doc.src = imageFiles_4g_5[position][0];
}

