var fDesc=new Array(); fDesc[0] = "Evrsoft First Page 2006 3.0 is a free HTML web page editor.

It comes bundled with some templates, as Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms.

It lets you include every component you would use with another web page editors, like images (plain or rollover), HTML compatible text, hyperlinks, tags, comments, buttons, combo boxes and lots of pre-made effects.

You can also import text, insert tables, scripts and java applets. You can upload your work to your server using Evrsoft FTP Client, that is also free and can be downloaded from Evrsoft site.

You can see the web page you design in three modes: Source (where you can see and modify the HTML code), Preview (you will see the page like on a web browser) and Design (you can modify the page directly adding content, with no HTML input)."; 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 = ''; } }