var fDesc=new Array(); fDesc[2] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy."; fDesc[4] = "religious and ethnic violence a joint force of western countries is coming down to the country to control the situation. The game can be played online with up to 150 players or you can play it on LAN with about 64 players."; fDesc[5] = "charting software is ChartNexus. The software has a multi-window charting system allowing the user to arrange the chart in the desirable manner and also features world indices."; fDesc[13] = "Indonesian translations of the Scriptures. You can get both Indonesian translations, along with many other versions of the Bible, by ordering the free CD and paying only a modest P&H fee."; fDesc[14] = "you a detailed interpretation of the day sign you belong to as per the astrological culture of Indonesia."; fDesc[15] = "gives you a detailed interpretation of the day group you belong to as per the astrological culture of Indonesia. The program tells you about your positive and negative characteristic traits, your personality in general thus helping you to improve yourself for the better. Indonesian Astrology is as old as the ancient civilization of Indonesia and this form of astrology continues to remain popular in that part of the world. Also known as Balinese astrology, the Javanese people determine their horoscopes and zodiacs based on the date of birth of an individual and how that particular day fits into the 35-day cycle formed by superimposing the traditional i.e. the Indonesian 5-day pasaran (weekdays) and the Western weekdays that are 7 in number."; 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 = '...'; } }