var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "the Internet, used in sites like YouTube and thousands more. But they can´t be viewed in most players like Windows Media Player. That´s why this program is useful.";
fDesc[3] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players.";
fDesc[4] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website.";
fDesc[5] = "such as Youtube, Myspace.com, Ifilm.com, MSN, Google Videos, Yahoo videos and many more. The program supports downloading video with FLV formats and other video formats such as Mp4, m4v, 3gp, rm, wmv, swf, asf, Avi and more.";
fDesc[6] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects.";
fDesc[7] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more.";
fDesc[8] = "you can play all region DVDs on all DVD drives even if you have changed the region code 5 times";
fDesc[9] = "from video sharing sites in the web such as YouTube, Google Videos, MySpace, Yahoo Video, and other similar sites. This application is useful to capture playing videos automatically, and with a really fast download process.";
fDesc[10] = "intuitive and easy-to-use, the interface is available in six languages. FLV-Media Player is a freeware, and its full version can be downloaded and used without any type of restrictions.";
fDesc[11] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools.";
fDesc[12] = ", fast-forward, preview SWF and FLV files frame-by-frame, create and manage playlists, and save Flash movies directly from websites.";
fDesc[13] = "all region DVDs on all DVD drives even if you have changed the region code 5 times. You needn't";
fDesc[14] = "saved SWF videos in the user local PC or online SWF files, and directly convert video files from its URL entered by the user, without downloading the file to the user PC. A built-in video player allows the user to monitor the managed video.";
fDesc[15] = ", Mov, Flv and all other popular video and audio formats (Mp3, Wma, Ogg, Mpeg-1,Mpeg-2, etc.) as well as DVDs, CD Audio and Swf Flash Files. It can play even DivX files, with or without subtitles.";
fDesc[16] = "dial-up network. IM Magician was developed to work as an additional utility and as a standalone application. It is used with other chatting programs, such as Skype, MSN, QQ, Yahoo Messenger and others.";
fDesc[17] = "drawings captured from devices like scanners, VCR's, laser discs, digital cameras etc. The tool can capture images from sources such as scanners, capture boxes, digital cameras etc.";
fDesc[18] = "training, and robust quizzes without programming knowledge or multimedia skills. * Screen recording and demos: Capture and record screen activity and effortlessly synchronize audio and video.";
fDesc[19] = "time to Flash Media Server software or Flash Video Streaming Service (FVSS). When high-quality streaming is your priority, Flash Media Encoder can help you broadcast live events and around-the-clock broadcasting.";
fDesc[20] = ", VCD, audio CD or DivX/XviD disc. It supports HD-Video, and it is also compatible with other formats like MPEG4, RM, WMV, QuickTime or MacroMedia Flash, and many others, as long as corresponding codec is already installed in your system.";
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 = '...';
}
}