function GoProvider(id) {
	wnd = window.open('/Redir.asp?id=' + id, 'provider')
	wnd.focus()
	//top.location = '/GoProvider.asp?id=' + id;
}

function Topor(href, theRest) {
	return document.write('<a href="javascript:gogo(\'' + href + '\')" ' + theRest + '>');
}

function Topor1(href, theRest) {
	return document.write('<a href="' + href + '"' + theRest + '>');
}

function gogo(href) {
	
	top.location = href
}