var fDesc=new Array(); fDesc[0] = "With Rapid CSS Editor you can quickly and easily create and edit cascading style sheets of any size and complexity. You can write the style sheet code manually or let the program do it for you. In each case it is easy because of the many helpful features, including auto complete, code inspector and CSS checker. Results are shown instantly with the built-in preview. Rapid CSS Editor is designed to save you time and make your job easier.
Rapid CSS Editor Key Features

* Advanced, fully customizable text editor
* HTML and XHTML editing features
* Syntax Highlighting for CSS and HTML documents
* CSS Checker and Validator More info
* CSS Code Explorer More info
* Code Inspector More info
* Code Auto Complete for CSS and HTML More info
* Instant Style Sheet Preview with Internet Explorer or FireFox
* X-Ray for HTML preview More info
* Compliance with CSS standards and various browsers
* Integration with W3C CSS and HTML validators
* Built-in CSS Reference
* CSS Code Formatter and Beautifier
* CSS Code Compressor
* Search and Replace with Regular Expression support
* Search and Replace in files More info
* Multi Item Clipboard More info
* Built-in File Explorer
* Save and open files directly from FTP
* Project and site management and FTP publishing
* Fully customizable interface
* Integration with CSE HTML and CSS Validator
* Code collapse"; 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 = ''; } }