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

function image_on_5n_103 (position) {
   var doc = eval("document.image5n_103" + position);
   doc.src = imageFiles_5n_103[position][1];
}

function image_off_5n_103 (position) {
   var doc = eval("document.image5n_103" + position);
   doc.src = imageFiles_5n_103[position][0];
}

