var imageFiles_36gth_21 = new Array();
imageFiles_36gth_21['0'] = new Array ('_images/36gth_All_C_s_Home.gif', '_images/36gth_All_C_s_HomeMouseover.gif');
imageFiles_36gth_21['1'] = new Array ('_images/36gth_Client_Shopping.gif', '_images/36gth_Client_ShoppingMouseover.gif');
imageFiles_36gth_21['2'] = new Array ('_images/36gth_Services.gif', '_images/36gth_ServicesMouseover.gif');
imageFiles_36gth_21['3'] = new Array ('_images/36gth_About_Us.gif', '_images/36gth_About_UsMouseover.gif');
imageFiles_36gth_21['4'] = new Array ('_images/36gth_Feedback.gif', '_images/36gth_FeedbackMouseover.gif');
imageFiles_36gth_21['5'] = new Array ('_images/36gth_Contact_Us.gif', '_images/36gth_Contact_UsMouseover.gif');

function image_on_36gth_21 (position) {
   var doc = eval("document.image36gth_21" + position);
   doc.src = imageFiles_36gth_21[position][1];
}

function image_off_36gth_21 (position) {
   var doc = eval("document.image36gth_21" + position);
   doc.src = imageFiles_36gth_21[position][0];
}

