function gotoLink(url) {
	location.href = url;
	return false;
} 