var imageFiles_lc_3 = new Array();
imageFiles_lc_3['0'] = new Array ('_images/lc_Home.gif', '_images/lc_HomeMouseover.gif');
imageFiles_lc_3['1'] = new Array ('_images/lc_About_Us.gif', '_images/lc_About_UsMouseover.gif');
imageFiles_lc_3['2'] = new Array ('_images/lc_Contact_Us.gif', '_images/lc_Contact_UsMouseover.gif');
imageFiles_lc_3['3'] = new Array ('_images/lc_Feedback.gif', '_images/lc_FeedbackMouseover.gif');
imageFiles_lc_3['4'] = new Array ('_images/lc_FAQ.gif', '_images/lc_FAQMouseover.gif');
imageFiles_lc_3['5'] = new Array ('_images/lc_Order_Form.gif', '_images/lc_Order_FormMouseover.gif');
imageFiles_lc_3['6'] = new Array ('_images/lc_catalog.gif', '_images/lc_catalogMouseover.gif');

function image_on_lc_3 (position) {
   var doc = eval("document.imagelc_3" + position);
   doc.src = imageFiles_lc_3[position][1];
}

function image_off_lc_3 (position) {
   var doc = eval("document.imagelc_3" + position);
   doc.src = imageFiles_lc_3[position][0];
}
