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

function image_on_dg_13 (position) {
   var doc = eval("document.imagedg_13" + position);
   doc.src = imageFiles_dg_13[position][1];
}

function image_off_dg_13 (position) {
   var doc = eval("document.imagedg_13" + position);
   doc.src = imageFiles_dg_13[position][0];
}
