<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
  return true;
}

function displayErrorMsg() { //v1.0
  status="Willkommen auf unseren Internetseiten";
  return true;
}

function resize()
{
	var w,h,hh,objh,obj = MM_findObj('mainspacer');
	if (obj && (document.getElementById||document.layers) && obj.clientWidth>0){
		w=window.document.body.clientWidth-668; if (w<0) return; h=window.document.body.clientHeight; objh=MM_findObj('highlights');
		if (objh && objh.clientHeight) hh=objh.clientHeight; else hh=obj.height; 
		if (hh>h) h = hh; else h = window.document.body.clientHeight;
		if (w>0) obj.style.width=w+'px'; else obj.style.width='0px';
		if (h>0) obj.style.height=h+'px'; else obj.style.height='0px';
		obj = MM_findObj('stripes'); if(obj) obj.style.width=w+'px';
	}
}
function openPrint(url) {
	var printWin    = null;
    printWin    = this.open("","","height=500,width=440, toolbar=no, menubar=yes, location=no, directories=no, scrollbars=yes, status=no");
    printWin.location.href = url;
	return;
}

var MM_returnValue = true;
window.onerror=displayErrorMsg;
//-->