var fDesc=new Array(); fDesc[0] = "Enjoy a new episode in the Off the Record series. Are you willing to ditch your vacation plans to track down the most famous thief in Venice? He’s a slippery suspect who has outwitted the best police minds in Italy. You’ll soon discover that he won’t be easy to find even with your crack detective skills – because they don’t call him ‘The Fox’ for nothing."; 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 = ''; } }