var imageFiles_9k_1 = new Array();
imageFiles_9k_1['0'] = new Array ('_images/9k_Canton__MA.gif', '_images/9k_Canton__MAMouseover.gif');
imageFiles_9k_1['1'] = new Array ('_images/9k_Springfield__MA.gif', '_images/9k_Springfield__MAMouseover.gif');
imageFiles_9k_1['2'] = new Array ('_images/9k_Burlington__NC.gif', '_images/9k_Burlington__NCMouseover.gif');
imageFiles_9k_1['3'] = new Array ('_images/9k_Greer__SC.gif', '_images/9k_Greer__SCMouseover.gif');
imageFiles_9k_1['4'] = new Array ('_images/9k_Lynchburg__VA.gif', '_images/9k_Lynchburg__VAMouseover.gif');

function image_on_9k_1 (position) {
   var doc = eval("document.image9k_1" + position);
   doc.src = imageFiles_9k_1[position][1];
}

function image_off_9k_1 (position) {
   var doc = eval("document.image9k_1" + position);
   doc.src = imageFiles_9k_1[position][0];
}
