/*************************************************************************/ /* */ /* FILE : public/Portal.js */ /* */ /* WRITTEN BY : Bart Vangeel */ /* */ /*************************************************************************/ /* */ /* Copyright (c) 2003 SYGEL N.V. */ /* Cipalstraat 3 */ /* B 2440 Geel */ /* BELGIUM */ /* */ /* All Rights Reserved */ /* */ /*************************************************************************/ /* */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF SYGEL */ /* The copyright notice above does not evidence any actual or */ /* intended publication of such source code. */ /* */ /*************************************************************************/ function onLoad ( ) { document.LoginForm.LOGIN_USERNAME.focus(); }