<!--
   function ZweiFrames(URL0,F1,URL1,F2)
   {  
    parent.frames[F1].document.location.href=URL0;
	parent.frames[F2].document.location.href=URL1;
	}
//-->

<!--
   function DreiFrames(URL0,F0,URL1,F1,URL2,F2)
   {  
    parent.frames[F0].document.location.href=URL0;
	parent.frames[F1].document.location.href=URL1;
	parent.frames[F2].document.location.href=URL2;
	
    }
//-->

<!--
   function SitemapFrames(URL0,F0,URL1,F1,URL2,F2)
   {  
    top.frames[F0].document.location.href=URL0;
	top.frames[F1].document.location.href=URL1;
	top.frames[F2].document.location.href=URL2;
    }
//-->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

