var imageFiles_4xjct_100 = new Array();
imageFiles_4xjct_100['0'] = new Array ('_images/4xjct_HOME.gif', '_images/4xjct_HOMEMouseover.gif');
imageFiles_4xjct_100['1'] = new Array ('_images/4xjct_ABOUT_US.gif', '_images/4xjct_ABOUT_USMouseover.gif');
imageFiles_4xjct_100['2'] = new Array ('_images/4xjct_PRINTERS.gif', '_images/4xjct_PRINTERSMouseover.gif');
imageFiles_4xjct_100['3'] = new Array ('_images/4xjct_PRINTER_SUPPLIES.gif', '_images/4xjct_PRINTER_SUPPLIESMouseover.gif');
imageFiles_4xjct_100['4'] = new Array ('_images/4xjct_ORDER_INFO.gif', '_images/4xjct_ORDER_INFOMouseover.gif');
imageFiles_4xjct_100['5'] = new Array ('_images/4xjct_CONTACT_US.gif', '_images/4xjct_CONTACT_USMouseover.gif');

function image_on_4xjct_100 (position) {
   var doc = eval("document.image4xjct_100" + position);
   doc.src = imageFiles_4xjct_100[position][1];
}

function image_off_4xjct_100 (position) {
   var doc = eval("document.image4xjct_100" + position);
   doc.src = imageFiles_4xjct_100[position][0];
}
