var fDesc=new Array(); fDesc[0] = "Wi-Fi GO! is a free program that provides DLNA streaming and a Remote Desktop functions. You can quickly set up and connect anywhere at home thanks to instant access point and device detection. You can play HD content, music and photos on your DLNA devices via Wi-Fi connectivity from the PC."; 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 = ''; } }