var fDesc=new Array(); fDesc[0] = "EZ Wedding Productions is unmatched on the market today for the features it provides. The speed at which you can create a wedding production proposal of professional appearance is amazing. And because it serves just one purpose - that being... to design, save and print only itemized wedding event contract proposals, it's simple to use. Its "what you see is what you get" format makes it very clear how the final document will appear."; 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 = ''; } }