Chadi ,
I found the problem with that cause the drop down didn't work .
This script below you missing the </table></if> before <div>
Look the script below should be the correct one .
PHP Code:
<!-- extras pop start -->
<div class="vbmenu_popup" id="1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="vbmenu_option"> <a href="Link1"> Music 1</a></td></tr>
<tr><td class="vbmenu_option"><a href="Link 2">Music 2</a></td></tr>
<tr><td class="vbmenu_option"><a href="local_links.php">My MP3</a></td></tr></table></if>
</div>
<!-- extras pop end -->