function AllerPage(lapage)
{
	if (lapage != '')
	{
		location.href=lapage;
	}
	return true;
}
