function showBMP(obj) 
{
if (window.Okno != null) window.Okno.close() 

Okno=window.open("","xxx","width=500, height=579, scrollbars=no, resizable=no")
Okno.document.open()
Okno.document.writeln("<html>")
Okno.document.writeln("<head>")
Okno.document.writeln("<title>Bohm PLAST-TECHNIK</title>")
Okno.document.writeln('</head>')
Okno.document.writeln('<body onclick="window.close()" onblur="window.close()" style="margin: 0" bgcolor="#ffb062">')
Okno.document.writeln('<table border="0" cellpadding="0" cellspacing="0" height="100%">')
Okno.document.writeln('<tr><td>')
Okno.document.write('<img src="../img/zahlavi.gif">')
Okno.document.writeln('</td></tr>')
Okno.document.write('<tr><td align="center" height="100%">')
Okno.document.write('<img style="vertical-align: middle" src="')
Okno.document.write(obj.src.substr(0,obj.src.length-3)+'jpg')
Okno.document.write('" alt="')
Okno.document.write(obj.alt)
Okno.document.write('" title="')
Okno.document.write(obj.alt)
Okno.document.write('">')
Okno.document.writeln('</td></tr>')
Okno.document.writeln('</table>')
Okno.document.writeln('</body>')
Okno.document.writeln('</html>')
Okno.document.close()
}

function podtrhnout()
{
for (i=0; i<document.links.length; i++) {
    if (document.links[i].href == location) 
        {document.links[i].style.textDecoration='underline'}
    }
}
