var fDesc=new Array(); fDesc[0] = "Javelin5TM is a neat and powerful application that provides easy and flexible features to manage all card design, printing needs and encoding solutions. Javelin5 makes it easy to design great looking cards with its capacity to integrate any image type and powerful design tools such as transparency, cut-out-colour, rounded corners and so much more."; 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 = ''; } }