var str3;

function show(datei, name, hoch, breit, scroll, tool)

	{

	var winbreite = (screen.width - breit) / 2;

	var winhoehe = (screen.height - hoch) / 2;

	parameter =

	'height='+hoch+',width='+breit+',top='+winhoehe+',left='+winbreite+',scrollbars='+scroll+',toolbar='+tool;

	popup = window.open(datei, name, parameter);

	

	popup = window.open (datei, name, parameter);

	}



function killdiv() { hide('overDiv'); }



function tuswitch(URI1,F1,URI2,F2,URI3,F3) {

  Frame1=eval("parent."+F1);

  Frame2=eval("parent."+F2); 

  Frame3=eval("parent."+F3);

  Frame1.location.href = URI1;

  Frame2.location.href = URI2;

  Frame3.location.href = URI3;

}



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);