var fDesc=new Array(); fDesc[0] = "Plezer Digital Press allows you to place and track orders. The application features account integration which makes it easier to check all the current pending orders from the Plaza website. You also have the possibility to send the images to be printed in different ways presented on the official website."; 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 = ''; } }