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

function image_on_vl_13 (position) {
   var doc = eval("document.imagevl_13" + position);
   doc.src = imageFiles_vl_13[position][1];
}

function image_off_vl_13 (position) {
   var doc = eval("document.imagevl_13" + position);
   doc.src = imageFiles_vl_13[position][0];
}
