	var obr = null;
	function obrazek(adresa, nadpis, alt) {
		if(!(obr = window.open("", "obr", "width=300,height=300"))) return false;
		if(!obr.document.open()) return false;
		obr.document.write("<html>\n");
		obr.document.write("<meta http-equiv=\"imagetoolbar\" content=\"no\">");
		obr.document.write("<title>"+nadpis+"</title>\n");
		obr.document.write("<body topmargin=\"0\" leftmargin=\"0\">\n");
		obr.document.write("<script language=\"JavaScript\">\n");
		obr.document.write("<!--//\n");
		obr.document.write("function stretchTo(myImage) {\n");
		obr.document.write("	var ow = w = myImage.width+10;\n");
		obr.document.write("	var oh = h = myImage.height+29;\n");
                obr.document.write("	if(screen) {\n");
		obr.document.write("		Hscreen = screen.availHeight;\n");
		obr.document.write("		Wscreen = screen.availWidth;\n");
		obr.document.write("		Lscreen = window.screenLeft;\n");
		obr.document.write("		Tscreen = window.screenTop;\n");
		obr.document.write("		if(Hscreen<(h+window.screenTop)||window.screenTop>0||Wscreen<(w+window.screenLeft)||window.screenLeft>0) resizeIt = true; else resizeIt = false;\n");
		obr.document.write("		if(w>Wscreen||h>Hscreen) {\n");
		obr.document.write("			if(h>Hscreen) { h = Hscreen; Tscreen = 0; resizeIt = true; }\n");
		obr.document.write("			if(w>Wscreen) { w = Wscreen; Lscreen = 0; resizeIt = true; }\n");
		obr.document.write("			resizeTo(w, h);\n");
		obr.document.write("		}\n");
		obr.document.write("		while(h<Hscreen&&Tscreen>(Hscreen-oh)/2) Tscreen--;\n");
		obr.document.write("		while(w<Wscreen&&Lscreen>(Wscreen-ow)/2) Lscreen--;\n");
		obr.document.write("		if(resizeIt) moveTo(Lscreen, Tscreen);\n");
		obr.document.write("	}\n");
		obr.document.write("	resizeTo(w, h);\n");
		obr.document.write("	if(window.screen)\n");
		obr.document.write("		moveTo(window.screen.width/2-w/2, window.screen.height/2-h/2);\n");
		obr.document.write("	focus();\n");
		obr.document.write("}\n\n");
		obr.document.write("document.onmousedown=window.close;\n");
		obr.document.write("document.onmouseup=window.close;\n");
		obr.document.write("if(document.layers) window.captureEvents(Event.MOUSEDOWN);\n");
		obr.document.write("if(document.layers) window.captureEvents(Event.MOUSEUP);\n");
		obr.document.write("//-->\n");
		obr.document.write("</scr"); obr.document.write("ipt>\n");
		obr.document.write("<img src=\""+adresa+"\" alt=\""+alt+"\" id=\"obr\" onload=\"stretchTo(this);\" onmousedown=\"window.close();\" onmouseup=\"window.close();\">\n");
		obr.document.write("</body>\n</html>\n");
		obr.document.close();
		obr.focus();
		return false;
	}
	function brezen() {
		obr = window.open("", "obr", "width=300,height=300");
		obr.document.open();
		obr.document.write("<html>\n");
		obr.document.write("<meta http-equiv=\"imagetoolbar\" content=\"no\">");
		obr.document.write("<title>Březen - měsíc Internetu</title>\n");
		obr.document.write("<body topmargin=\"0\" leftmargin=\"0\">\n");
		obr.document.write("<script language=\"JavaScript\">\n");
		obr.document.write("<!--//\n");
		obr.document.write("function stretchTo(myImage) {\n");
		obr.document.write("	var ow = w = myImage.width+10;\n");
		obr.document.write("	var oh = h = myImage.height+29;\n");
                obr.document.write("	if(screen) {\n");
		obr.document.write("		Hscreen = screen.availHeight;\n");
		obr.document.write("		Wscreen = screen.availWidth;\n");
		obr.document.write("		Lscreen = window.screenLeft;\n");
		obr.document.write("		Tscreen = window.screenTop;\n");
		obr.document.write("		if(Hscreen<(h+window.screenTop)||window.screenTop>0||Wscreen<(w+window.screenLeft)||window.screenLeft>0) resizeIt = true; else resizeIt = false;\n");
		obr.document.write("		if(w>Wscreen||h>Hscreen) {\n");
		obr.document.write("			if(h>Hscreen) { h = Hscreen; Tscreen = 0; resizeIt = true; }\n");
		obr.document.write("			if(w>Wscreen) { w = Wscreen; Lscreen = 0; resizeIt = true; }\n");
		obr.document.write("			resizeTo(w, h);\n");
		obr.document.write("		}\n");
		obr.document.write("		while(h<Hscreen&&Tscreen>(Hscreen-oh)/2) Tscreen--;\n");
		obr.document.write("		while(w<Wscreen&&Lscreen>(Wscreen-ow)/2) Lscreen--;\n");
		obr.document.write("		if(resizeIt) moveTo(Lscreen, Tscreen);\n");
		obr.document.write("	}\n");
		obr.document.write("	resizeTo(w, h);\n");
		obr.document.write("	if(window.screen)\n");
		obr.document.write("		moveTo(window.screen.width/2-w/2, window.screen.height/2-h/2);\n");
		obr.document.write("	focus();\n");
		obr.document.write("}\n\n");
		obr.document.write("//-->\n");
		obr.document.write("</scr"); obr.document.write("ipt>\n");
		obr.document.write("<a href=\"http://www.brezen.cz/\" target=\"_blank\"><img src=\"img/popup0010.jpg\" alt=\"Březen - měsíc Internetu\" id=\"obr\" onload=\"stretchTo(this);\" onclick=\"window.close();\" border=\"0\"></a>\n");
		obr.document.write("</body>\n</html>\n");
		obr.document.close();
		obr.focus();
	}
	function globrazek(adresa, nadpis, alt) {
		obr = window.open("", "obr", "width=300,height=300");
		obr.document.open();
		obr.document.write("<html>\n");
		obr.document.write("<meta http-equiv=\"imagetoolbar\" content=\"no\">");
		obr.document.write("<title>"+nadpis+"</title>\n");
		obr.document.write("<body topmargin=\"0\" leftmargin=\"0\">\n");
		obr.document.write("<script language=\"JavaScript\">\n");
		obr.document.write("<!--//\n");
		obr.document.write("function stretchTo(myImage) {\n");
		obr.document.write("	var ow = w = myImage.width+10;\n");
		obr.document.write("	var oh = h = myImage.height+29;\n");
                obr.document.write("	if(screen) {\n");
		obr.document.write("		Hscreen = screen.availHeight;\n");
		obr.document.write("		Wscreen = screen.availWidth;\n");
		obr.document.write("		Lscreen = window.screenLeft;\n");
		obr.document.write("		Tscreen = window.screenTop;\n");
		obr.document.write("		if(Hscreen<(h+window.screenTop)||window.screenTop>0||Wscreen<(w+window.screenLeft)||window.screenLeft>0) resizeIt = true; else resizeIt = false;\n");
		obr.document.write("		if(w>Wscreen||h>Hscreen) {\n");
		obr.document.write("			if(h>Hscreen) { h = Hscreen; Tscreen = 0; resizeIt = true; }\n");
		obr.document.write("			if(w>Wscreen) { w = Wscreen; Lscreen = 0; resizeIt = true; }\n");
		obr.document.write("			resizeTo(w, h);\n");
		obr.document.write("		}\n");
		obr.document.write("		while(h<Hscreen&&Tscreen>(Hscreen-oh)/2) Tscreen--;\n");
		obr.document.write("		while(w<Wscreen&&Lscreen>(Wscreen-ow)/2) Lscreen--;\n");
		obr.document.write("		if(resizeIt) moveTo(Lscreen, Tscreen);\n");
		obr.document.write("	}\n");
		obr.document.write("	resizeTo(w, h);\n");
		obr.document.write("	if(window.screen)\n");
		obr.document.write("		moveTo(window.screen.width/2-w/2, window.screen.height/2-h/2);\n");
		obr.document.write("	focus();\n");
		obr.document.write("}\n\n");
		obr.document.write("//-->\n");
		obr.document.write("</scr"); obr.document.write("ipt>\n");
		obr.document.write("<a href=\"http://www.cimrman.at/rozhovor/\" onclick=\"window.opener.location = 'http://www.cimrman.at/rozhovor/'; window.close(); return false;\"><img src=\""+adresa+"\" alt=\""+alt+"\" id=\"obr\" onload=\"stretchTo(this);\" border=\"0\"></a>\n");
		obr.document.write("</body>\n</html>\n");
		obr.document.close();
		obr.focus();
	}