var imageFiles_g_1 = new Array();
imageFiles_g_1['0'] = new Array ('_images/g_Shipping___Policies.gif', '_images/g_Shipping___PoliciesMouseover.gif');

function image_on_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][1];
}

function image_off_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][0];
}

