[jQuery] Something like drop down menu

[jQuery] Something like drop down menu

<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>i have a links something like a <ul> list with an anchor to a file, wich each one must showme a container with a div and the html content of this file (link)
ex.
<ul>
    <li><a id="data01" href="tables/xyz.htm">Title One</a></li>
    <li><a id="data02" href="tables/bbbcck.htm">Title Two</a></li>
    <li><a id="data03" href="tables/2312312.htm">Title Three</a></li>
</ul>
when i click in each link i need to html showme the content of each html load via ajax something like that
<ul>
    <li><a id="data01" href="tables/xyz.htm"><h1>Title One</h1></a>       
<--- look at the h1
       

Lorem Ipsum is simply dummy text of the printing and typesetting


       

industry. Lorem Ipsum has been the industry's standard dummy text ever


    </li   
    <li><a id="data02" href="tables/bbbcck.htm">Title Two</a></li>
    <li><a id="data03" href="tables/2312312.htm">Title Three</a></li>
</ul>
And when i click in other link or in the same link, this content must disapear and show the next content, but the "h1" label must dissapear too.
Any idea to make this script?
</div></div>
<hr size=1>
<b>Preguntá. Respondé. Descubrí.</b>

Todo lo que querías saber, y lo que ni imaginabas,

está en <b>Yahoo! Respuestas</b> (Beta).

<b><a href="http://ar.answers.yahoo.com">Probalo ya!</a></b> </body></html>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/