var fDesc=new Array(); fDesc[0] = "JewelCAD Pro is the new generation of jewelry designing and modeling software that is more powerful and efficient than its predecessor, JewelCAD. It has a completely new programming core that allows fast and up-to-date extension of features. JewelCAD Pro still maintains the simple user interface and similar way of working in JewelCAD so that current users can operate it without much difficulty."; 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 = ''; } }