var fDesc=new Array(); fDesc[0] = "exploRUG is an online marketing tool for your custom rug business. It allows users to browse through your collection of designs under different categories and create their own color combinations from among your list of available colors. Users can even customize the material (wool or silk) and weave (pile or loop) and see realistic simulations as a carpet, close up views, or laid out in different rooms. The customized rug can then be ordered online with all the customization information automatically included in the order."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }