function goto_url() {
	var argv = goto_url.arguments;	
	window.location=argv[0];
}

