// JavaScript Document
function nav_url(url){
	location.href = url;
}
