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

function image_on_4g_13 (position) {
   var doc = eval("document.image4g_13" + position);
   doc.src = imageFiles_4g_13[position][1];
}

function image_off_4g_13 (position) {
   var doc = eval("document.image4g_13" + position);
   doc.src = imageFiles_4g_13[position][0];
}
