var imageFiles_w6_3 = new Array();
imageFiles_w6_3['0'] = new Array ('_images/w6_Breeding_History.gif', '_images/w6_Breeding_HistoryMouseover.gif');
imageFiles_w6_3['1'] = new Array ('_images/w6_Flying_A_Mares.gif', '_images/w6_Flying_A_MaresMouseover.gif');
imageFiles_w6_3['2'] = new Array ('_images/w6_2010_Foals.gif', '_images/w6_2010_FoalsMouseover.gif');
imageFiles_w6_3['3'] = new Array ('_images/w6_Back_to_the_Ranch.gif', '_images/w6_Back_to_the_RanchMouseover.gif');

function image_on_w6_3 (position) {
   var doc = eval("document.imagew6_3" + position);
   doc.src = imageFiles_w6_3[position][1];
}

function image_off_w6_3 (position) {
   var doc = eval("document.imagew6_3" + position);
   doc.src = imageFiles_w6_3[position][0];
}
