var fDesc=new Array(); fDesc[0] = "Drug Lord 2 is a game that continues where Drug Lord 1 left off. Your goal is still to amass as much money as possible by buying and selling drugs, but your neighborhood has grown considerably. You can now visit major world cities via air travel to buy and sell goods. In some cities drugs are dirt cheap, and in others they are priced sky high."; 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 = ''; } }