function doSubmit(server) {
	document.location.href = server + '?rt=index/searchPoll&idUser='
			+ document.forms[0].idUser.value;
}

