var imageFiles_go_17 = new Array();
imageFiles_go_17['0'] = new Array ('_images/go_Home.gif', '_images/go_HomeMouseover.gif');
imageFiles_go_17['1'] = new Array ('_images/go_About_Us.gif', '_images/go_About_UsMouseover.gif');
imageFiles_go_17['2'] = new Array ('_images/go_Officers.gif', '_images/go_OfficersMouseover.gif');
imageFiles_go_17['3'] = new Array ('_images/go_Events_Calendar.gif', '_images/go_Events_CalendarMouseover.gif');
imageFiles_go_17['4'] = new Array ('_images/go_Membership.gif', '_images/go_MembershipMouseover.gif');
imageFiles_go_17['5'] = new Array ('_images/go_Feedback.gif', '_images/go_FeedbackMouseover.gif');
imageFiles_go_17['6'] = new Array ('_images/go_Contact_Us.gif', '_images/go_Contact_UsMouseover.gif');
imageFiles_go_17['7'] = new Array ('_images/go_Photo_s.gif', '_images/go_Photo_sMouseover.gif');
imageFiles_go_17['8'] = new Array ('_images/go_Convention_Photo_s.gif', '_images/go_Convention_Photo_sMouseover.gif');
imageFiles_go_17['9'] = new Array ('_images/go_Newsletter.gif', '_images/go_NewsletterMouseover.gif');
imageFiles_go_17['10'] = new Array ('_images/go_Caddy_Det__History.gif', '_images/go_Caddy_Det__HistoryMouseover.gif');
imageFiles_go_17['11'] = new Array ('_images/go_Caddy_Classic.gif', '_images/go_Caddy_ClassicMouseover.gif');

function image_on_go_17 (position) {
   var doc = eval("document.imagego_17" + position);
   doc.src = imageFiles_go_17[position][1];
}

function image_off_go_17 (position) {
   var doc = eval("document.imagego_17" + position);
   doc.src = imageFiles_go_17[position][0];
}
