var imageFiles_5f7_1 = new Array();
imageFiles_5f7_1['0'] = new Array ('_images/5f7_Ranch_Hand.gif', '_images/5f7_Ranch_HandMouseover.gif');
imageFiles_5f7_1['1'] = new Array ('_images/5f7_Stampede.gif', '_images/5f7_StampedeMouseover.gif');
imageFiles_5f7_1['2'] = new Array ('_images/5f7_Roper.gif', '_images/5f7_RoperMouseover.gif');
imageFiles_5f7_1['3'] = new Array ('_images/5f7_Foreman.gif', '_images/5f7_ForemanMouseover.gif');

function image_on_5f7_1 (position) {
   var doc = eval("document.image5f7_1" + position);
   doc.src = imageFiles_5f7_1[position][1];
}

function image_off_5f7_1 (position) {
   var doc = eval("document.image5f7_1" + position);
   doc.src = imageFiles_5f7_1[position][0];
}
