var imageFiles_6x_27 = new Array();
imageFiles_6x_27['0'] = new Array ('_images/6x_HOME.gif', '_images/6x_HOMEMouseover.gif');
imageFiles_6x_27['1'] = new Array ('_images/6x_COURSE_LAYOUT.gif', '_images/6x_COURSE_LAYOUTMouseover.gif');
imageFiles_6x_27['2'] = new Array ('_images/6x_DAILY_RATES.gif', '_images/6x_DAILY_RATESMouseover.gif');
imageFiles_6x_27['3'] = new Array ('_images/6x_MEMBERSHIP_RATES.gif', '_images/6x_MEMBERSHIP_RATESMouseover.gif');
imageFiles_6x_27['4'] = new Array ('_images/6x_LEAGUE_INFORMATION.gif', '_images/6x_LEAGUE_INFORMATIONMouseover.gif');
imageFiles_6x_27['5'] = new Array ('_images/6x_GROUP_OUTING_INFO.gif', '_images/6x_GROUP_OUTING_INFOMouseover.gif');
imageFiles_6x_27['6'] = new Array ('_images/6x_GRILL_MENU.gif', '_images/6x_GRILL_MENUMouseover.gif');
imageFiles_6x_27['7'] = new Array ('_images/6x_20_YEAR_ANNIVERSARY.gif', '_images/6x_20_YEAR_ANNIVERSARYMouseover.gif');
imageFiles_6x_27['8'] = new Array ('_images/6x_HOLE_IN_ONES.gif', '_images/6x_HOLE_IN_ONESMouseover.gif');
imageFiles_6x_27['9'] = new Array ('_images/6x_SPONSOR_A_HOLE.gif', '_images/6x_SPONSOR_A_HOLEMouseover.gif');
imageFiles_6x_27['10'] = new Array ('_images/6x_LESSONS___STAFF.gif', '_images/6x_LESSONS___STAFFMouseover.gif');
imageFiles_6x_27['11'] = new Array ('_images/6x_CONTACT_US.gif', '_images/6x_CONTACT_USMouseover.gif');
imageFiles_6x_27['12'] = new Array ('_images/6x_PICTURE_GALLERY.gif', '_images/6x_PICTURE_GALLERYMouseover.gif');

function image_on_6x_27 (position) {
   var doc = eval("document.image6x_27" + position);
   doc.src = imageFiles_6x_27[position][1];
}

function image_off_6x_27 (position) {
   var doc = eval("document.image6x_27" + position);
   doc.src = imageFiles_6x_27[position][0];
}
