var fDesc=new Array();
fDesc[1] = "entire word, phrase, sentence, paragraph or document.This incredible application can be used with many applications such as word processors, dictation software or email clients.";
fDesc[2] = "management interface, you can create surveys with open-ended responses, multiple choices, multiple responses, branching questions (change depending on users answers), and much more. Surveys can be taken on a network, printed, or distributed on the internet with the results emailed to the administrator. Results are instantly calculated and can be exported to a spreadsheet with a click of a button. Surveys can be locked or password protected or limited to a specified number of responses.";
fDesc[3] = "companies who want to track their Sale Leads Any company/dealer/distrib utor/retailer do all or one of following tasks for their sales lead management. Receive sale leads or collect information for prospective clients through different sources. Prepare emails to send responses. Prepare letters for sale leads. Filter leads on the basis of city, profession, response required etc. Print address labels of selected sale leads. Print letters to send selected leads. Send Emails to selected leads.";
fDesc[4] = "displaying the responses over a detailed list and a graph.";
fDesc[5] = "product online and give superior customer support service. With just the click of the mouse, your web site visitors contact";
fDesc[6] = "introduction to Visual Web Developer 2005 Express Edition and is oriented to people interested in designing and building ASP.NET Web sites. The purpose of Lesson 3 is to explain what are the events, how they can be used in the code you write, and what are the possible responses to those events.";
fDesc[7] = ", Actions Taken, Callers, Details, and each Status. Never misplace or forget about your calls. Check out this product now...";
fDesc[8] = "easy to use interface.";
fDesc[9] = "the other side. Internet software developers can use HTTP Debugger to analyze the communication between their programs and Internet.";
fDesc[10] = "online surveys, mail and printed surveys. Twelve data export formats. Analyze and create survey reports with multi-color charts.";
fDesc[11] = "program you have low-pass, high-pass and band-pass responses and each of them have octave slopes of 12, 24 and 48 dB. The filters provided can be used in either a serial or a parallel mode.";
fDesc[12] = "collect responses in your database. EForm also contains a survey wizard that dynamically publishes HTML graphs. Perfe...";
fDesc[13] = "in scenarios where the security of a packet needs to be verified. It also monitors the responses triggered on the network from these packets. Packet Spy displays a screen of sent and received packets through the network. It can also log results to a file for further examination.";
fDesc[14] = "repetitive email. Canned text, templates, Emoticons, attachments to make your professional personalized email response in just few clicks.";
fDesc[15] = "be used to extract and collate data from the message body and is ideal for processing messages where th...";
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 = '...';
}
}