var fDesc=new Array(); fDesc[0] = "DriverXP For MSI can update Windows XP / 2000 / 2003 / NT drivers for your MSI notebooks. This program can be used in case you have lost the driver disc that came with your MSI hardware, or you ae struggling to find the drivers that will get your MSI hardware working with your version of Windows. DriverXP For MSI will automatically download the correct drivers for your MSI hardware."; 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 = ''; } }