function link(url) {
	setTimeout("location.href = '"+ url + "';", 200);
	return;
}
