function UkazSM(jo)
{
  if (jo == 1) subm.style.visibility = "visible"
	else subm.style.visibility = "hidden";
}

  v = 1;
  vyska = 180;
  kroku = 5;

function MenuUp()
{
  subm.style.visibility = "visible";
  if (v == 1) 
  dej = setInterval("Zvetsuj();",10);
  
}

function Zvetsuj()
{
  v += vyska/kroku;
  subm.style.height = v;
  subm.style.opacity = (v/vyska);
  pomoc = (v/vyska)*100;
  subm.style.filter = "alpha(opacity = "+pomoc+", style = 0)";
  if (v >= vyska) clearInterval(dej);
}

function Menu(nr,jazyk,strana)
{
 with (document)
   {

	if (jazyk == 1)
	{

	writeln("");


	writeln("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100% HEIGHT=100%>");
	writeln("<TR><TD align=center valign=middle>");

	writeln("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=1153>");
	writeln("<TR valign=top>");
	writeln("<TD WIDTH=336 HEIGHT=558 background='images/left.jpg' align=left class=horni style='padding-right: 14px; padding-left: 15px;'>");

	writeln("<A HREF='index.html'><IMG SRC='images/archtex.gif' BORDER=0 WIDTH=305 HEIGHT=74 HSPACE=0 VSPACE=17></A><BR>");

	writeln("<DIV style='position: absolute; padding: 0px 0px 0px 16px;'>");

	writeln("<IMG SRC='images/nic.gif' BORDER=0 WIDTH=1 HEIGHT=3><BR>");
	writeln("<H1>");
	writeln("návrhy a realizace textilních konstrukcí,<BR>");
	writeln("textilní a membránová architektura,<BR>");
	writeln("konstrukce z fólií ETFE,<BR>");
	writeln("textilní fasády a podhledy,<BR>");
	writeln("konstrukce z nerezových sítí<BR>");
	writeln("</H1>");

	writeln("<IMG SRC='images/nic.gif' BORDER=0 WIDTH=1 HEIGHT=22><BR>");

	writeln("<IMG SRC='images/sipka.gif' BORDER=0 style='margin: 2px 10px 0px 0px;' align=absmiddle><A HREF='onas.html' target='oko' class=menua>o nás | publikace</A><BR>");
	writeln("<IMG SRC='images/sipka.gif' BORDER=0 style='margin: 9px 8px 0px 0px;'><A HREF='realizace.html' class=menua>naše realizace</A><BR>");

	writeln("<DIV id=subm class=submen>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 6px 0px;' align=top><A HREF='doprava.html'><B>dopravní stavby</B></A><BR>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 6px 0px;' align=top><A HREF='sport.html'><B>sportovní stavby</B></A><BR>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 6px 0px;' align=top><A HREF='obchod.html'><B>administrativní a obchodní stavby</B></A><BR>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 6px 0px;' align=top><A HREF='restaurace.html'><B>restaurace, větší terasy</B></A><BR>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 6px 0px;' align=top><A HREF='hlediste.html'><B>jeviště, hlediště</B></A><BR>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 0px 0px;' align=top><A HREF='drobna.html'><B>drobná architektura</B></A><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN style='font-size: 10px;'>(altány, pergoly, RD, zahradní architektura)</SPAN><BR>");
	writeln("<IMG SRC='images/nic.gif' width=1 height=6 BORDER=0><BR>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 6px 0px;' align=top><A HREF='fasady.html'><B>textilní fasády, stínění, podhledy</B></A><BR>");
	writeln("<IMG SRC='images/sip.gif' BORDER=0 style='margin: 4px 8px 6px 0px;' align=top><A HREF='site.html'><B>nerezové sítě</B></A><BR>");
	writeln("</DIV>");

	writeln("<IMG SRC='images/sipka.gif' BORDER=0 style='margin: 0px 10px 0px 0px;'><A HREF='projekty.html' class=menua>aktuální projekty</A><BR>");
	writeln("<IMG SRC='images/sipka.gif' BORDER=0 style='margin: 9px 10px 0px 0px;'><A HREF='materialy.html' target='oko' class=menua>produkty a materiály</A><BR>");
	writeln("<IMG SRC='images/sipka.gif' BORDER=0 style='margin: 9px 10px 0px 0px;'><A HREF='kontakt.html' target='oko' class=menua>kontakt</A><BR>");

	writeln("<DIV class=mejl>");
	writeln("e-mail <A HREF='mailto:info@archtex.cz'>info<B class=oranz>@</B>archtex.cz</A>");
	writeln("</DIV>");

	writeln("</DIV>");
	writeln("</TD>");

	}

	else
	{

	}
   }
}

function FlipImage(obraz,novy)
{
   platno.images[obraz].src=novy;
}
