var fDesc=new Array(); fDesc[0] = "Armenian Smart Converter, enables you to reproduce the documents created by the Microsoft Word (.doc) program, making it compatible with the new international UNICODE standard, keeping the entire document as well.

Armenian Smart Converter is a unique software that converts MS Word documents into a new UNICODE standard. You can convert not only MS Word documents but also other text files such as html, txt and so on. In addition, the software is able to convert documents to both Armenian standards (ANSI and UNICODE), as well as documents with English and Armenian texts."; 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 = ''; } }