﻿document.write("<span style='position: absolute; top: 24px; left: 216px'>")
document.write("<table width=576px border=0 cellpadding=0 cellspacing=0>")
document.write("<tr height=96px>")

document.write("<td width=24px><img src='img/pricS.png' border='0' name='seda10'></td>")
document.write("<td class='mehl' width=168px><a href='DEMA-a-s.htm' onmouseover='over(10); return false' onmouseout='out(10); return false' target='_self'>")
document.write("kdo jsme, co&nbsp;nabízíme")
document.write("</a></td>")
                     
document.write("<td width=24px><img src='img/pricS.png' border='0' name='seda20'></td>")
document.write("<td class='mehl' width=168px><a href='spoluprace.htm' onmouseover='over(20); return false' onmouseout='out(20); return false' target='_self'>")
document.write("spolupráce")
document.write("</a></td>")
                     
document.write("<td width=24px><img src='img/pricS.png' border='0' name='seda30'></td>")
document.write("<td class='mehl' width=168px><a href='zpravy-z-vyzkumu.htm' onmouseover='over(30); return false' onmouseout='out(30); return false' target='_self'>")
document.write("zprávy z&nbsp;výzkumů")
document.write("</a></td>")

document.write("</tr>")
document.write("</table>")
document.write("</span>")

//onmouseover
function over(n1)
{document.images['seda'+n1].src='img/pricZ.png'}
//onmouseout
function out(n2)
{document.images['seda'+n2].src='img/pricS.png'}  
  
