function update_vk(vkValue)
{
	document.getElementById("vk").value = vkValue;
} 