var fDesc=new Array(); fDesc[0] = "This application will let you control easily GSM RELE 3, GSM RELE 4 , GSM-SP10 from PC via USB port or via GPRS. The application is built on the Adobe Air Platforms. Once the device is connected, the main interface will provide the necessary tools to change various parameters."; 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 = ''; } }