var fDesc=new Array();
fDesc[0] = "Now you can make professional looking banners for your own products or affiliate products directly from your PC with just a few mouse clicks!
Even if you're a total graphics newbie, you can quickly and easily create sweet looking banners in no time flat.
With Banner Generator Pro You Will Be Able To :
- Quickly And Easily Create Professional Looking Banners
- Create Animated Banners With One Click
- Select Pre-Made Banner Or Custom Banner Sizes
- Create Endless Combinations Of Background Effects
- Select From Dozens Of Pre-Made Icons And Images";
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 = '';
}
}