var fDesc=new Array(); fDesc[0] = "It allows you to create your own patterns from digital images and photographs. Quickly create patterns with the easy-to-use drawing tools. Print patterns to any size and with any line thickness. With this app you can turn a picture of a classic car into a pattern that can be printed as small as a thumbnail or as large as an actual car using your inkjet or laser printer."; 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 = ''; } }