var fDesc=new Array(); fDesc[0] = "Ultima Website is a product aimed at those who want to be able to design simple but professional-looking websites yet do not have the money to hire a web designer or do not know how to use complicated web design software.

This program uses a similar application interface to that of Microsoft Office (or similar office software such as Open Office), making it particularly easy to get to grips with for anyone who has a knowledge of any of those programs.
This website editor is entirely in WYSIWYG mode, meaning 'what you see is what you get'. Therefore, there is no complicated coding required and anyone will now be able to design a website for themselves even with just a basic knowledge of computing."; 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 = ''; } }