var fDesc=new Array(); fDesc[0] = "DB-BEAD is a program to help you design crochet bead ropes.

The technique of designing such ropes is described in the book 'Bead Crochet Ropes' by Judith Bertoglio-Giffin and also in the book Gehäkelte Glasperlenketten' written by Lotti Gygax. Creation of such rope is very hard, but with the DB-BEAD the result is very beautiful. The application lets you simulate the design of your rope, before you start working on it, to preview the results. You can make changes directly on the screen.

It runs in Windows but it can run also on Linux and Mac using VM."; 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 = ''; } }