// TOP MENU - Activates  username input field when user first enters site

$(document).ready(function() {
	// Select checkbox
	$("#menu .username_input").select();
});