// JavaScript Document

function gotoUrl(url){
	if(url!='')window.location=url;
	else return false;
}