var imageFiles_f7mp_1 = new Array();
imageFiles_f7mp_1['0'] = new Array ('_images/f7mp_Home.gif', '_images/f7mp_HomeMouseover.gif');
imageFiles_f7mp_1['1'] = new Array ('_images/f7mp_Case_Studies.gif', '_images/f7mp_Case_StudiesMouseover.gif');
imageFiles_f7mp_1['2'] = new Array ('_images/f7mp_Solutions.gif', '_images/f7mp_SolutionsMouseover.gif');
imageFiles_f7mp_1['3'] = new Array ('_images/f7mp_Our_Team.gif', '_images/f7mp_Our_TeamMouseover.gif');
imageFiles_f7mp_1['4'] = new Array ('_images/f7mp_Feedback.gif', '_images/f7mp_FeedbackMouseover.gif');
imageFiles_f7mp_1['5'] = new Array ('_images/f7mp_Contact_Us.gif', '_images/f7mp_Contact_UsMouseover.gif');
imageFiles_f7mp_1['6'] = new Array ('_images/f7mp_News.gif', '_images/f7mp_NewsMouseover.gif');
imageFiles_f7mp_1['7'] = new Array ('_images/f7mp_Blog.gif', '_images/f7mp_BlogMouseover.gif');
imageFiles_f7mp_1['8'] = new Array ('_images/f7mp_Resources.gif', '_images/f7mp_ResourcesMouseover.gif');
imageFiles_f7mp_1['9'] = new Array ('_images/f7mp_Training.gif', '_images/f7mp_TrainingMouseover.gif');

function image_on_f7mp_1 (position) {
   var doc = eval("document.imagef7mp_1" + position);
   doc.src = imageFiles_f7mp_1[position][1];
}

function image_off_f7mp_1 (position) {
   var doc = eval("document.imagef7mp_1" + position);
   doc.src = imageFiles_f7mp_1[position][0];
}
