function OpenPoll()
{
	newURL = "poll/results.php?pollid=1";
	window.open(newURL, 'poll', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=240,top=100,left=200');
}

