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

function image_on_2g_37 (position) {
   var doc = eval("document.image2g_37" + position);
   doc.src = imageFiles_2g_37[position][1];
}

function image_off_2g_37 (position) {
   var doc = eval("document.image2g_37" + position);
   doc.src = imageFiles_2g_37[position][0];
}
