//	This team's JavaScript - Copyright (C) 2003-2008 Charles A Upsdell, All Rights Reserved; www.upsdell.com


//	OnLoad Function
function myOnLoad( )
{
startList( "hormenu" );
if ( typeof(cal) == 'object' )
  {
	var myCalendarType = 'grid';
	if ( typeof(myPrintOnLoad) !== typeof(noSuchFunction) )
		myCalendarType = myPrintOnLoad();
	if ( typeof(cal.toNewsHTML) !== typeof(noSuchFunction) )
		cal.toNewsHTML();
	if ( typeof(cal.toCalendarHTML) !== typeof(noSuchFunction) )
		cal.toCalendarHTML( myCalendarType, 'ins_calendar_dump', window.location.hash );
	if ( typeof(cal.toGamesHTML) !== typeof(noSuchFunction) )
		cal.toGamesHTML();
	if ( typeof(calendarTournament) !== typeof(noSuchData) )
		cal.toTournamentGamesHTML( calendarTournamentID, calendarTournament );
  }
if ( typeof(myFilms) !== typeof(noSuchFunction) )
	myFilms();
if ( typeof(myReportAnyBrowserUpdate) !== typeof(noSuchFunction) )
	myReportAnyBrowserUpdate( '../../../BrowserNews/', 'ins_BrowserUpdate' );

}

