function genIcons(info_name, google, map_name) {

	document.write("<div id=\"icons\">");
	document.write("<table border=\"0\" cellspacing=\"4\" cellpadding=\"0\">");
	document.write("<tr><td colspan=\"2\" height=\"50\">");
	document.write("<a target=\"_blank\" class=\"icon_text\" href=\"http://www.google.com/search?ie=win-1250&hl=cs&lr=lang_cs&q='" + google + "'\">najít v internetu</a>");
	document.write("<br><a target=\"_blank\" class=\"icon_text\" href=\"../bg/klik.php\">ubytování on-line</a>");
	document.write("</td></tr>");
	document.write("<tr><td>");

	if (map_name) document.write("<a href=\"../../map/show_loc.htm?cz," + map_name + "\"><img src=\"../bg/icons/map_on.gif\"></a>");
	else document.write("<img src=\"../bg/icons/map_off.gif\">");

	document.write("</td><td>");

	if (isInfo()) document.write("<a href=\"javascript: openInfo('" + infoFile + "');\"><img src=\"../bg/icons/info_on.gif\"></a>");
//	if (info_name) document.write("<a href=\"javascript: openInfo('" + info_name + "');\"><img src=\"../bg/icons/info_on.gif\"></a>");
	else document.write("<img src=\"../bg/icons/info_off.gif\">");

	document.write("</td></tr></table>");
	document.write("</div>");

}

// infocentres
var thisFile = location.pathname.substr(location.pathname.lastIndexOf("/")+1);
thisFile = thisFile.substr(0, thisFile.indexOf("."));
var infoFile;

function isInfo () {
	if (inf[thisFile]) {
		infoFile = inf[thisFile];
		return true;
	 }
	 else return false;
}

var inf = new Array();
inf["albrecht"] = "pisek";
inf["cb"] = "cb";
inf["dobra1"] = "cb";
inf["dobra3"] = "susice";
inf["hosin"] = "cb";
inf["hurka"] = "zelruda";
inf["kajov"] = "ck";
inf["klaster"] = "bystrice";
inf["klokoty"] = "tabor";
inf["lsteni"] = "vimperk";
inf["milevsko"] = "milevsko";
inf["montserr"] = "slavonic";
inf["nicov"] = "horazdov";
inf["pastiky"] = "horazdov";
inf["rimov"] = "rimov";
inf["sepekov"] = "milevsko";
inf["strasin"] = "kasperky";
inf["svatyjan"] = "rimov";
inf["svkamen"] = "kaplice";
inf["vydri"] = "dacice";
inf["vysbrod"] = "vysbrod";
inf["zborovy"] = "horazdov";
inf["zeliv"] = "humpolec";
inf["zvonkova"] = "lipno";

