var imageFiles_g_19 = new Array();
imageFiles_g_19['0'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');

function image_on_g_19 (position) {
   var doc = eval("document.imageg_19" + position);
   doc.src = imageFiles_g_19[position][1];
}

function image_off_g_19 (position) {
   var doc = eval("document.imageg_19" + position);
   doc.src = imageFiles_g_19[position][0];
}
