/***********************************************************************************
*
* $Workfile: OnIndexLoad.js $ 
* SafeFile : $Archive: /ContentSystem/HelpSystem/Source/HelpSystemWeb/Scripts/OnIndexLoad.js $
* 
* $Revision: 0 $ 
*
* Purpose : 
*
* Modified : $Author: $ $Modtime: $
*
* Initial version by Alexey Kropotin (Hound) on Oct, 2004
* Copyright 2005 Saxo Bank. All rights reserved.
***********************************************************************************/

function OnIndexLoad()
{
	document.all.search.focus()	
	OnChildFrameLoad()	
}

