var fDesc=new Array();
fDesc[1] = "Corel VideoStudio is software that is filled with a lot of “deliciousness’s and various beautiful things. As any other program of Corel this program distinguishes by its user-friendly and intuitive interface and inimitable style. You will be surprised how easily and quickly you can create your own home video with professional results!";
fDesc[2] = "available for Windows users. It supports all kind of AVI audio/video files and gives output in *.avi format. It requires no encoding/decoding so no sound and video synchronization problem arise. It also accepts all size of files.";
fDesc[3] = "There are many ways you can add your videos to the application. You use your digital camcorder (HDV), tuner, or import high definition videos.";
fDesc[4] = ", movies, and sports. Unlike home movie video editors, or those \"all-in-one factory\" DVD products designed for many purposes, VideoReDo TVSuite was designed to easily edit MPEG2 video and quickly create DVDs. Simplify your editing, and quickly create DVD's of your TV shows... all within the same software, typically without the need of lengthily transcoding. This means you can remove offensive material (often commercials) by editing video, quickly author video, and burn DVD's easily and quickly! There is no need to jump around to different applications, so when you want to create DVD's you just do it without frustration. VideoReDo TVSuite gives you an easy way of collecting DVD's of your favorite TV events... the way you want to see them! TVSuite is built on the award winning functionality of our popular MPEG editing solution... so whether you are using a PVR, DVR, DVD or capture card to...";
fDesc[5] = "simple and fast for user. It allows cutting a large video files in so many small parts without any quality loss. It accepts all common video file format like AVI, MPEG, VOB, WMV and audio file like MP1, MP2, MP3 and MPA.";
fDesc[6] = "program can automatically start downloading any video file that you are watching at any time on your computer. But you can set the program not to do that, and it will only download the video files you want it to download.";
fDesc[7] = "for best preview on a cell phone, and serves as an all-in-one 3gp converter. The application also provides options to customize DVD-video source, and allows the user to select necessary audio track and subtitles, or remove the unwanted junk-content like the commercials.";
fDesc[8] = "(DVRMStoMPEG.exe) or against a directory (DVRMSToolbox.exe) using \"Processing Conditions\", or meta data based rules that you create. Both of these tools are command line applications so it's easy to create scheduled tasks that process your recorded tv while you sleep, or if you are a more visual person there is also a GUI that will run the applications. One of the more useful applications of DVRMSToolbox is its automatic commercial skipping capability. Using this feature (by combining the FileWatcher and the CommercialSkip add-in), Media Center will automatically skip commercials while you are watching the show. There is also a windows service (DVRMSFileWatcher), which can be run to watch the recorded tv folder and use the \"Processing Conditions\" to process new shows as they are recorded. A set of \"Profiles\", or configured set of actions, is included in the installation package. These...";
fDesc[9] = "have a movie or any video in your computer which may have commercial ads and you don’t want to watch these commercials during your favorite shows or movies then you can use Show Analyzer to skip commercial ads automatically.";
fDesc[10] = "favorites are played more often. You can remote control the volume and a server jukebox through a network. A click of the button will send programmed keystrokes to the server's media player. Files and entire directories can be renamed effortlessly. DJ Jukebox can even perform a global search and replace operation on the list of songs, automatically renaming (synchronizing) the files. Playlist GeneratorDJ Jukebox will generate random lists of songs which can be delivered to a media player such as Winamp. You can rate each song (on a scale of 0-100) if you want to ensure that your favorites are chosen more often";
fDesc[11] = "commercials and converts your recordings into formats that are usable on other systems and handheld devices. It does all of this automatically with a minimum of fuss and little or no technical knowledge required. MCEBuddy is an automated service for Windows Media Center XP, Vista and now Vista 64 that converts the Media Center native video format (DVR-MS) to a user-configurable file format (WMV, DivX or H.264). MCEBuddy is freeware, spyware free and distributed under GPL.";
fDesc[13] = "is small, you can quickly copy from your desktop to your networked laptop or notebook computers and watch TV while traveling or commuting on the train, airplane, ferry, etc. Plus, you can watch from your Pocket PC. Archiving - if your computer can handle 700kbs using Windows Media 8 format, you can archive 2 hours of good quality video on a single inexpensive CD-R/CD-RW VCR Replacement - with 10GB disk space, you can record about 40 hours of video (based on 500kbs). Watch TV when you want, where you want, and skip commercials too. Features include: Intuitive, simple and easy-to-use TV input preview (like having mini TV) requires a free activation via email Weekly and weekdays repeating schedule events Yahoo! TV Electronic Program Guide (EPG) application enabler Customizable EPG pane for quick access of your favorite TV program schedules API's to allow seamless integration of external...";
fDesc[14] = "search for items, browse in the eBay categories or access \"my eBay\". Place bids or buy items you like just with your remote control.";
fDesc[15] = "period of time for example 10 seconds, or at the end of the current playing song.";
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 = '...';
}
}