function openPoll(url) {
	var win = window.open(
		url, 
		'cosanostra', 
		'height=600, width=750, resizable=no, scrollbars, center'
	);
}