/*

var lang=30
	document.write("<a name=\"zaciatok\">")
	document.write("<table border=0 valign=top width=100%>")

	document.write("<tr valign=top>")

	document.write("<td valign=top>")
	document.write("<img src=\"pics/menu.jpg\" border=0>")
	document.write("</td>")
	
	document.write("<td valign=top>")
	document.write("<a href=\"html/skspolocnost.html\"><img src=\"pics/flagsk.jpg\" width="+lang+" border=0></a>")
	document.write("</td>")

	document.write("<td valign=top>")
	document.write("<a href=\"html/huspolocnost.html\"><img src=\"pics/flaghu.jpg\" width="+lang+" border=0></a>")
	document.write("</td>")

	document.write("<td valign=top>")
	document.write("<a href=\"html/despolocnost.html\"><img src=\"pics/flagde.jpg\" width="+lang+" border=0></a>")
	document.write("</td>")

	document.write("<td valign=top>")
	document.write("<a href=\"html/enspolocnost.html\"><img src=\"pics/flaguk.jpg\" width="+lang+" border=0></a>")
	document.write("</td>")

	document.write("</tr>")

	document.write("</table>")
*/


function jazyk(j)
{
	
	window.location="html/"+j+"spolocnost.html";
}
function hand()
{
	document.body.style.cursor = "hand";
}
function unhand()
{
	document.body.style.cursor = "default";
}
function handenter()
{
	document.body.style.cursor = "hand";
	document.all.item("entercell").style.background="#dc6e00"
}
function unhandenter()
{
	document.body.style.cursor = "default";
	document.all.item("entercell").style.background="#003366"
}
function entersite()
{
	window.location="html/skspolocnost.html";
}
function col()
{
	document.all.item("entercell").style.background="#003366"	
}
