// JavaScript Document
<!--
//window.onload=montre;
function montre(id) {
var ifile='smenu'+id;

var d = document.getElementById(ifile);
    for (var i = 1; i<=5; i++) {
		if ( id == i) {
			if (d) {d.style.display='block';}
		}
	}
	
}
function cache_bio() {
document.getElementById('sm2_2').style.display='none';
document.getElementById('sm2_3').style.display='none';
document.getElementById('sm2_4').style.display='none';
document.getElementById('sm2_5').style.display='none';
	
}

function cache() {

    for (var i = 1; i<=5; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
}
//-->

function Ausrichten(was) {
	//window.alert(document.getElementById(was).value);
	//document.getElementById(was).innerHTML=txt;
	Img = "url(bilder/fd.jpg)";
	document.getElementById(was).style.backgroundImage="url(bilder/fd.jpg)" ;
	document.getElementById(was).style.backgroundRepeat="no-repeat" ;
	document.getElementById(was).style.backgroundPosition="center left" ;
	//document.getElementById(was).style.backgroundColor = "#ffcc66";
	
}
function MAusrichten(was) {
	//window.alert(document.getElementById(was).value);
	//document.getElementById(was).innerHTML=txt;
	document.getElementById(was).style.backgroundColor = "#ffcc66";
}
function displaySel(was) {
	//msg='displaySel';
	//window.alert(msg);
	//window.alert(document.getElementById(was).value);
	//document.getElementById(was).innerHTML=txt;

	document.getElementById(was).style.textDecoration='underline';
	document.getElementById(was).className = "focused";

	}

function myAlert(msg){
    window.alert(msg);
}

function montreWhat(ifile) {
  if 	   (ifile=='ostrowski')	 	    {Ausrichten('menu2');montre('2');cache_bio();}
  else if (ifile=='bio')	 	    {Ausrichten('menu2');montre('2');displaySel('sm2_1');}
  else if (ifile=='studium')		{Ausrichten('menu2');montre('2');displaySel('sm2_2');}
  else if (ifile=='weiterbildung')	{Ausrichten('menu2');montre('2');displaySel('sm2_3');}
  else if (ifile=='basel')			{Ausrichten('menu2');montre('2');displaySel('sm2_4');}
  else if (ifile=='emeritierung')	{Ausrichten('menu2');montre('2');displaySel('sm2_5');cache_bio();}
  else if (ifile=='festschriften')	{Ausrichten('menu2');montre('2');displaySel('sm2_6');cache_bio();}
  else if (ifile=='publikation')	{Ausrichten('menu2');montre('2');displaySel('sm2_7');cache_bio();}
  else if (ifile=='doktoranden')	{Ausrichten('menu2');montre('2');displaySel('sm2_8');cache_bio();}

  else if (ifile=='stiftung') 		{Ausrichten('menu3');montre('3');}
  else if (ifile=='philosophie')	{Ausrichten('menu3');montre('3');displaySel('sm3_1');}
  else if (ifile=='stiftungsrat')		    {Ausrichten('menu3');montre('3');displaySel('sm3_2');}
  else if (ifile=='jury')		    {Ausrichten('menu3');montre('3');displaySel('sm3_3');}

  else if (ifile=='preis') 		{montre('4');Ausrichten('menu4');}
  else if (ifile=='preis1')		{montre('4');Ausrichten('menu4');displaySel('sm4_1');}
  else if (ifile=='preis2')		{montre('4');Ausrichten('menu4');displaySel('sm4_2');}
  else if (ifile=='kontakt')		{montre('5');Ausrichten('menu5');}
 
  else 								{montre('1');Ausrichten('menu1');}
}



