var fDesc=new Array();
fDesc[0] = "With visual HTML editor you don't have to know anything about coding, but this doesn't limit you - with built in "Paste Code" and "Include PHP Code" functions you can add any JavaScript or even PHP code easily!
With IzzyWebsite you don't need anything else, built-in modules guarantee all-in-one solution: Newsletter, Statistics by GoogleAnalytics, Drag & Drop Gallery, Drag & Drop Form Builder and more!";
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 = '';
}
}