var imageFiles_3g_25 = new Array();
imageFiles_3g_25['0'] = new Array ('_images/3g_Information.gif', '_images/3g_InformationMouseover.gif');

function image_on_3g_25 (position) {
   var doc = eval("document.image3g_25" + position);
   doc.src = imageFiles_3g_25[position][1];
}

function image_off_3g_25 (position) {
   var doc = eval("document.image3g_25" + position);
   doc.src = imageFiles_3g_25[position][0];
}

