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

function image_on_1g_1 (position) {
   var doc = eval("document.image1g_1" + position);
   doc.src = imageFiles_1g_1[position][1];
}

function image_off_1g_1 (position) {
   var doc = eval("document.image1g_1" + position);
   doc.src = imageFiles_1g_1[position][0];
}

