
	//$(function(){
//		$.fn.supersized.options = {  
//			startwidth: 1400,  
//			startheight: 1009,
//			minsize: .50,
//			slideshow: 1,
//			slideinterval: 5000  
//		};
 //       $('#supersize').supersized(); 
  //  });
	
$(document).ready(function(){
	$('#topNav li').first().addClass('remove-bg');
	$('#topNav li').last().addClass('remove-bg');
	
	
	
		
	$('.promo-nav li a').hover(
		function(){
			$(this).attr('id' , 'cufonStyleThis');
			Cufon.replace('#cufonStyleThis',{
			'fontFamily' : 'Trajan Pro',
			'color' : '#FFCC00'
		});
		},
		function(){
			if($('#cufonStyleThis').parent().hasClass('active')){
				
			}else {
			Cufon.replace('#cufonStyleThis',{
			'fontFamily' : 'Trajan Pro',
			'color' : '#fff'
			});
			}
		$(this).removeAttr('id');
		}
	);

	
	// size background    //
	var viewPortWidth = 100;
    //var viewPortHeight = $('#page').height();
	var viewPortHeight = 100;
	$('#bacg img').css({'width' : viewPortWidth+'%'});
	$('#bacg img').css({'height' : viewPortHeight+'%'});
})

Cufon.replace('#topNav li a, #footpNav li a', {'fontFamily' : 'Consolas'});
Cufon.replace('.promo-nav li a', {'fontFamily' : 'Trajan Pro'});
Cufon.replace('.nb-head', {'fontFamily' : 'Trebuchet MS'});
