var fDesc=new Array(); fDesc[0] = "CADSTAR Express provides a quick and easy way for you to experience the basic features of our standard PCB solution. It includes all the functionality of CADSTAR 13.0, limited to 300 pins and 50 components, plus the opportunity to experience Zuken's advanced P.R.Editor XR 2000."; 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 = ''; } }