function url(url){
	window.document.location.href=url;
}

function url2(url){
	window.open(url, '_blank');
}
