var fDesc=new Array(); fDesc[0] = "It is an application which allows you to edit website templates.

Main Features:

- Changing text, photos and page titles.
- Changing text font settings (bold/italic/font name, size, color, alignment).
- Deleting unwanted objects.
- Adding, removing and reordering pages.
- Adding a new text and photos.
- Changing website's music.
- Adding a sub pages.
- Adding click action to a text and a photo object to open a bigger photo or other website.
- Cropping photo and applying photo effect."; 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 = ''; } }