var fDesc=new Array(); fDesc[0] = "Even if you've never used beading software before, you'll have no problem unleashing your creativity with BeadTool. Everything you need to design beautiful bead patterns is right there in front of you - presented in an intuitive user interface. If you ever get stuck, there are some nifty instructional videos that walk you through various tasks.

Creating bead patterns from photographs has never been easier. Load most of the common image file formats such as JPG, GIF, PNG, TIFF, PICT and with a few clicks you can have a beautiful pattern"; 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 = ''; } }