var fDesc=new Array();
fDesc[0] = "Easy Website Photo Gallery is a powerful, yet easy to use tool to create professional-looking online photo galleries and albums for a website. Follow the simple wizard to add photos, select gallery style and publish the gallery to a website - even beginners can do it with just a few mouse clicks! And professionals will enjoy endless gallery customization options: you can choose thumbnails size and title, edit page header and footer text, use Lightbox special effect or slide show, modify any gallery template - all templates are plain HTML files.";
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 = '';
}
}