var imageFiles_3odhs_3 = new Array();
imageFiles_3odhs_3['0'] = new Array ('_images/3odhs_Home.gif', '_images/3odhs_HomeMouseover.gif');
imageFiles_3odhs_3['1'] = new Array ('_images/3odhs_Contact_Us.gif', '_images/3odhs_Contact_UsMouseover.gif');
imageFiles_3odhs_3['2'] = new Array ('_images/3odhs_Yarns.gif', '_images/3odhs_YarnsMouseover.gif');
imageFiles_3odhs_3['3'] = new Array ('_images/3odhs_Bags__Buttons____.gif', '_images/3odhs_Bags__Buttons____Mouseover.gif');
imageFiles_3odhs_3['4'] = new Array ('_images/3odhs_Visit_our_Blog.gif', '_images/3odhs_Visit_our_BlogMouseover.gif');
imageFiles_3odhs_3['5'] = new Array ('_images/3odhs_Feedback.gif', '_images/3odhs_FeedbackMouseover.gif');

function image_on_3odhs_3 (position) {
   var doc = eval("document.image3odhs_3" + position);
   doc.src = imageFiles_3odhs_3[position][1];
}

function image_off_3odhs_3 (position) {
   var doc = eval("document.image3odhs_3" + position);
   doc.src = imageFiles_3odhs_3[position][0];
}
