var fDesc=new Array(); fDesc[0] = "NFamous is the ultimate Netlog tool to get famous in an eyewink! It searches on netlog.com for online members and interacts with them automatically! You can either choose between visiting people and inviting them to your friend list! In theory, this tool is capable of adding maximum 2400 netlogmembers a day! NFamous is also faster and consumes less bandwith than other known unofficial Netlog tools! There is no need to add someone to your friends or to put links on your page."; 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 = ''; } }