var imageFiles_3hn_1 = new Array();
imageFiles_3hn_1['0'] = new Array ('_images/3hn_E_Mail_Tim.gif', '_images/3hn_E_Mail_TimMouseover.gif');
imageFiles_3hn_1['1'] = new Array ('_images/3hn_Hay_Growers.gif', '_images/3hn_Hay_GrowersMouseover.gif');
imageFiles_3hn_1['2'] = new Array ('_images/3hn_Ag_Equipment.gif', '_images/3hn_Ag_EquipmentMouseover.gif');
imageFiles_3hn_1['3'] = new Array ('_images/3hn_Transportation.gif', '_images/3hn_TransportationMouseover.gif');
imageFiles_3hn_1['4'] = new Array ('_images/3hn_Join_Us_At_Facebook.gif', '_images/3hn_Join_Us_At_FacebookMouseover.gif');

function image_on_3hn_1 (position) {
   var doc = eval("document.image3hn_1" + position);
   doc.src = imageFiles_3hn_1[position][1];
}

function image_off_3hn_1 (position) {
   var doc = eval("document.image3hn_1" + position);
   doc.src = imageFiles_3hn_1[position][0];
}
