var fDesc=new Array(); fDesc[0] = "Software upgrade program is an utility that brings Toshiba, for the detection of any updates in their software’s, firmwares and drivers of their systems. Is very easy to install providing options for self checking, auto installation and also with a manually selection of the necessary updates. Also provides an option to be notified by mail.

It came with 2 panels one showing the available updates for your system and the other showing the log history of what has been done to your system.

The program provides as many other, daily tips and recommendations for a better use. The detection of new updates can be managed in schedules by day, week or
month. It provides links of the Toshiba homepages, as are the support and products.

Is a program developed for the support of their systems, and it has different and
new versions depending on the model of computer and specifications.

If you would like to verify more of this software, it’s advisable to visit the Toshiba Support page where you can find more information of their 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 = ''; } }