function main()
	Is3D( FALSE );

	AddBackground( "Gray\\still_gray_desknote" );

	-- Displayable objects
	AddSprite( HDeskNotePrints, 132, 76, 128, 128, nil, ACTIVE, 0, 0, TOOLS );

	AddEffectTool( ninhydrin, 7, 20 );
	AddEffectTexture( ODeskNotePrints, 132, 76, 128, 128, "obj_desknoteprints.dds" );

	AddEffectHotspot( 147, 137, 10, 10 );
	AddEffectHotspot( 157, 137, 10, 10 );
	AddEffectHotspot( 147, 147, 10, 10 );
	AddEffectHotspot( 157, 147, 10, 10 );

	AddEffectHotspot( 205,  88, 10, 10 );
	AddEffectHotspot( 215,  88, 10, 10 );
	AddEffectHotspot( 205,  98, 10, 10 );
	AddEffectHotspot( 215,  98, 10, 10 );

	AddEffectHotspot( 176, 178, 10, 10 );
end