var fDesc=new Array(); fDesc[1] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free."; fDesc[2] = "this product are real-time shield, behavioural analysis, automatic and traditional antivirus scanner, real-time protection of sensitive files belonging to the system, protection for Messenger, ProcessWatch II advanced memory analysis tools and NetWatch advanced network analysis tools"; fDesc[3] = ", tailored to meet the needs of computer users worldwide."; fDesc[4] = "called brainwave entrainment. You can sit through and experience specific sessions, each designed to stimulate a specific brainwave pattern, thereby bringing about a long-lasting change."; fDesc[5] = "Features as easy to use and automatic updating make BitDefender Antivirus v10 an \"install and forget\" antivirus product."; fDesc[6] = "functionalities of a full fledged commercial UML editor, and provides basic tools for quickly generating various types of UML diagrams. The interface provided is simplistic, well suited for a novice to quickly learn and master."; fDesc[7] = "comparisons, with color-coded lines indicating whether each line is added, deleted, or changed."; fDesc[8] = ", eliminates ads and erases your tracks"; fDesc[11] = "zodiac sign. MB Free Zodiac Astrology includes a lot of information about your zodiac sign which includes your general traits and daily horoscope update"; 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 = '...'; } }