var fDesc=new Array(); fDesc[0] = "The design, presentation and powerful capabilities make Custom Framer - Art the ideal sales tool for professionals. Custom Framer - Art has two framing modes, a graphics mode and a forms based mode. Both modes can generate pricing and visualization but you do not have to use the graphics features or you can use the graphics capability and ignore the pricing."; 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 = ''; } }