var fDesc=new Array();
fDesc[0] = "Vanilla BABY enables you very instant video create with intuitive and easy-to -use User Interface.
Why Vanilla Baby?
Easy to create a video clip, powerful organize and intuitive user interface.
Don't wait for finishing the video creating, but see the video during your creating in a local PC and/or over the network.
Fast search and manage your hundreds of videos and/or still photos.
PC-based simple & real-time video creator with external video devices as of DV camcorder, digital camera, CD/DVD player, Webcam, mobile handset and with file-based video sources in your local PC and/or over the network:
- Special effects and filters
- Titles/Graphics insertion
- Background music with MP3/WMA files or music from CD player
- Slideshow with still photos
Multiple export the video such as file save for later use, push broadcast, recording back to DV camcorder, AVI converting.";
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 = '';
}
}