var fDesc=new Array(); fDesc[0] = "Powernap is a free program that contains the monitor application for the following devices: Dell P2012H Monitor, Dell ST2320L Monitor, Dell P2312H Monitor, Dell U2212HM Monitor, Dell P2412H Monitor, Dell U2312HM Monitor and Dell U2412M Monitor models running on Windows XP, Vista, Windows 7 and 8."; 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 = ''; } }