var imageFiles_9r_7 = new Array();
imageFiles_9r_7['0'] = new Array ('_images/9r_Tablecloths_101.gif', '_images/9r_Tablecloths_101Mouseover.gif');
imageFiles_9r_7['1'] = new Array ('_images/9r_Online_Store.gif', '_images/9r_Online_StoreMouseover.gif');
imageFiles_9r_7['2'] = new Array ('_images/9r_Shop_by_Sizes.gif', '_images/9r_Shop_by_SizesMouseover.gif');
imageFiles_9r_7['3'] = new Array ('_images/9r_FAQs.gif', '_images/9r_FAQsMouseover.gif');
imageFiles_9r_7['4'] = new Array ('_images/9r_Pricing_Charts.gif', '_images/9r_Pricing_ChartsMouseover.gif');

function image_on_9r_7 (position) {
   var doc = eval("document.image9r_7" + position);
   doc.src = imageFiles_9r_7[position][1];
}

function image_off_9r_7 (position) {
   var doc = eval("document.image9r_7" + position);
   doc.src = imageFiles_9r_7[position][0];
}

