function mapaDojazdu()
{
	adr = "MAPA.Opole.000.002.2610.2703";
	map = new Object;
	var winleft = (screen.width - 750) / 2;
	var wintop = (screen.height - 500) / 2;
	url = 'http://www.opole.pl/mapa/mapa.php4'+'?RUN='+adr;
	map = open(url, 'OKNO_MAPA', 'Height=500,Width=750,top='+wintop+',left='+winleft+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
	map.focus();
}

function mail(user,domain)
{
	locationstring = "mailto:" + user + "@" + domain;
	window.location = locationstring;
}

function dodajStatystyki()
{
	document.writeln('<'+'scr'+'ipt type="text/javascript" src="http://home.hit.stat.pl/_'+(new Date()).getTime()+'/script.js?id=AkKVhid0SX8MLTHrRossTrQZj8Ny5WcdpeczytoYCdr.V7"></'+'scr'+'ipt>');
}

