function check()
{
	if(confirm('Are you sure?'))
	{
		return true;
	}
 	return false;
}
