function go( href )
{
	window.location = href;
}

function pop( href )
{
	window.open( href, '_blank' );
}
