var imageFiles_6g_1 = new Array();
imageFiles_6g_1['0'] = new Array ('_images/6g_Home.gif', '_images/6g_HomeMouseover.gif');
imageFiles_6g_1['1'] = new Array ('_images/6g_About_Us.gif', '_images/6g_About_UsMouseover.gif');
imageFiles_6g_1['2'] = new Array ('_images/6g_Services.gif', '_images/6g_ServicesMouseover.gif');
imageFiles_6g_1['3'] = new Array ('_images/6g_Contact_Us.gif', '_images/6g_Contact_UsMouseover.gif');
imageFiles_6g_1['4'] = new Array ('_images/6g_Order_Form.gif', '_images/6g_Order_FormMouseover.gif');
imageFiles_6g_1['5'] = new Array ('_images/6g_Feedback.gif', '_images/6g_FeedbackMouseover.gif');

function image_on_6g_1 (position) {
   var doc = eval("document.image6g_1" + position);
   doc.src = imageFiles_6g_1[position][1];
}

function image_off_6g_1 (position) {
   var doc = eval("document.image6g_1" + position);
   doc.src = imageFiles_6g_1[position][0];
}

