function goto(location){
	document.location = location;
}

function changeImage(object, image){
	object.innerHTML = '<img src="'+image+'"/>';
}
