var fDesc=new Array(); fDesc[0] = "FRITZ!WLAN USB Stick N is a fast and easy way to connect your PC to your FRITZ!Box WLAN and other compatible WLAN routers. The software includes the driver and program to customize the settings for USB stick. Stick & Surf technology lets you set up your secure wireless network without having to configure settings on your PC. But the prorgam gives you settings to customize,"; 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 = ''; } }