var imageFiles_9g_1 = new Array();
imageFiles_9g_1['0'] = new Array ('_images/9g_LINK_EXCHANGE.gif', '_images/9g_LINK_EXCHANGEMouseover.gif');
imageFiles_9g_1['1'] = new Array ('_images/9g_NEWSLETTER.gif', '_images/9g_NEWSLETTERMouseover.gif');
imageFiles_9g_1['2'] = new Array ('_images/9g_CONTACT_US.gif', '_images/9g_CONTACT_USMouseover.gif');
imageFiles_9g_1['3'] = new Array ('_images/9g_DIRECTIONS.gif', '_images/9g_DIRECTIONSMouseover.gif');

function image_on_9g_1 (position) {
   var doc = eval("document.image9g_1" + position);
   doc.src = imageFiles_9g_1[position][1];
}

function image_off_9g_1 (position) {
   var doc = eval("document.image9g_1" + position);
   doc.src = imageFiles_9g_1[position][0];
}
