// sommertheater menu

menu0 =	'<div class="menu" id="menuid" ><table><tr><td>';
menu0 = menu0 + '<a href="konzept.htm"	><span class="mt" >Sommertheater&nbsp;<br>am Alex&nbsp;</span></a><br><br>' ;
menu0 =	menu0 + '</td></tr><tr><td>';
// menu0 =	menu0 + '<a href="k2010a.htm"	>Spielplan&nbsp;		</a><br>';

//menu0 =	menu0 + '<a href="berlin.htm" 	>Berlin, Berlin!&nbsp;	</a><br>';
menu0 =	menu0 + '</td></tr><tr><td>';
//menu0 =	menu0 + '<a href="eichhorn.htm"	>Intendantin&nbsp;	</a><br>';			

//menu0 =	menu0 + '<a style="cursor:pointer;" onclick="document.all.ms.style.display= document.all.ms.style.display==\'none\' ? \'block\' : \'none\' ; " >Archiv&nbsp;&nbsp;</a>';			
menu0 =	menu0 + '<span class="mt" >2011&nbsp;</span><br>' 	;
menu0 =	menu0 + '<a >&nbsp;&nbsp;&nbsp;keine&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;Vorstellungen&nbsp;</a><br>';

menu0 =	menu0 + '</td></tr><tr><td>';
menu0 = menu0 + '</td></tr><tr id="ms" ' ; 

menu3 = menu0 + 'style="display:none"  ><td>' ;
menu1 = menu0 + 'style="display:block" ><td>' ; 

menu2 =		'<span class="mt" >2010&nbsp;</span><br>' 	;
menu2 =	menu2 + '<a href="carlo.htm" 	>&bull; Der Diener&nbsp;<br>&nbsp;&nbsp;&nbsp;zweier Herren&nbsp;</a><br>' 	;
menu2 =	menu2 + '<a href="openstage.htm" >&bull; Open Stage&nbsp;		</a><br>';
menu2 =	menu2 + '<a href="cocteau.htm" 	>&bull; voix humaine	</a><br>';
menu2 =	menu2 + '<a href="mannfrau.htm" >&bull; &#x0418;&#x0449;&#x0443; &#x043b;&#x044e;&#x0431;&#x0438;&#x043c;&#x0443;&#x044e;	</a><br>';
menu2 =	menu2 + '<a href="team.htm" 	>&bull; Team&nbsp;		</a><br>';
menu2 =	menu2 + '<a href="presse2010.htm">&bull; Presse&nbsp;		</a><br>';			
menu2 =	menu2 + '</td></tr><tr><td>';
menu2 =	menu2 + '</td></tr><tr><td>';
menu2 =	menu2 + '<span class="mt" >2009&nbsp;</span><br>' 	;
menu2 =	menu2 + '<a href="moewe1.htm" 	>&bull; Die M&ouml;we&nbsp;	</a><br>';
menu2 =	menu2 + '<a href="scapin1.htm" 	>&bull; Scapino&nbsp;		</a><br>';
menu2 =	menu2 + '<a href="wurm1.htm"	>&bull; Kindertheater&nbsp;	</a><br>';

menu2 =	menu2 + '<a href="theater.htm"	>&bull; Schauspieler&nbsp; 	</a><br>';
menu2 =	menu2 + '<a href="presse2009.htm">&bull; Presse&nbsp;		</a><br>';			
menu2 =	menu2 + '</td></tr><tr><td>';
menu2 =	menu2 + '</td></tr><tr><td>';

//menu0 =	menu0 + '<a onclick="document.write( \"href=\'presse2009.htm\'\" ); "> test </a><br>';			

menu2 =	menu2 + '<a href="eichhorn.htm" >Intendanz&nbsp;		</a><br>';
menu2 = menu2 + '<a href="info2.htm"	>Karten&nbsp;&bull;&nbsp;Info&nbsp;	</a><br>';
menu2 = menu2 + '</td></tr></table>&nbsp;	</div> ';

// menu0 = menu3 + menu2 ;
menu1 = menu1 + menu2 ;
menu0 = menu1 ;


function druck( t ) {
	document.write( t ) ;
}


//  <P style="color:blue" onclick="document.all.v.style.visibility= document.all.v.style.visibility=='hidden' ? '' : 'hidden'" > xxxx </p>
//    	<P id=v style="visibility:hidden" >xxxx</p>

// <P style="color:blue" onclick="document.all.d.style.display= document.all.d.style.display=='none' ? '' : 'none'" title="A tooltip can even be added to very element using the title attribute!" > xxxx </P>
//          <P id=d style="display:none" > xxxx </P>
//           <P>This is more information that follows the hidden data.</P>


