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

function image_on_mx_3 (position) {
   var doc = eval("document.imagemx_3" + position);
   doc.src = imageFiles_mx_3[position][1];
}

function image_off_mx_3 (position) {
   var doc = eval("document.imagemx_3" + position);
   doc.src = imageFiles_mx_3[position][0];
}
