function Rundgang(i) {
	w = window.open("_rundgang.asp?id="+i, "rundgang", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=390");
	w.focus();
}

function RundgangE(i) {
	w = window.open("_rundgang_en.asp?id="+i, "tour", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=390");
	w.focus();
}

function Gross(p,x,y) {
	w = window.open("_gross.asp?p="+p+"&x="+x+"&y="+y, "gross", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+(x+20)+",height="+(y+20));
	w.focus();
}