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

function image_on_mx_4 (position) {
   var doc = eval("document.imagemx_4" + position);
   doc.src = imageFiles_mx_4[position][1];
}

function image_off_mx_4 (position) {
   var doc = eval("document.imagemx_4" + position);
   doc.src = imageFiles_mx_4[position][0];
}
