var imageFiles_3g_10 = new Array();
imageFiles_3g_10['0'] = new Array ('_images/3g_Home.gif', '_images/3g_HomeMouseover.gif');
imageFiles_3g_10['1'] = new Array ('_images/3g_History.gif', '_images/3g_HistoryMouseover.gif');
imageFiles_3g_10['2'] = new Array ('_images/3g_Dealers.gif', '_images/3g_DealersMouseover.gif');
imageFiles_3g_10['3'] = new Array ('_images/3g_Catalog.gif', '_images/3g_CatalogMouseover.gif');
imageFiles_3g_10['4'] = new Array ('_images/3g_Contact_Us.gif', '_images/3g_Contact_UsMouseover.gif');
imageFiles_3g_10['5'] = new Array ('_images/3g_See_It_Work.gif', '_images/3g_See_It_WorkMouseover.gif');
imageFiles_3g_10['6'] = new Array ('_images/3g_Testimonies.gif', '_images/3g_TestimoniesMouseover.gif');
imageFiles_3g_10['7'] = new Array ('_images/3g_Press_Release.gif', '_images/3g_Press_ReleaseMouseover.gif');
imageFiles_3g_10['8'] = new Array ('_images/3g_Rodex_Systems.gif', '_images/3g_Rodex_SystemsMouseover.gif');
imageFiles_3g_10['9'] = new Array ('_images/3g_Operators_Manuals.gif', '_images/3g_Operators_ManualsMouseover.gif');
imageFiles_3g_10['10'] = new Array ('_images/3g_SK500_BackSaver_Kart.gif', '_images/3g_SK500_BackSaver_KartMouseover.gif');
imageFiles_3g_10['11'] = new Array ('_images/3g_Which_Model_s_Best_For_Me.gif', '_images/3g_Which_Model_s_Best_For_MeMouseover.gif');

function image_on_3g_10 (position) {
   var doc = eval("document.image3g_10" + position);
   doc.src = imageFiles_3g_10[position][1];
}

function image_off_3g_10 (position) {
   var doc = eval("document.image3g_10" + position);
   doc.src = imageFiles_3g_10[position][0];
}
