var fDesc=new Array(); fDesc[0] = "Chandamama Alerts is a great application that helps you to be updated with the new happenings at chandamama website. It will help you keep track of the site and alerts you whenever a new story is uploaded or a significant event occurs on the website.

The application will automatically update you with the latest news and events, as they happen at Chandamama."; 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 = ''; } }