function showBMP(obj) 
{
if (window.Okno != null) window.Okno.close() 

Okno=window.open("","wind","location=no, status=no, toolbar=no, scrollbars=yes, resizable=yes, menubar=no, directories=no")
Okno.document.open()
Okno.document.writeln("<html>")
Okno.document.writeln("<head>")
Okno.document.writeln("<title>MultiMedia SoftWare</title>")
Okno.document.writeln('</head>')
Okno.document.writeln('<body onclick="window.close()" onblur="window.close()" margin="1px">')
Okno.document.write('<img src="')
Okno.document.write(obj.src.substr(0,obj.src.length-3)+'jpg')
Okno.document.write('">')
Okno.document.writeln('</body>')
Okno.document.writeln('</html>')
Okno.document.close()
}

function setFooter()
{document.all.Menu1_Footer.style.pixelTop = document.all.main.pixelHeight + 200
}
