var imageFiles_19q_1 = new Array();
imageFiles_19q_1['0'] = new Array ('_images/19q_Customer_Survey.gif', '_images/19q_Customer_SurveyMouseover.gif');
imageFiles_19q_1['1'] = new Array ('_images/19q_Leave_Feedback.gif', '_images/19q_Leave_FeedbackMouseover.gif');
imageFiles_19q_1['2'] = new Array ('_images/19q_Read_Testimonials.gif', '_images/19q_Read_TestimonialsMouseover.gif');

function image_on_19q_1 (position) {
   var doc = eval("document.image19q_1" + position);
   doc.src = imageFiles_19q_1[position][1];
}

function image_off_19q_1 (position) {
   var doc = eval("document.image19q_1" + position);
   doc.src = imageFiles_19q_1[position][0];
}
