var HilfeKeyword;
var Link;
var SuchenKeyword;
var Link2;
function HilfeSystem () {
	if (window.getSelection) {
			HilfeKeyword = window.getSelection();
	} else if (document.getSelection) {
		HilfeKeyword = document.getSelection();
	} else if (document.selection) {
		HilfeKeyword = document.selection.createRange().text;
	}
	if (HilfeKeyword == "" || HilfeKeyword == " ") {
		alert('Bitte Text auswählen!');
	} else {
		Link = "/Event_und_Neue_Medien_GbR/Hilfe-0/keyword=" + HilfeKeyword;
		window.location = Link;
	}

}
function SuchSystem () {
	SuchenKeyword = document.Suche.SuchenKeyword.value
	Link2 = "/Event_und_Neue_Medien_GbR/Suche-0/keyword=" + SuchenKeyword;
	window.location = Link2;

}
function passwd2md5() {
	document.login.L_PW_2.value = MD5(document.login.L_PW.value);
	document.login.L_PW.value = "";
}
function openPromoSpecial() {
	var width = 660;
	var height = 530;
	if ( screen.availWidth > width ) { moveX = (screen.availWidth-width)/2;  } else { width = screen.availWidth; moveX = 0;  }
	if ( screen.availHeight > height ) { moveY = (screen.availHeight-height)/2; } else { height = screen.availHeight; moveY = 0;  }
	var OpenP1 = window.open("/specials/Promo.html", "PromoSpecial", "scrollbars=no,status=yes,width=" + width + ",height=" + height + ",top=" + moveY + ",left=" + moveX);
}
function zeigeVollesBild(name,width,height) {
	var popwin = window.open ("/Fotos/" + name + "/","eunm2_popup","width=" + width + ",height=" + height);
}
