var fDesc=new Array(); fDesc[0] = "Templates provide eBook Maestro users with an easy way to customize common areas of eBooks. You can use templates for changing the appearance of Control Bar, Search Bar and Buy Page in your products. This package includes 7 templates. Templates may be used only to create products with eBook Maestro. The exclusive format of the compiler allows you to create and modify eBooks easily. All settings are sorted by their purpose and you can always quickly come back to the setting you need to make the necessary changes."; 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 = ''; } }