function printpage() {
   w=window.open('','','width=650,toolbar=yes,scrollbars=yes')
   w.document.write('<head><link rel="stylesheet" href="../print.css" type="text/css"></head><body><p id="naslov">'+document.getElementById("naslov").innerHTML+'</p><p>'+document.getElementById("sadrzaj").innerHTML+'</p></body>');
   w.document.close();
}
function mapasajta(){
	w=window.open('../mapasajta.htm','','scrollbars=yes,resizable=yes,width=620,height=480')
}
function mapasajta1(){//za stranice vezane za opstine
	w=window.open('../../mapasajta.htm','','scrollbars=yes,resizable=yes,width=620,height=480')
}