function winload()
{
	if (GetBrowserType()=="IE")	
	{
		document.defaultfrm.style.cursor = "wait"
		for (i=0; i<document.all.length; i++)
		{
			try
			{
				document.all(i).style.cursor = "wait"
			}
			catch(e){}
		}
	}
}  

/* © Copyright 1998, 2004-2010 BMC Software, Inc. */
/* The source code embodied herein is a trade secret of BMC Software, Inc. All use, disclosure, and/or reproduction not specifically and expressly authorized, in writing, by BMC Software, Inc. is prohibited. */

