var fDesc=new Array(); fDesc[0] = "Quad-Display Utility is an application that supports Mosaic Mode for Lenovo double DP ports. By using Mosaic settings, you can connect and use multiple monitors and display them according to the mosaic mode selected. The program provides two configuration modes: Wizard mode and Manual mode. You can switch between the two modes to fit your needs."; 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 = ''; } }