function openCentered(url,w,h,name,par)
{
  return window.open(url,name?name:"",'toolbar=0,menubar=0,location=0,directories=0,status=0,resizable=0,scrollbars=0,margin=0;top=0,left=0,width='+ w +',height=' + h );
}

function iDisplay(elementID)
{
var id;
	id = "pozadavky" + elementID;
	hhh = document.getElementById(id);
	if (hhh.style.display == "none")
	{
		hhh.style.display = "block";
	}
	else
	{
		hhh.style.display = "none";
	}
}

    function ChangeProhlidkaMuzea (id, str) {
		var popisek = new Array(
			"The first part of the museum expositions shows the works of the best Czech graphic artists and the major world prizes awarded in the 18th and 19th centuries to the Losiny paper mill for its handmade filter paper.", 
			"The traditional Japanese handmade papers, decorated by a process using the principle of hand batik, are (in terms of their importance and quality) a symbol of the beginnings of the traditional manual production of paper.", 
			"The exposition of the manual production of paper shows the most widespread predecessors of paper (papyrus, parchment), the beginnings of paper production in Southeast Asia, the route along which paper came to Europe, and the spreading of the knowledge of papermaking in the European continent. ", 
			"Reproductions of the period woodprints testify to the originality of the manufacturing process and show the raw materials still used for hand paper making in Japan. ", 
			"Model of a paper mill stamping machine on which old rags were pulped and processed. This important invention of Italian master papermakers of the 13th century was after three centuries replaced by more efficient Hollander beaters. This is why no papermaking stampers can be seen anywhere in Europe at present. ", 
			"Demonstration of the traditional method of the drying of handmade papers by the flow of air in the large three-storeyed lofts, within by the mansard roof structure with shingle covering of the Velké Losiny paper mill.", 
			"A hand-operated spindle press of the Velké Losiny hand paper mill served for pressing the wet moulded paper sheets.",
			"An exposition showing the rich history of more than 400 years of the hand paper mill at Velké Losiny.",
			"Moulding frames with the traditional filigran watermarks from the collections of the Velké Losiny paper mill.",
			"Wall map of Bohemia drawn by Jan Kryštof Müller at the end of the 18th century. The map shows the location and the time of establishment and of operation of almost three hundred paper mills, which do not exist any longer in the Czech Lands. ",
			"Examples of handmade papers with watermarks and various types of current products.",
			"Bibliophile prints by the Lyra Pragensis publishing house.",
			"Model of the first papermaking machine (1799) is the main item in the exposition of the beginnings of industrial paper production.",
			"Examples of devices for measuring the physical properties of paper (from the 19th century).",
			"Model of the papermaking machine made by the firm VOITH in the mid 1920s.",
			"Models of the hand cardboard making workshop and various types of Hollander beaters – machines for preparing paper stock. ",
			"Model of the unique Hollander beater of the KARGER system from the 1860s."
			)

	      if (document.all) {
	        document.all(id).innerHTML = popisek[str];
	        document.all('casovaOsaFoto').src = '/images/prohlidka-muzea-'+[str]+'.jpg';
	      }
	      else if (document.getElementById) {
	        document.getElementById(id).innerHTML = popisek[str];
	        document.getElementById('casovaOsaFoto').src = '/images/prohlidka-muzea-'+[str]+'.jpg';
	      }
    }

    function ChangeProhlidkaVyroby (id, str) {
		var popisek = new Array(
			"Before visiting the production premises, the visitors will see a film showing the individual operations and the current process of hand papermaking at Velké Losiny.", 
			"Hollander beaters are the first machines in the process. They serve for tearing and processing cotton raw material.", 
			"The key manufacturing operation is the moulding, i.e. scooping of paper stock from the vat onto the moulds. ", 
			"After removing part of the water from the paper stock, a layer of paper stock – the future sheet of paper – remains on the mould.", 
			"Wet paper sheets are taken from the moulds (couched) onto felts.", 
			"The dried paper is sized on surface and pressed in the ancient sizing room.", 
			"In the final stage, the pressed, dried and sized papers are glazed on both sides on a two-roller calender, which was made in 1883.",
			"In the final stage, the pressed, dried and sized papers are glazed on both sides on a two-roller calender, which was made in 1883."
			)

	      if (document.all) {
	        document.all(id).innerHTML = popisek[str];
	        document.all('casovaOsaFoto').src = '/images/prohlidka-vyroby-'+[str]+'.jpg';
	      }
	      else if (document.getElementById) {
	        document.getElementById(id).innerHTML = popisek[str];
	        document.getElementById('casovaOsaFoto').src = '/images/prohlidka-vyroby-'+[str]+'.jpg';
	      }
    }
