var fDesc=new Array(); fDesc[1] = "sound design. Easily combine loops, phrases and songs from diverse origins. Create music on the fly, without being bound to a fixed timeline. Improvise song arrangements, instantly drop samples on cue, interact with other performers, musicians or DJs. Record multi-track audio or real-time loops. Instantly change the tempo, melody, groove and sonic signature of your sounds at any time. Enter your samples and work 'from within' to create endless variations. Live 3 combines all of these possibilities in a simple and friendly environment that lets your creativity flow without limitations."; fDesc[2] = "suite includes the well-known and usual tools such as Word, Excel,PowerPoint, Outlook with Business Contact Manager, and Access, plus other business-oriented tools such as Publisher, OneNote, Groove and InfoPath."; fDesc[6] = "locations as if they were in the same physical location. This is done using different resources, from simple file sharing, to formal and informal projects, to larger-scale business processes."; fDesc[9] = "and unique levels ensure hours of fun. Funky music tracks and vibrant graphics beautifully enhance the 60's retro theme."; fDesc[11] = "collection of financial calculations tools, organized into the following six categories: Finance, Depreciation, Loan, Schedules-Cash Flow, General, and Advisors. It offers a very intuitive interface and the system requirements are minimal."; fDesc[12] = "rides through platforms and objects, and you must press one of two keys when he encounters certain symbols. This will allow Mevo to keep on going and complete his quest. The game is very solid and entertaining, a good arcade game for everyone."; fDesc[13] = "clicks and hiss, splitting the audio into individual tracks, and saving as WAV or MP3 files, ready to be burnt to CDs."; fDesc[14] = "boundaries to communicate, share content, and work together. Effortlessly bring together team members from both inside and outside your company, with no IT assistance required and no need to waste time thinking about firewalls, servers, security, or network access Get work done faster by always knowing each other's virtual location, or online presence, thus allowing for organic and quick conversation and collaboration Bring relevant information together in one place - data, files, messages, edits, forms, meetings, calendars, etc. -- for everyone in your team to see Always work with the same information whether you're online, offline or on low bandwidth connections"; fDesc[15] = "you at the controls of the music. It's your mix, and it all happens in real-time. Just pick a drum groove. Layer ..."; 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 = '...'; } }