var fDesc=new Array(); fDesc[0] = "For the first time in the history of computers, a 3-D virus – a little cyber-bug descends in its full metaphysical form and messes up with the data and documents at Trans Asia Couriers Ltd. wreaking havoc within the system. To her dismay, Sia finds that the birthday gift couriered by her uncle has got lost in all the chaos."; 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 = ''; } }