var imageFiles_4g_46 = new Array();
imageFiles_4g_46['0'] = new Array ('_images/4g_Home.gif', '_images/4g_HomeMouseover.gif');
imageFiles_4g_46['1'] = new Array ('_images/4g_About_Us.gif', '_images/4g_About_UsMouseover.gif');
imageFiles_4g_46['2'] = new Array ('_images/4g_Contact_Us.gif', '_images/4g_Contact_UsMouseover.gif');
imageFiles_4g_46['3'] = new Array ('_images/4g_Feedback.gif', '_images/4g_FeedbackMouseover.gif');
imageFiles_4g_46['4'] = new Array ('_images/4g_FAQ.gif', '_images/4g_FAQMouseover.gif');
imageFiles_4g_46['5'] = new Array ('_images/4g_Products.gif', '_images/4g_ProductsMouseover.gif');
imageFiles_4g_46['6'] = new Array ('_images/4g_Specials.gif', '_images/4g_SpecialsMouseover.gif');

function image_on_4g_46 (position) {
   var doc = eval("document.image4g_46" + position);
   doc.src = imageFiles_4g_46[position][1];
}

function image_off_4g_46 (position) {
   var doc = eval("document.image4g_46" + position);
   doc.src = imageFiles_4g_46[position][0];
}
