<html>
<script type="text/javascript">
function show_hide(o){
if(o.className == "hidden"){
document.getElementById('menu').style.display = 'block';
o.className = "show";
}else if(o.className == "show"){
document.getElementById('menu').style.display = 'none';
o.className = "hidden";
}
}
</script>
<a href="#" class="hidden" onclick="show_hide(this)">Bryn Blayne</a>
<div id="menu" style="display: none;">
<ul>
<li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/brynabout.htm" TARGET="MAIN">About Me</a></li>
<li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/bryncontact.htm" TARGET="MAIN">Contact</a></li>
<li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/brynschedule.htm" TARGET="MAIN">Schedule</a></li>
<li>Pictures</li>
<li>Videos</li>
</ul>
</div>
<p>
<script type="text/javascript">
function show_hide(o){
if(o.className == "hidden"){
document.getElementById('menu').style.display = 'block';
o.className = "show";
}else if(o.className == "show"){
document.getElementById('menu').style.display = 'none';
o.className = "hidden";
}
}
</script>
<a href="#" class="hidden" onclick="show_hide(this)">Alexxa Bound</a>
<div id="menu" style="display: none;">
<ul>
<li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/brynabout.htm" TARGET="MAIN">About Me</a></li>
<li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/bryncontact.htm" TARGET="MAIN">Contact</a></li>
<li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/brynschedule.htm" TARGET="MAIN">Schedule</a></li>
<li>Pictures</li>
<li>Videos</li>
</ul>
</div>
</html>
yes someone helped me along time ago with a drop down list they created something for me which is of the following, what i want to do is keep the way it is but add another drop down the same way but open another set of lists for some reason the way i am doing it if i click on either persons name it opens the same list can anyone help me please.