var fDesc=new Array(); fDesc[0] = "HiliSoft UPnP Browser is the free version of HiliSoft UPnP Explorer. This is a Windows GUI tool to explore and manipulate UPnP Devices. UPnP Explorer can discover the devices on the networks and show them in the view of a tree. Users can manage the devices by sending actions, querying variables, subscribing events and visiting the web. Virtual Device could run a Device Simulator according to XML files loaded, providing full functions of a UPnP Device."; 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 = ''; } }