var fDesc=new Array(); fDesc[1] = "ladder to become Donald Trump’s apprentice. You’ll be representing marketing, customer service and manufacturing savvy, in several businesses challenges. The whole idea of the game is to reach the summit of the corporation with the approval of Mr. Donald Trump."; fDesc[2] = "creation and professional users. This time they have brought a wonderful tool called LogoDesign Studio Pro. LogoDesign Studio Pro is great tool to ensure that a layman user can easily create great logo"; fDesc[3] = "savvy, in eighteen businesses challenges. The whole idea of the game is to reach the summit of the corporation, with the approval of Mr. Trump. If you failed on any step of the ladder, you’ll just be fired and the game is over. You can try this game for 60 minutes."; fDesc[4] = "called System Tech Anti Spyware. System Tech Anti Spyware is equipped to Detect and remove number of Spywares, Adwares, Malwares, Trojans, Worms, Keystroke Loggers, browser hijackers and many other existing as well as future threats."; fDesc[5] = "strength, make statistics, create a record, etc. You can check DX summit, HB9DRV and cluster telnet servers all over the world. In the main window you will see the spots of signals DX Monitor is monitoring in real time."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }