/*
 ==============================================================================
 | FUNCTIONS.JS
 | Javascript (JS) for [project name]
 | ----------------------------------------------------------------------------
 | Author:			FocalBase Internet Solutions
 | Creation Date:	11.01.2004
 | Last Updated:	11.01.2004
 | ----------------------------------------------------------------------------
 | Copyright (c) 2004  Focalbase Internet Solutions.
 | All rights reserved.
 | ----------------------------------------------------------------------------
 | Version: v1
 | $Id:
 | ----------------------------------------------------------------------------
 | Notes: 
 ==============================================================================
*/

function spanish() {
	location.href = "http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_es&url="+window.location;
}
function english(myURL) {
	location.href = myURL;
}