var bool = 0;function scrollWin(id){	if(bool==0){	$('html, body').animate({scrollTop: $(id).offset().top}, 2000);	bool =1;	}else{bool = 0;}}
