var fDesc=new Array(); fDesc[0] = "Radio and Rotate Control Utility is a free program that can only be used on Latitude ST for control wireless radio and display rotation function. The application is a customer installation package that has support for Microsoft Windows 7 32-bit and it works only on Dell products."; 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 = ''; } }