// JavaScript Document

function goto(url) {
		document.location.href=url;
	}