var imageFiles_k_13 = new Array();
imageFiles_k_13['0'] = new Array ('_images/k_HOME.gif', '_images/k_HOMEMouseover.gif');
imageFiles_k_13['1'] = new Array ('_images/k_HISTORY.gif', '_images/k_HISTORYMouseover.gif');
imageFiles_k_13['2'] = new Array ('_images/k_PHARMACY_STAFF.gif', '_images/k_PHARMACY_STAFFMouseover.gif');
imageFiles_k_13['3'] = new Array ('_images/k_MAP___DIRECTIONS.gif', '_images/k_MAP___DIRECTIONSMouseover.gif');
imageFiles_k_13['4'] = new Array ('_images/k_FAQ.gif', '_images/k_FAQMouseover.gif');
imageFiles_k_13['5'] = new Array ('_images/k_CONTACT_US.gif', '_images/k_CONTACT_USMouseover.gif');

function image_on_k_13 (position) {
   var doc = eval("document.imagek_13" + position);
   doc.src = imageFiles_k_13[position][1];
}

function image_off_k_13 (position) {
   var doc = eval("document.imagek_13" + position);
   doc.src = imageFiles_k_13[position][0];
}
