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

function image_on_f7mp_13 (position) {
   var doc = eval("document.imagef7mp_13" + position);
   doc.src = imageFiles_f7mp_13[position][1];
}

function image_off_f7mp_13 (position) {
   var doc = eval("document.imagef7mp_13" + position);
   doc.src = imageFiles_f7mp_13[position][0];
}
