var imageFiles_nj_7 = new Array();
imageFiles_nj_7['0'] = new Array ('_images/nj_Bulletins___Program_Covers.gif', '_images/nj_Bulletins___Program_CoversMouseover.gif');
imageFiles_nj_7['1'] = new Array ('_images/nj_Certificates.gif', '_images/nj_CertificatesMouseover.gif');
imageFiles_nj_7['2'] = new Array ('_images/nj_Graduation___Awards_Items.gif', '_images/nj_Graduation___Awards_ItemsMouseover.gif');

function image_on_nj_7 (position) {
   var doc = eval("document.imagenj_7" + position);
   doc.src = imageFiles_nj_7[position][1];
}

function image_off_nj_7 (position) {
   var doc = eval("document.imagenj_7" + position);
   doc.src = imageFiles_nj_7[position][0];
}
