function access()
{
	pass = prompt('Введите пароль доступа для дилеров', '');
	if(pass == "Vfrcbvf")
		location.href="/dealers";
}

