var fDesc=new Array(); fDesc[0] = "The MSI-NICE Software is the successor the the MSI-WPCI Software. Already since January 2007 MSI-NICE is available for our customers. Beside MSI-NICE also MSI-WPCI still will be available, but no more new functions will be integrated in MSI-WPCI. Also all customized functions and projects only with MSI-NICE will be realized."; 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 = ''; } }