var fDesc=new Array(); fDesc[0] = "Sprint-Layout - this software is getting more and more famous. If you need a software to design your PCB’s easy and fast, you can’t get away from Sprint-Layout! Many thousand satisfied users can’t be mistaken. Sprint-Layout with its marvellous handling is simply unbeatable! There isn´t any “ballast” making it difficult to keep the overview. The logical and understandable structure of Sprint-Layout is very easy to learn. You can concentrate to the essential thing: The optimized PCB design."; 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 = ''; } }