var fDesc=new Array();
fDesc[0] = "FancyPlus desktop software is a great alternative to the on-line admin panel. Now you do not depend upon your web hosting service, domain registrar and template provider. A copy of your website is always on your computer and always by hand.
FancyPlus Features:
* Edit, backup and publish multiple websites individually;
* Website customization is no longer dependent on your internet connection;
* You have a complete backup of your website on your hard drive;
* Powerful WYSIWYG editor;
* E-commerce module instant sales notifications(this feature is under construction at the moment);
* Garbage collector: find and remove unused files;
* Free automatic updates.";
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 = '';
}
}