var fDesc=new Array(); fDesc[0] = "The LinkManager is designed for remote programming and servicing of industrial equipment. The app displays a view of all your sites and SiteManagers and each device will be shown with the name given when initially configured, its type and whether it is online or not. Just locate the device you want to connect to, click it, and you are online with it."; 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 = ''; } }