var imageFiles_dg_16 = new Array();
imageFiles_dg_16['0'] = new Array ('_images/dg_Home.gif', '_images/dg_HomeMouseover.gif');
imageFiles_dg_16['1'] = new Array ('_images/dg_Inventory.gif', '_images/dg_InventoryMouseover.gif');
imageFiles_dg_16['2'] = new Array ('_images/dg_About_Us.gif', '_images/dg_About_UsMouseover.gif');
imageFiles_dg_16['3'] = new Array ('_images/dg_Feedback.gif', '_images/dg_FeedbackMouseover.gif');
imageFiles_dg_16['4'] = new Array ('_images/dg_Contact_Us.gif', '_images/dg_Contact_UsMouseover.gif');
imageFiles_dg_16['5'] = new Array ('_images/dg_NEW_ITEMS____.gif', '_images/dg_NEW_ITEMS____Mouseover.gif');
imageFiles_dg_16['6'] = new Array ('_images/dg_NEW_LOCATION.gif', '_images/dg_NEW_LOCATIONMouseover.gif');

function image_on_dg_16 (position) {
   var doc = eval("document.imagedg_16" + position);
   doc.src = imageFiles_dg_16[position][1];
}

function image_off_dg_16 (position) {
   var doc = eval("document.imagedg_16" + position);
   doc.src = imageFiles_dg_16[position][0];
}
