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

function image_on_dg_1 (position) {
   var doc = eval("document.imagedg_1" + position);
   doc.src = imageFiles_dg_1[position][1];
}

function image_off_dg_1 (position) {
   var doc = eval("document.imagedg_1" + position);
   doc.src = imageFiles_dg_1[position][0];
}
