// JavaScript Document
$(function (){
	$('.downloads_list>ul li').each(function(){
		$(this).html($(this).html().replace(/\s{2,}/g,''));
	});
	Cufon.replace('.top_menu a,', {fontFamily: 'ITC Avant Garde Gothic Std Book'});
	Cufon.replace('.header blockquote q,.header blockquote cite,h1,h2,h3,h4,h5,.dates .item .headline, .dates .item .date,.left_menu .item a,.contact form label,.contact .content p,.months_list li a,.specials_list li a,.downloads_list li,.downloads .links a, .errors', {fontFamily: 'ITC Avant Garde Gothic Std Demi'});
	
})

function popup(url,width,height){
	window.open(url,'popup','width='+width+', height='+height+', location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no');
}
