/* SelfFocus.js,  (c)2001 Paul R. Fraker,  All Rights Reserved */

// Javascript routine to make the current window have the focus.

	if(self.focus) self.focus();

// End of script
