$(window).load(function() {	
		
	$('#warning').click(function() {
		dismissWarning();
	});
			
	if (document.getElementById('secs') && !document.getElementById('secMarked')) {		
			
	mainH = $('#secs').height();
	
	document.getElementById('secs').style.height = '0px';	
				
	$('#secs').animate({
					    height: mainH+'px',
							  }, 500); 
							  
	}
	
	if (document.getElementById('bigMap')) mapaStart();	
		
		
});

	Cufon.replace('h1');
	Cufon.replace('h2');
	Cufon.replace('h3');
	Cufon.replace('h4');
	Cufon.replace('div#subs p');	
	
