function openpollf(votaref) {
	valoaref = document.votaref.value;	
	widthf = '300';
	heightf = votaref.length * 21 + 30;
	optionf = 'scrollBars=no,resizable=no,width='+ widthf +',height='+heightf;
	window.open('rezultatef.php','optionf',optionf);
}

function openpoll_returnf(valf) {
	if (valf != "true") alert(valf);
}



function openpollb(votareb) {
	valoareb = document.votareb.value;
	widthb = '300';
	heightb = votareb.length * 21 + 30;
	optionb = 'scrollBars=no,resizable=no,width='+ widthb +',height='+heightb;
	window.open('rezultateb.php','optionf',optionb);
}

function openpoll_returnb(valb) {
	if (valb != "true") alert(valb);
}