$(document).ready(function() {

	$('a.toggleView[href^=#]').click(function() {
	    var toggleID = $(this).attr('rel'); //Get menu item Name

	    //toggle in the menu item
	    $('.' + toggleID).slideToggle();

    	return false;
});

});



	function okno(url){
	nahled = window.open(url,"nahled","width=830,height=700");
	nahled.focus();
	return false;
	}
	
	
	
	


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16568315-5']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();



