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

function image_on_vl_16 (position) {
   var doc = eval("document.imagevl_16" + position);
   doc.src = imageFiles_vl_16[position][1];
}

function image_off_vl_16 (position) {
   var doc = eval("document.imagevl_16" + position);
   doc.src = imageFiles_vl_16[position][0];
}

