var fDesc=new Array();
fDesc[1] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier.";
fDesc[2] = "version. Featuring: 1- The program now offers protection against malware in real-time with its new feature Heuristic network check for suspicious files. 2- Detect fixes. 3-Improve use, function and detection of malware,";
fDesc[3] = ", readit's, and other portals. Stumbleupon allows you to rate any website that you want. The feedback that you give a site will be sent to all the users who are connected to the Stumbleupon service.";
fDesc[4] = ", because any calibration application requires you to provide a certain degree of feedback. Once installed, the application will ask you to follow a simple, three-step procedure that will set the monitor to a reliable color profile, so that the colors match certain standards.";
fDesc[5] = "on the system tray: a small gauge graphic and the amount of memory used by the Page File, both updated in real time. If you point the arrow of the mouse over that info, you will also see the percentage of memory used and the physical memory (installed and used).";
fDesc[6] = "supports formats that include JPG, GIF, PNG, and BMP. It presents a control panel to customize your desktop wallpaper, a screen capture tool, and more.";
fDesc[7] = "of users gave feedback to the developer and he decided to build the application from scratch. I wish more developers took users advise in consideration for new versions.";
fDesc[8] = "part, independent for each channel. It has independent delay time, feedback gain and delay gain for each channel. The \"Ganging\" option helps to adjust both channels simultaneously and easily.";
fDesc[9] = "must battle hundreds of enemy spaceships, firing your laser gun, homing missiles and many more weapons. Some enemies, when hit, will release power-ups. By catching them, you will get extra life, strength and weapons.";
fDesc[10] = "impulse response is generated by a feedback delay network to minimize ringing.";
fDesc[11] = "of time and effort, and feedback from what you get done each day. Some of the benefits of using Life Balance that set it apart from most to-do list software are: The Outline keeps home, work and leisure tasks organized. To Do List automatically sorts and filters tasks by importance, deadlines and location. Pie charts provide immediate visual feedback on how you are spending your time and effort. Unique \"balance\" feature adjusts the order of the To Do List to keep you on track. Dependencies keep later tasks off your To Do List until earlier required tasks are finished. Lead times gently bring your attention to approaching deadlines. Routine tasks can be scheduled either as calendar events or by flexible interval. Importance settings make it easy to reprioritize tasks or entire projects quickly. Macintosh and Windows conduits provide complete two-way synchronization between the Desktop...";
fDesc[12] = "takers can print out test summary reports. Feedback is made automatically. Unicode support. Accessible Quizzes";
fDesc[13] = "without having a meeting. All the people invited can make their own comments on any document or picture you share giving a contextual feedback at anytime without having a meeting.";
fDesc[14] = "fill out the forms to post it. Merlin InstantFeedback makes it easy; it simply sits in your system tray and quietly checks your own feedback at any interval you specify watching for fellow eBayers to post for you. When they do, Merlin will automatically post positive feedback for them from a list of pre-made comments, your own custom comments, or one at random. If you should happen to get negative feedback, you will immediately be notified so you can rectify the situation quickly. You can also mass-post feedback for everyone who has left feedback for you starting back a specified number of days, whether they've left it for you or not, with just a mouse click. It even will support multiple eBay accounts ... you'll never have to worry about posting feedback again.";
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 = '...';
}
}