var fDesc=new Array(); fDesc[0] = "TOSHIBA Service Station is a program that allows your computer to automatically search for TOSHIBA software updates or other alerts from TOSHIBA that are specific to your computer system and its programs. When enabled, this application periodically transmits to Toshiba's servers a limited amount of system information required to perform these updates or alerts. This feature is enabled by default."; 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 = ''; } }