var fDesc=new Array();
fDesc[0] = "Ebiz Assets Theme Creator is a very useful program, with many features.
Main features:
- Customize the look for each website through the user-friendly interface that lets you play around with the theme settings
- Quickly create multiple WP themes for your different websites without having to meddle with any form of coding
- Save money spent on hiring expensive graphic designers to create a theme for you
- Think about how the money that you save on themes can be used on other areas of your online business
- Easily upload your free themes onto this software that allows you to customize, personalize and revamp any theme!";
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 = '';
}
}