// JavaScript Document
function popdreispringer(page,nom,option) {
       window.open(page,'','fullscreen=yes, menubar=yes,toolbar=yes,scrollbars=no, location=yes, status=yes, resizable=yes, dependent=no');
    }
function pop1(page,nom,option) {
       window.open(page,'two','fullscreen=no,top=0,left=0,screenHeight=20,width=520,height=520, menubar=yes,toolbar=yes,scrollbars=yes, location=no, status=no, resizable=no, dependent=yes');
    }
function pop2(page,nom,option) {
       window.open(page,'three','fullscreen=no,top=200,left=200,screenHeight=20,width=320,height=415, menubar=no,toolbar=no,scrollbars=no, location=no, status=no, resizable=no, dependent=yes');
    }
function popup_gewinn(page) {
       window.open(page,'gewinn','width=400,height=400,top=100,left=100,scrollbars=no');
	}
