function registro_show()
{
	show_div('div_message_registro');
}
function registro_hide()
{
	hide_div('div_message_registro');
}