var fDesc=new Array();
fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[2] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[3] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[4] = ", applications, etc. Easy to program Windows applications with a GUI. Just drag and drop the necessary buttons, text-boxes, pictures and even flash content and media player right from the toolbox and double click on and item to write the software code!";
fDesc[5] = "provide basic system functionality under Windows XP operating system. WARNING!: Because the computer is optimized for use with Windows Vista® operating system, some functionality will be lost under Windows XP operating system.";
fDesc[6] = ", the programs that are not deleted fully, corrupt files and wrong pathways. Quad removes the useless registry details, defragments disk and makes the computer work faster and with optimum efficiency.";
fDesc[7] = "tools such as a Visual Resource Editor, powerful Win32 Disassembler, DLL Export Viewer, UPX and Upack Unpackers, and more.";
fDesc[8] = "It supports all Windows operating system, from 95 to Vista. It has a friendly interface and it´s easy to use even for average users.";
fDesc[9] = ", there is a real possibility to decompile it into the source code and VB Decompiler takes advantage of this situation and works on all kinds of programs like .exe, .dll as well as .ocx.";
fDesc[10] = "exception 10H in module MSVCRT.DLL at 015f:78001f30 NOTE : The address may vary. PIP caused ipf in module ppedit5.dll; PIP caused exception 10h in Piservr5.dll; PIP caused an ipf in unknown; PIP caused error in pidocob.dll To resolve this issue, download and install the Picture It! Publishing 2001 Update: To Update Program (UpdateHP.exe).";
fDesc[11] = "errors related to missing startup programs, missing system fonts, invalid shortcuts, missing dll files, invalid application paths, invalid device drivers, missing file associations and missing help files.";
fDesc[12] = ", and a double view to check the owners. The program allows you to kill a process, if you want, by means of an easy-to-understand interface. You will get the complete information of any active process by name and user names that are executing the process.";
fDesc[13] = "listed task. It also shows comprehensive information about the running processes containing the memory load, priority, and the DLLs they depend upon. You can use the program to print a hard copy report of the chosen module's dependencies.";
fDesc[14] = "Orphans does not delete the DLL file making it possible to retrieve the registry entry in case of any erroneous removal. This utility has been designed to be simple to the user with easy to use interface though the complexity in the functionality ...";
fDesc[15] = "that, you can replace the original DLL file with the static library file, rebuild your application, and distribute it without the DLL!";
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 = '...';
}
}