var fDesc=new Array();
fDesc[0] = "VCDCutter Pro is also a software simulated Webcam. It can be simulated into a virtual Webcam and used in Biliao, Liaoliao, EPH, QQ, MSN, NetMeeting, UC, and other software/chat room, for playing movie, MTV, picture, and as simulated Webcam.
Main features:
- Control playback of the video file conveniently and friendly (including image resize, playback volume control, playback speed control, etc.);
- Clip video file at the time of playback and save the clipped file in AVI/MPG1 format;
- Support clipping and chopping MPG1 file into smaller segments at equal length and combine smaller segments into large segment file;
- Grab picture while play video file (including continuous grabbing);
- Support the slide show playback of picture file and provide numerous change modes of special effects;
- Support video file compression and conversion (compress and convert some video files into AVI format);
- Generate video file screen shot automatically or in batch;
- Send the playing video frame/picture to self-contained simulated video Webcam (Name of device: JiaoCap. This function must be supported by WIN2000/XP. WIN9X does not support.)
- Support online video broadcast of video file and share with friends.
- Support window/screen capture. you can save captured frames as BMP or AVI, or send frames to self-contained simulated video Webcam.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}