var menuside		= "left"	
var menuspace		= "5"		
var headerline		= "yes"		
var linecolor		= "999999"	


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="menubackground"><tr><td align="'+menuside+'" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="25"></a><br>');


document.write('</td><td nowrap>');
document.write('<a href="uvod.html" class="menu"><font size="2">Úvod</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="vyuka.html" class="menu"><font size="2">Výuka</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="spec_nabidka.html" class="menu"><font size="2">Nabídka vystoupení</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="pedagogove.html" class="menu"><font size="2">Pedagogové</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="prostory.html" class="menu"><font size="2">Tane&#269;ní prostory</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="srpts.html" class="menu"><font size="2">SRPTŠ</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="soustredeni.html" class="menu"><font size="2">Soust&#345;ed&#283;ní</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="uspechy.html" class="menu"><font size="2">Úsp&#283;chy &#353;koly</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="spoluprace.html" class="menu"><font size="2">Spolupráce</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="foto.html" class="menu"><font size="2">Fotogalerie</font></a>');

document.write('</td><td nowrap>');
document.write('<a href="video.html" class="menu"><font size="2">Videogalerie</font></a>');


document.write('</td><td nowrap>');
document.write('<a href="sponzor.html" class="menu"><font size="2">Sponzo&#345;i</font></a>');

document.write('</td><td nowrap>');
document.write('<a href="kontakt.html" class="menu"><font size="2">Kontakt</font></a>');


document.write('</td><td WIDTH="2">');
document.write('<img src="picts/menu-end.gif" width="1" height="25"></a><br>');
document.write('</td><td WIDTH="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="25"></a><br>');
document.write('</td></tr></table>');
   if (headerline == "yes") {
document.write('</td></td><tr><td bgcolor="#'+linecolor+'" height="1">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="50" border="0"><br>');
}
document.write('</td></tr></table>');



//  End -->
