var imageFiles_36gth_11 = new Array();
imageFiles_36gth_11['0'] = new Array ('_images/36gth_Home.gif', '_images/36gth_HomeMouseover.gif');
imageFiles_36gth_11['1'] = new Array ('_images/36gth_Online_Store.gif', '_images/36gth_Online_StoreMouseover.gif');
imageFiles_36gth_11['2'] = new Array ('_images/36gth_Contact_Us.gif', '_images/36gth_Contact_UsMouseover.gif');
imageFiles_36gth_11['3'] = new Array ('_images/36gth_FAQ.gif', '_images/36gth_FAQMouseover.gif');
imageFiles_36gth_11['4'] = new Array ('_images/36gth_Feedback.gif', '_images/36gth_FeedbackMouseover.gif');
imageFiles_36gth_11['5'] = new Array ('_images/36gth_Shipping.gif', '_images/36gth_ShippingMouseover.gif');

function image_on_36gth_11 (position) {
   var doc = eval("document.image36gth_11" + position);
   doc.src = imageFiles_36gth_11[position][1];
}

function image_off_36gth_11 (position) {
   var doc = eval("document.image36gth_11" + position);
   doc.src = imageFiles_36gth_11[position][0];
}

