var fDesc=new Array(); fDesc[0] = "Gone are the times when webpage creation was considered a tough job. Earlier, people used to hire webpage developers or software engineers for the same thing. This was because it required the knowledge to use HTML. With the introduction of Cool Page, not only has webpage designing been made fast and fun, but also so simple and easy to work with, that it can even be used by people who do not have a strong hold over HTML.

This tool comes all packed with features to make web pages and e-books more beautiful and easy to create. Pictures and other objects can be attached to a page also allowing the text to be corrected. The page can be completely edited by changing fonts, colors, borders and adding images. Important features also include quick preview, free internet publishing with just one click.

The option of reverting back the actions unlimited number of time keep the document safe at all times. The objects can be moved precisely with exact dimensions, thanks to pixel accuracy.
Other very useful features of the tool include exporting pages in HTML, creating a brag and drop HTML object for inserting HTML as well as submission of the page to different search engines."; 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 = ''; } }