var pop1 = "width=560, height=560, left=100, top=200, resizable=no, scrollbars=no,status=no, menubar=no, directories=no";
var pop2 = "width=560, height=560, left=100, top=150, resizable=yes, scrollbars=no,status=no, menubar=no, directories=no";
var pop3 = "width=560, height=560, left=100, top=200, resizable=no, scrollbars=no,status=no, menubar=yes, directories=no";
var pop4 = "width=485, height=488, left=230, top=50, resizable=yes, scrollbars=yes,status=yes, menubar=yes, directories=yes";
var pop5 = "width=485, height=700, left=230, top=50, resizable=yes, scrollbars=yes,status=no, menubar=no, directories=no";
var pop6 = "width=550, height=250, left=170, top=200, resizable=no, scrollbars=no,status=no, menubar=no, directories=no";
var pop7 = "width=990, height=400, left=20, top=20, resizable=no, scrollbars=no,status=no, menubar=no, directories=no";
var pop8 = "width=795, height=600, left=100, top=80, resizable=no, scrollbars=no,status=no, menubar=no, directories=no";
var pop9 = "width=480, height=450, left=230, top=80, resizable=no, scrollbars=no,status=no, menubar=no, directories=no";
var pop10 = "width=530, height=670, left=230, top=50, resizable=no, scrollbars=no,status=no, menubar=no, directories=no";
var pop11 = "width=795, height=700, left=100, top=50, resizable=no, scrollbars=no,status=no, menubar=no, directories=no";

function popup1() {
var fenster = window.open("popup.html", "PopUp-Fenster_1", pop1);
fenster.focus();
}
function popup2() {
var fenster = window.open("popup.html", "PopUp-Fenster_2", pop2);
fenster.focus();
}
function popup3() {
var fenster = window.open("popup.html", "PopUp-Fenster_3", pop3);
fenster.focus();
}
function popup4() {
var fenster = window.open("popup.html", "PopUp-Fenster_4", pop4);
fenster.focus();
}
function popup4() {
var fenster = window.open("popup.html", "PopUp-Fenster_4", pop4);
fenster.focus();
}
function popup6() {
var fenster = window.open("jkalender.html", "Kalender", pop5);
fenster.focus();
}
function popup5(p){
	switch(p){
	case 0:
		var MyPop=window.open("popup.html","PopHopp_1",pop1);
		break;
	case 1:
		var MyPop=window.open("popup.html","PopHopp_2",pop2);
		break;
	case 2:
		var MyPop=window.open("popup.html","PopHopp_3",pop3);
		break;
	case 3:
		var MyPop=window.open("popup.html","PopHopp_4",pop4);
		break;
	case 4:
		var MyPop=window.open("jkalender.html","Kalender",pop5);
		break;
	case 5:
		var MyPop=window.open("orakel.html","Orakel",pop6);
		break;
	case 6:
		var MyPop=window.open("panorama.html","Panorama",pop7);
		break;
	case 7:
		var MyPop=window.open("dom_bsp.html","DOM",pop8);
		break;
	case 8:
		var MyPop=window.open("linktopop.html","PopUp",pop8);
		break;
	case 9:
		var MyPop=window.open("gut.html","Clown",pop9);
		break;
	case 10:
		var MyPop=window.open("ani_3.html","Pong",pop10);
		break;
	case 11:
		var MyPop=window.open("flusi.html","Pong",pop11);
		break;
	}
	MyPop.focus();
}
function zu() {
self.close();
}

// Sachen, die die Welt nicht braucht
function print() {
window.print();
}
var i=0;
function schubs() {
	if (i < outerWidth) {
	resizeTo(outerWidth - 1, outerHeight - 1);
	i++;
	setTimeout("schubs()", "2");
	} else {
	self.close();
	}

}
var y = 0;
function move() {
	if (y < outerWidth) {
	moveBy (-2,0);
	y++;
	setTimeout("move()", "2");
	} else {
	self.close();
	}



}
