function giveFocus(url,name)
	{
	win=window.open(url,name)
	win.focus()
	}
