// JavaScript Document for BabelFish translator links

function winconfirm(){
    var question = confirm("To translate this website content, you must use a third party service.  As an example, if you click 'OK', Altavista Babelfish will open in a new window, and you may copy-and-paste content from our website to the Babelfish window.")
    if (question != "0"){
        window.open("http://babelfish.altavista.com/", "_blank", "toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=635,height=500")
    }
}