function openResultWindow (w, h)
{
	win = window.open('about:blank','vote','toolbar=no,scrollbars=yes,resizable=no,width='+w+',height='+h+'');
	win.focus();
	return win;
}