
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);

function KM2_Print() {
	if (document.all) {
		window.print();
	} else {
		alert("Ihr Browser unterstützt leider kein autoamtisches Drucken.\nBitte klicken Sie auf Datei -> Drucken.");
	}
}

function KM2_Book() {
	title=document.title;
	title=title.replace(/:/,".");
	title=title.substr(0,title.indexOf("- -"));
	if (document.all) {
		window.external.AddFavorite(location.href, title);
	} else {
		alert("Ihr Browser unterstützt diese Funktion leider nicht.\nBitte drücken Sie [Strg-D].");
	}
}

function KM2_Send() {
	if (document.all) {
		newWindow = window.open('/dyn/send2friend.asp?page='+escape(location.href)+'&title='+escape(document.title), 'send2friend', 'dependent=yes,height=300,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=300');
	} else {
		newWindow = window.open('/dyn/send2friendns.asp?page='+escape(location.href)+'&title='+escape(document.title), 'send2friend', 'dependent=yes,height=330,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=300');
	}
	newWindow.focus();
}

function KM2_Call() {
	if (document.all) {
		newWindow = window.open('/dyn/callback.asp?Referer='+location.href, 'callback', 'dependent=yes,height=570,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=300');
	} else {
		newWindow = window.open('/dyn/callbackns.asp?Referer='+location.href, 'callback', 'dependent=yes,height=680,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=300');
	}
	newWindow.focus(); 
}

function KM2_Referenzen(theURL) {
	newWindow = window.open(theURL, 'ref', 'dependent=yes,height=400,location=no,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no,width=550');
	newWindow.focus();
}

