function confirmation(text)
{
	if(window.confirm(text))
	{
		window.location = 'index_a.php';
	}
}
