var fDesc=new Array();
fDesc[1] = "You can burn your video directly to a DVD without copying files to the PC hard drive, saving both valuable time and space. And at the same time, the burning meets the standard requirements, so, then the DVD can be played on any home DVD player.";
fDesc[2] = "WinX DVD Author Tools was designed to convert and burn Avi, Wmv,DivX,Mpeg,Xvid,RM, RMVB,Asf files to DVD with chapter Menu,WinX-DVD Author is the easy way to create your DVD video disc with dvd menu.";
fDesc[3] = ", choose your character, and begin to decipher the puzzles, defeat monsters and complete the dangerous missions. You will have to go through eleven game levels, major challenges and super splashy dialogues, Shrek style!.";
fDesc[4] = "the freedom to create while protecting your work. It is more than just your typical word processor.";
fDesc[5] = ", Exodus, Leviticus, Numbers and so on. Each of them are ordered as they are in the real Bible. The program is free, so it's always good to have it installed just in case you want to read the Holy Bible.";
fDesc[6] = "problems of a writer. It is an excellent tool for organizing and administrating texts during the writting process that also allows importing projects that are being developed or that have already been finished.";
fDesc[7] = "4 conversion modes: Whole Title/Chapter, Chapter Splitting, Chapter Merging and Time Range. 30-day money-back guarantee!";
fDesc[8] = "dictionaries, maps, and versions of the Scriptures in various languages, which lets you watch the same verse or chapter in two versions or languages. Also, you can search any key word in a particular chapter or in the entire Bible. Very useful for clerics, scholars and laypersons.";
fDesc[9] = "users get the most out of them. This user guide is available for free to download right from the Support Section of the Palm Inc. Web Site.Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics.";
fDesc[10] = "AVI (DivX, XviD...) formats with just a few clicks - either complete with all the extras or just the main movie only, in selected language tracks and/or subtitles. The conversion engine features 4 different modes of conversion (Whole Title/Chapter, Chapter Splitting, Chapter Merging and Time Range), and it auto-detects all DVD parameters making DVD ripping a simple task. The built-in PSP File Manager is provided for transferring your video files between the PSP and the computer, also the built-in burning engine is provided for burning your VCD's and SVCD's. It is a powerful movie/video converter with fast conversion speed, you can enjoy your favorite movies on your iPod, iPhone, AppleTV, PSP, Mobile Phone/Device, and any MPEG-4 Players! Features: Convert DVD to iPod, iPhone, AppleTV, PSP, MP4, H.264, H.263, AVC, VCD, SVCD, MPEG1/2/4, AVI, DivX, XviD formats... in excellent quality Four...";
fDesc[11] = "get the most out of them. This user guide is available for free to download right from the Support Section of the Palm Inc. Web Site. Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics.";
fDesc[12] = "They help the user in making sense of their writing. The writers can now write different chapters completely unrelated to each other and when required they can be slotted by simply dragging and dropping the chapters to complete the flow of the book.";
fDesc[13] = "ride personalized themed choppers, challenging their racing skills on a variety of missions and earning style points to unlock new bikes, along the way.";
fDesc[14] = "user guide is available for free to download right from the Support Section of the Palm Inc. Web Site. Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics.";
fDesc[15] = "BibleMax's characteristics, like its Search feature and the hyperlinked Bible verses, which allows you to read every verse quoted just by placing the cursor on it.";
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 = '...';
}
}