function popitup() {
			newwindow2=window.open('','name','height=800,width=693');
			var tmp = newwindow2.document;
			tmp.write('<html><head><title>KAKO DO NAS</title>');
			tmp.write('<link href="css/uvodna.css" rel="stylesheet" type="text/css" media="all" />');
			tmp.write('</head><body><div id="content-all" style="margin: 0 0 0 0;"><span style="float:left; text-align:left; margin: 0 0 0 10px;"><font style="font-size:12px;"><br /><strong><br><br><br><br><br>PAM Gradbeno obrtni&#353;ki in&#382;eniring Novo mesto d.o.o.</strong><br /> Mu&#353;i&#269;eva ulica 15<br />8000 Novo mesto<br /> Slovenija<br /><br />Telefon: 07/33 71 220<br /><br /><br><br></span><br />');
			tmp.write('<br /><br /><center><iframe src="http://zemljevid.najdi.si/maps/location/nmap.jsp?id=acab89c9534c9edd53ccae8d6013a477c9c147809e5d9a55c8f5f359dd55cca8104eea31a3f9ae04c74c28e2ab1b0e22da0b5fbccd3ec06ee9412b8d847ee6b6" width="600" height="500" frameborder="0" style="overflow:hidden;"></iframe></center><br />');
			tmp.write('<p><center><a style="color:#fff; text-decoration:underline; font-size:13px; font-weight:bold;" href="javascript:self.close()">ZAPRI</a> <font style="color:#fff;">okno.</font><br /><br /></center></p>');
			tmp.write('</center></div></body></html>');
			tmp.close();
}
