var fDesc=new Array(); fDesc[0] = "With this program you can analyze your search engine listings for specific keywords. The program for Webmasters shows exactly where a website is listed for a keyword and thus shows where optimization of keywords and promotion is needed. The program works on Windows 3.1x , Windows 95, Windows NT, Windows 2000, Windows XP x32, Windows 98, Windows ME, Windows Server 2003 x32, Windows XP x64, Windows Server 2003 x64."; 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 = ''; } }