var fDesc=new Array(); fDesc[0] = "WIFI Studio is an 802.11 (WIFI) scanner for Windows Vista, much like Netstumbler but for Vista and Windows 7.0.Features over the standard included scanner in windows Vista: ability to connect to a particular access point by MAC address; This feature is useful say when there are 5 access points with 'linksys' as the SSID, but they're not really part of the same network; Vista assumes all like-named access points are part of the same network;Trace window that lets you see what's going on inside Vista's auto-connect logic;Graphic history of signal level for each visible access point."; 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 = ''; } }