function main()
	Is3D( FALSE );

	AddBackground( "MainLab\\mainlab_grissom" );

	-- Displayable objects w/ hotspot
	AddSprite( Grissom, 267, 36, 190, 300, nil, VISIBLE+ACTIVE, 12, 13 );
end