function web_url(url) {
	document.location = url;
}
