
function open_p_udlGroup() {
	breite = 430;
	hoehe = 327;
	var xPos = (screen.availWidth - breite) / 2;
	var yPos = (screen.availHeight - hoehe ) / 2;
	win = window.open("/modulecontent/de-de/siteutilities/p_udlGroup.asp",'udlgroup','width='+breite+',height='+hoehe+',scrollbars=no,toolbar=no,menubar=no,screenX='+xPos+',screenY='+yPos+',left='+xPos+',top='+yPos)
	win.focus();
}

// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// Öffnet ein Popup
function popupAufmachen(url,name,breite,hoehe,scrollbars) {

	var xPos = (screen.availWidth - breite) / 2
	var yPos = (screen.availHeight - hoehe ) / 2

	service = window.open(url,name,"menubar=no,toolbar=no,resizeable=no,scrollbars="+scrollbars+",width="+breite+",height="+hoehe+",screenX="+xPos+",screenY="+yPos+",left="+xPos+",top="+yPos+",screenX="+xPos+",screenY="+yPos+",left="+xPos+",top="+yPos);
		if(window.service)
		{
		service.focus();
		}
}

// -----------------------------------------------------------------------
// -----------------------------------------------------------------------


//
//  Bild Wechlser  (1)


function doImageChange(Img,status)
{
	if (window.CacheImg && window.CacheImg.ready) CacheImg[Img][0].src = CacheImg[Img][status].src;
}


//  Bild Wechlser  (2)


//----------------------------------------
//--- MouseOver fuer Buttons/Headlines ---
//----------------------------------------
function toggle_button(n,gif) {
	var name='b'+n.toString();
	document.images[name].src=gif+'.gif'
}

function openDatenschutzMail()
{
	winMail = window.open('/modulecontent/de-de/siteutilities/datenschutzEmail.asp','DatenschutzEmail','width=282,height=240,scrollbars=no,toolbar=no,menubar=no');
  winMail.focus();
}

function openGroup()
{
	win = window.open('/modulecontent/de/siteutilities/group.asp','group','width=320,height=200,scrollbars=no,toolbar=no,menubar=no');
  win.focus();
}


function openCode(){
  win = window.open('/modulecontent/de-de/siteutilities/code.asp','code','width=320,height=300,scrollbars=no,toolbar=no,menubar=no');
  win.focus();
}

function openInNewWindow(url)
{
	popupWin = window.open(url,"blank");
	popupWin.focus();
}

function init()
{
  Autoload('all','_lo,_hi,_st');
}




