var imageFiles_5n_100 = new Array();
imageFiles_5n_100['0'] = new Array ('_images/5n_BRANDING.gif', '_images/5n_BRANDINGMouseover.gif');

function image_on_5n_100 (position) {
   var doc = eval("document.image5n_100" + position);
   doc.src = imageFiles_5n_100[position][1];
}

function image_off_5n_100 (position) {
   var doc = eval("document.image5n_100" + position);
   doc.src = imageFiles_5n_100[position][0];
}
