Hi all I have a new site i'm working on the is using a master page layout. I have a new page I have added and would like to add accordian with a number of panes to show info and docs about material we carry. Right now that page is clean of all code except below. How do add the accordian and can it refernce the toolikit that is in the header of the master page? New to ajax, sorry<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="Material.aspx.vb" Inherits="BICO_2013.Material" %><asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"></asp:Content><asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server"></asp:Content><asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server"></asp:Content> In the site.master I have the following so I can run a slideshow extender on each page <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="AjaxTool" %><AjaxTool:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></AjaxTool:ToolkitScriptManager>