// JavaScript Document
function mapa ()
{
	gen_okno = window.open("","mapa","toolbar=no,menubar=no,scrollbars=no,location=no,directories=no,resizable=no,status=no,copyhistory=no,top=100,left=100,width=830,height=730");
	gen_okno.document.write("<html>\n<body>\n");
	gen_okno.document.write("<a href='javascript:window.close();'>\n<img src='index_files/mapa.jpg'>\n</a>");
	gen_okno.document.write("</body>\n<html>");
}
