var imageFiles_f7mp_31 = new Array();
imageFiles_f7mp_31['0'] = new Array ('_images/f7mp_Home.gif', '_images/f7mp_HomeMouseover.gif');
imageFiles_f7mp_31['1'] = new Array ('_images/f7mp_About_Us.gif', '_images/f7mp_About_UsMouseover.gif');
imageFiles_f7mp_31['2'] = new Array ('_images/f7mp_Feedback.gif', '_images/f7mp_FeedbackMouseover.gif');
imageFiles_f7mp_31['3'] = new Array ('_images/f7mp_Cart.gif', '_images/f7mp_CartMouseover.gif');
imageFiles_f7mp_31['4'] = new Array ('_images/f7mp_Contact_Us.gif', '_images/f7mp_Contact_UsMouseover.gif');

function image_on_f7mp_31 (position) {
   var doc = eval("document.imagef7mp_31" + position);
   doc.src = imageFiles_f7mp_31[position][1];
}

function image_off_f7mp_31 (position) {
   var doc = eval("document.imagef7mp_31" + position);
   doc.src = imageFiles_f7mp_31[position][0];
}
