function filtalk3() {
var winres=null;
if(winres!=null){winres.close();winres=null;}
if(document.form3.vote[0].checked)
	{winres=window.open("vote3/update_vote2.asp?vote=1","FILTALK","width=450,height=600,directories=0,location=0,menubar=0");} 
if(document.form3.vote[1].checked) 
	{winres=window.open("vote3/update_vote2.asp?vote=2","FILTALK","width=450,height=600,directories=0,location=0,menubar=0");}
if(document.form3.vote[2].checked) 
	{winres=window.open("vote3/update_vote2.asp?vote=3","FILTALK","width=450,height=600,directories=0,location=0,menubar=0");}
if(document.form3.vote[3].checked) 
	{winres=window.open("vote3/update_vote2.asp?vote=4","FILTALK","width=450,height=600,directories=0,location=0,menubar=0");}
if(document.form3.vote[4].checked) 
	{winres=window.open("vote3/update_vote2.asp?vote=5","FILTALK","width=450,height=600,directories=0,location=0,menubar=0");}
if(document.form3.vote[5].checked) 
	{winres=window.open("vote3/update_vote2.asp?vote=6","FILTALK","width=450,height=600,directories=0,location=0,menubar=0");}

return false;
}

