var fDesc=new Array();
fDesc[1] = "experienced is required to use this program. You can use thousands of given shapes and text styles to design your own logo, if you are not satisfied with the given templates. You can also mix or modify any given template.";
fDesc[2] = "when we opens the program we can see one toolbar and one window with four tags. In the window the program shows all installed fonts in our Pc,in this way we can familiarize and know all the fonts, especially for the Designers, this program is truly useful.";
fDesc[3] = "great features make it bold in the queue of domain lookup utilities. Presently it can be used to search domains for the following domain extension: .com, .net, .org, .edu, .co.uk, .com.au, co.in, .in, .info, .biz, .aero, .coop .name, .ws, .nl, .nu,.de, .ca, .co.nz, .usfr, tw, tv etc.";
fDesc[4] = "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[5] = "names from keywords and then check them for availability with a single click. There are no nag screens or restrictions. Easy to use w...";
fDesc[6] = "payments, interest rates and conversions, standard deviation, percent, TVM, NPV, IRR, cash flows, bonds and more.";
fDesc[7] = "with positioning, search engine and link popularity, pattern search, Net Speak?, trademark searches, exporting, 500+ domains and more!";
fDesc[8] = "Ubuntu), the start button for that color can be somewhat pleasant, thought I didn´t like it much. As expected these colors, in the end, have no major impact on my productivity and is good as a change in appearance but not distracting.";
fDesc[9] = ", it does not compromise on ease of its user interface. It can convert your video from and to any kind of format there is today – AVI, DivX, DV, MKV, OGM, WMV, XVID, MOV, 3GP, MPEG, animated GIF…";
fDesc[10] = "discrimination and perfection of document or information protection.";
fDesc[13] = "30-day trial period followed by a quarterly or yearly service contract for 25.pounds, 40.euros, 45.$US, 50.$CAN/month.";
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 = '...';
}
}