function zxover(tiis) {
// folgende div verwenden:
// <div id="boox" onmouseover="javascript:zxover( this );" style="z-index:35; "  - Textbox	
// <div id="piix" onmouseover="javascript:zxover( this );" style="z-index:40; "  - erstes Bild
// <div id="p22x" onmouseover="javascript:zxover( this );" style="z-index:45; "  - optional zweites Bild

	tiisindex = tiis.style.zIndex ;
	if ( document.all.boox.style.zIndex > tiisindex ) document.all.boox.style.zIndex -= 5 ; 
	if ( document.all.piix.style.zIndex > tiisindex ) document.all.piix.style.zIndex -= 5 ; 
	if (typeof(document.all.p22x) != 'undefined') { if ( document.all.p22x.style.zIndex > tiisindex ) document.all.p22x.style.zIndex -= 5 ; }
	if (typeof(document.all.p33x) != 'undefined') { if ( document.all.p33x.style.zIndex > tiisindex ) document.all.p33x.style.zIndex -= 5 ; }
	if (typeof(document.all.p44x) != 'undefined') { if ( document.all.p44x.style.zIndex > tiisindex ) document.all.p44x.style.zIndex -= 5 ; }
//	if ( document.all.playid.style.zIndex > tiisindex ) document.all.playid.style.zIndex -= 5 ; 
	tiis.style.zIndex = 45 ;
//	document.all.boox.style.backgroundColor = '#cc00cc' ;
	}

function zxout(t11s) {

	t11sindex = t11s.style.zIndex ;
	if ( document.all.boox.style.zIndex > t11sindex ) document.all.boox.style.zIndex += 5 ; 
	if ( document.all.piix.style.zIndex > t11sindex ) document.all.piix.style.zIndex += 5 ; 
	if (typeof(document.all.p22x) != 'undefined') { if ( document.all.p22x.style.zIndex > t11sindex ) document.all.p22x.style.zIndex += 5 ; }
	if (typeof(document.all.p33x) != 'undefined') { if ( document.all.p33x.style.zIndex > t11sindex ) document.all.p33x.style.zIndex += 5 ; }
	if (typeof(document.all.p44x) != 'undefined') { if ( document.all.p44x.style.zIndex > t11sindex ) document.all.p44x.style.zIndex += 5 ; }
	t11s.style.zIndex = 25 ;
	}

function zxover(tiis) {
// folgende div verwenden:
// <div id="boox" onmouseover="javascript:zxover( this );" style="z-index:35; "  - Textbox	
// <div id="piix" onmouseover="javascript:zxover( this );" style="z-index:40; "  - erstes Bild
// <div id="p22x" onmouseover="javascript:zxover( this );" style="z-index:45; "  - optional zweites Bild

	tiisindex = tiis.style.zIndex ;
	if ( document.all.boox.style.zIndex > tiisindex ) document.all.boox.style.zIndex -= 5 ; 
	if ( document.all.piix.style.zIndex > tiisindex ) document.all.piix.style.zIndex -= 5 ; 
	if (typeof(document.all.p22x) != 'undefined') { if ( document.all.p22x.style.zIndex > tiisindex ) document.all.p22x.style.zIndex -= 5 ; }
	if (typeof(document.all.p33x) != 'undefined') { if ( document.all.p33x.style.zIndex > tiisindex ) document.all.p33x.style.zIndex -= 5 ; }
	if (typeof(document.all.p44x) != 'undefined') { if ( document.all.p44x.style.zIndex > tiisindex ) document.all.p44x.style.zIndex -= 5 ; }
//	if ( document.all.playid.style.zIndex > tiisindex ) document.all.playid.style.zIndex -= 5 ; 
	tiis.style.zIndex = 45 ;
//	document.all.boox.style.backgroundColor = '#cc00cc' ;
	}

function zyover(thys) {

	thysindex = thys.style.zIndex - 1;
	if (typeof(document.all.piiy) != 'undefined') { if ( document.all.piiy.style.zIndex > thysindex ) document.all.piiy.style.zIndex -= 5 ; }
	if (typeof(document.all.p22y) != 'undefined') { if ( document.all.p22y.style.zIndex > thysindex ) document.all.p22y.style.zIndex -= 5 ; }
	if (typeof(document.all.p33y) != 'undefined') { if ( document.all.p33y.style.zIndex > thysindex ) document.all.p33y.style.zIndex -= 5 ; }
	if (typeof(document.all.p44y) != 'undefined') { if ( document.all.p44y.style.zIndex > thysindex ) document.all.p44y.style.zIndex -= 5 ; }
	thys.style.zIndex = 40 ;
	}





function zin(t00s)  {	t00s.style.zIndex = 50 ;	}
function zout(t00s) {	t00s.style.zIndex = 25 ;	}


