var fDesc=new Array();
fDesc[0] = "It is a tool that allows you to create your own templates.
Main Features:
- 50 professionally designed, completely editable eBook Cover Templates: all provided in PSD (Photoshop) format with Private Label Rights.
- 50 matching professionally designed completely editable app box templates.
- The Photoshop eBook Cover and Software Box Action Scripts: you can use these to transform your new eCover templates into your professional eCovers.
- Step-by-Step Video Tutorials.
- 25 matching professionally designed, completely editable 700x130 Header Templates: all provided in PSD (Photoshop) format with Private Label Rights.
- 25 matching professionally designed, completely editable 700x130 Header Templates with Rounded Edges: in PSD (Photoshop) format w/Private Label Rights.";
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 = '';
}
}