if (Boolean(top.useDOM)) {
	document.write('<'+'STYLE type="text/css">.nodom,.nocss{display:none}</'+'STYLE>');
	}
if (Boolean(document.getElementById && document.styleSheets && !document.styleSheets[0].disabled)) {
	document.write('<LINK REL="stylesheet" HREF="/css/common_plus.css" TYPE="text/css">');
	}

function LoadStory(url) {
	if (Boolean(top.useDOM)) { top.OpenIF(url); return false }
	else return true
	}

function LoadArchiv(url) {
	if (Boolean(top.useDOM)) { top.LoadLArchivIF(url); return false }
	else return true
	}

function LoadList(url) {
	if (Boolean(top.useDOM)) { top.LoadToResults(url); return false }
	else return true
	}

function LoadForm(form) {
	if (Boolean(top.useDOM)) { top.FormResults(form); return false }
	else return true
	}

function LoadWin(url,w,h,name) {
	if (url) {
		if (!w || w<200) w=200;
		if (!h || h<200) h=200;
		window.open(url,name,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width='+w+',height='+h);
		return false
		}
	else return true;
	}

function LoadGame(hra) {
	var win = window.open("/hry/"+hra+".html",'HRA','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=360,height=440');
	return (!Boolean(win));
	}

