var fDesc=new Array(); fDesc[1] = "creatures and spun a web over their kingdom. You must solve 60 puzzles to break the spell and return the land to sunshine."; fDesc[2] = "and sizes, select the cloth, and much more with PCStitch PRO 9! Your creativity will be at its highest point with it! Make your hobby even easier to accomplish, and make a job of it if you please. Wait no more! Create now and enjoy it!"; fDesc[3] = "this challenge. Every level of the game will bring you new fun and more difficult activities. Move the rings and think how to make big groups of beads of identical colors."; fDesc[4] = "Just play one of these cuties we have carefully selected for you and your eyes will shine with delight and happiness again."; fDesc[5] = "picture, transfer picture onto a pattern, and put text into your pattern. It includes a pencil for freeform drawing, eraser, dropper, flood filler; draw lines, triangles, diamonds, pentagons, hexagons, octagons, ellipses, rectangles, etc. Also you can print and export patterns."; fDesc[6] = "start scoring your points! Amusing gameplay, nice music and eye-pleasing graphics, so why not give it a try?"; fDesc[7] = "Bytescout.PDF is a .NET library capable to write/modify/sign/fill /linearize/optimize PDF documents from .NET programming languages Visual Basic.NET, C#, ASP.NET"; fDesc[8] = "this year. Combine at least three beads of the same color in a line and they will vanish freeing some space for new beads to drop."; fDesc[12] = "to spare. Just play one of these cuties we have carefully selected for you and your eyes will shine with delight and happiness again."; 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 = '...'; } }