<!--//---------------------------------+
//  Developed by Roshan Bhattarai 
//  Visit http://roshanbh.com.np for this script and more.
//  This notice MUST stay intact for legal use
// --------------------------------->

// Adaptat per TICGM -- www.ticgm.com --
//

$(document).ready(function()
{
	//slides the element with class "menu_body" when paragraph with class "menu_head" is clicked 
	$("#idio p.tit_menu").click(function()
    {
		$(this).css({backgroundImage:"url(../media/avall.jpg)"}).next("div.idiomes").slideToggle(300).siblings("div.idiomes").slideUp("slow");
       	$(this).siblings().css({backgroundImage:"url(../media/avall.jpg)"});
	});
	
});
