var fDesc=new Array(); fDesc[0] = "Elfima notepad is a small and simple application with some special and unique features and these features make it powerful. It is a very small application but you can still use it to safeguard your documents in PDF format. It has only some basic editing features and it is not full of all editing tools, because it is just a notepad. But I think these basic features are enough to create simple PDF documents. Well, you can also insert images in your PDF documents through its insert image option.
This is not the limit of its special features. Yes, you can also create XHTML, XML and SVG documents with this Elfima notepad if you are a programmer. This simple and negligible space consuming utility can boost your coding speed. And so you do not require large developer’s software to show your skill on XML and XHTML languages. Not only this you can also import PDF documents created with Elfima Notepad. And if I say that you can also import XHTML, XML and SVG documents then I will not be wrong. These types of free software are very rare on internet, which gives you ability to create PDF documents. So I suggest you that you should try this software."; 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 = ''; } }