var fDesc=new Array(); fDesc[0] = "MSI Live update online is a tool which auto-detect and auto-update BIOS and drivers from your system. Is easy to use because it automatically search and download the updates. It will keep your system up to date all the time without losing your time with drivers search. It is made special for the MSI motherboard."; 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 = ''; } }