var fDesc=new Array(); fDesc[0] = "SingleClick CONNECT is a simple, powerful tool for Home and Small Office users to connect, protect and share their digital world. SingleClick CONNECT helps the most novice user set up a secure wireless network, easily sharing printers, photos, music and videos while automatically detecting and repairing common networking issues. A built-in interface provides access to SingleClick Systems's global connectivity network for instant, secure access to all the devices in the network from your laptop, cell phone, Netbook or any Internet-enabled 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 = ''; } }