var fDesc=new Array();
fDesc[1] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring.";
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] = "on the Internet and/or printed out. This program features a neat user interface with step-by-step wizards that help us make our own custom forms for polls, customer satisfaction surveys, and all sorts of consumerism and opinion surveys.";
fDesc[4] = "your system tray so that you can keep track of the time you spent on any project or application on your system. Just select a user and a project to track the time taken for its completion.";
fDesc[5] = "interface similar to that of Office 2007 and allows you to create surveys and polls and then share those. You can create surveys using one of the many templates available. The surveys look rather plain, but I don't see a need for fancy graphics here.";
fDesc[6] = "extent. Quiz maker provides 20 different question types like multiple choices, true or false, drag and drop type and so on. All these wonderful quizzes can be printed send or published.";
fDesc[8] = "conduct exams or surveys over the web, over the phone or with a printed questionnaire form.";
fDesc[9] = "online surveys, mail and printed surveys. Twelve data export formats. Analyze and create survey reports with multi-color charts.";
fDesc[10] = "manage various types of surveys. MakeSurvey can process internet and email surveys.";
fDesc[11] = "application enables you to create surveys in a matter of minutes, complete with a reporting tool that generates attractive, customizable reports, and dynamic filters that allow you to narrow the results based on selected criteria to facilitate analysis.";
fDesc[12] = "surveys. AskWeb can process internet and email surveys.";
fDesc[13] = "e-learning on your PC and export them to Web, JoomlaLMS, Blackboard etc. using SCORM. Create Flash quizzes and surveys in a minute!";
fDesc[14] = "Great for business users, web designers and web developers.";
fDesc[15] = "rating systems in any language. To run a survey no web server installation work is required.";
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 = '...';
}
}