var imageFiles_k0_5 = new Array();
imageFiles_k0_5['0'] = new Array ('_images/k0_PRO_SHOP.gif', '_images/k0_PRO_SHOPMouseover.gif');
imageFiles_k0_5['1'] = new Array ('_images/k0_ON_THE_EDGE_CAFE.gif', '_images/k0_ON_THE_EDGE_CAFEMouseover.gif');
imageFiles_k0_5['2'] = new Array ('_images/k0_BATTING_CENTER.gif', '_images/k0_BATTING_CENTERMouseover.gif');
imageFiles_k0_5['3'] = new Array ('_images/k0_MINIATURE_GOLF.gif', '_images/k0_MINIATURE_GOLFMouseover.gif');
imageFiles_k0_5['4'] = new Array ('_images/k0_KENT_VALLEY_HOCKEY.gif', '_images/k0_KENT_VALLEY_HOCKEYMouseover.gif');

function image_on_k0_5 (position) {
   var doc = eval("document.imagek0_5" + position);
   doc.src = imageFiles_k0_5[position][1];
}

function image_off_k0_5 (position) {
   var doc = eval("document.imagek0_5" + position);
   doc.src = imageFiles_k0_5[position][0];
}

