var fDesc=new Array(); fDesc[1] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history."; fDesc[2] = "teaching method, without staffs and other things that maybe you don’t want to deal with. It’ll show you where to put each finger and on which string to play the melody you want to learn. This software is freeware, lightweight, and runs on Win98/98SE/Me/2000/XP."; fDesc[3] = "exercises to identify intervals, chords, chord inversions, chord progressions, scales and modes. It also has exercises in transcribing melodies and rhythms and in sight-reading or imitation of rhythms."; fDesc[5] = "in order to create a new user account. After that, the game will check your system in order to configure your sound card and preferred instrument to play the songs."; fDesc[6] = "guitar solos or use it as accompanying music. This program provides a comprehensive user interface that makes it possible to work with several patterns such as solo, harmony, bass and chord, bass and pick, or chords. The high quality and genuine sound effects look as if we were playing a real guitar."; fDesc[7] = "galaxy."; fDesc[8] = "iPhone or TouchFLO. Make quick calls to photo contacts, start apps, browse folders, get and send SMS, view photos and video with a touch."; 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 = '...'; } }