function nevnap() {
	document.getElementById("kis_fejlec_datum").innerHTML = "Ma " + ev + ". " + honev(ho) + " " + nap + ". " + napnev(ido.getDay()+1) +", "+havinev(ev,ho,nap)+" napja van.<br>";  
}

function motort_beilleszt() {
	var fo = new SWFObject("/site/map_engine/motor_veszprem.swf", "motor", "720", "480", "9.0.0", "#ffffff", true);
	fo.addParam("allowScriptAccess", "always");	 
	fo.write("motordiv");
}

function attekintot_beilleszt() {
	var fo = new SWFObject("/site/map_engine/overview.swf", "attekinto", "140", "109", "9.0.0", "#ffffff", true);
	fo.addParam("allowScriptAccess", "always");	 
	fo.write("attekintodiv");
}	

function init_onload() {
	nevnap();
	var loc = location.href;
	if ((loc.indexOf("http://www.veszpremterkep.hu/terkep") != -1) || (loc.indexOf("http://www.veszpremterkep.hu/index.php?tipus=terkep") != -1)) {
		motort_beilleszt();
		attekintot_beilleszt();
	}
}
