// Cufon.replace('#header .header-side p, #navigation ul li a, #sidebar .box p ', { hover: true, fontFamily: 'HelveticaNeue-Thin' });
Cufon.replace('#header #header-side p, #sidebar .box p ', { hover: true, fontFamily: 'HelveticaNeue-Thin' });
Cufon.replace('h1, #slogan h3, #content #side-navigation ul li a, #content #side-navigation ul li label', { hover: true, fontFamily: 'TrajanPro-Regular' });

$(document).ready(function(){ 
 	// Drop-Down Menu
	$('ul.dd').hide();
	$('#navigation ul li').hover(function(){ 
		$(this).find('ul.dd:eq(0)').show();
		$(this).find('a:eq(0)').addClass('hover');
	 },
	 function(){  
		$(this).find('ul.dd').hide();
		$(this).find('a:eq(0)').removeClass('hover');
 	});
	$('a[href^="http://"]').attr({target:"_blank",title:"Opens in a new window"});
	$('#nutrition a').lightBox({fixedNavigation:true});
});

function photo(image,width,height) {
	mywin = window.open("/assets/images/" + image,"_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + (width+40) + ",height=" + (height+20));
}

function printThis() {
	document.body.style.background='none';
	document.body.style.height='auto';
	document.getElementById('content').style.margin='0px';
	document.getElementById('content').style.overflow='visible';
	document.getElementById('content').style.width='100%';
	document.getElementById('inner-sidebar').style.display='none';
	document.getElementById('side-navigation').style.display='none';
	document.getElementById('sidebar').style.display='none';
	document.getElementById('footer').style.display='none';
	document.getElementById('header-side').style.display='none';
	document.getElementById('logo').style.bottom='auto';
	document.getElementById('logo').style.left='auto';
	document.getElementById('logo').style.position='relative';
	document.getElementById('main').style.width='100%';
	document.getElementById('navigation').style.display='none';
	document.getElementById('print').style.display='none';
	document.getElementById('reload').style.display='block';
	document.getElementById('shell').style.background='none';
	document.getElementById('shell').style.margin='10px auto';
	document.getElementById('shell').style.width='98%';
	document.getElementById('slogan').style.display='none';
	document.getElementById('text').style.padding='0px';
	document.getElementById('text').style.width='100%';
	window.print();
}

function regularFormat() {
	window.location.reload();
}
