function open_p_udlGroup() {
	breite = 430;
	hoehe = 323;
	var xPos = (screen.availWidth - breite) / 2;
	var yPos = (screen.availHeight - hoehe ) / 2;
	win = window.open("/popups/p_udlGroup.asp",'udlgroup','width='+breite+',height='+hoehe+',scrollbars=no,toolbar=no,menubar=no,screenX='+xPos+',screenY='+yPos+',left='+xPos+',top='+yPos)
	win.focus();
}

function openWindow(URL,b,h,popupname,scrollbars)
{
	var PopUpName = popupname || 'PopUp';
	var breite = b || 410;
	var hoehe = h || 450;
	var ScrollBars = scrollbars || 'no';
	var xPos = (screen.availWidth - breite) / 2
	var yPos = (screen.availHeight - hoehe ) / 2
	var fenster = window.open(URL,PopUpName,'width='+breite+',height='+hoehe+',scrollbars='+ScrollBars+',toolbar=no,menubar=no,screenX='+xPos+',screenY='+yPos+',left='+xPos+',top='+yPos)
	fenster.focus();
}

function Kontakt(){
	openWindow('/home/siteutilities/kontakt/index.asp',473,565,'Siteutilities','auto');
}
function Datenschutz(){
	openWindow('/home/siteutilities/datenschutz/index.asp',473,565,'Siteutilities','auto');
}
function Impressum(){
	openWindow('/home/siteutilities/impressum/index.asp',473,565,'Siteutilities','auto');
}
function openStory(){
	document.getElementById("homestoryHD").style.display = "none";
	document.getElementById("homestoryText").style.display = "block";
}
function closeStory(){
	document.getElementById("homestoryText").style.display = "none";
	document.getElementById("homestoryHD").style.display = "block";
}
function VissNavigatorSelect(obj){
	var selObj = document.forms["vissNavigator"].vissNavigator;
	url = obj[obj.selectedIndex].value;
	if(url!="") location.href = url;
}
function selectTipps(obj){
	url = obj[obj.selectedIndex].value;
	if(url!="") location.href = url;
}

