function XF_Poll(n,m){
	if (n==0){
		var StrUrl = '/addon/poll/pollmentorres.asp?R1=' + document.getElementById('XHi_Poll').value + '&X_LangIndex=' + document.getElementById('XHi_PollLang').value;
		XF_LoadEAjax(StrUrl,'nd_'+m);
		//document.location.href='?LP=/addon/poll/pollmentorres.asp?R1=' + document.getElementById('XHi_Poll').value + '&X_LangIndex=' + document.getElementById('XHi_PollLang').value;
	}
	else{
		document.getElementById('XHi_Poll').value = n;
	}
}