$(function(){
	window.url = $('.fc-main').attr('rel');
	$('.fc-menu > ul > li > ul').addClass('hoverfix');
	$('.fc-menu > ul > li').hover(function(){ $(this).children('ul').stop(true,true).delay(200).slideDown(300); }, function(){ $(this).children('ul').stop(true,true).delay(300).slideUp('fast'); });
	$('.a-pantone').overlay({ mask: { color: 'black', loadSpeed: 300, opacity: 0.75 }, top: '10%', target: '#modal',
		onBeforeLoad: function() { $('#modal .mo-content').html('<iframe src="http://www.cal-print.com/InkColorChart.htm" width="100%" height="'+Math.floor($(window).height()*0.75)+'" scrolling="auto" frameborder="0"></iframe>'); },
		onClose: function() { $('#modal .mo-content').html(''); }
	});
	$(window).resize(function(){
		height = $(window).height();
		width = $(window).width();
		$('#modal .mo-content iframe').attr('height',Math.floor(height*0.75));
		$('#exposeMask').css({ width: width+'px', height: height+'px' });
		$('#modal').css({ top: Math.floor(height*0.1)+'px', left: Math.floor((width-$('#modal').width())/2)+'px' });
	});
	$('#specialoffer').load('http://www.agiprintcopy.com/~scuttleb/newsletter/display.php?List=76&N='+$('#newsnum').attr('rel')+' #messageBody');
	$('#enews').load('http://www.agiprintcopy.com/~scuttleb/newsletter/display.php?List=77&N='+$('#newsnum').attr('rel')+' #messageBody');
});

$(window).load(function(){
	$('.gallery a').lightBox({ imageLoading: window.url+'fc/images/lightbox-ico-loading.gif', imageBtnClose: window.url+'fc/images/lightbox-close.png', imageBtnPrev: window.url+'fc/images/lightbox-prev.png', imageBtnNext: window.url+'fc/images/lightbox-next.png', imageBlank: window.url+'fc/images/lightbox-blank.gif' });
});
