/* BabelFish.js - Script for using the AltaVista BabelFish translation service. Adapted by Foteos Macrides for use with the overlibmws code set. See http://www.macridesweb.com/oltest/BabelFish.html for a demonstration. Initial: October 26, 2003 - Last Revised: April 17, 2004 */ OLtrans_en = new Image(); OLtrans_en.src = "http://babelfish.altavista.com/static/i/af/trans_en.gif" OLtrans_en_off = new Image(); OLtrans_en_off.src = "http://babelfish.altavista.com/static/i/af/trans_en_off.gif" var OLbfURL = location.href; if (location.href.indexOf("babelfish.altavista.com") == -1) { var BabelFish = '
' +'

Note: This page can be viewed in a different language by ' +'selecting the corresponding flag below.

' +'

' +'' +'' +'' +'' +'' +'' +'' +'' +'' +'' +'' +'' +'

' +'

The translations are done via the AltaVista Babel Fish service.

'; }else{ var BabelFish = '

' +'

'; }