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

function image_on_9r_49 (position) {
   var doc = eval("document.image9r_49" + position);
   doc.src = imageFiles_9r_49[position][1];
}

function image_off_9r_49 (position) {
   var doc = eval("document.image9r_49" + position);
   doc.src = imageFiles_9r_49[position][0];
}

