// JavaScript Document

function winOpen(soub,w,h)
{
  var start = window.open(soub,'open','width='+ w +',height=' + h +',top=10,left=10,scrollbars=yes');
	start.focus();
}

function zapisHlasovani(id,typ,hash)
{
	var ajaxKitSpec =  new ajaxKit(false); 
	ajaxKitSpec.runElementUpdate('hlasovani',url,file+'&id='+id+'&typ='+typ+'&hash='+hash,'get');
}