var fDesc=new Array();
fDesc[0] = "Creating a Stunning Flash Website is Insanely easy.
Welcome to the World's Easiest Flash Website Builder!
Purchase the Flash Website Design Software and start building your flash websites immediately. Choose from a large collection of flash website templates and build that stunning flash website you have always wanted to have.
- Zero knowledge of programming required to create stunning flash websites with Trendy Works Website Design Software.
- Unlimited editing facility for flash websites.
- Flash Design Software Include professionally designed flash templates to match your business needs.
- Simple point-n-click interface for editing flash websites.";
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 = '';
}
}