function main()
	Is3D( FALSE );

	AddBackground( "directortrailer\\still_trailer_dustpan_cu" );

	-- Displayable objects
	AddSprite( OTrailerSpringCU, 79, 158, 256, 128, "obj_spring_cu.dds", VISIBLE );

	-- Hotspot
	AddSprite( HTrailerSpringCU, 141, 194,  134, 61, nil, ACTIVE, 0, 0, TOOLS );

	-- ZOOM area
	AddSprite( HTrailerSpringZoom, 141, 225, 33, 33, nil, ACTIVE, 0, 0, TOOLS );

	-- Add magnifier effect
	AddDetailMag( 79, 158, 256, 128, "obj_spring_cu.dds" );
end