var fDesc=new Array(); fDesc[1] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[3] = ", programs or applications! Clean your Internet files including browser history, drop-down URL history, cookies and cache al..."; fDesc[4] = "becomes obvious you should fight to get out of Black Mesa. With new enemies, weapons and allies, the game brings Half-Life to a new level. Making it one of the expansion packs to have."; fDesc[6] = "Taylor, Mark Dudbridge, Dennis Priestley, Alan Warriner-Little, Colin Lloyd, Raymond Van Barneveld, John Part, Peter Manley, Adrian Lewis, and Wayne Mardle."; fDesc[10] = "diagrams in Microsoft Word (and others). Unlimited undo/redo. Supports Windows Drag&Drop. High quality diagrams. No Code Generation."; fDesc[11] = "sound files as well as WPL, ASX, WAX and M3U playlists. Internet streaming is also supported and no install is required. All in less than 100KB."; fDesc[12] = "a nice looking interface, which is also very user friendly."; fDesc[13] = "secure, encoding script!"; fDesc[14] = "calcularii si gestionarii intretinerii lunare cat si a altor aspecte ce tin de aceasta, precum starea restantelor si a penalizarilor."; 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 = '...'; } }