var fDesc=new Array();
fDesc[0] = "Virtual book offers you the smartest and most reliable technology to create your digital publication; with V-Book Compiler you can create professional e-Books, off-line websites, manuals, digital catalogues...
V-Book Compiler is a powerful software the compiles HTML files into a small, fast, secure and user-friendly e-Books.
Here are some of the things you can include in your e-book: Html pages, images, music, animations, scripts (java), and much more... all these will be compressed into a single executable EXE file.
Creates a single EXE file that contains all your files and a small e-Book viewer to view the files. It's small size makes it easy to distribute online or on CD-Rom.
You define the level of data protection; disable the copy function or lock your e-Books with a password, or create shareware ebooks
You can customize the e-Book as you like; change buttons icons, labels, colors, change the e-book logo, define the window and toolbar properties, include custom popup messages or include a splash screen image.";
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 = '';
}
}