//POLL 
function SubmitPoll(){
	//var windowWidth, windowHeight, str;
	//windowWidth = 250;	windowHeight = 100;
	//str = 'toolbar=no,menubar=no,status=no';
	//openModelessWindow('', 'Poll', str, windowWidth, windowHeight);
	document.getElementById('PollForm').submit();
}