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

function image_on_5n_67 (position) {
   var doc = eval("document.image5n_67" + position);
   doc.src = imageFiles_5n_67[position][1];
}

function image_off_5n_67 (position) {
   var doc = eval("document.image5n_67" + position);
   doc.src = imageFiles_5n_67[position][0];
}

