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

function image_on_gj_11 (position) {
   var doc = eval("document.imagegj_11" + position);
   doc.src = imageFiles_gj_11[position][1];
}

function image_off_gj_11 (position) {
   var doc = eval("document.imagegj_11" + position);
   doc.src = imageFiles_gj_11[position][0];
}

