
						var httpGetVars = new Array(); 
						function ZmenNaCestinu()
						{
							
		
							//document.getElementById("title").firstChild.nodeValue = "Matej Prochazka - fotogalerie"
							document.getElementById("header").firstChild.nodeValue = "Matej Prochazka - fotogalerie"
							document.getElementById("praha").firstChild.nodeValue = "Praha"
							document.getElementById("lide").firstChild.nodeValue = "Lide"
							document.getElementById("krajina").firstChild.nodeValue = "Krajina"
							document.getElementById("ostatni").firstChild.nodeValue = "Ostatni"
							document.getElementById("cesty").firstChild.nodeValue = "Cesty"
							document.getElementById("copyright").firstChild.nodeValue = "Copyright (c) 2006 Matěj Procházka. <br>Všechny zde použité fotografie a jejich názvy jsou originálními autorskými díly a jako taková podléhají autorskému zákonu. <br>Jejich další volné používání, kopírování a šíření není dovoleno.  <br>"
						}
						function CtiParametr()
						{
							var pole = window.location.search.substr(1).split("&"); 

							for(i = 0; i < pole.length; i++){
								httpGetVars[pole[i].split("=")[0]] = unescape(pole[i].split("=")[1]); 
															}
						}
