//translator3.js
//This javascript file is specifically for use with the 2 English-language INDEX/HOME Web pages.
//The Spanish translator link has been removed from this javascript file, as this Web page is already available in Spanish.
//Use translator.js on any OTHER Antipas.Net Web page which DOES NOT have a Spanish Web page available.
//translator.js has the Spanish translator link to Babel-Fish.

<!--
document.writeln('<span style="font-size:8pt;font-family:arial,verdana,helvetica,geneva,sans-serif;">');

document.writeln('<a target="top" href="http://world.altavista.com">Translate into: </a>&nbsp;');

document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_fr&url=');document.write(location.href);document.writeln('">Fran&ccedil;ais </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_de&url=');document.write(location.href);document.writeln('">Deutsch </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_el&url=');document.write(location.href);document.writeln('">Greek </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_it&url=');document.write(location.href);document.writeln('">Italiano </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_pt&url=');document.write(location.href);document.writeln('">Portugu&ecirc;s </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_nl&url=');document.write(location.href);document.writeln('">Nederlandze </a>- ');
document.writeln('<a target="top" href="http://www.translation-guide.com/free_online_translators.php?from=English&to=Swedish');document.write(location.href);document.writeln('">Svensk </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_ru&url=');document.write(location.href);document.writeln('">Russian </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_zh&url=');document.write(location.href);document.writeln('">Chinese </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_ja&url=');document.write(location.href);document.writeln('">Japanese </a>- ');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_ko&url=');document.write(location.href);document.writeln('">Korean</a>');

document.writeln('</span>');
// -->