$(document).ready(function() { $(".blue_foot, .red_foot, .green_foot, .magenta_foot, .yellow_foot, .solgens_foot").hover(function() { $(this).stop(); $(this).animate({ 'paddingLeft' : '10px', 'paddingRight' : '10px' },700);},function() { $(this).animate({ 'paddingLeft': '0', 'paddingRight': '0' },700);}); $(".logo").fadeTo(10, 0.2); $(".logo").hover(function() { $(this).stop(); $(this).fadeTo(100, 1);},function() { $(this).fadeTo(1000, 0.2);}); $("#service1").fadeTo( 10, 1); $("#service1").animate( { 'height' : '295px'} , 10); $("#service2,#service3,#service4").fadeTo( 10, 0.5); $("#serv1").click(function(){ $(this).stop(); $("#service1").fadeTo(10, 1 ); $("#service2,#service3,#service4").fadeTo( 10, 0.5); $("#service2,#service3,#service4").animate( { 'height' : '20px' } , 490 ); $("#service1").animate({ 'height' : '295px' }, 500);}); $("#serv2").click(function(){ $(this).stop(); $("#service2").fadeTo(10, 1 ); $("#service1,#service3,#service4").fadeTo( 10, 0.5); $("#service1,#service3,#service4").animate( { 'height' : '20px' } , 490 ); $("#service2").animate({ 'height' : '295px' }, 500);}); $("#serv3").click(function(){ $(this).stop(); $("#service3").fadeTo(10, 1 ); $("#service1,#service2,#service4").fadeTo( 10, 0.5); $("#service1,#service2,#service4").animate( { 'height' : '20px' } , 490 ); $("#service3").animate({ 'height' : '295px' }, 500);}); $("#serv4").click(function(){ $(this).stop(); $("#service4").fadeTo(10, 1 ); $("#service1,#service2,#service3").fadeTo( 10, 0.5); $("#service1,#service2,#service3").animate( { 'height' : '20px' } , 490 ); $("#service4").animate({ 'height' : '295px' }, 500);}); $(".all_text").hover(function() { $(this).stop(); $(this).animate({ 'color' : '#dfdfdf' }, 1000);}, function() { $(this).stop(); $(this).animate({ 'color' : '#8f8f8f' }, 1000);}); $("#slideshow").innerfade({ speed: 2000, timeout: 6000, type: 'sequence' }); $("#clients").wslide({ width: 500, height: 200, col: 4, autolink: 'menu4'
});});