var imageFiles_q2_16 = new Array();
imageFiles_q2_16['0'] = new Array ('_images/q2_Pendants.gif', '_images/q2_PendantsMouseover.gif');

function image_on_q2_16 (position) {
   var doc = eval("document.imageq2_16" + position);
   doc.src = imageFiles_q2_16[position][1];
}

function image_off_q2_16 (position) {
   var doc = eval("document.imageq2_16" + position);
   doc.src = imageFiles_q2_16[position][0];
}
