// JavaScript Document
function goToURL(direction) 
{ 
	window.location = direction; 
}
