var fDesc=new Array();
fDesc[1] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available.";
fDesc[2] = "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[3] = "Japanese font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[4] = "complete features one-click integration with Microsoft Office products. PDF complete works with Office 2007, 2003, 2002, and 2000 and supports Windows XP, Windows Vista, Windows 2000, and Windows 2003.";
fDesc[5] = "not embed the appropriate font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[6] = "font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[7] = "because it works as a printer – a virtual one in fact - listed on your system, so when you want to create a PDF file from a document you have created on other regular application such as Microsoft Word, you just send it to print by this particular printer.";
fDesc[8] = "uTIPu.com or via email. It?s easy to use and has many powerful features (zooming, voice-over, annotation).";
fDesc[9] = ", MP4, 3GP, SKM, MP3, SWF or FLV. This way you can convert any video file to play it in your PDA, mobile phone, MP3 player, PSP or iPod.";
fDesc[10] = "open the program we can find a startup wizard window that has two options create a new video project or open a previous video project, we can skip it.";
fDesc[11] = "possible without manual file conversion until NOW. TopByteLabs offers you this little useful AddIn for PowerPoint FREE";
fDesc[12] = "hard drive. MoleBox Pro protects your DLLs, ActiveX components and data files from unauthorized access.";
fDesc[13] = "Basic and Visual DialogScript will find Alloy very useful as well as other programmers.";
fDesc[14] = "metadata editor, allowing you to embed tagged information into your FLV files. The metadata can later be printed in either XML or YAML format. As a bonus, this application includes a convenient Flash player.";
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 = '...';
}
}