var fDesc=new Array(); fDesc[0] = "Virtual Screen Maximizer is a small portable software program that can be used to maximize the screen estate of the active software application. You might think of using the maximize button in the window’s title bar instead which also has the effect of maximizing the screen. The main difference between both methods is that Virtual Screen Maximizer will maximize the window across all computer monitors."; 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 = ''; } }