$(document).ready(function(){
						  						
				  $("#Layer2").click(function(){
									
									if($('#Layer3').position().left=='600') window.location.href = "company.html";
									
									$("#Layer2").animate({left:"1px"},"slow");
									
									$("#Layer3").animate({left:"600px"},"slow");
									$("#Layer4").animate({left:"700px"},"slow");
									$("#Layer5").animate({left:"800px"},"slow");
									$("#Layer7").animate({left:"900px"},"slow");									
									
									});
				  
				  	  $("#Layer3").click(function(){

									if(($('#Layer3').position().left=='100') && ($('#Layer4').position().left=='700')  && ($('#Layer5').position().left=='800') && ($('#Layer7').position().left=='900') ) window.location.href = "research.html";

									$("#Layer3").animate({left:"100px"},"slow");
									
									$("#Layer2").animate({left:"1px"},"slow");
									$("#Layer4").animate({left:"700px"},"slow");
									$("#Layer5").animate({left:"800px"},"slow");
									$("#Layer7").animate({left:"900px"},"slow");
									});
					  
					  $("#Layer4").click(function(){
									
									if(($('#Layer4').position().left=='200') && ($('#Layer3').position().left=='100')  && ($('#Layer5').position().left=='800') && ($('#Layer7').position().left=='900')&& ($('#Layer5').position().left=='800') && ($('#Layer7').position().left=='900') ) window.location.href = "bespokePacks.html";
									
									$("#Layer4").animate({left:"200px"},"slow");
									$("#Layer3").animate({left:"100px"},"slow");
									$("#Layer5").animate({left:"800px"},"slow");
									$("#Layer7").animate({left:"900px"},"slow");
									});
					  
					  
					  $("#Layer5").click(function(){
										
									if(($('#Layer5').position().left=='300') && ($('#Layer7').position().left=='900') ) window.location.href = "databaseMarketing.html";
									
									$("#Layer5").animate({left:"300px"},"slow");
				
									$("#Layer2").animate({left:"1px"},"slow");
									$("#Layer3").animate({left:"100px"},"slow");
									$("#Layer4").animate({left:"200px"},"slow");
									$("#Layer7").animate({left:"900px"},"slow");
									
									});
						  
						   $("#Layer7").click(function(){

									if($('#Layer7').position().left=='400') window.location.href = "expertNetworks.html";
									
									$("#Layer7").animate({left:"400px"},"slow");
									
									$("#Layer3").animate({left:"100px"},"slow");
									$("#Layer4").animate({left:"200px"},"slow");
									$("#Layer5").animate({left:"300px"},"slow");
									$("#Layer2").animate({left:"1px"},"slow");
									
									});
							
							
									
									$("#saltef").mouseleave(function(){

									$("#Layer2").animate({width:"600px",height:"250px",left:"1px"},"slow");
									$("#Layer3").animate({width:"600px",height:"250px",left:"200px"},"slow");
									$("#Layer4").animate({width:"600px",height:"250px",left:"400px"},"slow");
									$("#Layer5").animate({width:"600px",height:"250px",left:"600px"},"slow");
									$("#Layer7").animate({width:"600px",height:"250px",left:"800px"},"slow");
									});	
						 			
							
						  });
						  
							


