function fenster()
{
 var win;
 win=window.open('../pages/lageplan.htm','Lageplan','width=420,height=360,top=50,left=300');
}

function close_w()
{
window.close();
}

var detail_1;

function details(detail)
{
detail_1=window.open(detail,'detail_1','width=580,height=510,top=20,left=20');
}
var detail_2;
function details_g(detail)
{
bild_vert=screen.width-760;
detail_2=window.open(detail,'detail_2','width=750,height=550,top=10,left=20');
}

var frame="main";
function frame_akt(frame,location)
{

 switch(frame)
  {
   case "oben":
   	  parent.oben.location.href=location;
   	break;
   
   case "main":
   	  parent.main.location.href=location;
   	break;
	
   case "links":
      parent.main.location.href=location;
   	break;
   
   case "r_menu_titel":
      parent.r_menu_titel.location.href=location;
   	break;
   
   case "r_menu":
      parent.r_menu.location.href=location;
   	break;
	
   case "r_main":
      parent.r_main.location.href=location;
   	break;
   
   case "hd_tab":
      parent.hd_tab.location.href=location;
   	break;
	
   default:
    break;
  }

}
