var imageFiles_jj_9 = new Array();
imageFiles_jj_9['0'] = new Array ('_images/jj_Home.gif', '_images/jj_HomeMouseover.gif');
imageFiles_jj_9['1'] = new Array ('_images/jj_Our_Video.gif', '_images/jj_Our_VideoMouseover.gif');
imageFiles_jj_9['2'] = new Array ('_images/jj_About_Us.gif', '_images/jj_About_UsMouseover.gif');
imageFiles_jj_9['3'] = new Array ('_images/jj_Contact_Us.gif', '_images/jj_Contact_UsMouseover.gif');
imageFiles_jj_9['4'] = new Array ('_images/jj_Feedback.gif', '_images/jj_FeedbackMouseover.gif');

function image_on_jj_9 (position) {
   var doc = eval("document.imagejj_9" + position);
   doc.src = imageFiles_jj_9[position][1];
}

function image_off_jj_9 (position) {
   var doc = eval("document.imagejj_9" + position);
   doc.src = imageFiles_jj_9[position][0];
}

