var fDesc=new Array(); fDesc[0] = "Did you ever try to read very sized information on screen? Most of the users have the experience with using magnifier which is included in windows xp accessory collection. But it's not easy to use, and with very poor functionalities. Now, you have the very efficient free screen magnifier software ST Magnifier. ST Magnifier gives you easy ways to magnify screen contents."; 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 = ''; } }