var imageFiles_mx_10 = new Array();
imageFiles_mx_10['0'] = new Array ('_images/mx_Bar_Stools_Chairs.gif', '_images/mx_Bar_Stools_ChairsMouseover.gif');
imageFiles_mx_10['1'] = new Array ('_images/mx_Beds.gif', '_images/mx_BedsMouseover.gif');
imageFiles_mx_10['2'] = new Array ('_images/mx_Lamps_Shelves.gif', '_images/mx_Lamps_ShelvesMouseover.gif');
imageFiles_mx_10['3'] = new Array ('_images/mx_Tables.gif', '_images/mx_TablesMouseover.gif');
imageFiles_mx_10['4'] = new Array ('_images/mx_Contact_Us.gif', '_images/mx_Contact_UsMouseover.gif');
imageFiles_mx_10['5'] = new Array ('_images/mx_Homepage.gif', '_images/mx_HomepageMouseover.gif');

function image_on_mx_10 (position) {
   var doc = eval("document.imagemx_10" + position);
   doc.src = imageFiles_mx_10[position][1];
}

function image_off_mx_10 (position) {
   var doc = eval("document.imagemx_10" + position);
   doc.src = imageFiles_mx_10[position][0];
}
