var fDesc=new Array(); fDesc[0] = "Tweaking.com - Envelope Printer is a program that helps you print the Return and Delivery information for your envelopes. This way it won't be needed to handwrite them and save a lot of time. Not only will it save and store all the addresses you want but it can even print out a picture along side your return address for an added personal touch to the envelopes, such as a company logo."; 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 = ''; } }