function vcstatistik(){
fenster=window.open("vc-statistik.htm","","width=830,height=530");
fenster.moveTo((screen.width-830)/2,(screen.height-530)/2);
}
