var fDesc=new Array(); fDesc[0] = "AlphaBrowser is a text editor with syntax highlighting and a viewer of today's most popular file formats:
- MS Office (*.doc, *.rtf, *.xls).
- Html (*.html,*.htm,*.shtml,*.asp,*.css).
- Audio (*.mp3, *.mid, *.wav,*.rmi,*.midi).
- Video (*.avi, *.mov, *.mpg, *.mpeg, *.dat).
- Graphics (*.bmp, *.jpg, *.ico, *.emf, *.wmf, *.gif, *.ani).
- Resources *.exe and *.dll of files (not encoded certainly).
For html files it is possible of view, edit, and preview the file."; 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 = ''; } }