var fDesc=new Array(); fDesc[0] = "KnotWorker is Goldcup Software's versatile knotwork design tool. Even if you have no experience of Celtic knotwork design you'll be creating knots in minutes.

Main features:
-Quickly draw knotwork designs without any previous experience
-Use the 60 KnotStyles supplied with KnotWorker to give character to your knots - or create your own!
-Edit the flow of knots using the Breakline Editor
-Arrange your designs on a page using drag and drop
-Add image effects, including colour phase and outline
-Quickly change the colour of a knot, rotate, flip, and control layer position
-Save your design in the Windows Bitmap format for use in your favourite wordprocessor, DTP program or graphics editor
-Save your design in the native KWD format for editing later
-Tutorials teach you how to draw knots and how to create your own KnotStyles using the KnotStyle Editor"; 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 = ''; } }