var fDesc=new Array(); fDesc[0] = "In a world of obstacles, you have to connect the dots to earn the biggest savings! Using your mouse, draw lines to cross barriers and stop dangerous objects from harming your bods. Get as many bods to the Goal safely as possible, meeting each levels target and earning money for each bod delivered.
Beware: you have a limited about of lead for your pencil. Also, after some time, the lines you've drawn will disappear. However, lead from any lines that have disappeared will be re-added to your lead bar."; 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 = ''; } }