var fDesc=new Array();
fDesc[1] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[2] = "program brings practical plug-ins for Internet Explorer and Mozilla Firefox, and they will let you download and convert videos with just one click. You can also select advanced conversion settings like audio and video encoder, quality, video frame rate, etc.";
fDesc[3] = "easy: just start Hide IP NG! Avoid your personal information being used to send you spam and junk emails. Many marketers and advertising agencies will use you IP address, together with your email, to send you unsolicited emails.";
fDesc[4] = "our hard drive. Once downloaded, we can go offline and use its built-in browser to view, browse, edit, and search them. It allows us to create E-books with our downloaded information and burn them to a disk. The New Project Wizard will provide systematic instructions.";
fDesc[5] = "them. There is always access to this information any time anywhere, even if your going on a business trip, you can take these web pages with you on your laptop and view them with no Internet connection required.";
fDesc[7] = "their own servers running as proxies, so that the program can easily hide our IP. It is really easy to use, and it stays as a small icon on the taskbar. Just right click and click \"Hide IP\", and all will be done.";
fDesc[8] = "most computers and enhances the tools accessible to the user. Standard to SkinCalc are basic arithmetic functions, as well as additional tools such as square, square root, reciprocal, and a drop down menu of units.";
fDesc[10] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products";
fDesc[11] = "Techlonogy company from Mississauga, Ontario. DocuPen 8.0 is the software used to explore the pen contents and manage it. Its features are very limited due to the specificity of its purpose.";
fDesc[15] = "warning signals to administrators through different methods (email, message, sound) and run appointed program.";
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 = '...';
}
}