<!--

/* Podpora stránek Ekologické Centrum     */
/* (c) Jan Havelka, e-stránka, říjen 2003 */

function tlacitko(text,odkaz) { 
/* vykreslí jeden hyperlink */
with(document) {
  writeln('<P class=a><A href="'+odkaz+'.htm" ')
  writeln('>&nbsp;'+text+'&nbsp;</A></P>')
 } } 

with(document) {
  write('<a href="index.htm"><img src="logo2a.gif" class="logo" ')
  write('width="180" height="60" border="0" alt="Na úvodní stránku">')
  write('</a><BR>&nbsp;')

    tlacitko("měření emisí","nabidka")
    tlacitko("měřící přístroje","madur")
    tlacitko("reference","reference")
    tlacitko("o firmě","ofirme")
    tlacitko("odkazy","odkazy")
    tlacitko("autorizace","autorizace")
    tlacitko("kontakt","kontakt")

  write('<IMG border="0" class="an" src="animace.gif" ')
  write('alt="ochrana ovzduší v obrazech" width="172" height="132">')
  write('<H6><A href="http://www.e-stranka.cz" ')
  write('target="_blank">vyrobila e-stránka</A></H6>')
}

// -->

