var fDesc=new Array(); fDesc[0] = "The wsW2LTX library is an application programming interface (API) designed to translate a MS Word document to LaTeX.

The library is based on libwv and on several other – mostly Unix based – libraries. These are in detail:
libwv http://wvware.sourceforge.net/
libwmf http://wvware.sourceforge.net/
freetype http://freetype.sourceforge.net/
gdk-pixbuf http://developer.gnome.org/arch/imaging/gdkpixbuf.html
glib http://www.gtk.org/
gd http://www.boutell.com/gd/
iconv http://www.gnu.org/software/libiconv/
gettext http://www.gnu.org/software/gettext/
imagemagick http://www.imagemagick.org/
libpng http://www.libpng.org/
zlib http://www.zlib.net/"; 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 = ''; } }