$(document).ready(function(){$('#menu li').hover(function () {$(this).children('ul').slideDown(100);},function(){$(this).children('ul').slideUp(100);});$('.bound_other').click(function(){$('.show_form').slideToggle(); });});
