var fDesc=new Array(); fDesc[0] = "Colasoft Capsa WiFi Demo is a powerful and professional wireless network analyzer designed for complete 802.11 a/b/g/n wireless network troubleshooting, monitoring and analysis with any of the most popular wireless network adapters. Amost all wireless cards supported by Windows Vista and Windows 7 will work with Colasoft Capsa WiFi Demo, no special wireless network adapter required."; 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 = ''; } }