//if (window.location.protocol = "https:")
//	alert("SEguro"+window.location.host+" "+window.location.href.replace(/https/, "http"));
function abrePuntos()
{
	window.open('http://'+window.location.host+'/codigo/registro/usuarios_hucha_saldo.asp','Hucha','height=228,width=468,scrollbars=0,resizable=no');
	return false;
}
function abreRecordatorio()
{
	javascript:window.open('http://'+window.location.host+'/codigo/registro/registro_recordatorio.asp','recordatorio','width=300,height=300,scrollbars=0,resizable=no');
	return false;
}
function mandame (la_select)
{
	if (la_select == 'http://'+window.location.host+'/codigo/registro/usuarios_hucha_saldo.asp')
	{
		abrePuntos();
	}
	else
	{
		if (la_select != '')
		{
			document.salto.submit();
		}
	}
}
