Cufon.replace('h1',{  
			  hover: true,
			  textShadow:'#224c02 1px 1px',
			  fontFamily: 'Decker 700'
			  });

Cufon.replace('h2, h3',{  
			  hover: true,
			  fontFamily: 'Decker',
			  textShadow:'#224c02 1px 1px'
			  });

Cufon.replace('h4, #mainMenu ul li a',{  
			  hover: true,
			  fontFamily: 'Decker'
			  });

Cufon.replace('h5, .table_title',{  
			  hover: true,
			  fontFamily: 'Decker 700',
			  textShadow:'#fff 1px 1px'
			  });

Cufon.replace('.ptvText, .mailText, .mailText_other',{  
			  hover: true,
			  fontFamily: 'Decker 700',
			   textShadow:'#2e2e2e 1px 1px'
			  });

Cufon.replace('.area',{  
			  hover: true,
			  fontFamily: 'Decker 700',
			  textShadow:'#548a2a 1px 1px'
			  });

/*popup*/

		$(document).ready(function() {
setTimeout(function() {
			$('#popup').fadeIn('slow');
	}, 1000);
	$('#popup .close-pop').click(function(){
		$('#popup').fadeOut('slow');
	});
		});
