var fDesc=new Array();
fDesc[0] = "Why Choose WebEasy Professional? Build a great website in one hour with WebEasy. WebEasy guides you step-by-step with built-in templates and e-commerce tools - no programming or HTML knowledge are needed. Everything you need to create an impactful website is included in every WebEasy package. In just one-click WebEasy publishes your website in minutes for the world to see.
Main Features:
- FREE! 3 Months of hosting included
- Create a Web Site with Drag-and-Drop Simplicity
- Choose from Hundred of Professionally-Designed Website Templates
- No Programming Required with Automatically Generating HTML Code
- Easy to Use Tools for Search Engine Optimization";
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 = '';
}
}