	jQuery(function( $ ){
	
		$('#altok a').click(function(){//$.scrollTo works EXACTLY the same way, but scrolls the whole screen
		    $.scrollTo( this.hash, 1200);
		    return false;
	    });
	    
	    $('#sagok a').click(function(){//$.scrollTo works EXACTLY the same way, but scrolls the whole screen
		    $.scrollTo( this.hash, 1200);
		    return false;
	    });
	    
	    $('#solok_port a').click(function(){//$.scrollTo works EXACTLY the same way, but scrolls the whole screen
		    $.scrollTo( this.hash, 1200);
		    return false;
	    });	 
	    
	    $('#sagok_port a').click(function(){//$.scrollTo works EXACTLY the same way, but scrolls the whole screen
		    $.scrollTo( this.hash, 1200);
		    return false;
	    });
	    
	    $('#ustok_info a').click(function(){//$.scrollTo works EXACTLY the same way, but scrolls the whole screen
		    $.scrollTo( this.hash, 1200);
		    return false;
	    });	 	    	  	       
	});
