<!--
defaultStatus='RENTA med - VERWALTUNGSGESELLSCHAFT mbH';

function win(path,w,h)
{
	var left_pos,top_pos,w,hwo,ho;
	w=Math.ceil(w/1);
	h=Math.ceil(h/1);
	wo=w+10;
	ho=h+29;
	left_pos=Math.ceil(screen.width/2)-Math.ceil(w/2);
	top_pos=Math.ceil(screen.height/2)-Math.ceil(h/2);
	popup=window.open(''+path+'','popup','width='+w+'px,height='+h+'px,innerWidth='+w+'px,innerHeight='+h+'px,dependent=yes,location=no,menubar=no,scrollbars=no,resizable=no,status=no,toolbar=no');
	popup.focus();
	popup.resizeTo(wo,ho);
	popup.moveTo(left_pos,top_pos);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function reload_nav(m)
{
	top.frames[4].location.href='nav.php?m='+m;
}
//-->

