
	function winH() { // výška vnitřního okna prohlížeče
				if (window.innerHeight) return window.innerHeight;
				else if (document.documentElement && document.documentElement.clientHeight)
							return document.documentElement.clientHeight;
				else if (document.body && document.body.clientHeight)
							return document.body.clientHeight;
				else return null;
	}

	function winW() { // šířka vnitřního okna prohlížeče
				if (window.innerWidth) return window.innerWidth;
				else if (document.documentElement && document.documentElement.clientWidth)
							return document.documentElement.clientWidth;
				else if (document.body && document.body.clientWidth)
							return document.body.clientWidth;
				else return null;
	}

function zmen() // změna stylu na základě výšky obrazovky
	{
	var a=winH();
	var b=0;
	var prohlizec=navigator.appName;

	b=a-140;
	if(b > 706)
		b=706;

	if(prohlizec == "Netscape")
		{
			document.getElementById('menici').style.height=b-10;
		}
		else
		{
			document.getElementById('menici').style.height=b;
		}
	}



	function hore()
	{
		window.setTimeout("self.scrollTo(0, 0)",1);
	}

	function hlaseni()
	{
		alert('Zboží bylo vloženo do košíku!');
	}

	function openImgWin(what, x, y)
	{
			   wokno = window.open('', 'BigWin', 'menubar=no, scrollbars=no, resizable=no, statusbar=no, width='+x+', height='+y);
			   wokno.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML><HEAD><TITLE>A Casa</TITLE></HEAD><BODY style="margin: 0px"><a href="#" onclick="window.close()"><img src="'+what+'" border="0" alt="Kliknutím zavřete okno"></a></BODY></HTML>');
	}


	function openImgWinen(what, x, y)
	{
			   wokno = window.open('', 'BigWin', 'menubar=no, scrollbars=no, resizable=no, statusbar=no, width='+x+', height='+y);
			   wokno.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML><HEAD><TITLE>A Casa</TITLE></HEAD><BODY style="margin: 0px"><a href="#" onclick="window.close()"><img src="'+what+'" border="0" alt="Click close window!"></a></BODY></HTML>');
	}


kosik_tlacitko_over=new Image();
kosik_tlacitko_over.src='images/kosik_tlacitko_over.gif';

kosik_tlacitkoen_over=new Image();
kosik_tlacitkoen_over.src='images/kosik_tlacitkoen_over.gif';

objednavka_over=new Image();
objednavka_over.src='images/objednavka_over.gif';

objednavkaen_over=new Image();
objednavkaen_over.src='images/objednavkaen_over.gif';