var fDesc=new Array(); fDesc[0] = "EasyNavigate is the user interface tool for developers whose solutions are based on Microsoft Access platform. Every user likes to work with a software that has a nice user interface. EasyNavigate gives your applications a new fresh look and feel. EasyNavigate has a rich set of features and options which helps you to customize navigation menu according to your needs. EasyNavigate offers you a set of tools for setting up inside application."; 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 = ''; } }