var imageFiles_1js_1 = new Array();
imageFiles_1js_1['0'] = new Array ('_images/1js_New_Offering.gif', '_images/1js_New_OfferingMouseover.gif');

function image_on_1js_1 (position) {
   var doc = eval("document.image1js_1" + position);
   doc.src = imageFiles_1js_1[position][1];
}

function image_off_1js_1 (position) {
   var doc = eval("document.image1js_1" + position);
   doc.src = imageFiles_1js_1[position][0];
}

