function VolbaMenu(p_volba)
{
	var c1,c2,c3,c4,c5,c6;
	c1 = document.getElementById("col1");
	c2 = document.getElementById("col2");
	c3 = document.getElementById("col3");
	c4 = document.getElementById("col4");
	c5 = document.getElementById("col5");
	c6 = document.getElementById("col6");
	
	c1.className = "tdNoselect";
	c2.className = "tdNoselect";
	c3.className = "tdNoselect";
	c4.className = "tdNoselect";
	c5.className = "tdNoselect";
	c6.className = "tdNoselect";

	if (p_volba == 1)
	{
		c1.className = "tdSelect";
		window.open("uvod.htm","obsah")
	}
	if (p_volba == 2)
	{
		c2.className = "tdSelect";
		window.open("onas.htm","obsah")
	}
	if (p_volba == 3)
	{
		c3.className = "tdSelect";
		window.open("reference.htm","obsah")
	}
	if (p_volba == 4)
	{
		c4.className = "tdSelect";
		window.open("kontakt.htm","obsah")
	}
	if (p_volba == 5)
	{
		c5.className = "tdSelect";
		window.open("certifikaty.htm","obsah")
	}
	if (p_volba == 6)
	{
		c6.className = "tdSelect";
		window.open("kestazeni.htm","obsah")
	}
}
function OpenImg(p_ImgPath)
{
	window.open(p_ImgPath,"doklad","height=712,width=512");
}
function OpenImg356(p_ImgPath)
{
	window.open(p_ImgPath,"doklad2","width=713,height=504");
}

