	function retractLoginPanel()
	{
		if (!$("#client_login").hasClass("hasFocus") && ! $("#client_pswd").hasClass("hasFocus"))
		{
			$("#clientarea").stop().animate({ top: '-66px'}, 'slow', 'easeOutBounce');
		}
	}
	
	$(function() {
		if (custom_fonts_enabled)
		{
			Cufon.replace('h1')('h2')('h3')('h4')('h5')('#top_menu ul li a')('table#prices th')('#tour_content ul#count li');
			Cufon.replace('#promodesc p', {textShadow: '#333 1px 1px'});
			Cufon.replace('#promodesc h1', {textShadow: '#fff 0px 0px'});
			Cufon.replace('#promodesc h2', {textShadow: '#333 1px 1px'});
			Cufon.replace('table#prices td.totalprice',  {textShadow: '#fff 1px 1px'});
			Cufon.replace('table#prices td.totalpricem',  {textShadow: '#fff 1px 1px'});
		}
	});
