function showShoutbox() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=x+(window.outerWidth-130)/2;
		y=y+(window.outerHeight-450)/2;
	} else {
		x=x+(screen.Width-130)/2;
		y=y+(screen.Height-450)/2;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("http://79500.shoutbox.de/","shoutbox","top="+y+",left="+x+",width=130,height=450,location=0,menubar=0,toolbar=0,status=0,resizable=1,scrollbars=1");
	w.focus();
	return;
}




function showForum() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=x+(window.outerWidth-500)/2;
		y=y+(window.outerHeight-750)/2;
	} else {
		x=x+(screen.Width-500)/2;
		y=y+(screen.Height-750)/2;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("http://67691.board.webtropia.com/","JM-Forum","top="+y+",left="+x+",width=500,height=750,location=0,menubar=0,toolbar=0,status=0,resizable=1,scrollbars=1");
	w.focus();
	return;
}


function openPopup(){
	window.open("popup.html", "", "width=280,height=260,left=125,top=80,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,location=no");
}


function openNewsletter(){
	window.open("newsletter.html", "", "width=400,height=340,left=125,top=80,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,location=no");
}

function openJuzebash(){
	window.open("juzebash.html", "", "width=325,height=425,left=125,top=80,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,location=no");
}

function openNeuwahlen06(){
	window.open("neuwahlen06.html", "", "width=400,height=340,left=125,top=80,toolbar=no,scrollbars=yes,menubar=no,status=no,directories=no,location=no");
}


