sample('top') function sample (el) { $(".scroll").animate({el:100},400); }
sample('top') sample('left') function sample (el) { $(".scroll").animate({el:100},400); $(".scroll_2").animate({el:340*10},400); $(".scroll_3").animate({el:150-10},400); }