var fDesc=new Array(); fDesc[0] = "Lightning is a magnification software program for the modern PC, working on Windows XP and Windows Vista. Whatever appears on the computer screen can be magnified up to 32 times. With Lightning you can magnify the entire screen or an area you choose, with a magnification strip or lens. Lightning works well with all Windows applications. You can even magnify video clips."; 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 = ''; } }