var fDesc=new Array();
fDesc[1] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying.";
fDesc[2] = "collection and you are using a spreadsheet to keep track of where your discs are and what they contain. Well, that's the way I used to do it. With applications like All My Movies, you can add all your titles to a database that is enhanced with cover art...";
fDesc[3] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection.";
fDesc[4] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more.";
fDesc[5] = "having your files in order, especially the video ones. However many movies you might have, you will be able to arrange them and create a database sorted by some attributes. With eXtreme Movie Manager and Internet access you will be able to import data about any movie from the Internet.";
fDesc[6] = "useful features that will help you create your own movie and video collection in an easy and simple way. If you are looking for a useful tool to catalog your hundreds or thousands of videos, then you have to take a glance at this application.";
fDesc[7] = "your movie collection with action based tool buttons and easy to access context menus. The movie page offers a complete overview of your DVD collection as well as a detailed highlight for each selected movie. With a simple click of the mouse you can start playing any movie in the built-in theatre which features different playback formats including full screen. The user friendly and stylish interface make Action DVD Player the perfect choice for all movie lovers.";
fDesc[9] = "information about your collection of favorite films. It includes a wide range of features for describing and sorting films. The application’s main window contains a toolbar, list of films and some tabs that provide detailed movies description.";
fDesc[10] = "collection with action based tool buttons and easy to access context menus. The movie page offers a complete overview of your DVD collection as well as a detailed highlight for each selected movie. With a simple click of the mouse you can start playing any movie in the built-in theatre which features different playback formats including full screen. The user friendly and stylish interface make Amazing DVD Player the perfect choice for all movie lovers.";
fDesc[12] = "it,read long boring manuals you are in right place. Get excited organize your movie collection NOW!!!";
fDesc[13] = "With a database of over 50,000 Movies updated on a regular basis.";
fDesc[14] = "collections !";
fDesc[15] = "database is quick and easy, no typing needed.";
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 = '...';
}
}