var fDesc=new Array(); fDesc[0] = "BigEditor from Oraspeed is a 3 in 1 application - Text Editor,FTP & File compare very useful for any developer.
The multiple features of BigEditor makes it unique and simple to use than other similar products available in the market.

Main features:

- Syntax Highlighting
- Tabbed MDI and Classic MDI interface options
- View in Browser
- FTP tool
- File Comparison Utility
- Code Snippets
- Advanced Template System
- Block Comment/UnComment
- Block Indent/OutIndent
- Current Line Highlighting
- Unlimited Bookmarking
- Block Change to Uppercase
- Block Change to Lowercase
- Convert SQL string to Client language like VB, Java, C , Delphi
- Convert back from Client language to SQL string
Clipboard Tool window"; 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 = ''; } }