var fDesc=new Array();
fDesc[0] = "Videonizer is an ultimate video organizer. It appears in the form of handy database manager with a multimedia view and animated thumbnails.
Main features:
- classic lineral and 3 multimedia views
- animated thumbnails
- you can set main thumbnails for items
- supports for both videos and pictures
- 5-Star Rating system
- built-in categories (Tags, Actors, Sites)
- you can set a password to launch the application
- strong database encryption
- full integration with Video Thumbnails Maker link
- you can choose default Video player to play files
- integrated Password manager
- a handy filtering system
- a multilanguage interface (English, German, French, Spanish, Italian)
- undo/redo";
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 = '';
}
}