function run(target)
{
	window.open(target.options[target.selectedIndex].value,"Voten","toolbar=0,status=0,scrollbars=yes,resizable=1,width=600,height=800,top=0");

}
