var imageFiles_gj_19 = new Array();
imageFiles_gj_19['0'] = new Array ('_images/gj_Case_Results.gif', '_images/gj_Case_ResultsMouseover.gif');
imageFiles_gj_19['1'] = new Array ('_images/gj_Testimonials.gif', '_images/gj_TestimonialsMouseover.gif');
imageFiles_gj_19['2'] = new Array ('_images/gj_FAQ_s.gif', '_images/gj_FAQ_sMouseover.gif');

function image_on_gj_19 (position) {
   var doc = eval("document.imagegj_19" + position);
   doc.src = imageFiles_gj_19[position][1];
}

function image_off_gj_19 (position) {
   var doc = eval("document.imagegj_19" + position);
   doc.src = imageFiles_gj_19[position][0];
}

