var imageFiles_vl_10 = new Array();
imageFiles_vl_10['0'] = new Array ('_images/vl_Home.gif', '_images/vl_HomeMouseover.gif');
imageFiles_vl_10['1'] = new Array ('_images/vl_About_Us.gif', '_images/vl_About_UsMouseover.gif');
imageFiles_vl_10['2'] = new Array ('_images/vl_Contact_Us.gif', '_images/vl_Contact_UsMouseover.gif');
imageFiles_vl_10['3'] = new Array ('_images/vl_Feedback.gif', '_images/vl_FeedbackMouseover.gif');
imageFiles_vl_10['4'] = new Array ('_images/vl_FAQ.gif', '_images/vl_FAQMouseover.gif');

function image_on_vl_10 (position) {
   var doc = eval("document.imagevl_10" + position);
   doc.src = imageFiles_vl_10[position][1];
}

function image_off_vl_10 (position) {
   var doc = eval("document.imagevl_10" + position);
   doc.src = imageFiles_vl_10[position][0];
}
