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

function image_on_lc_1 (position) {
   var doc = eval("document.imagelc_1" + position);
   doc.src = imageFiles_lc_1[position][1];
}

function image_off_lc_1 (position) {
   var doc = eval("document.imagelc_1" + position);
   doc.src = imageFiles_lc_1[position][0];
}
