var imageFiles_k_52 = new Array();
imageFiles_k_52['0'] = new Array ('_images/k_HOME_.gif', '_images/k_HOME_Mouseover.gif');
imageFiles_k_52['1'] = new Array ('_images/k_OUR_STORY.gif', '_images/k_OUR_STORYMouseover.gif');
imageFiles_k_52['2'] = new Array ('_images/k_QUALITY_.gif', '_images/k_QUALITY_Mouseover.gif');
imageFiles_k_52['3'] = new Array ('_images/k_FEEDBACK.gif', '_images/k_FEEDBACKMouseover.gif');
imageFiles_k_52['4'] = new Array ('_images/k_CONTACT_US.gif', '_images/k_CONTACT_USMouseover.gif');
imageFiles_k_52['5'] = new Array ('_images/k_Easy_Quote.gif', '_images/k_Easy_QuoteMouseover.gif');

function image_on_k_52 (position) {
   var doc = eval("document.imagek_52" + position);
   doc.src = imageFiles_k_52[position][1];
}

function image_off_k_52 (position) {
   var doc = eval("document.imagek_52" + position);
   doc.src = imageFiles_k_52[position][0];
}
