function  gotoURL(url) {
	window.location=url;
}
