$( function() {


	$("a[rel=mapka], #click_mapka").fancybox({
		'type'				: 'iframe',
		'autoScale'			: false,
		'width'				: 850,
		'height'			: 500
	});
	
	
	$('.col_left').css('height', $('#wrap1').height() );
	
	$('.slidetoggle').click(function(){
		$('.help_in').slideToggle();
		return false;
	});
	
/* ext links
---------------------------------------------------------------------------- */
	//$(".prilohy_soubory a").attr('target', '_blank');
	/*
		.click( function() {
			 window.open( $(this).attr('href') ); 
			 return false;
		}) ;
	*/
});
