var fDesc=new Array();
fDesc[1] = "played on Windows, is, arguably, the most stable and best working Nintendo 64 emulator out on the field. In order to play actual commercial games one has to have a ROM file for the game that is going to be played.";
fDesc[2] = "for specific songs and the results will be shown below. There are thousands of songs available. And yet, this is a legal application. The trick is simple. Muziic searches for songs at Youtube.com and gives you the sound of the video that you select.";
fDesc[3] = "users.";
fDesc[4] = "contracts, agreements, letters, board resolutions, plans, proposals, policies, checklists and spreadsheets, Business-in-a-Box™ simplifies and accelerates all your writing tasks. Simply fill in the blanks and you'll be ready to do business in minutes! Features: Save Time & Effort – Don't start from scratch. Simply fill-in the blanks! Save Money – Avoid lawyer's fees by using reliable do-it-yourself legal forms. Act Professionally – Improve your overall productivity and corporate image. Fast Document Search – Perform keyword searches or browse by subject. Easily Customize Templates – Use MS Word & Excel or the Default Text Editor. Auto-Fill Feature – Automatically enter your information in all relevant fields.";
fDesc[5] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms.";
fDesc[6] = "computers, like p2p file-sharing programs do, this software lets you download music from websites as IMEEM, Last.Fm, etc, which are, in the developers' words, \"100% legal\".";
fDesc[7] = "wasted page. This is the page with just a URL, banner ad, legal disclaimer, etc. These wasted pages occur many times a day littering homes and offices around the world and wasting money, trees, and time.";
fDesc[8] = "Synchronise folders. Perform code reviews/audits. Work with folder trees containing thousands of files. Edit files in-place.";
fDesc[9] = "latter is forced to withdraw its freedom. It seems that LimeWire is proposing a technology named DRM filtering to avoid any legal situations for the clients. If at all the technology is implemented then MP3Torpedo can easily get rid of it so as to provide without it to its clients.";
fDesc[10] = "a small one-time fee. You have nothing else to pay EVER! No subscription needed! 100% Legal - Guaranteed!";
fDesc[11] = "English-Japanese dictionary, and a pop up dictionary. People wanting to learn/teach the Japanese language, and those who need a word processor that supports Japanese and English characters can take full advantage of this program.";
fDesc[12] = "more study of legal rules in your state. It is called \"Perfect Wills, Living Wills, Trusts and Estate Planning\". Perfect Wills, Living Wills, Trusts and Estate Planning is a smart tool available with more than 200 Custom Legal Documents.";
fDesc[13] = "performed without a learning curve requiring extensive training! Even share the data with others on your network!";
fDesc[14] = "of built in forms that are legally binding and valid in all the fifty states. The easy to use search feature of the Perfect Attorney Platinum helps the user to search legal descriptions. One can create wills and trusts using this software.";
fDesc[15] = ", Family, Estate, Real Estate, Contracts and more. Fast, fill-in-the-blanks preparation of the most common documents. Detailed document tips.";
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 = '...';
}
}