function beratungspopup(show,status,resizeable,toolbar,menubar) {

      var win;

      win= window.open("http://www.beranet.de/extern/index.php?id=9&show="+show,"Beranet9","width=700,height=500,scrollbars=yes,status="+status+",resizable="+resizeable+",toolbar="+toolbar+",menubar="+menubar);

      win.focus();

}

var panoramafenster;

function panoramapopup(url)
	{
	y=660;
	x=800;
	if (panoramafenster) {if (!panoramafenster.closed) panoramafenster.close()}
	h=screen.availHeight-30;
	w=screen.availWidth-30;
	t=(h-y)/2; if (t<0) t=0;
	u=(w-x)/2; if (w<0) w=0;
	panoramafenster = window.open(url,"panorama",'width='+x+',height='+y+',left='+u+',top='+t+',scrollbars=no');
	panoramafenster.focus();
	}	

