function open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}


function neulad(seite)
{
var seite=window.location.pathname;  
if (parent.location.href == self.location.href)

document.open();
document.write('<html>');
document.write('<head>');
document.write('<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">');
document.write('<title>');
document.write('Neu');
document.write('</title>');
document.write('</head>');
document.write('<frameset rows="1*" cols="26%, 74%" border="0" frameborder="0" framespacing="0">');
document.write('<frame name="navigation" scrolling="no" marginwidth="4" marginheight="12" src="navigat.htm" noresize>');
document.write('<frameset rows="16%, 84%" border="0" frameborder=0 framespacing=0>');
document.write('<frame name="banner" src="phys_ban.htm" marginheight="12" scrolling="no" marginwidth="10">');
document.write('<frame name="zeigen" src= '+seite+'  marginwidth="20" marginheight="10" noresize>');
document.write('</frameset>');
document.write('</frameset>');
document.write('</html>');
document.close();
}


function aswrite(bann,zeig)
{
document.open();
document.write('<html>');
document.write('<head>');
document.write('<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">');

document.write('</head>');
document.write('<frameset rows="1*" cols="26%, 74%" border="0" frameborder=0 framespacing=0>');
document.write('<frame name="navigation" scrolling="no" marginwidth="4" marginheight="12" src="navigat.htm" noresize>');
document.write('<frameset rows="16%, 84%" border=0 frameborder=0 framespacing=0>');
document.write('<frame name="banner" src='+bann+' "marginheight="12" scrolling="no" marginwidth="12">');
document.write('<frame name="zeigen" src='+zeig+' "marginwidth="12" marginheight="12" noresize>');
document.write('</frameset>');
document.write('</frameset>');
document.write('</html>');
document.close();
}

function drueber(bildname){
bildname.src = "pfeil.gif"
}
function raus(bildname){
bildname.src = "leer.gif";
}

function frwechs(Ziel1,F1,Ziel2,F2)
     {  
      parent.frames[F1].location.href=Ziel1;
      parent.frames[F2].location.href=Ziel2;
     }
     
function wechsel(quelle,ziel)	//Bildertausch
{
window.document.images[ziel].src=quelle;
}

