var fDesc=new Array(); fDesc[0] = "This software package adds the following components to your Windows operating system:
- two screen-optimized TrueType fonts --"Arial AM" and "Courier AM" -- mainly intended for previewing web pages and e-mail messages in Armenian
- a fast and efficient keyboard driver (recoder) for typing in Armenian in any application, including Internet browsers and e-mail agents
- modifications in the configuration of most known Internet applications so that you can preview web pages, send and receive e-mail messages in Armenian
- timezone information for Armenia with automatic DST (daylight saving time) adjustment"; 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 = ''; } }