var imageFiles_2g_1 = new Array();
imageFiles_2g_1['0'] = new Array ('_images/2g_Photos.gif', '_images/2g_PhotosMouseover.gif');
imageFiles_2g_1['1'] = new Array ('_images/2g_Attractions.gif', '_images/2g_AttractionsMouseover.gif');
imageFiles_2g_1['2'] = new Array ('_images/2g_Area_Hotels.gif', '_images/2g_Area_HotelsMouseover.gif');

function image_on_2g_1 (position) {
   var doc = eval("document.image2g_1" + position);
   doc.src = imageFiles_2g_1[position][1];
}

function image_off_2g_1 (position) {
   var doc = eval("document.image2g_1" + position);
   doc.src = imageFiles_2g_1[position][0];
}

