// JavaScript Document
function nav_url(url){
	location.href = url;
}

function blank(url){
	window.open(url, 'blank');
}