var fDesc=new Array(); fDesc[0] = "This is a screen saver with images from the Indian movie Prince.

Prince is a 2010 Indian science-fiction film directed by Kookie V Gulati, produced by Kumar S Taurani and starring Vivek Oberoi and Aruna Shields in the lead roles. The film was originally titled as Prince of Thieves and then Prince It's Showtime, the latter of which is still sometimes used to refer to the film."; 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 = ''; } }