var fDesc=new Array(); fDesc[0] = "aReader is a free software that is used as an XPS document reader. By using this application, read XPS documents become easier and faster. This application is freely used and distributed to anyone. aReader is made by using the latest technology from Microsoft that Windows Presentation Foundation with some libraries that use one of them is the Ribbon Controls Library.

This application uses a GUI (Graphic User Interface) which is similar to Microsoft Office 2007. By having such interfaces, it would be easier for users in using this application. This application has been released with version 1.0.0.0."; 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 = ''; } }