

(function($){
	
	$(function(){
		
		$('#nav li a').hover(
			function(){
				$(this).stop(1);
				$(this).animate({'background-position':'0px 0'});

				
			},
			function(){
				$(this).stop(1);
				$(this).animate({'background-position':'-200px 0'});

				
			//	if ($(this).css("background-color") == "#000") { $('this').css("color", "red"); }
            //	else { $(this).css("color", "white"); }
			//	return false;
			}
		)

		$("#nav li a").click(
			function(){			
		
			
			
			$('#nav li a').css({'background-color':'transparent'});
			$('#nav li a').css({'color':'#666666'});
			$(this).css({'background-color':'black'});
		    $(this).css({'color':'white'});

			 return false;	
			})
			
			
			
			
			

	});
	
	$(function() {
            
             $("#logo a").click(function(){		
  				
  				$("#home").show().load("home.php");		
            	$("#intro").hide();
            	$("#info").hide();
            	$("#use").hide();	
            	$("#products").hide();
            	$("#contact").hide();
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();
            	
            });
            
             $("#introb a").click(function(){		
  				
  				$("#home").hide();		
            	$("#intro").show().load("intro.php");
            	$("#info").hide();
            	$("#use").hide();	
            	$("#products").hide();
            	$("#contact").hide();
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();
            	
            }); 
            
            $("#readmore").click(function(){		
  				
  				$("#home").hide();		
            	$("#intro").show().load("intro.php");
            	$("#info").hide();
            	$("#use").hide();	
            	$("#products").hide();
            	$("#contact").hide();
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();
            	
            }); 
            
             $("#infob a").click(function(){		
  				
  				$("#home").hide();		
            	$("#intro").hide();
            	$("#info").show().load("info.php");
            	$("#use").hide();	
            	$("#products").hide();
            	$("#contact").hide();
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();
  				
            }); 
            
            $("#useb a").click(function(){		
  				
  				$("#home").hide();
  				$("#intro").hide();
            	$("#info").hide();		
            	$("#use").show().load("use.php");	
            	$("#products").hide();
            	$("#contact").hide();
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();
            	
            });  
            
            $("#prodb a").click(function(){		
  				
  				$("#home").hide();
  				$("#intro").hide();
            	$("#info").hide();		
            	$("#use").hide();
            	$("#products").show().load("products.php");	
            	$("#contact").hide();
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();
            	
            });  
                   
            $("#contb a").click(function(){	
            	
            	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").show().load("contact.php");
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();	
            		
            });
            
             $("#bigbagsb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").show().load("bigbags.php");
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();		
            			
            });
            
            $("#bbaccb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").show().load("bigbage.php");
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();	
            			
            });
            
            $("#specb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").show().load("sbags.php");	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();	
            			
            });
            
            $("#clinerb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").show().load("cliners.php");
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();	
            			
            });
            
            $("#ppbagsb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").show().load("ppbags.php");
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();	
            			
            });
            
            $("#fbagsb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").show().load("fabrics.php");
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();		
            			
            });
            
            $("#rbagsb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();
  				$("#products").hide();		
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").show().load("boxbags.php");
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").hide();		
            			
            });
            
            $("#hbagsb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();
  				$("#products").hide();		
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").show().load("shoppingbags.php");
            	$("#slings").hide();	
  				$("#videos").hide();		
            			
            });
            
            $("#slingsb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").show().load("slings.php");	
  				$("#videos").hide();	
            			
            });
            
            $("#videosb").click(function(){	
             	
             	$("#home").hide();
            	$("#intro").hide();
            	$("#info").hide();	
  				$("#use").hide();	
  				$("#products").hide();	
            	$("#contact").hide();            	
            	$("#bigbags").hide();
            	$("#bbacc").hide();
            	$("#spec").hide();	
  				$("#cliner").hide();
  				$("#ppbags").hide();
            	$("#fbags").hide();	
  				$("#rbags").hide();
  				$("#hbags").hide();
            	$("#slings").hide();	
  				$("#videos").show();
	
            			
            });
            

        });	

	
})(jQuery);

