var wnd = 0;
function Karte(ObjektID) {
  wnd = window.open('{hrefkarte}',
	            'Google Map',
	            'height=500,width=520');
}
function ChangeAnsichtBild(strBildName, nMediumID, nPosition, strBeschreibung) {
	document.images.AnsichtBild.src = strBildName;
	document.getElementById("Bildbeschreibung").firstChild.data = strBeschreibung;
	var theform;
	if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
		theform = document.forms["Bilderdaten"];
	}
	else {
		theform = document.Bilderdaten;
	}
}
function PopUp(URL,Breite,Hoehe)
{
var Name = "popup";
var ZUrl = document.location.href;
var Fensteroptionen = "location=yes,toolbar=no,scrollbars=no";
window.open(URL+'&url='+ZUrl, 'Name', Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
}
function PopUp1(URL,Breite,Hoehe)
{
var Name = "popup";
var Fensteroptionen = "location=no,toolbar=no,scrollbars=yes";
window.open(URL, Name, Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
}
function _confirm(url, text){
var res = confirm(text);
if(res == false){
return;
}
else
document.location.href = url;

}
