// Copyright 2005 Berlitz
// Dana Interactive, NYC


	function goTo(address)
			{
				if (address != '')
					window.location.href = address;
			}
			
	function goToLC(address)
			{
				if (address != '')
					window.location.href = '/index.htm' + address;
			}
			