var fDesc=new Array(); fDesc[0] = "This screensaver is about Yuvvraaj movie that was released in year 2008. The screensaver has an installer to make your life more easier when you want to install it. It does not containt malware or trojans.

Yogendra Yuvvraaj Singh lives a wealthy lifestyle along with 3 sons, Gyanesh - who is mentally unstable; Deven - a bully and slacker; and Danny - a Casanova. While he does tolerate Danny, he asks Deven to leave when the later assaults Gyanesh.Deven re-locates to Austria, meets with Anushka Banton, and both fall in love much to the chagrin of her dad, Dr. P.K. Banton, who wants her to wed, Daniel Mehta."; 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 = ''; } }