$(document).ready(function() {
            $("#index").click(function() {
                $("#flexible").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#member_access").hide("slow");
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
			});

        });

$(document).ready(function() {
            $("#index1").click(function() {
                $("#flexible").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#member_access").hide("slow");
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
			});

        });
		
	$(document).ready(function() {
            $("#contact").click(function() {
                $("#innercontact").fadeIn('slow');
				$("#flexible").hide("slow");
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
				$("#member_access").hide('slow');
            });

        });
	
	$(document).ready(function() {
            $("#read").click(function() {
                $("#abtus").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#flexible").hide("slow");
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
				$("#member_access").hide('slow');
            });

        });
	
	$(document).ready(function() {
            $("#back").click(function() {
                $("#flexible").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
				$("#member_access").hide('slow');
				
            });

        });
	
	
	
	$(document).ready(function() {
            $("#advantage").click(function() {
                $("#benemax").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#flexible").hide("slow");
				$("#abtus").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
				$("#member_access").hide('slow');
            });

        });
	
	$(document).ready(function() {
            $("#solution").click(function() {
                $("#innersolution").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#flexible").hide("slow");
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innerteam").hide('slow');
				$("#member_access").hide('slow');
            });

        });
	
	$(document).ready(function() {
            $("#meet_team").click(function() {
                $("#innerteam").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#flexible").hide("slow");
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#member_access").hide('slow');
            });

        });
	
	
	$(document).ready(function() {
            $(".member_access").click(function() {
                $("#member_access").fadeIn('slow');
				$("#innercontact").hide('slow');
				$("#flexible").hide("slow");
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
			});

        });

$(document).ready(function() {
            $("#contact1").click(function() {
                $("#innercontact").fadeIn('slow');
				$("#flexible").hide("slow");
				$("#abtus").hide('slow');
				$("#benemax").hide('slow');
				$("#innersolution").hide('slow');
				$("#innerteam").hide('slow');
				$("#member_access").hide('slow');
            });

        });

$(document).ready(function() {
	$('div.members ul li a').mouseenter(function(){
			$('#'+$(this).attr('title')).show();
		}).mouseleave(function(){
			$('#'+$(this).attr('title')).hide();
	});
            
});

