function AnketaVote(alternativeId, lang)
{
	document.location='index.php?cmd=anketavote&id='+alternativeId+'&lang='+lang;
}
