var fDesc=new Array(); fDesc[0] = "Traveltainment Bistro Portal is an application that provides booking agents to manage all their operations from one single interface. The software will need partner ID and password to access the vast database. It connects to an online server to download the latest updates."; 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 = ''; } }