// JavaScript Document

function goto(url){
	if(url.length > 0){
		window.location = url;	
	}
}