// JavaScript Document
$(document).ready(function() {
	$("#lnav7").bind("click",function(){location.href = '../html/ourcompany.html'});					   
	$("#lnav1").bind("click",function(){location.href = '../html/mission_values.html'});	
	$("#lnav2").bind("click",function(){location.href = '../html/history.html'});
	$("#lnav3").bind("click",function(){location.href = '../html/mgmt_team.html'});
	$("#lnav4").bind("click",function(){location.href = '../html/best_in_class.html'});
	$("#lnav6").bind("click",function(){location.href = '../html/uscsInNews.html'});
	$("#lnav5").bind("click",function(){location.href = '../html/links.html'});
	
	$("#lnavloc1").bind("click",function(){location.href = 'javascript:void(0)'});
	$("#lnavloc2").bind("click",function(){location.href = 'javascript:void(0)'});
	$("#lnavloc3").bind("click",function(){location.href = 'javascript:void(0)'});
	$("#lnavloc4").bind("click",function(){location.href = 'javascript:void(0)'});
	$("#lnavloc5").bind("click",function(){location.href = 'javascript:void(0)'});
	
	
	$("#lnavcareers1").bind("click",function(){location.href = '../html/life_at_uscs.html'});
	$("#lnavcareers2").bind("click",function(){window.open('http://www.careerbuilder.com/JobSeeker/Companies/CompanyDetails.aspx?IPath=ILK&amp;hhname=uscoldcom&amp;sc_cmp1=13_JobRes_ComDet')});
	$("#lnavcareers3").bind("click",function(){location.href = '../html/photoGallery.html'});
	
	$("#lnavtransport6").bind("click",function(){location.href = '../html/transport_mgmt.html'});
	$("#lnavtransport1").bind("click",function(){location.href = '../html/uscs_logistics.html'});
	$("#lnavtransport2").bind("click",function(){location.href = '../html/outbound_fright_conso.html'});
	$("#lnavtransport3").bind("click",function(){location.href = '../html/order_tracking.html'});
	$("#lnavtransport4").bind("click",function(){location.href = '../html/network_optimization.html'});
	$("#lnavtransport5").bind("click",function(){location.href = '../html/shuttle_services.html'});
	
	$("#lnavtechnology1").bind("click",function(){location.href = '../html/wms_taskmaster.html'});
	$("#lnavtechnology2").bind("click",function(){location.href = '../html/rf_barcode.html'});
	$("#lnavtechnology3").bind("click",function(){location.href = 'javascript:void(0)'});
	
	$("#lnavtechnology4").bind("click",function(){location.href = '../html/tms.html'});
	$("#lnavtechnology5").bind("click",function(){location.href = '../html/edi.html'});
	$("#lnavtechnology6").bind("click",function(){location.href = '../html/rfid.html'});
	$("#lnavtechnology7").bind("click",function(){location.href = '../html/comp_ref_sys.html'});
	$("#lnavtechnology8").bind("click",function(){location.href = '../html/voiceRecogn.html'});
	
	$("#lnavsustain1").bind("click",function(){location.href = '../html/sustainability.html#carbonfootprint'});
	$("#lnavsustain2").bind("click",function(){location.href = '../html/sustainability.html#alternativeEnergy'});
	$("#lnavsustain3").bind("click",function(){location.href = '../html/sustainability.html#improveEnergy'});
	$("#lnavsustain4").bind("click",function(){location.href = '../html/sustainability.html#waterReduction'});
	$("#lnavsustain5").bind("click",function(){location.href = '../html/sustainability.html#recycling'});
	
	
	$("#lnavwarehouse1").bind("click",function(){location.href = '../html/handling_storage.html'});
	$("#lnavwarehouse3").bind("click",function(){location.href = '../html/import_export.html'});
	$("#lnavwarehouse5").bind("click",function(){location.href = '../html/wms.html'});
	
	$("#lnavcontact1").bind("click",function(){location.href = '../html/contact_us.html#corporate'});
	$("#lnavcontact2").bind("click",function(){location.href = '../html/contact_us.html#SalesnMarketing'});
	$("#lnavcontact3").bind("click",function(){location.href = '../html/contact_us.html#CorporateDevelopment'});
	$("#lnavcontact4").bind("click",function(){location.href = '../html/contact_us.html#AreaManagement'});
	$("#lnavcontact5").bind("click",function(){location.href = '../html/contact_us.html#USCSLogistics'});
	$("#lnavcontact6").bind("click",function(){location.href = '../html/contact_us.html#Finance'});
	$("#lnavcontact7").bind("click",function(){location.href = '../html/contact_us.html#Engineering'});
	$("#lnavcontact8").bind("click",function(){location.href = '../html/contact_us.html#GovernmentAffairs'});
	$("#lnavcontact9").bind("click",function(){location.href = '../html/contact_us.html#Transportation'});
	
	
	
	

	if($("#wrapper").height()<($(window).height()-2))
	{
		//$("#content").height($(window).height()-145);
		//Enabling the above code squeezes the footer in firefox
	}

	$('.upContent3Image').not('.coming-soon').hover(function ()	{$(this).addClass('coming-soon')}, function ()	{$(this).removeClass('coming-soon')});
});
