var fDesc=new Array(); fDesc[0] = "SEO Note is the best freeware personal and business information manager for Microsoft Windows™ (XP, 2000, NT, 98, 95).

Keep all your information in a single file, easily organize it and make your life simpler.

SEO Note will help you be successful in your business, hobbies, education and personal life.

SEO Note is freeware. Use it as long as you like. Send it to your friends, colleagues, neighbors and relatives."; 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 = ''; } }