	function gotoUrl(addr)
	{
		newLocation= "http://"+addr;
		newWnd= window.open(newLocation, "");
	}
