$(document).ready(function()
{
	$("span.menu_head").click(function()
    {
		$(this).next("div.menu_body").slideToggle("300").siblings("div.menu_body").slideUp("slow");
       	$(this).siblings();
	});
	
	
	$("span.ile").click(function()
    {
		$(this).next("div.sube").slideToggle("300").siblings("div.sube").slideUp("slow");
       	$(this).siblings();
	});
});
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=800,height=510,scrollbars=no');
return false;
}
//-->
