<!--



var message="";
function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if(document.layers||(document.getElementById&&!document.all)) {
	if (e.which==2||e.which==3) {(message);return false;}}}
	if (document.layers)
		{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
	else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

<!--
function OpenLizenzcheck() {
	var iWidth;
	var iHeight;
	var iMyWidth;
	var iMyHeight;
	iMyWidth = 0;
	iMyHeight = 0;
	iWidth = (window.screen.width) - 50;
	iHeight =(window.screen.height) - 50;
	if(iWidth < 640)
		iWidth = 640
	if(iHeight < 440)
		iWidth = 440
	// alert(screen.width + "x" + screen.height + " / " + screen.availWidth + "x" + screen.availHeight + " / " + iWidth + "x" + iHeight);
	var winLC = window.open("lizenzcheck2.html","Lizenzcheck","dependent=no,location=no,menubar=no,toolbar=no,directories=no,copyhistory=no,status=no,width=iWidth,height=iHeight,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winLC.focus();
}
function OpenDesignModeRecht() {
	var iMyWidth;
	var iMyHeight;
	var Zaehler = 1;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (320);
	iMyHeight = (window.screen.height/2) - (220);
	var winLC = window.open("DesignModeRecht.html","Infoletter","dependent=no,location=no,menubar=no,toolbar=no,directories=no,copyhistory=no,status=no,height=450,width=640,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winLC.focus();
}
function SetFavorite() {
	window.external.AddFavorite('http://www.kulturanwalt.de', 'Kulturanwalt Alexander Bretz');
}
//function SetCookie() {
//	var CookieSet;
//	var CookieSetPoss;
// 		if(navigator.cookieEnabled == true){
//			CookieSetPoss = "True";
//			alert ("Cookies setzen möglich");
//			if(document.cookie) CookieSet = document.cookie;
// 			else document.cookie = "Zeitstempel=" + document.lastModified;
//			}
//		else if(navigator.cookieEnabled == false) CookieSetPoss = "False";
//}
//-->


//-->
