function regwahl(vsg, zeig, vari1, vari2)
{
    if(document.FrmReg.Region[0].checked==true)
       {
	   return parent.frames[0].location.href="../statistiken/statistik_sb.asp?sageb=" + vsg + "&PTyp=700&creg=BBB&anzwer=" + zeig + "&bok=" + vari1 + "&bbok=" + vari2;
       }
    if(document.FrmReg.Region[1].checked==true)
       {
	   return parent.frames[0].location.href="../statistiken/statistik_sb.asp?sageb=" + vsg + "&PTyp=700&creg=B&anzwer=" + zeig+ "&bok=" + vari1 + "&bbok=" + vari2;
       }
    if(document.FrmReg.Region[2].checked==true)
       {
		return parent.frames[0].location.href="../statistiken/statistik_sb.asp?sageb=" + vsg + "&PTyp=700&creg=BB&anzwer=" + zeig+ "&bok=" + vari1 + "&bbok=" + vari2;
       }
				return (document.FrmReg.Region[0].value)
				return (document.FrmReg.Region[1].value)
				return (document.FrmReg.Region[2].value)
/*
parent.frames[0].location.href=txts;
       alert("../statistiken/statistik_sb.asp?sageb=" + vsg + "&reg=" +  document.FrmReg.Region[0].value + " angekreuzt!" + zeig );
                  alert("../statistiken/statistik_pm.asp?sageb=" + vsg + "&reg=" +  document.FrmReg.Region[0].value + " angekreuzt!");
                  alert("../statistiken/statistik_pm.asp?sageb=" + vsg + "&reg=BBB angekreuzt!");
                  alert("../statistiken/statistik_pm.asp?sageb=" + vsg + "&reg=B angekreuzt!");
                  alert("../statistiken/statistik_pm.asp?sageb=" + vsg + "&reg=BB angekreuzt!");
					return (document.FrmReg.Region[0].value) 
*/

}
/*###############################*/
