var imageFiles_x_1 = new Array();
imageFiles_x_1['0'] = new Array ('_images/x_VISIT_G___J.gif', '_images/x_VISIT_G___JMouseover.gif');
imageFiles_x_1['1'] = new Array ('_images/x_1969_IKF.gif', '_images/x_1969_IKFMouseover.gif');

function image_on_x_1 (position) {
   var doc = eval("document.imagex_1" + position);
   doc.src = imageFiles_x_1[position][1];
}

function image_off_x_1 (position) {
   var doc = eval("document.imagex_1" + position);
   doc.src = imageFiles_x_1[position][0];
}
