ie=(document.all)?true:false
ns=(document.layers)?true:false

function wstawMenu(aktualnaKategoria) {

	if (ie) {

		if (AC_FL_RunContent == 0) {
			alert("This page requires AC_RunActiveContent.js. In Flash, run \"Apply Active Content Update\" in the Commands menu to copy AC_RunActiveContent.js to the HTML output folder.");
		} else {
			AC_FL_RunContent(
				'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
				'width', '198',
				'height', '100%',
				'src', 'images/menu',
				'quality', 'high',
				'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
				'align', 'left',
				'play', 'true',
				'loop', 'true',
				'scale', 'noscale',
				'wmode', 'transparent',
				'devicefont', 'false',
				'id', 'slideshow',
				'bgcolor', '#030303',
				'name', 'slideshow',
				'menu', 'true',
				'allowScriptAccess','sameDomain',
				'movie', 'images/menu',
				'salign', 'top',
				'FlashVars', '&currentCat=' + aktualnaKategoria + '&currentcat=20'
				); //end AC code
			
			
		}
		

	}
	else
	{
		
		document.write('<embed src="images/menu.swf?currentCat=' + aktualnaKategoria + '" width="198" height="100%" autostart="true" quality="high" bgcolor="#ffffff" FlashVars="currentCat=' + aktualnaKategoria + '" name=menu" wmode="transparent" align="middle" allowScriptAccess="sameDomain" salign="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		
	}

	

}

function btnRollOver(obj) {

	obj.style.cursor='pointer';
	obj.style.color='#101010';
	
	


}

function btnRollOut(obj) {

	
	obj.style.color='#808080';

}