var fDesc=new Array(); fDesc[0] = "It features 12 high-quality 12x12 papers all created 300 dpi for optimal printing.
Worn Paper Pack is easy to install and easy to manipulate. It was specially designed for those who like to create allot of beautiful images. Designers have now a very good tool."; 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 = ''; } }