var imageFiles_4g_9 = new Array();
imageFiles_4g_9['0'] = new Array ('_images/4g_Home.gif', '_images/4g_HomeMouseover.gif');
imageFiles_4g_9['1'] = new Array ('_images/4g_Behind_the_Curtain.gif', '_images/4g_Behind_the_CurtainMouseover.gif');
imageFiles_4g_9['2'] = new Array ('_images/4g_Showtime.gif', '_images/4g_ShowtimeMouseover.gif');
imageFiles_4g_9['3'] = new Array ('_images/4g_Photos.gif', '_images/4g_PhotosMouseover.gif');
imageFiles_4g_9['4'] = new Array ('_images/4g_Sponsors.gif', '_images/4g_SponsorsMouseover.gif');
imageFiles_4g_9['5'] = new Array ('_images/4g_Contact_us.gif', '_images/4g_Contact_usMouseover.gif');

function image_on_4g_9 (position) {
   var doc = eval("document.image4g_9" + position);
   doc.src = imageFiles_4g_9[position][1];
}

function image_off_4g_9 (position) {
   var doc = eval("document.image4g_9" + position);
   doc.src = imageFiles_4g_9[position][0];
}
