var fDesc=new Array(); fDesc[0] = "iDJet software is a powerful program that enables you to produce ID cards. It provides support for text and photo effects such as shadow, glow, reflection, stroke, you can crop camera images and scanned images. It is useful for all kind of industries and organizations that require ID cards for their employees."; 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 = ''; } }