﻿function writeAddFavorite() {
	if (document.all && window.external)
		document.write('<img src="images/asterisk.gif" alt="*" title="Přidat do oblíbených" width="16" height="16" style="margin: 6px 0 0 443px; position: absolute; left: 50%; cursor: pointer;" onclick="window.external.AddFavorite(\'http://www.revize-instalaci.cz\',\'ELVA - elektrorevize\');">');
}

function popupPaper() {
	if (document.getElementById) {
		document.getElementById('paper').className = 'popup';
		document.onclick = function() {
			if (document.getElementById('paper').style.display != 'none') {
				document.onclick = null;
				document.getElementById('paper').style.display = 'none';
			}
		};
	}
}

function disableSelection(target) {
	if (typeof target.onselectstart != 'undefined') {
		target.onselectstart = function() {
			return false;
		};
	} else if (typeof target.style.MozUserSelect != 'undefined') {
		target.style.MozUserSelect = 'none';
	} else {
		target.onmousedown = function() {
			return false;
		};
	}
	target.style.cursor = 'default';
}

window.defaultStatus = 'ELVA - elektrorevize, Váš partner pro Vaše elektro revize a školení a přezkoušení z vyhlášky 50';