var imageFiles_2g_4 = new Array();
imageFiles_2g_4['0'] = new Array ('_images/2g_Flag_Poles.gif', '_images/2g_Flag_PolesMouseover.gif');
imageFiles_2g_4['1'] = new Array ('_images/2g_Panel_Tarp.gif', '_images/2g_Panel_TarpMouseover.gif');
imageFiles_2g_4['2'] = new Array ('_images/2g_R___D_Merlot.gif', '_images/2g_R___D_MerlotMouseover.gif');
imageFiles_2g_4['3'] = new Array ('_images/2g_Roll_Tarp.gif', '_images/2g_Roll_TarpMouseover.gif');
imageFiles_2g_4['4'] = new Array ('_images/2g_Side_Kits.gif', '_images/2g_Side_KitsMouseover.gif');
imageFiles_2g_4['5'] = new Array ('_images/2g_Vango.gif', '_images/2g_VangoMouseover.gif');

function image_on_2g_4 (position) {
   var doc = eval("document.image2g_4" + position);
   doc.src = imageFiles_2g_4[position][1];
}

function image_off_2g_4 (position) {
   var doc = eval("document.image2g_4" + position);
   doc.src = imageFiles_2g_4[position][0];
}
