var fDesc=new Array(); fDesc[0] = "EasyBeadPatterns is a tool designed to create bead patterns from an image. The program features a pallete of 575 11/0 Delica beads and another of 575 11/0 Hex Cut beads. The user can automatically reduce the number of colors in an image and export bead patterns as images or word charts. You can select color from pattern, zoom, print or edit patterns and much more."; 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 = ''; } }