	$(document).ready
	(
		function()
		{
			$('#content_change').load('inc/home.php').hide();
			$('.container').css('background-image','url(img/home2.jpg)').hide().fadeIn("slow");
			$('#content_change').fadeIn("slow");
			$('.home_link').css('color','white');
			$('.home_link').click(function()
			{
				$('ul li a').css('color','#8e9599');
				$(this).css('color','white');
				$('.container').css('background-image','url(img/home2.jpg)').hide().fadeIn("slow");
				$('#content_change').empty().load('inc/home.php').hide().fadeIn("slow");

				return false;
			});
			$('.products_link').click(function()
			{
				$('ul li a').css('color','#8e9599');
				$(this).css('color','white');
				$('.scroll-pane').jScrollPane({showArrows:true});

				reinitialiseScrollPane = function()
				{
					$('.scroll-pane').jScrollPane({scrollbarWidth:12, scrollbarMargin:25, showArrows: true, dragMaxHeight:10});

				}
				
				$('.container').css('background-image','url(img/product2.jpg)').hide().fadeIn("slow");
				$('#content_change').empty().load('inc/product.php', '' , reinitialiseScrollPane).hide().fadeIn("slow");

				return false;
			});
			$('.careers_link').click(function()
			{
				$('ul li a').css('color','#8e9599');
				$(this).css('color','white');
				$('.container').css('background-image','url(img/careers2.jpg)').hide().fadeIn("slow");
				$('#content_change').empty().load('inc/careers.php').hide().fadeIn("slow");

				return false;
			});
			$('.about_link').click(function()
			{
				$('ul li a').css('color','#8e9599');
				$(this).css('color','white');
				$('.container').css('background-image','url(img/about-us2.jpg)').hide().fadeIn("slow");
				$('#content_change').empty().load('inc/aboutus.php').hide().fadeIn("slow");

				return false;
			});
			$('.contact_link').click(function()
			{
				$('ul li a').css('color','#8e9599');
				$(this).css('color','white');
				$('.container').css('background-image','url(img/about-us2.jpg)').hide().fadeIn("slow");
				$('#content_change').empty().load('inc/contact.php').hide().fadeIn("slow");

				return false;
			});
			$('#garcia').livequery('click', function()
			{ 
				$('.scroll-pane').jScrollPane();

				reinitialiseScrollPane = function()
				{
					$('.scroll-pane').jScrollPane({scrollbarWidth:12, scrollbarMargin:25, showArrows: true, dragMaxHeight:10});

				}
				$('.container').css('background-image','url(img/product2.jpg)').hide().fadeIn("slow"); 
				$('#content_change').empty().load('inc/garcia.php', '', reinitialiseScrollPane).hide().fadeIn("slow");
				return false;
			});
			$('#paco').livequery('click', function()
			{ 
				$('.container').css('background-image','url(img/product2.jpg)').hide().fadeIn("slow"); 
				$('#content_change').empty().load('inc/paco.php').hide().fadeIn("slow");
				return false;
			});
			$('#santana').livequery('click', function()
			{ 
				$('.container').css('background-image','url(img/product2.jpg)').hide().fadeIn("slow"); 
				$('#content_change').empty().load('inc/santana.php').hide().fadeIn("slow");
				return false;
			});
			$('.link').livequery('click', function()
			{ 
				$('ul li a').css('color','#8e9599');
				$('.contact_link').css('color','white');
				$('.container').css('background-image','url(img/contact.jpg)').hide().fadeIn("slow"); 
				$('#content_change').empty().load('inc/contact.php').hide().fadeIn("slow");
				return false;
			});

			$('#managment_link').livequery('click', function()
			{
				$('.scroll-pane').jScrollPane();

				reinitialiseScrollPane = function()
				{
					$('.scroll-pane').jScrollPane({scrollbarWidth:12, scrollbarMargin:25, showArrows: true, dragMaxHeight:10});

				}
				$('.container').css('background-image','url(img/about-us2.jpg)').hide().fadeIn("slow"); 
				$('#content_change').empty().load('inc/managment.php', '', reinitialiseScrollPane).hide().fadeIn("slow");
				return false;
			});
			$('.contact_link').livequery('click', function()
			{
				$('ul li a').css('color','#8e9599');
				$('.contact_link').css('color','white');
				$('.container').css('background-image','url(img/contact.jpg)').hide().fadeIn("slow"); 
				$('#content_change').empty().load('inc/contact.php').hide().fadeIn("slow");
				return false;
			});
			
		}
		
	);