var fDesc=new Array(); fDesc[0] = "Desi Boyz Screensaver is a free program that will show pictures from this movie when the computer is idle. DESI BOYZ is the story of two men who are forced to do something extremely bizarre which gives them instant gratification but the repercussions tear them apart and its aftermath which tests everything including their friendship."; 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 = ''; } }