var fDesc=new Array();
fDesc[1] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone.";
fDesc[2] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition.";
fDesc[3] = "Total Commander, file managing software. The bundle include the latest versions of following software. Total Commander, AIMP, Opera for USB, Sumatra PDF, The KMPlayer, Universal Extractor, uTorrent, XnView, and others.";
fDesc[4] = "disc later as a DVD video disc and can duplicate the DVD or DVD disc.";
fDesc[5] = "displays the total size of each folder and allows you to browse multiple folders from a tabbed interface.";
fDesc[6] = "between 50 wpm and 1500 wpm. Reading speed is set using four ranges (very slow, slow, medium, and fast) and a slider is provided to adjust the speed within each range. Speed settings are saved between sessions. Any plain text file may be used but eBook text files can be downloaded free from the internet. The user should copy just the eBook text, paste into a TextEdit file and save as plain text with Unicode UTF-8 encoding. This file is then used as a source file. Select this source by clicking on the \"Choose New Source\" button and navigating to the file. The line number of the line being displayed is shown together with the total number of lines in the source text file. You can pause and continue at any time. If you do not finish reading a text file, eBook Library will remember the last line read and provide this information when you relaunch to continue reading. In that case, you...";
fDesc[7] = "PC. You can pause the copy or moving process anytime and resume the process anytime. Total Copy integrates into the right click menu and becomes available while dragging and dropping files.";
fDesc[8] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere.";
fDesc[9] = "manage files in a more graphical and handy way than in Windows Explorer. WinNc uses the same keys as Norton Commander - so if you ever used the latter, you will get comfortable with WinNc very soon.";
fDesc[10] = ", allows you to print (or export as image) all the existent fonts in the system, or the entire character map of the specified font. Also, it has features to rename, delete, install, remove, import, export, copy and move the font from or to a specified destination, etc.";
fDesc[11] = "the windows registry editor of your operating system, Registry Commander could be one option for the thing that you are looking for. This is a freeware software that provides multiple options to explore and modify our registry, is very easy to use and install.";
fDesc[12] = "indexed pages your site has on major search engines including Google, Yahoo, MSN, and more. You also get instant access to your Page Rank on Alexa, Yahoo and Google plus your ranking on all of the important directories like DMOZ and Google Groups plus your popularity on Del.icio.us, Digg.com and Reddit. Website Popularity is the only product of its kind that covers all of these important places so you can see instantly how well your site is being publicized and what you have to do to increase your visibility all in an easy-to-use tabbed interface. Website Popularity is inexpensive and so easy to use. All reports are generated with lightning speed and you can update your reports whenever you want to. Stop wondering how your site is doing and see for yourself first hand. Download a free trial copy of Website Popularity now and start getting noticed! And it's the only one that does it all...";
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 = '...';
}
}