var imageFiles_1n_1 = new Array();
imageFiles_1n_1['0'] = new Array ('_images/1n_SUBSCRIBE.gif', '_images/1n_SUBSCRIBEMouseover.gif');
imageFiles_1n_1['1'] = new Array ('_images/1n_COR_ONLINE.gif', '_images/1n_COR_ONLINEMouseover.gif');
imageFiles_1n_1['2'] = new Array ('_images/1n_CONTACT_US.gif', '_images/1n_CONTACT_USMouseover.gif');

function image_on_1n_1 (position) {
   var doc = eval("document.image1n_1" + position);
   doc.src = imageFiles_1n_1[position][1];
}

function image_off_1n_1 (position) {
   var doc = eval("document.image1n_1" + position);
   doc.src = imageFiles_1n_1[position][0];
}
