function gotoLink(url) {
	
	if (url) {
		window.location = url;
	}
	return true;
}