
function panorama(PP, WW, HH)
{
<!-- window.location = "w_pano.php?b="+PP+"&xy=J"; -->
window.open("w_pano.php?b="+PP+"&xy=J","panorama","SCROLLBARS=yes,TOOLBAR=no,LOCATION=no,DIRECTORIES=no,STATUS=no,MENUBAR=no,RESIZABLE=no,TOP=100,LEFT=100");
}

function popup(PP)
{
<!-- window.location = "popup.php?xi="+PP+"&xy=J"; -->
window.open("popup.php?xi="+PP+"&xy=J","streckenflug","SCROLLBARS=yes,TOOLBAR=no,LOCATION=no,DIRECTORIES=no,STATUS=no,MENUBAR=no,RESIZABLE=yes,TOP=100,LEFT=100");
}

function pforum(PP)
{
window.location.href = "popup.php?xi="+PP+"&xy=J";
}

function pfoto(PP)
{
<!-- window.location = "foto.php?b="+PP+"&xy=J"; -->
window.open("foto.php?b="+PP+"&xy=J","streckenflug","SCROLLBARS=yes,TOOLBAR=no,LOCATION=no,DIRECTORIES=no,STATUS=no,MENUBAR=no,RESIZABLE=yes,TOP=100,LEFT=100");
}

function Datum_modifizieren()
{
var date = new Date(document.lastModified);
var mon = date.getMonth() + 1;
var xxx = date.getDate() + "."+ mon + "." + date.getFullYear();
return xxx;
}

function getFullYear(d)
{
var y=d.getYear();
if (y<1000) y += 1900;
return y;
}

function confirmDelete(url, item) {
	var pos = confirm("Soll der Eintrag ("+ item +") gelöscht werden?");
	if (pos) {this.location.href = url;}
}

function confirmText(url, item) {
	var pos = confirm(item);
	if (pos) {this.location.href = url;}
}

