var fDesc=new Array(); fDesc[1] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[2] = "and Magic V. This pack presents several enhancements over the original game. The storyline begins from some time after the story in Heroes of Might and Magic V. Multiplayer mode allows all players on a map to move their units without waiting for the other players during a turn."; fDesc[3] = "are pretty much the same. Just people around until you get bored. With some games it takes me longer to get bored than with others. Call of Juarez is a so-so game in my opinion."; fDesc[4] = "handheld. Typical Applications include test tone generation in studios for the alignment of levels, calibration and testing of audio equipment or speakers, tuning music instruments as an accurate reference tone, demonstration of audio principles to students and more. Features Sine wave, square wave, triangular waveform, saw tooth waveform, impulse, white noise and pink noise. Supports frequencies from 1Hz to 22kHz bandwidth (subject to sound card). Multiple simultaneous tones (1 to 16 tones can be created at the same time) (useful to create harmonics). Mono or separate stereo operation (ideal to create dual tones or 'beats'). Tone Sweeps (Log or Linear). Plays tone or saves as wav file."; fDesc[5] = "import, export and conversion. Winner of PC Magazine Editor's Choice award and CRN Database of the Year."; fDesc[6] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect."; fDesc[7] = "Parashara system. It also includes elements of the Systems Approach (SA) to Indian Astrology by Professor V.K. Choudhry of New Delhi. To build an horoscope, you´ll need to fill the Chart Data, pressing over the File and then the New option."; fDesc[8] = "insight of incomings, outgoings and fund changes. Developers can utilize its miraculous formula and frame when they develop their own software."; fDesc[9] = "interior designing has originated from one of the oldest and the most famous Vedas ? the Atharva Veda."; fDesc[10] = "handling money, decision making and crunching numbers. The high score board lets you compete agains friends or even yourself."; fDesc[11] = "the Internet. So it’s very important to count on a tool that will be your eyes and principles while your children surf the Web, assuring you that everything you don’t want them to see, they actually won’t see. The name of this tool is Webroot Parental Controls."; fDesc[12] = "Astrology. It gives an insight into the Rashi Chart of a person along with his/her Divisional Charts."; fDesc[14] = "surrounding environment relates to the various aspects of human life. This interactive program is based on the principles of Ba Gua."; fDesc[15] = "your Dasha or planetary positions and also explains the effect of the same."; 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 = '...'; } }