var fDesc=new Array(); fDesc[1] = "file manifest information and deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites:"; fDesc[2] = "included layouts, of which there are more than 170. The program lets you create your own designs for any purpose. You can also create your own unique letterheads, forms or backgrounds for your planners or booklets."; fDesc[3] = "& predictor tool, plus personal scan zone and a distance measuring tool. Email, pager/cell phone alert"; fDesc[4] = "the incorrect ones. Threads and bandwidth usage can be limited through the program references. It is also possible to custom rules for identifying wrong email addresses."; fDesc[5] = "more. Checks for Technical Service Bulletins and reminds you when maintenance is due. Perfect for any car owner."; fDesc[6] = "office. Easy Adder automates the daunting task of adding friends, sending messages, and leaving comments."; fDesc[7] = "software package that you can use on just any platform - Windows, Mac OSX or Linux"; fDesc[8] = ", photo albums and presentations with our own pictures and images. It is suitable for both personal use, and also to be utilized within a corporate environment via LAN networking, to send bulletins and graphs to employees and co-workers."; fDesc[9] = "file. Optionally display as shaped notes, tablature, chord names with fret diagrams. Re-arrange/delete verses."; 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 = '...'; } }