// JavaScript Document

function goto(url){
	window.open(url,"_top");
}