var fDesc=new Array();
fDesc[1] = ", hex, decimal, float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions.";
fDesc[2] = "more stable but application provisioning has been made easier than ever. It provides features like rollback, digital signatures and delta compression.";
fDesc[3] = "easily! Features a WYSIWYG design editor, an advanced binary patching engine, support for automatic updates, one-click deployment to the Internet.";
fDesc[4] = ", float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions.";
fDesc[5] = "new files. The Foldersync software plays a very important role in making the two folders or directories have the same contents by intelligently synchronizing the two folders.";
fDesc[6] = "their computer. It doesn’t matter whether the file is in text format, html, exe, msi or others; this tool allows you to view the file in binary form. Using PX Binary Viewer you can have a peek inside the binary files which are not viewable using standard text editors and viewers.";
fDesc[7] = "size. Create compact yet reliable multilingual full-history software patches/updates with customizable interface.";
fDesc[8] = "and turn the otherwise complicated task of managing point releases into a fully automatic solution.";
fDesc[9] = "incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions.";
fDesc[10] = ", decimal, float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions.";
fDesc[11] = "features and multi-platform support, AhsayOBS is the only fully brandable solution on the market.";
fDesc[12] = "and pdf files. The Standard Edition allows you to create snapshots and patch files. It also has improved file comparison including binary";
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 = '...';
}
}