var fDesc=new Array();
fDesc[1] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages.";
fDesc[2] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it.";
fDesc[3] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[4] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor.";
fDesc[5] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice.";
fDesc[6] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[7] = "Graphs can be created using different colors and styles. You can use standard functions or parameter functions to draw a graph. You can customize any axis, it's maximum limit, lower limit, grid units for every axis individually.";
fDesc[8] = "accurate Export Preview; five anti-aliasing levels. Includes fonts, objects, etc. FREE. Registration required.";
fDesc[9] = "there. All the process takes three simple steps, in three different tabs: My Templates, My Faces and My Fantasy. In the My Templates tab you can use any of the provided photos to insert the faces you wish, or load your own pictures.";
fDesc[10] = "powerful utilities. It joins in only one program, the possibility of creation and edition multiple formats of files, such as: PHP, HTML, XHTML, CSS, JavaScript, WML, ASP. If you’re a beginner, you can use the HTML and CSS code wizards. It works on Windows 2000, 2003, XP and Vista.";
fDesc[11] = "software, you will be able to print any picture to use it as a CD or DVD cover. The program will automatically set the picture's right size and all you will have to do is to click on the print button.";
fDesc[12] = ", the package suports Booch OOD, COM and OLE, Data Flow Model, Enterprise Application, Jacobson Use Case, Jackson, Flowchart, Nassi Schneiderman, ROOM, Shlaer-Mellor OOA, SSADM and Yourdon and Coad diagrams through the availability of suitable stencils.";
fDesc[13] = "have to click on the desired character and it is automatically inserted into the document. You can change the font and size, match as in the document, or utilize the HTML option. It has a magnifying glass that allows you to make a close-up of the characters.";
fDesc[14] = "web blog and like to share their code with the developers community. This plugin is compatible with all the versions of Windows Live Writer, so if you use Windows Live Writer to write your blog post than this plugin is a must for you.";
fDesc[15] = "option available in blogging platform, but here comes a nice little plugin by Justin Braun that goes by the name of Insert File Plugin for Windows Live Writer, as the name suggest this plugin is compatible with all the versions of Windows Live Writer.";
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 = '...';
}
}