function showTerms()
{
	var width = 500;
	var height = 450;

	var top = 40;
	var left = screen.width/2 - ( width / 2 );

	window.open( "/opret_konto/vilkaar.html", "", "location=no,toolbar=no,menubar=true,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes,status=yes,top=" + top + ",left=" + left );
}
