<!--

// automaticke SELECT menu v editaci
function navigator(upraveni_obsahu) { location.href=(document.upraveni_obsahu.vyber.options[document.upraveni_obsahu.vyber.selectedIndex].value);}

// X Standard
function myOnSubmitEventHandler() {
				try {
					if(typeof(document.getElementById('editor1').EscapeUnicode) == 'undefined') {
						throw "Error"
					} else {
						document.getElementById('editor1').EscapeUnicode = true;
						document.getElementById('xhtml1').value = document.getElementById('editor1').value;
					}			
				}
				catch(er) {
					document.getElementById('xhtml1').value = document.getElementById('alternate1').value;
				}
}

// -->