var fDesc=new Array(); fDesc[0] = "JujuEdit is a great file editor, which is just a good replacement for notepad and comes in pretty handy any moment. It’s designed especially to cater to the interests of geeks and techies who cherish syntax highlighting and appreciate high-level replacement algorithms; however anyone can use it quite easily.

It is a really safe application, as it doesn’t convert the files into an internal format while opening them, as it performs all the interpretational work. This enables the user to choose the desired type of mode of file view, at any point of time, for example, Unicode, UTF-8, ANSI, Installed Code Pages, Binary, etc., and the data underneath doesn’t get affected in any regard.

Therefore, JujuEdit is capable of tolerating unexpected characters such as NULL or inconsistent CR/LF line endings, without clobbering, and it offers very large File Support and facilitates the user in editing files as huge as 2GB in size, and browse them instantly with special "Open From Disk" mode.

It also has high-level functionality as it also supports Powerful Perl-like Regular Expressions and supports regular expression find and replace, with a few extra tweaks like conditional replace as well."; 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 = ''; } }