// JavaScript Document
function goto(url){
	document.location=url;	
}