var fDesc=new Array(); fDesc[0] = "Scrap notifier is a dream tool for anyone using Orkut. Its very simple design makes it easy to use for anyone. Whenever you receive a scrap, it gives you a notification right on your desktop which means you dont need to open your orkut account again and again to check if you got any scraps."; 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 = ''; } }