Unity Triggering Web Page Events? [SOLVED]

Can events in a Unity program (in a window on a web page) trigger events on the web page?

Example: you have a Unity 3d app in a web page displaying a skeleton. When you mouse over and click on the femur, the web page (outside the Unity window) displays facts about the femur.

Or you have a 3d virtual store that you’re walking through, and you click an item on a shelf. The web page displays information about the item such as name, cost, etc.

How do you get Unity to talk to the HTML code?

http://unity3d.com/support/documentation/Manual/Unity%20Web%20Player%20and%20browser%20communication.html

Has documentations?

Thank you thank you thank you.

Quietus, you give a lot of help to people, and that’s awesome.