var fDesc=new Array(); fDesc[0] = "ClubPenguinCP Money Maker can get you thousands of coins in Club Penguin game within seconds. The money maker runs not online, but on your computer, so your password is never seen by ClubPenguinCP site. Simply download this application, enter your username and password, select the required number of coins, and click Add Coins."; 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 = ''; } }