var imageFiles_3j_28 = new Array();
imageFiles_3j_28['0'] = new Array ('_images/3j_Home.gif', '_images/3j_HomeMouseover.gif');
imageFiles_3j_28['1'] = new Array ('_images/3j_About_Us.gif', '_images/3j_About_UsMouseover.gif');
imageFiles_3j_28['2'] = new Array ('_images/3j_Feedback.gif', '_images/3j_FeedbackMouseover.gif');
imageFiles_3j_28['3'] = new Array ('_images/3j_Contact_Us.gif', '_images/3j_Contact_UsMouseover.gif');

function image_on_3j_28 (position) {
   var doc = eval("document.image3j_28" + position);
   doc.src = imageFiles_3j_28[position][1];
}

function image_off_3j_28 (position) {
   var doc = eval("document.image3j_28" + position);
   doc.src = imageFiles_3j_28[position][0];
}
