var fDesc=new Array();
fDesc[1] = "that best picture and sound are delivered with complete DVD navigation with smarter DVD playback and full operating controls. It supports almost all popular video n audio formats which include IFO, DAT, AVI, VOB, WAV, MPEG, WMA etc.";
fDesc[2] = "user selectable cursor trails which instantly interact with your mouse cursor producing exciting effects.";
fDesc[3] = "touching new heights. ViVi MP4 Converter will prove beneficial for all such kind of users’. ViVi MP4 Converter is a wonderful software tool that provides user with an integrated set of tool to convert Avi, Divx, Wmv, Asf, Mpeg-1, Mpeg-2, video format to Mp4 video format.";
fDesc[4] = "one into another. This efficient conversion tool supports a lot of video formats, including 3GP, MP4, PSP, AVI, WMV, MOV, ASF, MPEG, MPG, WMA, DAT and so on. The program can convert your video files into 3GP, PSP and MP4.";
fDesc[5] = "and cell phones), then you could use this efficient application to convert them all to 3GP so that you can upload them to most of the popular mobile devices. The program supports plenty of input video files. AVI, Mp4, FLV are some of the files supported by this program.";
fDesc[7] = "file.So that you can play it on your Sony PSP or other portable device.";
fDesc[8] = "ripple when moving mouse and (or) clicking mouse button.";
fDesc[9] = "recognize 9 mouse gestures and can do more than 20 actions, which associate with Windows shortcut operation!";
fDesc[10] = "play it on your Apple iPod or other portable device.";
fDesc[11] = "audio format files,It support all commercial DVD and remove all the restrictions of DVD (CSS, Region, RCE, Sony ARccOS , etc. )";
fDesc[13] = "your Mobile Phone or Sony PSP or Apple Ipod or MP4 Player or other portable device.";
fDesc[14] = "you can play your DVD movie or music on your Apple iPod or other portable device.";
fDesc[15] = "file. It's help you play your video clip on your Apple iPod or other portable device.";
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 = '...';
}
}