/**
 * @version $Id: ninjaboard.core.js 431 2009-04-10 14:224:17 +0200 uwalter $
 * @package NinjaForge.Ninjaboard
 * @copyright Copyright (C) 2007 Ninja Media Group. All rights reserved.
 * @license GNU/GPL. Please see license.php in Ninjaboard directory 
 * for copyright notices and details.
 * Ninjaboard is free software. This version may have been NOT modified.
 */

function setFocus() {
	document.josForm.login_username.focus();
}

//Show/hide function

