var fDesc=new Array(); fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[2] = "case you don't know the previous game, your goal is basically to fit a specific number of different pieces into a board with the shape of animal. You can rotate the pieces, but you have to very fast."; fDesc[3] = "the best space RTS ingredients. A long history, several factions, hundreds of weapons, strong multiplayer component and many ships and flying hours."; fDesc[4] = "because of the advent of Mac computers, which all come with an inbuilt application that does just this. Dexpot allows you to create up to four different desktops in which you can add files and shortcuts, and you can have programs running on every one of them."; fDesc[5] = "financial services, users have lots of sensitive information on their computers. It is a fact that people tend to use easy-to-crack passwords.So that information can easily fall into hands that can take advantage of it."; fDesc[6] = "same with others across the Internet in a simple and effective way. The software comes with inbuilt features such as imagery, street maps, historical maps, shaded relief, topographic maps and such other relevant features."; fDesc[7] = "science of itself. We are very proud of being able to deliver you the perhaps fastest, most flexible and most transparent sounding simulation of an analog vocoder effect as a new plug in for your favourite host, created by the same people who devloped our virtual analog NorthPole Resonant Filter. Following the long tradition of German Vocoder manufacturers, Prosoniq offers you an all-digital simulation of a realistic analog vocoder effect that is fully customizable and comes with an 8-voice virtual analog synthesizer unit, Freeform EQ and Filterbank Reverb, all in one plug in."; fDesc[12] = "christmas, the second three weeks before and so on."; fDesc[15] = ", similar to the real one, hand-painted with a lot of detail. Inside, you will see donkeys, sheep, an owl, and other animals that used to live in the stable, in full animation."; 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 = '...'; } }