jQuery(document).ready(function() {                            jQuery.ajax({            url: "ajax/menu.php",                      success: function (data, textStatus) {                   jQuery("#menu").html(data);                  ddlevelsmenu.setup("ddtopmenubar", "topbar");                                }         });            jQuery("#vitrina1").innerfade({                animationtype:'fade',                speed: '1000',                timeout: 4000,                type: 'sequence',                containerheight: '220px'            });          jQuery("#vitrina2").innerfade({                animationtype:'fade',                speed: '1000',                timeout: 4000,                type: 'sequence',                containerheight: '220px'            });              jQuery("#vitrina3").innerfade({                animationtype:'fade',                speed: '1000',                timeout: 4000,                type: 'sequence',                containerheight: '220px'            });               jQuery("#vitrina4").innerfade({                animationtype:'fade',                speed: '1000',                timeout: 4000,                type: 'sequence',                containerheight: '220px'            });                                  });        jQuery(".entryN").slideToggle("slow");		jQuery(".title").click(function(){				jQuery(this).nextAll('.entryN').slideToggle("slow");            });	 
