var imageFiles_9g_21 = new Array();
imageFiles_9g_21['0'] = new Array ('_images/9g___HOME__.gif', '_images/9g___HOME__Mouseover.gif');
imageFiles_9g_21['1'] = new Array ('_images/9g___CONTACT_US__.gif', '_images/9g___CONTACT_US__Mouseover.gif');
imageFiles_9g_21['2'] = new Array ('_images/9g___COMPANY_INFO__.gif', '_images/9g___COMPANY_INFO__Mouseover.gif');

function image_on_9g_21 (position) {
   var doc = eval("document.image9g_21" + position);
   doc.src = imageFiles_9g_21[position][1];
}

function image_off_9g_21 (position) {
   var doc = eval("document.image9g_21" + position);
   doc.src = imageFiles_9g_21[position][0];
}
