var fDesc=new Array(); fDesc[0] = "Netlog 24 Notifier is a handy and tiny application that informs you of all the activities that take place on your Netlog profile. The program sits silently on your system tray and displays an alert whenever there is something new on your profile: a new private message, when someone adds you as friend, makes a comment on you picture, writes in your guestbook, among others. It also provides instant access to your friends' log on Netlog and informs you who has visited your profile and if there is any new visitor. With Netlog 24 Notifier your profile is just one click away, so you can visit it whenever you want. It also includes a help button, that leads you to a webpage contain all necessary information about the program. What is more, the application is fully customizable and easy to use, and it is available in multiple languages. This is a beta version of the program, and it will surely be improved in the future. It supports Windows Vista and XP, and also Mac OS X 10.4 Tiger or higher. The latests version has improved its performance and makes possible to log in with another account."; 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 = ''; } }