var fDesc=new Array(); fDesc[0] = "Empire Widget is a software tool which allows you to sneak preview the latest movies straight from your desktop. View movie times, watch trailers for showing now and coming attractions directly from your PC.

Enjoy this utility in order to be up-to-date with the latest movies and theaters."; 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 = ''; } }