function jsLoad() // spusteni funkci po nacteni obsahu HTML
	{
	/*
	HideAllDelItems('dayEventList'); 
	DefineEventsFromCalendar('elements-calendar', 'display: block; position: absolute; z-index: 400; top: 210px; left: 423px;');
	*/
	
	CursorInitialize();
	$RA = new reAction();
	
	//document.getElementById('logon-password').type = 'text'; // nastavit input password u prihlasovaciho formulare na type=text
	}

CheckDocumentBody(); // spusteni kontroly nacteni obsahu HTML

