Side Menu

Hi All,
I need to create a side menu, which contains a few main sections, each of them, when the mouse is over it, opens a sub menu. The sub menu should open from right to left, such as in the following web site:
http://62.90.71.124/heb/cv/fe_html_...details/403.htm
The text is in Hebrew, but you don't need to understand it. I just need an explanation regarding the side menu.
Can anyone help me, or give me some kind of web refference regarding that issue ?

Thanks,
Alon
[509 byte] By [alongivati] at [2007-11-19 1:31:08]
# 1 Re: Side Menu
cudnt open the link specified! :(
PallaviDalvi at 2007-11-8 0:19:57 >
# 2 Re: Side Menu
Generally there is a hidden div in the page.When your mouse move over the side menu,your javascript code should move the hidden div to appropriate position and show it.When your mouse leave the side menu,your javascript code should hide it again.
lee_j at 2007-11-8 0:21:04 >