Cufon
.replace('#links_title, #contact-details, #contact-form, #find-us, #map, #longcase-installations, #longcase-origins, #stock-list, #new-stock, #favourites, #cat_title, #search, #offers, #reserve, #your-details, #send-link',{
	separate:'none',
	fontFamily:'SnellRoundhand Script',
	textShadow:'0 0 rgba(94,84,62,1)'
});

$(document).ready(function(){
	
	$('#nav .nav > li')
	.bind('mouseenter',function(){
		$(this).children('ul').slideDown('fast');
	})
	.bind('mouseleave',function(){
		$(this).find('ul').slideUp('fast');
	});
	
});						   

function f_exturl(path,url,title) {
	window.location.href = path + "links/link.php?url=" + url + "&title=" + title;
}
