var fDesc=new Array(); fDesc[0] = "What'sNewer is a power tool for automatically tracking your favorite Internet pages. It is ideal for active Internet users, who regularly visit the same sites, forums, blogs and related Internet pages.

Main features:

- Automatic tracks your favorite Internet pages so to that you are always up-to-date with the latest news, updates and related changes.
- Deep integration with Microsoft Internet Explorer allows you to keeping work in your regular environment.
- Transparent, intuitive and user-friendly interface makes What'sNewer simple and comfortable to use."; 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 = ''; } }