var fDesc=new Array(); fDesc[0] = "This is a PC program which makes it possible to assess, monitor as well as document the presence and quality of links to your website. It is valid for: Win95, 98, ME, 2000, XP x32, XP x64, Vista x32, Vista x64, Windows7 x32, Windows7 x64. It allows creation of exportable reports (csv or html format), allows up to 2000 links per project and much more."; 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 = ''; } }