var fDesc=new Array();
fDesc[0] = "Do you have a lot of photos you want to share with your friends and family? Are you a professional photographer and want to sell your photos from your website? Maybe you need a photo gallery for your online store? Then we have a perfect tool for you!
Extreme Thumbnail Generator is a powerful, yet easy to use software for creating online photo albums. It will let you make beautiful picture gallery with just a few mouse clicks! Even if you know nothing about the HTML and image processing - the result will be outstanding!
On the other hand, you have the full control over the look and feel of your pages - all gallery templates are plain HTML files, so you can easily customize them using the built-in template editor or your favorite HTML editor. When your gallery is ready you can immediately upload it to your website using the built-in FTP publisher module.
Sill not sure if Extreme Thumbnail Generator is the right tool for you? Then download your FREE 20-day trial copy and try it now!";
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 = '';
}
}