function main()

	Is3D( FALSE );

	AddBackground( "MainLab\\evidence" );

	-- Displayable objects
	AddSprite( EOBJ_SpringAll, 192, 64, 256, 256, "Evidence\\obj_springAll.dds", VISIBLE );
	
	-- Hotspot
	AddSprite( EHOTSPOT_SpringAll, 406, 163, 33, 29, nil, ACTIVE, 0, 0, TOOLS );

	-- Effect: zoom
	AddDetailMag(  192, 64, 256, 256, "Evidence\\obj_springAll.dds" );

end