var fDesc=new Array(); fDesc[0] = "BERNINA 580 Simulator
With the simulator, you can comfortably try the many features of the BERNINA 580 on the screen. In this tutorial series we present you the wide variety of applications of the new B 580.The 5 Series was developed by a team of experts in Switzerland."; 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 = ''; } }