var fDesc=new Array(); fDesc[0] = "Coats EDV is the first software to enable you to view your embroidery design files on screen and was developed by Wings Systems Limited. The software is compact and runs using very small amounts of computer memory. It will help you colour your design using the Coats global color charts as well as the colours you create and calculates the amount of thread you need to complete your designs. It also gives you the ability to make changes and improvements in your designs without altering the stitch formation."; 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 = ''; } }