This is a migrated thread and some comments may be shown as answers.

RadEditor Images not showing

18 Answers 358 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Sean Hudson
Top achievements
Rank 1
Sean Hudson asked on 15 Dec 2009, 02:54 PM
The images for the toolstrip in the RadEditor are not showing (i.e. cut, copy, paste, undo, redo, etc.). I have not changed anything in the config.xml file or the tools file. Does anybody know why these aren't showing?

18 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 15 Dec 2009, 03:09 PM
Hi Sean,

If you are using RadEditor for MOSS 5.x, check if you upgraded your MOSS site with ASP.NET AJAX correctly. Here are the online help articles on the matter:
Extending your MOSS site with Microsoft ASP.NET AJAX 1.0
Extending your MOSS site with Microsoft ASP.NET AJAX 3.5


Kind regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean Hudson
Top achievements
Rank 1
answered on 17 Dec 2009, 11:20 AM
Hi Stanimir,

Yes I have upgraded the MOSS site as the articles suggest. This is the first thing I did after actually installing the controls, but have checked it again after receiving your suggestion and everything is still in place as it should be.

Thanks,
Sean
0
Stanimir
Telerik team
answered on 18 Dec 2009, 10:40 AM
Hi Sean,
Could you provide me with the web.config file of your MOSS site? Also send me the ConfigFile.xml, ToolsFile.xml, which are located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.x.x.0__1f131a624888eeed/Resources/ folder. I will use them to reproduce the issue on our test server.

Thank you.


Regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean Hudson
Top achievements
Rank 1
answered on 18 Dec 2009, 10:50 AM
Stanimir,

Here is the code you have requested.

Web config first:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>  
<configuration> 
  <configSections> 
    <sectionGroup name="SharePoint">  
      <section name="SafeControls" type="Microsoft.SharePoint.ApplicationRuntime.SafeControlsConfigurationHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <section name="RuntimeFilter" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartLimits" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartCache" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartWorkItem" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartControls" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="SafeMode" type="Microsoft.SharePoint.ApplicationRuntime.SafeModeConfigurationHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <section name="MergedActions" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="PeoplePickerWildcards" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="BlobCache" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
    </sectionGroup> 
    <sectionGroup name="System.Workflow.ComponentModel.WorkflowCompiler" type="System.Workflow.ComponentModel.Compiler.WorkflowCompilerConfigurationSectionGroup, System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">  
      <section name="authorizedTypes" type="System.Workflow.ComponentModel.Compiler.AuthorizedTypesSectionHandler, System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> 
    </sectionGroup> 
    <!--AJAX uPDATE--> 
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup,System.Web.Extensions,Version=3.5.0.0,Culture=neutral,PublicKeyToken=31BF3856AD364E35">  
      <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup,System.Web.Extensions,Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35">  
        <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
        <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35">  
          <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" /> 
          <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
          <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
          <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
        </sectionGroup> 
      </sectionGroup> 
    </sectionGroup> 
    <!--END oF AJAX UPDATE--> 
  </configSections> 
  <SharePoint> 
    <SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false">  
      <PageParserPaths> 
      </PageParserPaths> 
    </SafeMode> 
    <WebPartLimits MaxZoneParts="50" PropertySize="1048576" /> 
    <WebPartCache Storage="CacheObject" /> 
    <WebPartControls DatasheetControlGuid="65BCBEE4-7728-41a0-97BE-14E1CAE36AAE" /> 
    <SafeControls> 
      <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.HtmlControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="SqlDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="AccessDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="XmlDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="ObjectDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebPartPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.ApplicationPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.SoapServer" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Meetings" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebPartPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.ApplicationPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.SoapServer" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Meetings" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Search.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Search.Internal.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Src="~/_controltemplates/*" IncludeSubFolders="True" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Workflow.Feature" TypeName="ProcessAllTasksButton" Safe="True" /> 
      <SafeControl Assembly="Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Excel.WebUI" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing.Internal.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing.Navigation" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls.FieldTypes" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls.FieldTypes" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Excel.WebUI" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.Search.WebControls" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Editor" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Widgets" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.Design" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint.FieldEditor" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint.ListFieldEditor" TypeName="*" Safe="True" /> 
    </SafeControls> 
    <PeoplePickerWildcards> 
      <clear /> 
      <add key="AspNetSqlMembershipProvider" value="%" /> 
      <add key="WmdcMembershipProvider" value="%" /> 
      <add key="WmdcRoleProvider" value="%" /> 
    </PeoplePickerWildcards> 
    <MergedActions> 
      <Action id="bf064279-3567-42bf-a34d-0a74f6fe56ca" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml" /> 
      <Action id="e3b7adae-f5db-4ce5-becb-1af83f7938ce" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.ewr.xml" /> 
      <Action id="89be315b-a983-44f9-b1ed-d9920cf5528e" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.osrv.xml" /> 
      <Action id="2637af1c-f384-4440-ab0c-e07a2e45f4d5" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.osrv.xml" /> 
      <Action id="fc002d03-7839-402b-a94a-1c9a2d40b63d" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="cd6122b2-5c40-45fb-952b-908354a91e33" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="2365277a-c5ee-4589-84d4-c759e6b9477d" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="0582988f-9c26-4990-8672-0099f4567b03" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="9008b35c-3ad5-4831-bcbe-ec456a4e152b" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="009e5494-26c5-4181-936f-4d16f444b642" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="ab44b1d7-83b4-487b-ae26-22abe4008258" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="72db2c92-8bc1-4767-a12c-94b67d46d0cf" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="4cc2777f-e9ed-4af4-acbb-9f101f64e4d6" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="4cca960b-247e-4743-9f4b-835975e867f9" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="5552b985-f1b8-4647-83e1-97a3a8d5ca60" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="4e6e31a8-e068-491e-8d32-38da48dcf10a" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="090de644-e7ee-4a67-8fbf-8f41f2b4f1ff" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="2468c72a-0386-4c9e-9143-392fe192f9c0" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="0f0fbbf9-92c0-49d0-89bd-969b596d8492" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="eaa3e0c0-973a-4dbd-96e9-48f7837a8909" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="8182ca12-e9a6-4f4f-9cfe-8a0a21e217e6" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="5055b13f-c200-45dd-8dbd-b046710e01ac" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="5321d9c5-2486-49e8-bd2d-ab555ac4083d" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="ea2d54ca-cd14-48a7-a5ca-b10b24141937" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
    </MergedActions> 
    <BlobCache location="C:\blobCache" path="\.(gif|jpg|png|css|js)$" maxSize="10" enabled="false" /> 
    <RuntimeFilter Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Class="Microsoft.Office.Server.Audience.AudienceManager" BuilderURL="audience_chooser.aspx" /> 
  </SharePoint> 
  <connectionStrings> 
    <add name="WmdcConnString" connectionString="server=sharepointtest\officeservers;database=AcAspNetDB;Integrated Security=SSPI;" providerName="System.Data.SqlClient" /> 
    <add name="WHTEST" connectionString="packet size=4096;data source=crmtest-db;persist security info=False;initial catalog=WHTEST" providerName="System.Data.SqlClient" /> 
    <add name="crmtest" connectionString="packet size=4096;data source=crmtest-db;persist security info=False;initial catalog=crmtest" providerName="System.Data.SqlClient" /> 
  </connectionStrings> 
  <system.web> 
    <!-- Membership provider --> 
    <membership defaultProvider="WmdcMembershipProvider">  
      <providers> 
        <add name="WmdcMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="WmdcConnString" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" /> 
      </providers> 
    </membership> 
    <!-- Role Manager --> 
    <roleManager enabled="true" defaultProvider="WmdcRoleProvider">  
      <providers> 
        <add name="WmdcRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="WmdcConnString" applicationName="/" /> 
      </providers> 
    </roleManager> 
    <!-- Profile Manager --> 
    <profile enabled="true" automaticSaveEnabled="false" defaultProvider="WmdcProfileProvider" inherits="Wmdc.Custom.Authentication.WmdcProfile">  
      <providers> 
        <clear /> 
        <add name="WmdcProfileProvider" connectionStringName="WmdcConnString" applicationName="/" type="System.Web.Profile.SqlProfileProvider" /> 
      </providers> 
    </profile> 
    <securityPolicy> 
      <trustLevel name="WSS_Medium" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\wss_mediumtrust.config" /> 
      <trustLevel name="WSS_Minimal" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\wss_minimaltrust.config" /> 
    </securityPolicy> 
    <httpHandlers> 
      <remove verb="GET,HEAD,POST" path="*" /> 
      <add verb="GET,HEAD,POST" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add verb="OPTIONS,PROPFIND,PUT,LOCK,UNLOCK,MOVE,COPY,GETLIB,PROPPATCH,MKCOL,DELETE,(GETSOURCE),(HEADSOURCE),(POSTSOURCE)" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" /> 
    </httpHandlers> 
    <customErrors mode="Off" /> 
    <httpRuntime maxRequestLength="51200" /> 
    <authentication mode="Windows" /> 
    <identity impersonate="true" /> 
    <authorization> 
      <allow users="*" /> 
    </authorization> 
    <httpModules> 
      <clear /> 
      <add name="SPRequest" type="Microsoft.SharePoint.ApplicationRuntime.SPRequestModule, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add name="OutputCache" type="System.Web.Caching.OutputCacheModule" /> 
      <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" /> 
      <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" /> 
      <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /> 
      <add name="RoleManager" type="System.Web.Security.RoleManagerModule" /> 
      <!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> --> 
      <add name="PublishingHttpModule" type="Microsoft.SharePoint.Publishing.PublishingHttpModule, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add name="Session" type="System.Web.SessionState.SessionStateModule" /> 
    </httpModules> 
    <globalization fileEncoding="utf-8" /> 
    <compilation batch="false" debug="false">  
      <assemblies> 
        <add assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
      </assemblies> 
      <expressionBuilders> 
        <remove expressionPrefix="Resources" /> 
        <add expressionPrefix="Resources" type="Microsoft.SharePoint.SPResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add expressionPrefix="SPHtmlEncodedResources" type="Microsoft.SharePoint.SPHtmlEncodedResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add expressionPrefix="SPSimpleFormattingEncodedResources" type="Microsoft.SharePoint.SPSimpleFormattingEncodedResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add expressionPrefix="SPUrl" type="Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </expressionBuilders> 
    </compilation> 
    <pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">  
      <namespaces> 
        <remove namespace="System.Web.UI.WebControls.WebParts" /> 
      </namespaces> 
      <tagMapping> 
        <add tagType="System.Web.UI.WebControls.SqlDataSource, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mappedTagType="Microsoft.SharePoint.WebControls.SPSqlDataSource, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </tagMapping> 
      <controls> 
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
      </controls> 
    </pages> 
    <siteMap defaultProvider="CurrentNavSiteMapProvider" enabled="true">  
      <providers> 
        <add name="SPNavigationProvider" type="Microsoft.SharePoint.Navigation.SPNavigationProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SPSiteMapProvider" type="Microsoft.SharePoint.Navigation.SPSiteMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SPContentMapProvider" type="Microsoft.SharePoint.Navigation.SPContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SPXmlContentMapProvider" siteMapFile="_app_bin/layouts.sitemap" type="Microsoft.SharePoint.Navigation.SPXmlContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="AdministrationQuickLaunchProvider" description="QuickLaunch navigation provider for the central administration site" type="Microsoft.Office.Server.Web.AdministrationQuickLaunchProvider, Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SharedServicesQuickLaunchProvider" description="QuickLaunch navigation provider for shared services administration sites" type="Microsoft.Office.Server.Web.SharedServicesQuickLaunchProvider, Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="GlobalNavSiteMapProvider" description="CMS provider for Global navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Global" EncodeOutput="true" /> 
        <add name="CombinedNavSiteMapProvider" description="CMS provider for Combined navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Combined" EncodeOutput="true" /> 
        <add name="CurrentNavSiteMapProvider" description="CMS provider for Current navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" EncodeOutput="true" /> 
        <add name="CurrentNavSiteMapProviderNoEncode" description="CMS provider for Current navigation, no encoding of output" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" EncodeOutput="false" /> 
        <add name="SiteDirectoryCategoryProvider" description="Site Directory category provider" type="Microsoft.SharePoint.Portal.WebControls.SiteDirectoryCategoryProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="MySiteMapProvider" description="MySite provider that returns areas and based on the current user context" type="Microsoft.SharePoint.Portal.MySiteMapProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="MySiteLeftNavProvider" description="MySite Left Nav provider that returns areas and based on the current user context" type="Microsoft.SharePoint.Portal.MySiteLeftNavProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="UsagePagesSiteMapProvider" description="Provider for navigation in Portal Usage pages" type="Microsoft.SharePoint.Portal.Analytics.UsagePagesSiteMapProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </providers> 
    </siteMap> 
    <trust level="Full" originUrl="" /> 
    <webParts> 
      <transformers> 
        <add name="TransformableFilterValuesToFilterValuesTransformer" type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="TransformableFilterValuesToParametersTransformer" type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="TransformableFilterValuesToFieldTransformer" type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="TransformableFilterValuesToEntityInstanceTransformer" type="Microsoft.SharePoint.Portal.WebControls.TransformableFilterValuesToEntityInstanceTransformer, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </transformers> 
    </webParts> 
    <machineKey validationKey="C9CB1E2850287706FC6689B712A451D46D4DEF8307BC6CD2" decryptionKey="131EE92E7B45641B55D9A25B3FAE868A803E207BE1AA4A5C" validation="SHA1" /> 
    <sessionState mode="SQLServer" timeout="60" allowCustomSqlDatabase="true" partitionResolverType="Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
  </system.web> 
  <runtime> 
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">  
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.OleDb" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.SoapPT" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.Sts" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.XmlUrl" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.intl" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Library" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Security" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <probing privatePath="bin;_app_bin" /> 
      <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">  
        <assemblyIdentity name="Microsoft.SharePoint.Portal" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" /> 
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" /> 
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> 
      </dependentAssembly> 
    </assemblyBinding> 
  </runtime> 
  <location path="_layouts/images">  
    <system.web> 
      <authorization> 
        <allow users="*" /> 
      </authorization> 
    </system.web> 
  </location> 
  <location path="_layouts/mobile/mbllogin.aspx">  
    <system.web> 
      <authorization> 
        <allow users="*" /> 
      </authorization> 
    </system.web> 
  </location> 
  <System.Workflow.ComponentModel.WorkflowCompiler> 
    <authorizedTypes> 
      <authorizedType Assembly="System.Workflow.Activities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Workflow.*" TypeName="*" Authorized="True" /> 
      <authorizedType Assembly="System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Workflow.*" TypeName="*" Authorized="True" /> 
      <authorizedType Assembly="System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Workflow.Runtime" TypeName="CorrelationToken" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Guid" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="DateTime" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Boolean" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Double" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="String" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections" TypeName="Hashtable" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections" TypeName="ArrayList" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Diagnostics" TypeName="DebuggableAttribute" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Runtime.CompilerServices" TypeName="CompilationRelaxationsAttribute" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Runtime.CompilerServices" TypeName="RuntimeCompatibilityAttribute" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Int32" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="TimeSpan" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections.ObjectModel" TypeName="Collection`1" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="SPWorkflowActivationProperties" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="SPWorkflowTaskProperties" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="SPWorkflowHistoryEventType" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint.WorkflowActions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WorkflowActions" TypeName="*" Authorized="True" /> 
    </authorizedTypes> 
  </System.Workflow.ComponentModel.WorkflowCompiler> 
  <appSettings> 
    <add key="FeedCacheTime" value="300" /> 
    <add key="FeedPageUrl" value="/_layouts/feed.aspx?" /> 
    <add key="FeedXsl1" value="/Style Library/Xsl Style Sheets/Rss.xsl" /> 
    <add key="ReportViewerMessages" value="Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
    <add key="encodedUserName" value="4tJX5bZ4j7JT99Pwa4yJvptFjHkmOi1RYb7XDgn0Wh7JKnFdP8QHYQ==" /> 
    <add key="SMTPMailServer" value="smtp.wakefield.gov.uk" /> 
    <add key="AdminEMail" value="lnightingale@wakefield.gov.uk" /> 
    <add key="publicRole" value="sharePoint registered users" /> 
    <add key="adminRole" value="Sharepoint site admins" /> 
    <add key="emailConfirmationLink" value="http://sharepointtest:38184/validateEmail.aspx" /> 
  </appSettings> 
  <system.net> 
    <defaultProxy> 
      <proxy autoDetect="true" /> 
    </defaultProxy> 
  </system.net> 
  <system.web.extensions> 
    <scripting> 
      <webServices> 
      </webServices> 
    </scripting> 
  </system.web.extensions> 
  <system.webServer> 
    <validation validateIntegratedModeConfiguration="false" /> 
    <modules> 
      <remove name="ScriptModule" /> 
      <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
    </modules> 
    <handlers> 
      <remove name="WebServiceHandlerFactory-Integrated" /> 
      <remove name="ScriptHandlerFactory" /> 
      <remove name="ScriptHandlerFactoryAppServices" /> 
      <remove name="ScriptResource" /> 
      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
      <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
      <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
    </handlers> 
  </system.webServer> 
</configuration> 

Config file:

<?xml version="1.0" encoding="utf-8" ?> 
<!-- ==============================================================================================  
    Config File valid structure:  
    <configuration> 
    <property>...</property> 
    ...  
        <property> 
            <item>...</item> 
            <item>...</item> 
            ...  
        </property> 
        ...  
    </configuration> 
=============================================================================================== --> 
<configuration> 
    <property name="ToolbarMode">ShowOnFocus</property> 
    <property name="ToolsWidth">680px</property> 
    <property name="AllowThumbGeneration"> true</property> 
</configuration> 

Tools file:

<root> 
  <modules> 
    <module name="RadEditorDomInspector" /> 
  </modules> 
  <tools name="MossTools1">  
    <tool name="AjaxSpellCheck" /> 
    <tool name="FindAndReplace" /> 
    <tool separator="true" /> 
    <tool name="Cut" shortcut="CTRL+X" /> 
    <tool name="Copy" shortcut="CTRL+C" /> 
    <tool name="Paste" shortcut="CTRL+V" /> 
    <tool separator="true" /> 
    <tool name="Undo" shortcut="CTRL+Z" /> 
    <tool name="Redo" shortcut="CTRL+Y" /> 
    <tool separator="true" /> 
    <tool name="MOSSLinkManager" shortcut="CTRL+K" /> 
    <tool name="Unlink" shortcut="CTRL+SHIFT+K" /> 
    <tool name="ImageManager" shortcut="CTRL+G" /> 
    <tool name="MOSSTemplateManager" /> 
    <tool separator="true" /> 
    <tool name="MOSSInsertTable" /> 
    <tool name="SetTableProperties" /> 
    <tool name="ToggleTableBorder" /> 
    <tool separator="true" /> 
    <tool name="MOSSInsertTableElement">  
      <tool name="InsertRowAbove" /> 
      <tool name="InsertRowBelow" /> 
      <tool name="InsertColumnLeft" /> 
      <tool name="InsertColumnRight" /> 
      <tool name="DeleteRow" /> 
      <tool name="DeleteColumn" /> 
      <tool name="SplitCell" /> 
    </tool> 
    <tool name="MergeColumns" /> 
    <tool separator="true" /> 
    <tool name="ToggleSource" /> 
    <tool name="FormatStripper" /> 
    <tool separator="true" /> 
    <tool name="MOSSRightToLeft" /> 
    <tool name="MOSSLeftToRight" /> 
    <tool separator="true" /> 
    <tool name="ForeColor" /> 
    <tool name="BackColor" /> 
  </tools> 
  <tools name="MossTools2">  
    <tool name="ApplyClass" /> 
    <tool name="FormatBlock" /> 
    <tool separator="true" /> 
    <tool name="FontName" /> 
    <tool name="FontSize" /> 
    <tool separator="true" /> 
    <tool name="Bold" shortcut="CTRL+B" /> 
    <tool name="Italic" shortcut="CTRL+I" /> 
    <tool name="Underline" shortcut="CTRL+U" /> 
    <tool separator="true" /> 
    <tool name="JustifyLeft" /> 
    <tool name="JustifyCenter" /> 
    <tool name="JustifyRight" /> 
    <tool separator="true" /> 
    <tool name="InsertOrderedList" /> 
    <tool name="InsertUnorderedList" /> 
    <tool separator="true" /> 
    <tool name="Indent" /> 
    <tool name="Outdent" /> 
  </tools> 
  <contextMenus> 
    <contextMenu forElement="*">  
      <tool name="Cut"/>  
      <tool name="Copy"/>  
      <tool name="Paste"/>  
    </contextMenu> 
  </contextMenus> 
</root> 

Thanks in advance,
Sean
0
Stanimir
Telerik team
answered on 18 Dec 2009, 11:11 AM
Hi Sean,
The provided web.config file is very helpful indeed. I can see that you want to use the 2009.3.1208.35 version of Telerik.Web.UI.  Since RadEditorSharePoint.dll is compiled with the 2009.3.1208.20 version of Telerik.Web.UI  you need to have the following binding redirect in the web.config file.
<dependentAssembly>
 <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4"/>
 <bindingRedirect oldVersion="1.0.0.0-2009.3.1208.20" newVersion="2009.3.1208.35"/>
</dependentAssembly>

Also you can remove the <property name="AllowThumbGeneration"> true</property> line from the ConfigFile.xml. The AllowThumbGeneration property is obsolete.

Best wishes,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean Hudson
Top achievements
Rank 1
answered on 18 Dec 2009, 11:35 AM
Stanimir,

Thanks for the fix in the web config file, however that doesn't seem to have resolved the issue. I have done an iisreset and tried it in a new browser and the issue still remains

Thanks,
Sean
0
Stanimir
Telerik team
answered on 18 Dec 2009, 12:03 PM
Hi Sean,

Could you confirm that there are no javascript errors in the page where the editor is loaded? If there are such errors, they might be causing the problem. Also could you please send me a screen shot where I can see the issue (make sure that all the page layout is shown in it)?

Kind regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean Hudson
Top achievements
Rank 1
answered on 18 Dec 2009, 12:15 PM
Stanimir

Yes there are javascript errors, I will try removing the references to these script files for now, rather than disabling javascript altogether and will let you know of the outcome.  Screenshot attached in the meantime.

Thanks,
Sean

0
Sean Hudson
Top achievements
Rank 1
answered on 18 Dec 2009, 12:20 PM
Stanimir,

I removed the user controls that were causing the javascript errors and the problem still remained.

Thanks,
Sean
0
Stanimir
Telerik team
answered on 22 Dec 2009, 02:25 PM
Hello Sean Hudson,
I appologise for the inconvenience, but could you send me the web.config file after your latest modifications? Also inform me if you are able to edit the content in the editor and if the tools are active regardless of the missing images. In addition you can check if there is some problem with the request for the editor's resources by using debugging program such as fiddler (review the provided screen shot) .

Best wishes,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean Hudson
Top achievements
Rank 1
answered on 22 Dec 2009, 02:50 PM
Stanimir,

Adjusted web config file:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>  
<configuration> 
  <configSections> 
    <sectionGroup name="SharePoint">  
      <section name="SafeControls" type="Microsoft.SharePoint.ApplicationRuntime.SafeControlsConfigurationHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <section name="RuntimeFilter" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartLimits" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartCache" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartWorkItem" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="WebPartControls" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="SafeMode" type="Microsoft.SharePoint.ApplicationRuntime.SafeModeConfigurationHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <section name="MergedActions" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="PeoplePickerWildcards" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
      <section name="BlobCache" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
    </sectionGroup> 
    <sectionGroup name="System.Workflow.ComponentModel.WorkflowCompiler" type="System.Workflow.ComponentModel.Compiler.WorkflowCompilerConfigurationSectionGroup, System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">  
      <section name="authorizedTypes" type="System.Workflow.ComponentModel.Compiler.AuthorizedTypesSectionHandler, System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> 
    </sectionGroup> 
    <!--AJAX uPDATE--> 
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup,System.Web.Extensions,Version=3.5.0.0,Culture=neutral,PublicKeyToken=31BF3856AD364E35">  
      <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup,System.Web.Extensions,Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35">  
        <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
        <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35">  
          <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" /> 
          <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
          <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
          <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
        </sectionGroup> 
      </sectionGroup> 
    </sectionGroup> 
    <!--END oF AJAX UPDATE--> 
  </configSections> 
  <SharePoint> 
    <SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false">  
      <PageParserPaths> 
      </PageParserPaths> 
    </SafeMode> 
    <WebPartLimits MaxZoneParts="50" PropertySize="1048576" /> 
    <WebPartCache Storage="CacheObject" /> 
    <WebPartControls DatasheetControlGuid="65BCBEE4-7728-41a0-97BE-14E1CAE36AAE" /> 
    <SafeControls> 
      <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.HtmlControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="SqlDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="AccessDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="XmlDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="ObjectDataSource" Safe="False" AllowRemoteDesigner="False" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebPartPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.ApplicationPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.SoapServer" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Meetings" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebPartPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.ApplicationPages" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.SoapServer" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Meetings" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Search.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Search.Internal.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Src="~/_controltemplates/*" IncludeSubFolders="True" Safe="True" AllowRemoteDesigner="True" /> 
      <SafeControl Assembly="Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Workflow.Feature" TypeName="ProcessAllTasksButton" Safe="True" /> 
      <SafeControl Assembly="Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Excel.WebUI" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing.Internal.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Publishing.Navigation" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls.FieldTypes" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.WebControls.FieldTypes" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Excel.WebUI" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls" TypeName="*" /> 
      <SafeControl Assembly="Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.Server.Search.WebControls" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Editor" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Widgets" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="Telerik.Web.UI, Version=2009.3.1208.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.Design" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint.FieldEditor" TypeName="*" Safe="True" /> 
      <SafeControl Assembly="RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint.ListFieldEditor" TypeName="*" Safe="True" /> 
    </SafeControls> 
    <PeoplePickerWildcards> 
      <clear /> 
      <add key="AspNetSqlMembershipProvider" value="%" /> 
      <add key="WmdcMembershipProvider" value="%" /> 
      <add key="WmdcRoleProvider" value="%" /> 
    </PeoplePickerWildcards> 
    <MergedActions> 
      <Action id="bf064279-3567-42bf-a34d-0a74f6fe56ca" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml" /> 
      <Action id="e3b7adae-f5db-4ce5-becb-1af83f7938ce" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.ewr.xml" /> 
      <Action id="89be315b-a983-44f9-b1ed-d9920cf5528e" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.osrv.xml" /> 
      <Action id="2637af1c-f384-4440-ab0c-e07a2e45f4d5" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.osrv.xml" /> 
      <Action id="fc002d03-7839-402b-a94a-1c9a2d40b63d" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="cd6122b2-5c40-45fb-952b-908354a91e33" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="2365277a-c5ee-4589-84d4-c759e6b9477d" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="0582988f-9c26-4990-8672-0099f4567b03" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="9008b35c-3ad5-4831-bcbe-ec456a4e152b" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="009e5494-26c5-4181-936f-4d16f444b642" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="ab44b1d7-83b4-487b-ae26-22abe4008258" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="72db2c92-8bc1-4767-a12c-94b67d46d0cf" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="4cc2777f-e9ed-4af4-acbb-9f101f64e4d6" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="4cca960b-247e-4743-9f4b-835975e867f9" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="5552b985-f1b8-4647-83e1-97a3a8d5ca60" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="4e6e31a8-e068-491e-8d32-38da48dcf10a" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="090de644-e7ee-4a67-8fbf-8f41f2b4f1ff" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="2468c72a-0386-4c9e-9143-392fe192f9c0" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="0f0fbbf9-92c0-49d0-89bd-969b596d8492" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml" /> 
      <Action id="eaa3e0c0-973a-4dbd-96e9-48f7837a8909" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="8182ca12-e9a6-4f4f-9cfe-8a0a21e217e6" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="5055b13f-c200-45dd-8dbd-b046710e01ac" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="5321d9c5-2486-49e8-bd2d-ab555ac4083d" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
      <Action id="ea2d54ca-cd14-48a7-a5ca-b10b24141937" sourceFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml" /> 
    </MergedActions> 
    <BlobCache location="C:\blobCache" path="\.(gif|jpg|png|css|js)$" maxSize="10" enabled="false" /> 
    <RuntimeFilter Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Class="Microsoft.Office.Server.Audience.AudienceManager" BuilderURL="audience_chooser.aspx" /> 
  </SharePoint> 
  <connectionStrings> 
    <add name="WmdcConnString" connectionString="server=sharepointtest\officeservers;database=AcAspNetDB;Integrated Security=SSPI;" providerName="System.Data.SqlClient" /> 
    <add name="WHTEST" connectionString="packet size=4096;data source=crmtest-db;persist security info=False;initial catalog=WHTEST" providerName="System.Data.SqlClient" /> 
    <add name="crmtest" connectionString="packet size=4096;data source=crmtest-db;persist security info=False;initial catalog=crmtest" providerName="System.Data.SqlClient" /> 
  </connectionStrings> 
  <system.web> 
    <!-- Membership provider --> 
    <membership defaultProvider="WmdcMembershipProvider">  
      <providers> 
        <add name="WmdcMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="WmdcConnString" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" /> 
      </providers> 
    </membership> 
    <!-- Role Manager --> 
    <roleManager enabled="true" defaultProvider="WmdcRoleProvider">  
      <providers> 
        <add name="WmdcRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="WmdcConnString" applicationName="/" /> 
      </providers> 
    </roleManager> 
    <!-- Profile Manager --> 
    <profile enabled="true" automaticSaveEnabled="false" defaultProvider="WmdcProfileProvider" inherits="Wmdc.Custom.Authentication.WmdcProfile">  
      <providers> 
        <clear /> 
        <add name="WmdcProfileProvider" connectionStringName="WmdcConnString" applicationName="/" type="System.Web.Profile.SqlProfileProvider" /> 
      </providers> 
    </profile> 
    <securityPolicy> 
      <trustLevel name="WSS_Medium" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\wss_mediumtrust.config" /> 
      <trustLevel name="WSS_Minimal" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\wss_minimaltrust.config" /> 
    </securityPolicy> 
    <httpHandlers> 
      <remove verb="GET,HEAD,POST" path="*" /> 
      <add verb="GET,HEAD,POST" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add verb="OPTIONS,PROPFIND,PUT,LOCK,UNLOCK,MOVE,COPY,GETLIB,PROPPATCH,MKCOL,DELETE,(GETSOURCE),(HEADSOURCE),(POSTSOURCE)" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" /> 
    </httpHandlers> 
    <customErrors mode="Off" /> 
    <httpRuntime maxRequestLength="51200" /> 
    <authentication mode="Windows" /> 
    <identity impersonate="true" /> 
    <authorization> 
      <allow users="*" /> 
    </authorization> 
    <httpModules> 
      <clear /> 
      <add name="SPRequest" type="Microsoft.SharePoint.ApplicationRuntime.SPRequestModule, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add name="OutputCache" type="System.Web.Caching.OutputCacheModule" /> 
      <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" /> 
      <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" /> 
      <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /> 
      <add name="RoleManager" type="System.Web.Security.RoleManagerModule" /> 
      <!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> --> 
      <add name="PublishingHttpModule" type="Microsoft.SharePoint.Publishing.PublishingHttpModule, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add name="Session" type="System.Web.SessionState.SessionStateModule" /> 
    </httpModules> 
    <globalization fileEncoding="utf-8" /> 
    <compilation batch="false" debug="false">  
      <assemblies> 
        <add assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
      </assemblies> 
      <expressionBuilders> 
        <remove expressionPrefix="Resources" /> 
        <add expressionPrefix="Resources" type="Microsoft.SharePoint.SPResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add expressionPrefix="SPHtmlEncodedResources" type="Microsoft.SharePoint.SPHtmlEncodedResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add expressionPrefix="SPSimpleFormattingEncodedResources" type="Microsoft.SharePoint.SPSimpleFormattingEncodedResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add expressionPrefix="SPUrl" type="Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </expressionBuilders> 
    </compilation> 
    <pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">  
      <namespaces> 
        <remove namespace="System.Web.UI.WebControls.WebParts" /> 
      </namespaces> 
      <tagMapping> 
        <add tagType="System.Web.UI.WebControls.SqlDataSource, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mappedTagType="Microsoft.SharePoint.WebControls.SPSqlDataSource, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </tagMapping> 
      <controls> 
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
      </controls> 
    </pages> 
    <siteMap defaultProvider="CurrentNavSiteMapProvider" enabled="true">  
      <providers> 
        <add name="SPNavigationProvider" type="Microsoft.SharePoint.Navigation.SPNavigationProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SPSiteMapProvider" type="Microsoft.SharePoint.Navigation.SPSiteMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SPContentMapProvider" type="Microsoft.SharePoint.Navigation.SPContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SPXmlContentMapProvider" siteMapFile="_app_bin/layouts.sitemap" type="Microsoft.SharePoint.Navigation.SPXmlContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="AdministrationQuickLaunchProvider" description="QuickLaunch navigation provider for the central administration site" type="Microsoft.Office.Server.Web.AdministrationQuickLaunchProvider, Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="SharedServicesQuickLaunchProvider" description="QuickLaunch navigation provider for shared services administration sites" type="Microsoft.Office.Server.Web.SharedServicesQuickLaunchProvider, Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="GlobalNavSiteMapProvider" description="CMS provider for Global navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Global" EncodeOutput="true" /> 
        <add name="CombinedNavSiteMapProvider" description="CMS provider for Combined navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Combined" EncodeOutput="true" /> 
        <add name="CurrentNavSiteMapProvider" description="CMS provider for Current navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" EncodeOutput="true" /> 
        <add name="CurrentNavSiteMapProviderNoEncode" description="CMS provider for Current navigation, no encoding of output" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" EncodeOutput="false" /> 
        <add name="SiteDirectoryCategoryProvider" description="Site Directory category provider" type="Microsoft.SharePoint.Portal.WebControls.SiteDirectoryCategoryProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="MySiteMapProvider" description="MySite provider that returns areas and based on the current user context" type="Microsoft.SharePoint.Portal.MySiteMapProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="MySiteLeftNavProvider" description="MySite Left Nav provider that returns areas and based on the current user context" type="Microsoft.SharePoint.Portal.MySiteLeftNavProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="UsagePagesSiteMapProvider" description="Provider for navigation in Portal Usage pages" type="Microsoft.SharePoint.Portal.Analytics.UsagePagesSiteMapProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </providers> 
    </siteMap> 
    <trust level="Full" originUrl="" /> 
    <webParts> 
      <transformers> 
        <add name="TransformableFilterValuesToFilterValuesTransformer" type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="TransformableFilterValuesToParametersTransformer" type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="TransformableFilterValuesToFieldTransformer" type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
        <add name="TransformableFilterValuesToEntityInstanceTransformer" type="Microsoft.SharePoint.Portal.WebControls.TransformableFilterValuesToEntityInstanceTransformer, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
      </transformers> 
    </webParts> 
    <machineKey validationKey="C9CB1E2850287706FC6689B712A451D46D4DEF8307BC6CD2" decryptionKey="131EE92E7B45641B55D9A25B3FAE868A803E207BE1AA4A5C" validation="SHA1" /> 
    <sessionState mode="SQLServer" timeout="60" allowCustomSqlDatabase="true" partitionResolverType="Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
  </system.web> 
  <runtime> 
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">  
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.OleDb" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.SoapPT" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.Sts" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Dsp.XmlUrl" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.intl" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Library" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="Microsoft.SharePoint.Security" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <probing privatePath="bin;_app_bin" /> 
      <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">  
        <assemblyIdentity name="Microsoft.SharePoint.Portal" publicKeyToken="71e9bce111e9429c" culture="neutral" /> 
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" /> 
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" /> 
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
       <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4"/>  
       <bindingRedirect oldVersion="1.0.0.0-2009.3.1208.20" newVersion="2009.3.1208.35"/>  
      </dependentAssembly> 
    </assemblyBinding> 
  </runtime> 
  <location path="_layouts/images">  
    <system.web> 
      <authorization> 
        <allow users="*" /> 
      </authorization> 
    </system.web> 
  </location> 
  <location path="_layouts/mobile/mbllogin.aspx">  
    <system.web> 
      <authorization> 
        <allow users="*" /> 
      </authorization> 
    </system.web> 
  </location> 
  <System.Workflow.ComponentModel.WorkflowCompiler> 
    <authorizedTypes> 
      <authorizedType Assembly="System.Workflow.Activities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Workflow.*" TypeName="*" Authorized="True" /> 
      <authorizedType Assembly="System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Workflow.*" TypeName="*" Authorized="True" /> 
      <authorizedType Assembly="System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Workflow.Runtime" TypeName="CorrelationToken" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Guid" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="DateTime" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Boolean" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Double" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="String" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections" TypeName="Hashtable" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections" TypeName="ArrayList" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Diagnostics" TypeName="DebuggableAttribute" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Runtime.CompilerServices" TypeName="CompilationRelaxationsAttribute" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Runtime.CompilerServices" TypeName="RuntimeCompatibilityAttribute" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Int32" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="TimeSpan" Authorized="True" /> 
      <authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections.ObjectModel" TypeName="Collection`1" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="SPWorkflowActivationProperties" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="SPWorkflowTaskProperties" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Workflow" TypeName="SPWorkflowHistoryEventType" Authorized="True" /> 
      <authorizedType Assembly="Microsoft.SharePoint.WorkflowActions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WorkflowActions" TypeName="*" Authorized="True" /> 
    </authorizedTypes> 
  </System.Workflow.ComponentModel.WorkflowCompiler> 
  <appSettings> 
    <add key="FeedCacheTime" value="300" /> 
    <add key="FeedPageUrl" value="/_layouts/feed.aspx?" /> 
    <add key="FeedXsl1" value="/Style Library/Xsl Style Sheets/Rss.xsl" /> 
    <add key="ReportViewerMessages" value="Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> 
    <add key="encodedUserName" value="4tJX5bZ4j7JT99Pwa4yJvptFjHkmOi1RYb7XDgn0Wh7JKnFdP8QHYQ==" /> 
    <add key="SMTPMailServer" value="smtp.wakefield.gov.uk" /> 
    <add key="AdminEMail" value="lnightingale@wakefield.gov.uk" /> 
    <add key="publicRole" value="sharePoint registered users" /> 
    <add key="adminRole" value="Sharepoint site admins" /> 
    <add key="emailConfirmationLink" value="http://sharepointtest:38184/validateEmail.aspx" /> 
  </appSettings> 
  <system.net> 
    <defaultProxy> 
      <proxy autoDetect="true" /> 
    </defaultProxy> 
  </system.net> 
  <system.web.extensions> 
    <scripting> 
      <webServices> 
      </webServices> 
    </scripting> 
  </system.web.extensions> 
  <system.webServer> 
    <validation validateIntegratedModeConfiguration="false" /> 
    <modules> 
      <remove name="ScriptModule" /> 
      <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
    </modules> 
    <handlers> 
      <remove name="WebServiceHandlerFactory-Integrated" /> 
      <remove name="ScriptHandlerFactory" /> 
      <remove name="ScriptHandlerFactoryAppServices" /> 
      <remove name="ScriptResource" /> 
      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
      <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
      <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler,System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" /> 
    </handlers> 
  </system.webServer> 
</configuration> 

Yes I can edit the content and yes all of the tools are active (aside from the images obviously).

I have downloaded Fiddler however, I am not really sure what I am looking for, can you please offer further assistance on this matter? I have gone to the page and clicked on 'Edit Page' and then all of the responses are listed in fiddler, there are non for the images of the toolbar, but plenty for the images I reference in the CSS file for our MOSS site. There are four responses at the bottom with 404 errors, these are for the HtmlEditorCustomStyles and HtmlEditorTableFormats style sheets in the /_layouts/2057/styles directory. Other than these and the javascript error previously mentioned there are no other responses with 404 results.

Thanks,
Sean
0
Stanimir
Telerik team
answered on 23 Dec 2009, 02:12 PM
Hi Sean Hudson,
I tested the issue with the provided web.config file and I was not able to reproduce it. For your convenience I attached a screen shot, where you can see the RadEditor for MOSS working as expected. How ever I had to remove the following lines because they were causing my site to crash.
<profile enabled="true" automaticSaveEnabled="false" defaultProvider="WmdcProfileProvider" inherits="Wmdc.Custom.Authentication.WmdcProfile">
    <providers>
        <clear />
        <add name="WmdcProfileProvider" connectionStringName="WmdcConnString" applicationName="/" type="System.Web.Profile.SqlProfileProvider" />
    </providers>
</profile>

What I suggest you to do is try uninstalling the solution from you MOSS site http://www.telerik.com/help/aspnet-ajax/uninstalling-radeditor.html and then deploying it again.

Regarding the missing /_layouts/2057/styles directory, check if copying the Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\1033\STYLES to Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\2057\STYLES will do you any good.

Also the sprite containing the images of the editor is in a web resource which looks like WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LPNgCr6aIr0Ckx02Jy9NlD3SWCdIBet_AQ-uQYIMbr7WqnEqzR8TFsjXi6U0lZ3V-Q2&t=633971804964858823. You can check this by using debugging tool such as IE developers toolbar or FireBug for FireFox. You can see that each tool is in li element which has style such as:
background-image: url(WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LPNgCr6aIr0Ckx02Jy9NlD3SWCdIBet_AQ-uQYIMbr7WqnEqzR8TFsjXi6U0lZ3V-Q2&t=633971804964858823); BACKGROUND-POSITION: ...;
Check in the fiddler if the request for this resource is OK.


Kind regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean Hudson
Top achievements
Rank 1
answered on 04 Jan 2010, 11:12 AM
Stanimir,

Thanks for your reply, and sorry I am so late with my response, Christmas kind of got in the way! Before we start Happy New Year.

Glad that you have got it working okay in your environment. The lines you removed are specific to stuff for our site, so not surprised it was crashing your site.

I tried uninstalling the solution before posting on here originally, and have done so multiple times, with each time being unsuccesful.

I have copied the missing files across to the 2057 directory (which actually didn't exist in the first place) and this hasn't resolved the issue of the missing images.

I have checked the responses for the web resource specified and there are 12 requests for this resource, four came back with the 401 response code, and the rest came back with response code 304.

Thanks,
Sean
0
Tomas berg
Top achievements
Rank 1
answered on 05 Jan 2010, 04:58 PM
0
Sean Hudson
Top achievements
Rank 1
answered on 06 Jan 2010, 10:25 AM
Tomas,

No I hadn't seen that. I have tried putting the link tag in as suggested but this has not changed anything, the images are still not showing.

Thanks for your reply though,
Sean
0
Stanimir
Telerik team
answered on 06 Jan 2010, 12:40 PM
Hello Sean,
Could you send me the HTML code of your page when you are in edit mode? This might help me in order to help you further.

Sincerely yours,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean Hudson
Top achievements
Rank 1
answered on 06 Jan 2010, 01:13 PM
Stanimir,

As requested:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd"> 
   
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  
<head><meta name="GENERATOR" content="Microsoft SharePoint" /></meta>  
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></meta>  
    <meta http-equiv="Expires" content="0" /></meta>  
      
      
    <!-- Mootools javascript --> 
    <script type="text/javascript" src="~/_layouts/WmdcJavascript/mootools-core.js"></script> 
    <script type="text/javascript" src="~/_layouts/WmdcJavascript/mootools-more.js"></script> 
    <!-- End of MooTools --> 
      
    <!-- Draggable sections javascript --> 
    <script type="text/javascript" src="~/_layouts/WmdcJavascript/dom-drag.js"></script> 
    <!-- End of draggable javascript --> 
   
    <title> 
      
   
    Dead Animals  
   
</title><link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/controls.css?rev=EhwiQKSLiI%2F4dGDs6DyUdQ%3D%3D"/>  
<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/HtmlEditorCustomStyles.css?rev=8SKxtNx33FmoDhbbfB27UA%3D%3D"/>  
<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/HtmlEditorTableFormats.css?rev=guYGdUBUxQit03E2jhSdvA%3D%3D"/>  
<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/portal.css?rev=aAi1zFgC5tx%2Bol77wE%2BxSA%3D%3D"/>  
<link rel="stylesheet" type="text/css" href="/_wpresources/RadEditorSharePoint/5.6.1.0__1f131a624888eeed/Resources/ToolImages/RadEditorStyles_Default.css"/>  
<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/core.css?rev=5msmprmeONfN6lJ3wtbAlA%3D%3D"/>  
<link rel="stylesheet" type="text/css" href="/Style%20Library/en-us/WMDC/WMDC_Main.css"/>  
   
    <!--Styles used for positioning, font and spacing definitions--> 
    <!-- Update below reference to include custom styles --> 
    <link rel="stylesheet" href="../../Style%20Library/en-us/WMDC/WMDC_Main.css" /></link>  
    <link rel="stylesheet" type="text/css" href="/_wpresources/RadEditorSharePoint/5.2.0.0__1f131a624888eeed/Resources/ToolImages/RadEditorStyles_Default.css" /></link>  
    <!--[if lt IE 7]> 
        <link rel="stylesheet" href="../../Style%20Library/en-us/WMDC/WMDC_ie6.css" type="text/css" /></link>  
    <![endif]--> 
   
    <script type="text/javascript" language="javascript" src="/_layouts/1033/init.js?rev=qX%2BG3yl4pldKy9KbPLXf9w%3D%3D"></script> 
<script src="/_layouts/1033/core.js?rev=CNBZRdV1h3pKuA7LsMXf3w%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/homepage.js?rev=YSq%2FMr%2BNdKON5OxDnaWplA%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/portal.js?rev=cRI8b5r5N%2BkLhIuWR03ICg%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/EditingMenu.js?rev=rJmArN6GZh8xCWZG4gneDQ%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/AssetPickers.js?rev=pwrdokZjl1CAXjNxKmD8Ug%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/HtmlEditor.js?rev=ucoO0pkZW%2B%2F8tYcgkfiV7w%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/ie55up.js?rev=Ni7%2Fj2ZV%2FzCvd09XYSSWvA%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/SpellCheckEntirePage.js?rev=zYQ05cOj5Dk74UkTZzEIRw%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/Serialize.js?rev=yoPAvZ5aIeY93U62X8ie%2FQ%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/form.js?rev=df60y6YolDjUVbi91%2BZw%2Fg%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/cmssummarylinks.js?rev=oHZct5gJydvs30BSygUf3A%3D%3D"></script> 
<script type="text/javascript" language="javascript" src="/_layouts/1033/cmsslwpdragdropvars.js?rev=QiYGgspAifVD2zZ2fBWDqA%3D%3D"></script> 
   
    <!----> 
    <!--Placeholder for additional overrides--> 
    <link href="/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LFyBeqVBVM69W0MBZhXhhgzMC28eixZ0c5yqUuEiZWR70&amp;t=633964789976194353" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LPNgCr6aIr0Ckx02Jy9NlD2iHdh5AibtBiTaxOWNuEg9IXu0LoMzjRvcGcbVWdFsDQ2&amp;t=633964789976194353" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LNWCSMVFiqvPHY30O57DZImpBQYJMccxAZQXEHbeCF3D0&amp;t=633964789976194353" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LCDm8gzSf-i4HuchGByuDuUGsFCTbr_p56lYw8Po4dHY3gQqKf4D3EclzGuhC6SOMg2&amp;t=633964789976194353" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /></head>  
   
<!--<body class="body" onload="javascript:_spBodyOnLoadWrapper();showDIOLinks()">--> 
<body class="body" onload="javascript:_spBodyOnLoadWrapper()">  
    <form name="aspnetForm" method="post" action="deadanimals.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">  
<div> 
<input type="hidden" name="__SPSCEditMenu" id="__SPSCEditMenu" value="true" /> 
<input type="hidden" name="MSOWebPartPage_PostbackSource" id="MSOWebPartPage_PostbackSource" value="" /> 
<input type="hidden" name="MSOTlPn_SelectedWpId" id="MSOTlPn_SelectedWpId" value="" /> 
<input type="hidden" name="MSOTlPn_View" id="MSOTlPn_View" value="0" /> 
<input type="hidden" name="MSOTlPn_ShowSettings" id="MSOTlPn_ShowSettings" value="False" /> 
<input type="hidden" name="MSOGallery_SelectedLibrary" id="MSOGallery_SelectedLibrary" value="" /> 
<input type="hidden" name="MSOGallery_FilterString" id="MSOGallery_FilterString" value="" /> 
<input type="hidden" name="MSOTlPn_Button" id="MSOTlPn_Button" value="none" /> 
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> 
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> 
<input type="hidden" name="__REQUESTDIGEST" id="__REQUESTDIGEST" value="0x480115F7CB6D94DD83B39AD7BCB005B7BD3AB93F6D1FF58A6210F110B55E98F3059C8581CC2810339D5AD0EA6C2B969910EC96D87925E45918CC57685DA045F6,06 Jan 2010 12:42:42 -0000" /> 
<input type="hidden" name="MSO_PageAlreadySaved" id="MSO_PageAlreadySaved" value="0" /> 
<input type="hidden" name="MSOAuthoringConsole_FormContext" id="MSOAuthoringConsole_FormContext" value="1" /> 
<input type="hidden" name="MSOAC_EditDuringWorkflow" id="MSOAC_EditDuringWorkflow" value="" /> 
<input type="hidden" name="_ListSchemaVersion_{a47a149f-2d1f-4956-9be1-2e10c2412229}" id="_ListSchemaVersion_{a47a149f-2d1f-4956-9be1-2e10c2412229}" value="70" /> 
<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0" /> 
<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0" /> 
<input type="hidden" name="MSOSPWebPartManager_DisplayModeName" id="MSOSPWebPartManager_DisplayModeName" value="Design" /> 
<input type="hidden" name="MSOWebPartPage_Shared" id="MSOWebPartPage_Shared" value="" /> 
<input type="hidden" name="MSOLayout_LayoutChanges" id="MSOLayout_LayoutChanges" value="" /> 
<input type="hidden" name="MSOLayout_InDesignMode" id="MSOLayout_InDesignMode" value="1" /> 
<input type="hidden" name="MSOSPWebPartManager_OldDisplayModeName" id="MSOSPWebPartManager_OldDisplayModeName" value="Design" /> 
<input type="hidden" name="MSOSPWebPartManager_StartWebPartEditingName" id="MSOSPWebPartManager_StartWebPartEditingName" value="false" /> 
<input type="hidden" name="MSOShowUnapproved_Xml" id="MSOShowUnapproved_Xml" value="" /> 
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" /> 
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUBMA9kFgJmD2QWBAICD2QWAgIID2QWAmYPZBYCAgEPFgIeE1ByZXZpb3VzQ29udHJvbE1vZGULKYgBTWljcm9zb2Z0LlNoYXJlUG9pbnQuV2ViQ29udHJvbHMuU1BDb250cm9sTW9kZSwgTWljcm9zb2Z0LlNoYXJlUG9pbnQsIFZlcnNpb249MTIuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49NzFlOWJjZTExMWU5NDI5YwFkAgQPZBYMAgMPZBYCZg9kFgYCAQ8WAh4EVGV4dAUmPHNwYW4gc3R5bGU9J3BhZGRpbmctbGVmdDozcHgnPjwvc3Bhbj5kAgMPDxYEHwEFB015IFNpdGUeC05hdmlnYXRlVXJsBTRodHRwOi8vc2hhcmVwb2ludHRlc3Q6ODAvTXlTaXRlL19sYXlvdXRzL015U2l0ZS5hc3B4ZGQCBQ8WAh8BBTk8c3BhbiBzdHlsZT0ncGFkZGluZy1sZWZ0OjRweDtwYWRkaW5nLXJpZ2h0OjNweCc+fDwvc3Bhbj5kAgUPZBYCZg9kFgICAw8WAh8BBQF8ZAIHD2QWAgIBD2QWAmYPZBYEAgIPZBYIAgEPFgIeB1Zpc2libGVoZAIDDxYCHwNoZAIFDxYCHwNoZAIHD2QWAmYPDxYGHhxQcmV2aW91c0F1dGhvcmluZ0l0ZW1WZXJzaW9uBQI0Nh4aUHJldmlvdXNBdXRob3JpbmdJdGVtT3duZXIFAjEzHhxQcmV2aW91c0F1dGhvcmluZ0NvbnRyb2xNb2RlCysEAmRkAgMPDxYCHglBY2Nlc3NLZXkFAS9kZAILD2QWAgIDD2QWAgIBD2QWBAIBD2QWBAIPDw8WBh8EBQI0Nh8FBQIxMx8GCysEAmRkAhMPDxYGHwQFAjQ2HwUFAjEzHwYLKwQCZGQCAw9kFgICAw8PFgQeGHBlcnNpc3RlZEVycm9yQWN0aW9uVHJlZWQeG3BlcnNpc3RlZEVycm9yQWN0aW9uVHJlZUlkc2RkZAIPD2QWAgIBD2QWAmYPD2QWAh4FY2xhc3MFGG1zLXNidGFibGUgbXMtc2J0YWJsZS1leGQCEw9kFgICAw9kFg4CAw8WAh8ACysEAhYCZg9kFgICAQ8PFgoeCU1heExlbmd0aAL/AR4IVGFiSW5kZXgBAAAeCENzc0NsYXNzBQdtcy1sb25nHgdUb29sVGlwBQVUaXRsZR4EXyFTQgICZGQCBw8WAh8ACysEAhYCZg9kFgICAw8WAh4Fc3R5bGUFDGRpc3BsYXk6bm9uZRYCAgEPDxYCHw4FE1NlcnZpY2UgZGVzY3JpcHRpb25kFgQCAQ8WCh8QBQ9kaXNwbGF5OmlubGluZTseB29uY2xpY2sFtAtpZiAoIXdpbmRvdy5ldmVudCB8fCAhd2luZG93LmV2ZW50LmN0cmxLZXkpIHt2YXIgcGFyYW1zPW5ldyBBcnJheSgpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ1ZhbGlkYXRpb25Db250ZXh0JywgJ0ZPTlRTPXRydWVcdTAwMjZSRVVTQUJMRUNPTlRFTlQ9dHJ1ZVx1MDAyNkhFQURJTkdTPXRydWVcdTAwMjZIWVBFUkxJTktTPXRydWVcdTAwMjZJTUFHRVM9dHJ1ZVx1MDAyNkxJU1RTPXRydWVcdTAwMjZUQUJMRVM9dHJ1ZVx1MDAyNlRFWFRNQVJLVVA9dHJ1ZVx1MDAyNklTUkVRVUlSRUQ9ZmFsc2VcdTAwMjZSRVNUUklDVFVSTFNUT1NJVEVDT0xMRUNUSU9OPWZhbHNlXHUwMDI2Jyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnQ3VycmVudFdlYkJhc2VVcmwnLCAnXHUwMDJmRW52aXJvbm1lbnQnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdEZWZhdWx0QXNzZXRMb2NhdGlvbicsICcnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdEZWZhdWx0QXNzZXRJbWFnZUxvY2F0aW9uJywgJycpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0FsbG93SHRtbFNvdXJjZUVkaXRpbmcnLCAnVHJ1ZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0VuYWJsZUV4dGVuc2lvbnMnLCAnVHJ1ZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0VkaXRvckJhY2tncm91bmRDb2xvcicsICcnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdEaXNhYmxlQ3VzdG9tU3R5bGVzJywgJ0ZhbHNlJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGlzYWJsZUJhc2ljRm9ybWF0dGluZ0J1dHRvbnMnLCAnRmFsc2UnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdQcmVmaXhTdHlsZVNoZWV0JywgJ21zLXJ0ZScpOyBSVEUyX0xhdW5jaEVkaXRvcihwYXJhbXMsICdjdGwwMF9QbGFjZUhvbGRlck1haW5fY3RsMDFfY3RsMDBfUmljaEh0bWxGaWVsZCcsICdjdGwwMF9QbGFjZUhvbGRlck1haW5fY3RsMDFfY3RsMDBfUmljaEh0bWxGaWVsZF9EaXNwbGF5SHRtbFBhbmVsJywgJ2N0bDAwX1BsYWNlSG9sZGVyTWFpbl9jdGwwMV9jdGwwMF9SaWNoSHRtbEZpZWxkX0VtcHR5SHRtbFBhbmVsJywgJ2N0bDAwJFBsYWNlSG9sZGVyTWFpbiRjdGwwMSRjdGwwMCRSaWNoSHRtbEZpZWxkJywgZW5jb2RlVVJJKCdcdTAwMmZFbnZpcm9ubWVudCcpLCAnRmFsc2UnKTt9IGVsc2UgeyBpZiAod2luZG93LmV2ZW50LnNyY0VsZW1lbnQuaHJlZikgd2luZG93Lm9wZW4od2luZG93LmV2ZW50LnNyY0VsZW1lbnQuaHJlZiAsJ19ibGFuaycpOyB9aWYgKHdpbmRvdy5ldmVudCkgeyB3aW5kb3cuZXZlbnQucmV0dXJuVmFsdWUgPSBmYWxzZTsgd2luZG93LmV2ZW50LmNhbmNlbEJ1YmJsZSA9IHRydWU7IH0gcmV0dXJuIGZhbHNlOx4Jb25rZXlkb3duBb8JdmFyIHBhcmFtcz1uZXcgQXJyYXkoKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdWYWxpZGF0aW9uQ29udGV4dCcsICdGT05UUz10cnVlXHUwMDI2UkVVU0FCTEVDT05URU5UPXRydWVcdTAwMjZIRUFESU5HUz10cnVlXHUwMDI2SFlQRVJMSU5LUz10cnVlXHUwMDI2SU1BR0VTPXRydWVcdTAwMjZMSVNUUz10cnVlXHUwMDI2VEFCTEVTPXRydWVcdTAwMjZURVhUTUFSS1VQPXRydWVcdTAwMjZJU1JFUVVJUkVEPWZhbHNlXHUwMDI2UkVTVFJJQ1RVUkxTVE9TSVRFQ09MTEVDVElPTj1mYWxzZVx1MDAyNicpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0N1cnJlbnRXZWJCYXNlVXJsJywgJ1x1MDAyZkVudmlyb25tZW50Jyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGVmYXVsdEFzc2V0TG9jYXRpb24nLCAnJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGVmYXVsdEFzc2V0SW1hZ2VMb2NhdGlvbicsICcnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdBbGxvd0h0bWxTb3VyY2VFZGl0aW5nJywgJ1RydWUnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdFbmFibGVFeHRlbnNpb25zJywgJ1RydWUnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdFZGl0b3JCYWNrZ3JvdW5kQ29sb3InLCAnJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGlzYWJsZUN1c3RvbVN0eWxlcycsICdGYWxzZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0Rpc2FibGVCYXNpY0Zvcm1hdHRpbmdCdXR0b25zJywgJ0ZhbHNlJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnUHJlZml4U3R5bGVTaGVldCcsICdtcy1ydGUnKTsgUlRFMl9MYXVuY2hFZGl0b3IocGFyYW1zLCAnY3RsMDBfUGxhY2VIb2xkZXJNYWluX2N0bDAxX2N0bDAwX1JpY2hIdG1sRmllbGQnLCAnY3RsMDBfUGxhY2VIb2xkZXJNYWluX2N0bDAxX2N0bDAwX1JpY2hIdG1sRmllbGRfRGlzcGxheUh0bWxQYW5lbCcsICdjdGwwMF9QbGFjZUhvbGRlck1haW5fY3RsMDFfY3RsMDBfUmljaEh0bWxGaWVsZF9FbXB0eUh0bWxQYW5lbCcsICdjdGwwMCRQbGFjZUhvbGRlck1haW4kY3RsMDEkY3RsMDAkUmljaEh0bWxGaWVsZCcsIGVuY29kZVVSSSgnXHUwMDJmRW52aXJvbm1lbnQnKSwgJ0ZhbHNlJyk7HgtvbmRyYWdlbnRlcgUOdGhpcy5vbmNsaWNrKCkeD29uY29udHJvbHNlbGVjdAUOdGhpcy5vbmNsaWNrKClkAgIPFggfEAUZZGlzcGxheTpub25lO2N1cnNvcjpoYW5kOx8RBb8JdmFyIHBhcmFtcz1uZXcgQXJyYXkoKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdWYWxpZGF0aW9uQ29udGV4dCcsICdGT05UUz10cnVlXHUwMDI2UkVVU0FCTEVDT05URU5UPXRydWVcdTAwMjZIRUFESU5HUz10cnVlXHUwMDI2SFlQRVJMSU5LUz10cnVlXHUwMDI2SU1BR0VTPXRydWVcdTAwMjZMSVNUUz10cnVlXHUwMDI2VEFCTEVTPXRydWVcdTAwMjZURVhUTUFSS1VQPXRydWVcdTAwMjZJU1JFUVVJUkVEPWZhbHNlXHUwMDI2UkVTVFJJQ1RVUkxTVE9TSVRFQ09MTEVDVElPTj1mYWxzZVx1MDAyNicpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0N1cnJlbnRXZWJCYXNlVXJsJywgJ1x1MDAyZkVudmlyb25tZW50Jyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGVmYXVsdEFzc2V0TG9jYXRpb24nLCAnJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGVmYXVsdEFzc2V0SW1hZ2VMb2NhdGlvbicsICcnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdBbGxvd0h0bWxTb3VyY2VFZGl0aW5nJywgJ1RydWUnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdFbmFibGVFeHRlbnNpb25zJywgJ1RydWUnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdFZGl0b3JCYWNrZ3JvdW5kQ29sb3InLCAnJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGlzYWJsZUN1c3RvbVN0eWxlcycsICdGYWxzZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0Rpc2FibGVCYXNpY0Zvcm1hdHRpbmdCdXR0b25zJywgJ0ZhbHNlJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnUHJlZml4U3R5bGVTaGVldCcsICdtcy1ydGUnKTsgUlRFMl9MYXVuY2hFZGl0b3IocGFyYW1zLCAnY3RsMDBfUGxhY2VIb2xkZXJNYWluX2N0bDAxX2N0bDAwX1JpY2hIdG1sRmllbGQnLCAnY3RsMDBfUGxhY2VIb2xkZXJNYWluX2N0bDAxX2N0bDAwX1JpY2hIdG1sRmllbGRfRGlzcGxheUh0bWxQYW5lbCcsICdjdGwwMF9QbGFjZUhvbGRlck1haW5fY3RsMDFfY3RsMDBfUmljaEh0bWxGaWVsZF9FbXB0eUh0bWxQYW5lbCcsICdjdGwwMCRQbGFjZUhvbGRlck1haW4kY3RsMDEkY3RsMDAkUmljaEh0bWxGaWVsZCcsIGVuY29kZVVSSSgnXHUwMDJmRW52aXJvbm1lbnQnKSwgJ0ZhbHNlJyk7HxMFDnRoaXMub25jbGljaygpHxIFDnRoaXMub25jbGljaygpZAIJDxYCHwALKwQCFgJmDw8PFg4eCkNocm9tZVR5cGUCAh4FVGl0bGVlHw8CgIMIHgZIZWlnaHQcHglEaXJlY3Rpb24LKipTeXN0ZW0uV2ViLlVJLldlYkNvbnRyb2xzLkNvbnRlbnREaXJlY3Rpb24AHgtEZXNjcmlwdGlvbmUeBVdpZHRoGwAAAAAAAFlABwAAAGQFiA48ZGl2IHRpdGxlPSJfc2NoZW1hdmVyc2lvbiIgaWQ9Il8zIj4NCiAgPGRpdiB0aXRsZT0iX2xpbmtzIj4NCiAgICA8ZGl2IHRpdGxlPSJfbGluayI+DQogICAgICA8c3BhbiB0aXRsZT0iX3RpdGxlIj5OZWlnaGJvdXJob29kIEFjdGlvbiBGb3JtPC9zcGFuPg0KICAgICAgPHNwYW4gdGl0bGU9Il9vcmRlciI+MTwvc3Bhbj4NCiAgICAgIDxzcGFuIHRpdGxlPSJfYmVnaW5jb2x1bW4iPlRydWU8L3NwYW4+DQogICAgICA8c3BhbiB0aXRsZT0iX2xpbmt1cmwiPg0KICAgICAgICA8YSBocmVmPSJodHRwOi8vZm9ybXMud2FrZWZpZWxkLmdvdi51ay9BRjMvYW4vZGVmYXVsdC5hc3B4L1JlbmRlckZvcm0vP0YuTmFtZT1MRmZuZHVkWnNEMyI+aHR0cDovL2Zvcm1zLndha2VmaWVsZC5nb3YudWsvQUYzL2FuL2RlZmF1bHQuYXNweC9SZW5kZXJGb3JtLz9GLk5hbWU9TEZmbmR1ZFpzRDM8L2E+DQogICAgICA8L3NwYW4+DQogICAgICA8c3BhbiB0aXRsZT0iX3N0eWxlIj5XTURDX2Zvcm1zPC9zcGFuPg0KICAgICAgPHNwYW4gdGl0bGU9Il9vcGVuaW5uZXd3aW5kb3ciPlRydWU8L3NwYW4+DQogICAgPC9kaXY+DQogICAgPGRpdiB0aXRsZT0iX2xpbmsiPg0KICAgICAgPHNwYW4gdGl0bGU9Il90aXRsZSI+U3RyZWV0IExpdHRlciBCaW4gJmFtcDsgRG9nIEJpbiBGb3JtPC9zcGFuPg0KICAgICAgPHNwYW4gdGl0bGU9Il9vcmRlciI+Mjwvc3Bhbj4NCiAgICAgIDxzcGFuIHRpdGxlPSJfYmVnaW5jb2x1bW4iPkZhbHNlPC9zcGFuPg0KICAgICAgPHNwYW4gdGl0bGU9Il9saW5rdXJsIj4NCiAgICAgICAgPGEgaHJlZj0iaHR0cDovL2Zvcm1zLndha2VmaWVsZC5nb3YudWsvQUYzL2FuL2RlZmF1bHQuYXNweC9SZW5kZXJGb3JtLz9GLk5hbWU9SDdRbVI0ai1saWkiPmh0dHA6Ly9mb3Jtcy53YWtlZmllbGQuZ292LnVrL0FGMy9hbi9kZWZhdWx0LmFzcHgvUmVuZGVyRm9ybS8/Ri5OYW1lPUg3UW1SNGotbGlpPC9hPg0KICAgICAgPC9zcGFuPg0KICAgICAgPHNwYW4gdGl0bGU9Il9zdHlsZSI+V01EQ19mb3Jtczwvc3Bhbj4NCiAgICAgIDxzcGFuIHRpdGxlPSJfb3BlbmlubmV3d2luZG93Ij5UcnVlPC9zcGFuPg0KICAgIDwvZGl2Pg0KICAgIDxkaXYgdGl0bGU9Il9saW5rIj4NCiAgICAgIDxzcGFuIHRpdGxlPSJfdGl0bGUiPkRvZ3MgLSBMb3N0IGFuZCBTdHJheSBEb2cgUmVwb3J0aW5nIEZvcm08L3NwYW4+DQogICAgICA8c3BhbiB0aXRsZT0iX29yZGVyIj4zPC9zcGFuPg0KICAgICAgPHNwYW4gdGl0bGU9Il9iZWdpbmNvbHVtbiI+RmFsc2U8L3NwYW4+DQogICAgICA8c3BhbiB0aXRsZT0iX2xpbmt1cmwiPg0KICAgICAgICA8YSBocmVmPSJodHRwOi8vZm9ybXMud2FrZWZpZWxkLmdvdi51ay9BRjMvYW4vZGVmYXVsdC5hc3B4L1JlbmRlckZvcm0vP0YuTmFtZT1FQU51QjhUdGhRRiI+aHR0cDovL2Zvcm1zLndha2VmaWVsZC5nb3YudWsvQUYzL2FuL2RlZmF1bHQuYXNweC9SZW5kZXJGb3JtLz9GLk5hbWU9RUFOdUI4VHRoUUY8L2E+DQogICAgICA8L3NwYW4+DQogICAgICA8c3BhbiB0aXRsZT0iX3N0eWxlIj5XTURDX2Zvcm1zPC9zcGFuPg0KICAgICAgPHNwYW4gdGl0bGU9Il9vcGVuaW5uZXd3aW5kb3ciPlRydWU8L3NwYW4+DQogICAgPC9kaXY+DQogIDwvZGl2Pg0KICA8ZGl2IHRpdGxlPSJfdmlldyI+DQogICAgPHNwYW4gdGl0bGU9Il9jb2x1bW5zIj4xPC9zcGFuPg0KICAgIDxzcGFuIHRpdGxlPSJfbGlua3N0eWxlIj5XTURDX2Zvcm1zPC9zcGFuPg0KICAgIDxzcGFuIHRpdGxlPSJfZ3JvdXBzdHlsZSI+RGVmYXVsdEhlYWRlcjwvc3Bhbj4NCiAgPC9kaXY+DQo8L2Rpdj5kAgsPFgIfAAsrBAIWAmYPDw8WDh8VAgIfFmUfDwKAgwgfFxwfGAsrBQAfGWUfGhsAAAAAAABZQAcAAABkBb8BPGRpdiB0aXRsZT0iX3NjaGVtYXZlcnNpb24iIGlkPSJfMyI+DQogIDxkaXYgdGl0bGU9Il92aWV3Ij4NCiAgICA8c3BhbiB0aXRsZT0iX2NvbHVtbnMiPjE8L3NwYW4+DQogICAgPHNwYW4gdGl0bGU9Il9saW5rc3R5bGUiPjwvc3Bhbj4NCiAgICA8c3BhbiB0aXRsZT0iX2dyb3Vwc3R5bGUiPjwvc3Bhbj4NCiAgPC9kaXY+DQo8L2Rpdj5kAg0PFgIfAAsrBAIWAmYPDw8WDh8VAgIfFmUfDwKAgwgfFxwfGAsrBQAfGWUfGhsAAAAAAABZQAcAAABkBb8BPGRpdiB0aXRsZT0iX3NjaGVtYXZlcnNpb24iIGlkPSJfMyI+DQogIDxkaXYgdGl0bGU9Il92aWV3Ij4NCiAgICA8c3BhbiB0aXRsZT0iX2NvbHVtbnMiPjE8L3NwYW4+DQogICAgPHNwYW4gdGl0bGU9Il9saW5rc3R5bGUiPjwvc3Bhbj4NCiAgICA8c3BhbiB0aXRsZT0iX2dyb3Vwc3R5bGUiPjwvc3Bhbj4NCiAgPC9kaXY+DQo8L2Rpdj5kAg8PFgIfAAsrBAIWAmYPZBYCAgMPFgIfEAUMZGlzcGxheTpub25lFgICAQ8PFgIfDgUSQ29udGFjdEluZm9ybWF0aW9uZBYEAgEPFgofEAUPZGlzcGxheTppbmxpbmU7HxEFtAtpZiAoIXdpbmRvdy5ldmVudCB8fCAhd2luZG93LmV2ZW50LmN0cmxLZXkpIHt2YXIgcGFyYW1zPW5ldyBBcnJheSgpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ1ZhbGlkYXRpb25Db250ZXh0JywgJ0ZPTlRTPXRydWVcdTAwMjZSRVVTQUJMRUNPTlRFTlQ9dHJ1ZVx1MDAyNkhFQURJTkdTPXRydWVcdTAwMjZIWVBFUkxJTktTPXRydWVcdTAwMjZJTUFHRVM9dHJ1ZVx1MDAyNkxJU1RTPXRydWVcdTAwMjZUQUJMRVM9dHJ1ZVx1MDAyNlRFWFRNQVJLVVA9dHJ1ZVx1MDAyNklTUkVRVUlSRUQ9ZmFsc2VcdTAwMjZSRVNUUklDVFVSTFNUT1NJVEVDT0xMRUNUSU9OPWZhbHNlXHUwMDI2Jyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnQ3VycmVudFdlYkJhc2VVcmwnLCAnXHUwMDJmRW52aXJvbm1lbnQnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdEZWZhdWx0QXNzZXRMb2NhdGlvbicsICcnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdEZWZhdWx0QXNzZXRJbWFnZUxvY2F0aW9uJywgJycpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0FsbG93SHRtbFNvdXJjZUVkaXRpbmcnLCAnVHJ1ZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0VuYWJsZUV4dGVuc2lvbnMnLCAnVHJ1ZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0VkaXRvckJhY2tncm91bmRDb2xvcicsICcnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdEaXNhYmxlQ3VzdG9tU3R5bGVzJywgJ0ZhbHNlJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGlzYWJsZUJhc2ljRm9ybWF0dGluZ0J1dHRvbnMnLCAnRmFsc2UnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdQcmVmaXhTdHlsZVNoZWV0JywgJ21zLXJ0ZScpOyBSVEUyX0xhdW5jaEVkaXRvcihwYXJhbXMsICdjdGwwMF9QbGFjZUhvbGRlck1haW5fY3RsMDVfY3RsMDBfUmljaEh0bWxGaWVsZCcsICdjdGwwMF9QbGFjZUhvbGRlck1haW5fY3RsMDVfY3RsMDBfUmljaEh0bWxGaWVsZF9EaXNwbGF5SHRtbFBhbmVsJywgJ2N0bDAwX1BsYWNlSG9sZGVyTWFpbl9jdGwwNV9jdGwwMF9SaWNoSHRtbEZpZWxkX0VtcHR5SHRtbFBhbmVsJywgJ2N0bDAwJFBsYWNlSG9sZGVyTWFpbiRjdGwwNSRjdGwwMCRSaWNoSHRtbEZpZWxkJywgZW5jb2RlVVJJKCdcdTAwMmZFbnZpcm9ubWVudCcpLCAnRmFsc2UnKTt9IGVsc2UgeyBpZiAod2luZG93LmV2ZW50LnNyY0VsZW1lbnQuaHJlZikgd2luZG93Lm9wZW4od2luZG93LmV2ZW50LnNyY0VsZW1lbnQuaHJlZiAsJ19ibGFuaycpOyB9aWYgKHdpbmRvdy5ldmVudCkgeyB3aW5kb3cuZXZlbnQucmV0dXJuVmFsdWUgPSBmYWxzZTsgd2luZG93LmV2ZW50LmNhbmNlbEJ1YmJsZSA9IHRydWU7IH0gcmV0dXJuIGZhbHNlOx8SBb8JdmFyIHBhcmFtcz1uZXcgQXJyYXkoKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdWYWxpZGF0aW9uQ29udGV4dCcsICdGT05UUz10cnVlXHUwMDI2UkVVU0FCTEVDT05URU5UPXRydWVcdTAwMjZIRUFESU5HUz10cnVlXHUwMDI2SFlQRVJMSU5LUz10cnVlXHUwMDI2SU1BR0VTPXRydWVcdTAwMjZMSVNUUz10cnVlXHUwMDI2VEFCTEVTPXRydWVcdTAwMjZURVhUTUFSS1VQPXRydWVcdTAwMjZJU1JFUVVJUkVEPWZhbHNlXHUwMDI2UkVTVFJJQ1RVUkxTVE9TSVRFQ09MTEVDVElPTj1mYWxzZVx1MDAyNicpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0N1cnJlbnRXZWJCYXNlVXJsJywgJ1x1MDAyZkVudmlyb25tZW50Jyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGVmYXVsdEFzc2V0TG9jYXRpb24nLCAnJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGVmYXVsdEFzc2V0SW1hZ2VMb2NhdGlvbicsICcnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdBbGxvd0h0bWxTb3VyY2VFZGl0aW5nJywgJ1RydWUnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdFbmFibGVFeHRlbnNpb25zJywgJ1RydWUnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdFZGl0b3JCYWNrZ3JvdW5kQ29sb3InLCAnJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRGlzYWJsZUN1c3RvbVN0eWxlcycsICdGYWxzZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0Rpc2FibGVCYXNpY0Zvcm1hdHRpbmdCdXR0b25zJywgJ0ZhbHNlJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnUHJlZml4U3R5bGVTaGVldCcsICdtcy1ydGUnKTsgUlRFMl9MYXVuY2hFZGl0b3IocGFyYW1zLCAnY3RsMDBfUGxhY2VIb2xkZXJNYWluX2N0bDA1X2N0bDAwX1JpY2hIdG1sRmllbGQnLCAnY3RsMDBfUGxhY2VIb2xkZXJNYWluX2N0bDA1X2N0bDAwX1JpY2hIdG1sRmllbGRfRGlzcGxheUh0bWxQYW5lbCcsICdjdGwwMF9QbGFjZUhvbGRlck1haW5fY3RsMDVfY3RsMDBfUmljaEh0bWxGaWVsZF9FbXB0eUh0bWxQYW5lbCcsICdjdGwwMCRQbGFjZUhvbGRlck1haW4kY3RsMDUkY3RsMDAkUmljaEh0bWxGaWVsZCcsIGVuY29kZVVSSSgnXHUwMDJmRW52aXJvbm1lbnQnKSwgJ0ZhbHNlJyk7HxMFDnRoaXMub25jbGljaygpHxQFDnRoaXMub25jbGljaygpZAICDxYIHxAFGWRpc3BsYXk6bm9uZTtjdXJzb3I6aGFuZDsfEQW/CXZhciBwYXJhbXM9bmV3IEFycmF5KCk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnVmFsaWRhdGlvbkNvbnRleHQnLCAnRk9OVFM9dHJ1ZVx1MDAyNlJFVVNBQkxFQ09OVEVOVD10cnVlXHUwMDI2SEVBRElOR1M9dHJ1ZVx1MDAyNkhZUEVSTElOS1M9dHJ1ZVx1MDAyNklNQUdFUz10cnVlXHUwMDI2TElTVFM9dHJ1ZVx1MDAyNlRBQkxFUz10cnVlXHUwMDI2VEVYVE1BUktVUD10cnVlXHUwMDI2SVNSRVFVSVJFRD1mYWxzZVx1MDAyNlJFU1RSSUNUVVJMU1RPU0lURUNPTExFQ1RJT049ZmFsc2VcdTAwMjYnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdDdXJyZW50V2ViQmFzZVVybCcsICdcdTAwMmZFbnZpcm9ubWVudCcpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0RlZmF1bHRBc3NldExvY2F0aW9uJywgJycpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0RlZmF1bHRBc3NldEltYWdlTG9jYXRpb24nLCAnJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnQWxsb3dIdG1sU291cmNlRWRpdGluZycsICdUcnVlJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRW5hYmxlRXh0ZW5zaW9ucycsICdUcnVlJyk7IHBhcmFtc1twYXJhbXMubGVuZ3RoXSA9IG5ldyBBcnJheSgnRWRpdG9yQmFja2dyb3VuZENvbG9yJywgJycpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ0Rpc2FibGVDdXN0b21TdHlsZXMnLCAnRmFsc2UnKTsgcGFyYW1zW3BhcmFtcy5sZW5ndGhdID0gbmV3IEFycmF5KCdEaXNhYmxlQmFzaWNGb3JtYXR0aW5nQnV0dG9ucycsICdGYWxzZScpOyBwYXJhbXNbcGFyYW1zLmxlbmd0aF0gPSBuZXcgQXJyYXkoJ1ByZWZpeFN0eWxlU2hlZXQnLCAnbXMtcnRlJyk7IFJURTJfTGF1bmNoRWRpdG9yKHBhcmFtcywgJ2N0bDAwX1BsYWNlSG9sZGVyTWFpbl9jdGwwNV9jdGwwMF9SaWNoSHRtbEZpZWxkJywgJ2N0bDAwX1BsYWNlSG9sZGVyTWFpbl9jdGwwNV9jdGwwMF9SaWNoSHRtbEZpZWxkX0Rpc3BsYXlIdG1sUGFuZWwnLCAnY3RsMDBfUGxhY2VIb2xkZXJNYWluX2N0bDA1X2N0bDAwX1JpY2hIdG1sRmllbGRfRW1wdHlIdG1sUGFuZWwnLCAnY3RsMDAkUGxhY2VIb2xkZXJNYWluJGN0bDA1JGN0bDAwJFJpY2hIdG1sRmllbGQnLCBlbmNvZGVVUkkoJ1x1MDAyZkVudmlyb25tZW50JyksICdGYWxzZScpOx8TBQ50aGlzLm9uY2xpY2soKR8SBQ50aGlzLm9uY2xpY2soKWQCEw9kFgICAQ8WAh8ACysEAmQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgYFL2N0bDAwJFBsYWNlSG9sZGVyTWFpbiRjdGwwMSRjdGwwMCRSYWRIdG1sRmllbGQxBTxjdGwwMCRQbGFjZUhvbGRlck1haW4kY3RsMDEkY3RsMDAkUmFkSHRtbEZpZWxkMSRkaWFsb2dPcGVuZXIFQ2N0bDAwJFBsYWNlSG9sZGVyTWFpbiRjdGwwMSRjdGwwMCRSYWRIdG1sRmllbGQxJGRpYWxvZ09wZW5lciRXaW5kb3cFL2N0bDAwJFBsYWNlSG9sZGVyTWFpbiRjdGwwNSRjdGwwMCRSYWRIdG1sRmllbGQxBTxjdGwwMCRQbGFjZUhvbGRlck1haW4kY3RsMDUkY3RsMDAkUmFkSHRtbEZpZWxkMSRkaWFsb2dPcGVuZXIFQ2N0bDAwJFBsYWNlSG9sZGVyTWFpbiRjdGwwNSRjdGwwMCRSYWRIdG1sRmllbGQxJGRpYWxvZ09wZW5lciRXaW5kb3dpO4oPsrZuLRYmrfrV7rq/Xvm2nw==" /> 
</div> 
   
<script type="text/javascript">   
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]> 
</script> 
   
   
<script src="/WebResource.axd?d=i8QrtNMaVBubOU1v8NgFrQ2&amp;t=633825756745839210" type="text/javascript"></script> 
   
<script> var MSOWebPartPageFormName = 'aspnetForm';</script> 
<script type="text/javascript">   
//<![CDATA[
var originalFormAction = document.forms[0].action;
function FetchCallbackMenuItems(menutemplate)
{
   var template=document.getElementById(menutemplate);
   if(template == null || (template != null && template.hasChildNodes()))
   {
      return;
   }
   __theFormPostData = '';
   WebForm_InitCallback();
   var lastFormAction = document.forms[0].action;
   document.forms[0].action = originalFormAction;
   WebForm_DoCallback('ctl00$ctl16$MyLinksMenu','',PopulateCallbackMenuItems,'^R^,^F^,ctl00_ctl16_MyLinksMenuMenu,ctl00_ctl16_MyLinksMenuMenuTemplate',null,false);
   document.forms[0].action = lastFormAction;
}
//]]> 
</script> 
<script type="text/JavaScript" language="JavaScript">   
<!--  
var L_Menu_BaseUrl="/Environment";  
var L_Menu_LCID="1033";  
var L_Menu_SiteTheme="";  
//--> 
</script> 
<script type="text/javascript">   
//<![CDATA[
function ConsoleExitWithoutSaving() {if (confirm('Are you sure you want to exit without saving? Any unsaved data will be lost.')) {g_bWarnBeforeLeave = false;window.navigate('http:\u002f\u002fsharepointtest:38184\u002fEnvironment\u002fPages\u002fdeadanimals.aspx');}}
document.onreadystatechange=fnCheckIfPageAlreadySaved;
function fnCheckIfPageAlreadySaved()
{
   if (document.readyState=="complete")
   {
      if (document.forms['aspnetForm'].MSO_PageAlreadySaved.value == "1") {
         if (g_bWarnBeforeLeave != undefined && g_bWarnBeforeLeave != null) { g_bWarnBeforeLeave = false; };
             showConsoleMessage('Your current editing session has expired. Before editing or saving any content, you must \u003ca href=\u0022#\u0022 onclick=\u0022ConsoleExitWithoutSaving\u0028\u0029\u0022\u003erefresh this page.\u003c\u002fa\u003e', true);
      }
   }
}
                function DoCallBack(filterText)
                {
                    WebForm_DoCallback('ctl00$PlaceHolderMain$ctl02$ctl00',filterText,UpdateFilterCallback,0,CallBackError,true);
                }
                function CallBackError(result, clientsideString)
                {                
                }
            //]]> 
</script> 
<SCRIPT LANGUAGE='JavaScript' >   
<!--
//--> 
</SCRIPT> 
<script type="text/javascript">   
//<![CDATA[
g_previewRequested = false;function ShowUnapprovedResourcesWithTimeout() { if (!browseris.ie6up && g_bResourcesAlreadyChecked) { alert('Before checking again, you will need to refresh this page.'); return false; } showConsoleMessage(l_ur_plsWait, false);window.setTimeout("ShowUnapprovedResourcesPage()",10); }l_chkResStatus = 'Checking page for unpublished items...';
l_ur_plsWait = 'Please wait while checking for unpublished items...';
l_ur_rfct = '__publishingReusableFragment';
l_ur_wsurl = 'http:\u002f\u002fsharepointtest:38184\u002fEnvironment\u002f_vti_bin\u002fPublishingService.asmx';
l_ur_formname = 'aspnetForm';
l_ur_fullreport = "Unpublished items are detected on the page.  View the <a href=\"#\" onclick=\"javascript:window.top.open('\u002fEnvironment\u002f_layouts\u002fUnapprovedResources.aspx', '_unapprovedResourcesReport', 'height=580,width=540,resizable=yes,status=no,location=no,toolbar=no,menubar=no,directories=no,scrollbars=no');\" title=\"Open a new window to view the full report\">full report</a> in a new window.";
l_ur_fullreportnors = "Unpublished items are detected on the page.  View the <a href=\"#\" onclick=\"javascript:window.top.open('\u002fEnvironment\u002f_layouts\u002fUnapprovedResources.aspx', '_unapprovedResourcesReport', 'height=580,width=540,resizable=yes,status=no,location=no,toolbar=no,menubar=no,directories=no,scrollbars=no');\" title=\"Open a new window to view the full report\">full report</a> in a new window.  Before checking again, you will need to <a href=\"#\" onclick=\"g_bWarnBeforeLeave = false;theForm.submit();\">refresh this page</a>.";
l_ur_recsready = 'No unpublished items detected on this page.';
var g_ProcessedXml;
var g_PageNameForDisplay = 'Deadanimals.aspx';
var g_PageFileVersionForDisplay = '3.2';
 
 
function getParentButtonElement(element) {
if (element.parent) {
return element.parentElement.parentElement.parentElement.parentElement;
} else {
return element.parentNode.parentNode.parentNode.parentNode;
}
}
 
function updateQAButtonUIStyles(button, doHover) 
{
 
try 
{
    var hclass = 'ms-consoleqaborderh';
    var vclass = 'ms-consoleqaborderv';
    var cclass = 'ms-consoleqacorner';
 
    if (doHover) {
        hclass += 'hover';
        vclass += 'hover';
        cclass += 'hover';
    }
 
    if (button.firstChild && button.firstChild.firstChild) {
        button.firstChild.childNodes[0].childNodes[2].className = hclass;
        button.firstChild.childNodes[1].childNodes[1].className = cclass;
        button.firstChild.childNodes[1].childNodes[3].className = cclass;
        button.firstChild.childNodes[2].childNodes[0].className = vclass;
        button.firstChild.childNodes[2].childNodes[4].className = vclass;
        button.firstChild.childNodes[3].childNodes[1].className = cclass;
        button.firstChild.childNodes[3].childNodes[3].className = cclass;
        button.firstChild.childNodes[4].childNodes[2].className = hclass;
    } else {
        var buttonName = button.id;
        var buttonAll = button.getElementsByTagName('*');
        buttonAll[buttonName + '_t'].className = hclass;
        buttonAll[buttonName + '_tl'].className = cclass;
        buttonAll[buttonName + '_tr'].className = cclass;
        buttonAll[buttonName + '_l'].className = vclass;
        buttonAll[buttonName + '_r'].className = vclass;
        buttonAll[buttonName + '_bl'].className = cclass;
        buttonAll[buttonName + '_br'].className = cclass;
        buttonAll[buttonName + '_b'].className = hclass;
    }
}
catch (e)
{
}
}
 
function updateQAButtonCursor(buttonName, doHover)
{
DeferCall('updateQAButtonCursorDeferCall', buttonName, doHover);
}
 
function updateQAButtonCursorDeferCall(buttonName, doHover)
{
try 
{
    var button = document.getElementById(buttonName);
    buttonAll = button.getElementsByTagName('*');
    for (var i=0; i<buttonAll.length; i++) {
        if (doHover) { buttonAll[i].style.cursor = 'pointer'; } else { buttonAll[i].style.cursor = 'default'; }
    }
}
catch(e)
{
}
}
 
function showQAButtonHover(element, doHover) {
try {
    var button = DeferCall('getParentButtonElement',element);
    DeferCall('updateQAButtonUIStyles',button, doHover);
    window.setTimeout('updateQAButtonCursor("' + button.id + '",' + doHover + ')', 10);
}
catch (e){
}
}
L_statusSaving = 'Saving Page Content...';
window.onbeforeunload = cms_handleOnBeforeUnload;
function cms_handleOnBeforeUnload()
{
  if (g_bWarnBeforeLeave && browseris.ie6up) {
    g_recentCallBackResult = "";
    ShowContentSavingBusyMessage(true);
    __theFormPostData = "";
    _spSuppressFormOnSubmitWrapper = true;
    try {
        WebForm_OnSubmit();
        event.returnValue = undefined;
    }
    finally {
        _spSuppressFormOnSubmitWrapper = false;
    }
    WebForm_InitCallback();
    WebForm_DoCallback('ctl00$ctl18$sbn1','',SBN_CallBackHandler,null,null,false);
    var count = 0;
    while (g_recentCallBackResult == "" && count < 150) {
        count++;
        WaitForCallback(100);
    }
    ShowContentSavingBusyMessage(false);
    if (g_recentCallBackResult != "save succeeded")
    {
      g_bWarnBeforeLeave = true;      if (g_recentCallBackResult != "") {
        var validationString = 'The following error was encountered while attempting to save the page:' + '  ' + g_recentCallBackResult;
        return validationString;
      }
      else
      {
        return 'The page took too long to save. You can click \u0022Cancel\u0022, and then try to save the page again. If you click \u0022OK\u0022, you might lose unsaved data.';
      }
    }
    var saveComplete = document.forms['aspnetForm'].MSO_PageAlreadySaved;
    if (saveComplete != null) {
      saveComplete.value = "1";
    }
  }
  g_bWarnBeforeLeave = false;
}
 
var g_recentCallBackResult = "";function SBN_CallBackHandler(callBackResult){g_recentCallBackResult = callBackResult;}function WaitForCallback(millisecondsToWait)
{
var req = new ActiveXObject("MSXML2.XMLHTTP");
req.open("POST", "http://sharepointtest:38184/Environment/_vti_bin/PublishingService.asmx", false);
req.setRequestHeader("Content-Type", "text/xml");
req.setRequestHeader("SOAPAction", '"http://schemas.microsoft.com/sharepoint/soap/Wait"');
req.send(
'<?xml version="1.0" encoding="utf-8"?>' +
'<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">' +
'<soap:Body><Wait xmlns="http://schemas.microsoft.com/sharepoint/soap/"><millisecondsToWait>' + millisecondsToWait + '</millisecondsToWait></Wait></soap:Body>' +
'</soap:Envelope>'
);
xml = req.responseXML;
}
function ShowContentSavingBusyMessage(dspMsg){if(dspMsg){window.status=L_statusSaving;}else{window.status='';}}//]]> 
</script> 
   
            <script> 
                var ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_oldOnReadyStateChange = document.onreadystatechange;  
                document.onreadystatechange = function()  
                {  
                    if ('complete' == document.readyState)  
                    {  
                        var hiddenField = document.getElementById('ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_hiddenDisplay');  
                        var displayField = document.getElementById('ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_displayContent');  
                        displayField.innerHTML = hiddenField.value;  
                    }  
   
                    if (ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_oldOnReadyStateChange)  
                    {  
                        ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_oldOnReadyStateChange.call();  
                    }  
                };  
            </script> 
<script type="text/javascript">   
//<![CDATA[
 
RadEditorClientDialogParameters = [];
function RadEditorClientLoad(editor, args)
{
    if (typeof(RadEditorClientDialogParameters) != 'undefined' && RadEditorClientDialogParameters[editor.get_id()])
    {
        var editorParameters = RadEditorClientDialogParameters[editor.get_id()];
        editor._dialogParameters = editorParameters;
        if(editorParameters.EditorBackgroundColor)
        {
            editor.get_contentArea().style.backgroundColor = editorParameters.EditorBackgroundColor;
        }
        if (typeof(editorParameters.LoadFunction) == 'string')
        {
            var loadFunction = eval(editorParameters.LoadFunction);
            loadFunction(editor, args);
        }
        editor._editingScenario = editorParameters.EditingScenario;
        Telerik.Web.UI.RadEditor.prototype.get_editingScenario = function() { return this._editingScenario;};
        //backwards compatibility
        editor.editingScenario = editorParameters.EditingScenario;
    }
}
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1'] = {};
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1'].AllowExternalUrls = true;
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1'].CurrentWebBaseUrl = 'http://sharepointtest:38184/Environment';
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1'].EditingScenario = "RadHtmlField";
//]]> 
</script> 
   
<script type="text/javascript">   
//<![CDATA[
var slwp_isSspAvailable = true;var slwp_webUrl = '\u002fEnvironment';//]]> 
</script> 
   
            <script> 
                var ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_oldOnReadyStateChange = document.onreadystatechange;  
                document.onreadystatechange = function()  
                {  
                    if ('complete' == document.readyState)  
                    {  
                        var hiddenField = document.getElementById('ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_hiddenDisplay');  
                        var displayField = document.getElementById('ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_displayContent');  
                        displayField.innerHTML = hiddenField.value;  
                    }  
   
                    if (ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_oldOnReadyStateChange)  
                    {  
                        ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_oldOnReadyStateChange.call();  
                    }  
                };  
            </script> 
<script type="text/javascript">   
//<![CDATA[
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1'] = {};
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1'].AllowExternalUrls = true;
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1'].CurrentWebBaseUrl = 'http://sharepointtest:38184/Environment';
RadEditorClientDialogParameters['ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1'].EditingScenario = "RadHtmlField";
//]]> 
</script> 
   
<script src="/ScriptResource.axd?d=wPE5HIDUDUIFcsV6sQPKDtb5NMLMrRmoXC7EtDBBN_0HocnOTidho3iYDi31OrwJEc5AswTpkd7xA-SzGGbEbax0pCamVpCAlltu6YneKa81&amp;t=633825758428626062" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=wPE5HIDUDUIFcsV6sQPKDtb5NMLMrRmoXC7EtDBBN_0HocnOTidho3iYDi31OrwJQRqMNBZDxcr0sX4Nf_fkBLvd25DOdjFDCunf2-OiriM1&amp;t=633825758428626062" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHn_cehj-esgBMfkGd1LxXhY1&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHi96XzCW2reXboTecSe5pD7vYYh5f5Y71WURAL92EOZ70&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHhHUs6tCPKm8YGehYb-hwNK91qT_oct3WEhRcGlnOo5r0&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHsUqQT5MGDfbouAUCS9fV00f3TvkES-9ZCZoJTUyizKA0&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHpLJH0YgkoajsNIfkcdqilFNYfHPR_3UgB1qRMPTOOTS0&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHh4-OQSZiK_gXn7-_lzu_IRFHiCYOhJ6cGltMc9SZrl60&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHmkHfCw4qTDuEdpJxp4Um4O8GPC2RQxM5GhTwToc3FiJsg18s6JSvBSakQmIbQgENg2&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHo8fSywFcfDYGzbEmDMNwdkwLe_go8R06fZT55XlXPr_0&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHhaBLkWhMOKWDjST5zbDVtNd64oQF3wBlOHQRXYQaQ3KiUWJiXduzor075GZAVY00g2&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHgP7IIuBbnsBzgjxGlHpbWTfa26OZnFIHhlMiZ_mO_RQOugc_SKzjRyrv5Spv59SFA2&amp;t=633964789976194353" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=NcRqq2lTWuDpEb_EBWuWQcZibpz2UmYZ5B6LNdJjwGXXxY9-cODe1PiZh12f3ebs97_cynKg-uahqwEXhK3WHpi96Ai0JErjZyTthMsfL48a1jNmC4WREPqIwuXYKJ7h0&amp;t=633964789976194353" type="text/javascript"></script> 
<script type="text/javascript">   
//<![CDATA[
function WebForm_OnSubmit() {
UpdateFormDigest('\u002fEnvironment', 1440000);document.forms['aspnetForm'].MSO_PageAlreadySaved.value = "1";g_bWarnBeforeLeave = false;RTE2_TransferContentsToTextArea('ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_displayContent');RTE2_TransferContentsToTextArea('ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_displayContent');return _spFormOnSubmitWrapper();
return true;
}
//]]> 
</script> 
   
      
<div id="ctl00_ctl12___Drag" style="display:none; position:absolute; z-index: 32000; filter:alpha(opacity=75)"></div> 
   
    <!--<div class="spacer"></div>--> 
    <table cellpadding="0" cellspacing="0" class="master" style="float:right">  
        <tr> 
            <td valign="top">  
                <table cellpadding="0" cellspacing="0">  
                    <tr> 
                        <td class="ms-globallinks">  
                              
<div style="white-space:nowrap;">  
<span style='padding-left:3px'></span> 
<id="ctl00_ctl14_hlMySite" href="http://sharepointtest:80/MySite/_layouts/MySite.aspx">My Site</a> 
<span style='padding-left:4px;padding-right:3px'>|</span> 
</div> 
   
                        </td> 
                        <td class="ms-globallinks">  
                              
<table><tr>  
<td class="ms-globallinks"><span id="ctl00_ctl16_MyLinksMenu"><span style="display:none"><menu type='ServerMenu' id="ctl00_ctl16_MyLinksMenuMenuTemplate" largeIconMode="true"></menu></span><span title="Open Menu"><span  id="ctl00_ctl16_MyLinksMenuMenu_t" class="ms-SPLink ms-hovercellinactive" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-SPLink ms-hovercellactive" hoverInactive="ms-SPLink ms-hovercellinactive" onclick="javascript:FetchCallbackMenuItems(&#39;ctl00_ctl16_MyLinksMenuMenuTemplate&#39;); MMU_Open(byid('ctl00_ctl16_MyLinksMenuMenuTemplate'), MMU_GetMenuFromClientId('ctl00_ctl16_MyLinksMenuMenu'),event,true, null, 0);" foa="MMU_GetMenuFromClientId('ctl00_ctl16_MyLinksMenuMenu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><id="ctl00_ctl16_MyLinksMenuMenu" accesskey="M" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_ctl16_MyLinksMenuMenuTemplate'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('ctl00_ctl16_MyLinksMenuMenuTemplate'), MMU_GetMenuFromClientId('ctl00_ctl16_MyLinksMenuMenu'), event);" onclick="javascript:FetchCallbackMenuItems(&#39;ctl00_ctl16_MyLinksMenuMenuTemplate&#39;); MMU_Open(byid('ctl00_ctl16_MyLinksMenuMenuTemplate'), MMU_GetMenuFromClientId('ctl00_ctl16_MyLinksMenuMenu'),event,true, null, 0);" oncontextmenu="this.click(); return false;" menuTokenValues="MENUCLIENTID=ctl00_ctl16_MyLinksMenuMenu,TEMPLATECLIENTID=ctl00_ctl16_MyLinksMenuMenuTemplate" serverclientid="ctl00_ctl16_MyLinksMenuMenu">My Links<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/menudark.gif" alt="" /></span></span></span></td> 
<td class="ms-globallinks">|</td> 
</tr></table>  
   
                        </td> 
                    </tr> 
                </table> 
            </td> 
            <td> 
                <table class="ms-siteaction" height="100%" cellspacing="0" cellpadding="0">  
                    <tr> 
                        <td id="siteactiontd" class="ms-siteactionsmenu">  
                            <span class="siteActionMenu">  
                                  
<!-- Begin Action Menu Markup --> 
<table height=100class="ms-siteaction" cellpadding=0 cellspacing=0>  
    <tr> 
                       <td class="ms-siteactionsmenu" id="siteactiontd">  
                         
                          
                        <span style="display:none"><menu type='ServerMenu' id="zz1_SiteActionsMenuMain" largeIconMode="true"><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaEditPage" type="option" iconSrc="/_layouts/images/ActionsEditPage.gif" onMenuClick="javascript:if (document.forms['aspnetForm']['MSOLayout_InDesignMode'] != null) document.forms['aspnetForm']['MSOLayout_InDesignMode'].value = 1;if (document.forms['aspnetForm']['MSOAuthoringConsole_FormContext'] != null) document.forms['aspnetForm']['MSOAuthoringConsole_FormContext'].value = 1;if (document.forms['aspnetForm']['MSOSPWebPartManager_DisplayModeName'] != null) document.forms['aspnetForm']['MSOSPWebPartManager_DisplayModeName'].value = 'Design';__doPostBack('ctl00$ctl17$SiteActionsMenuMain$ctl00$wsaEditPage_CmsActionControl','switchToAuthoring')" text="Edit Page" description="Change the content and Web Parts on this page." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaCreatePage" type="option" iconSrc="/_layouts/images/crtpage.gif" onMenuClick="window.location = '/Environment/_layouts/CreatePage.aspx?CancelSource=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx';" text="Create Page" description="Create a page in this site." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaCreateSite" type="option" iconSrc="/_layouts/images/crtsite.gif" onMenuClick="window.location = '/Environment/_layouts/newsbweb.aspx';" text="Create Site" description="Add a new site under this site." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaHideMenu" type="option" onMenuClick="javascript:__doPostBack('ctl00$ctl17$SiteActionsMenuMain$ctl00$wsaHideMenu_CmsActionControl','exitMenu')" text="Hide Page Editing Toolbar" description="Hide the page status and editing options for this page." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaViewAllContent" type="option" iconSrc="/_layouts/images/vwcntnt.gif" onMenuClick="window.location = '/Environment/_layouts/viewlsts.aspx';" text="View All Site Content" description="View all libraries and lists in this site." menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_saShowReportsTP" type="submenu" text="View Reports" description="View reports on documents, pages and tasks."><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_saShowReportsTP_Label" type="label" menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ctl05" type="option" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx&amp;rptmode=1';" text="Checked Out To Me" description="All documents and pages checked out to me in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ctl06" type="option" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx&amp;rptmode=2';" text="Last Modified By Me" description="All documents and pages last modified by me in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ctl07" type="option" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx&amp;rptmode=3';" text="Pending Approval" description="All documents and pages submitted by me and waiting for approval in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ctl08" type="option" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx&amp;rptmode=4';" text="My Tasks" description="All tasks assigned to me in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ctl09" type="option" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx&amp;rptmode=5';" text="All Draft Documents" description="All documents and pages not yet published in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ctl10" type="option" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx&amp;rptmode=6';" text="Going Live Within Next Seven Days" description="All documents and pages that will be published and visible to readers within the next seven days in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ctl11" type="option" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx&amp;rptmode=7';" text="Expiring Within Next Seven Days" description="All documents and pages that will only be visible to authorized users within the next seven days in this site and subsites" menuGroupId="0"></ie:menuitem></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_SiteSettingsOptions" type="submenu" text="Site Settings" description="Manage site settings on this site."><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_SiteSettingsOptions_Label" type="label" menuGroupId="300"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_AllSiteSettings" type="option" iconSrc="/_layouts/images/ActionsSettings.gif" onMenuClick="window.location = '/Environment/_layouts/settings.aspx';" text="Modify All Site Settings" description="Change all site settings in this site." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_PeopleAndGroup" type="option" onMenuClick="window.location = '/Environment/_layouts/people.aspx';" text="People And Groups" description="Manage the users and groups in this site." menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaModifyNavigation" type="option" onMenuClick="window.location = '/Environment/_layouts/AreaNavigationSettings.aspx';" text="Modify Navigation" description="Change the navigation links in this site." menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_ModifyPagesLibrarySettings" type="option" onMenuClick="window.location = '/Environment/_layouts/ListEdit.aspx?List=a47a149f%2D2d1f%2D4956%2D9be1%2D2e10c2412229';" text="Modify Pages Library Settings" description="Change settings such as versioning and workflow for Web pages in this site." menuGroupId="200"></ie:menuitem></ie:menuitem><ie:menuitem id="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaManageSite" type="option" iconSrc="/_layouts/images/smt_small.png" onMenuClick="window.location = '/Environment/_layouts/sitemanager.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx';" text="Manage Content and Structure" description="Reorganize content and structure in this site collection." menuGroupId="300"></ie:menuitem></menu></span><div><div><span title="Open Menu"><div  id="zz2_SiteActionsMenu_t" class="" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-siteactionsmenuhover" hoverInactive="" onclick=" MMU_Open(byid('zz1_SiteActionsMenuMain'), MMU_GetMenuFromClientId('zz2_SiteActionsMenu'),event,false, null, 0);" foa="MMU_GetMenuFromClientId('zz2_SiteActionsMenu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><id="zz2_SiteActionsMenu" accesskey="/" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('zz1_SiteActionsMenuMain'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('zz1_SiteActionsMenuMain'), MMU_GetMenuFromClientId('zz2_SiteActionsMenu'), event);" onclick=" MMU_Open(byid('zz1_SiteActionsMenuMain'), MMU_GetMenuFromClientId('zz2_SiteActionsMenu'),event,false, null, 0);" oncontextmenu="this.click(); return false;" menuItemsDisabled="ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaEditPage,ctl00_ctl17_SiteActionsMenuMain_ctl00_wsaHideMenu" menuTokenValues="MENUCLIENTID=zz2_SiteActionsMenu,TEMPLATECLIENTID=zz1_SiteActionsMenuMain" serverclientid="zz2_SiteActionsMenu">Site Actions<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/whitearrow.gif" alt="" /></div></span></div></div> 
                    </td> 
    </tr> 
</table> 
<!-- End Action Menu Markup --> 
   
                            </span> 
                        </td> 
                    </tr> 
                </table> 
            </td> 
        </tr> 
    </table> 
    <!--- --- --- Page Status Console --- --- ---> 
    <div class="console">  
          
   
          
<!-- Console --> 
<span id="ctl00_ctl18_publishingContext1"></span> 
<span id="ctl00_ctl18_authContainer1">  
   <span id="ctl00_ctl18_toggleContainerColorBar">  
      <table width="100%" cellpadding="0" cellspacing="0">  
         <tr> 
         <td valign="bottom" style="display:none" id="mpLeftBackPadding" class="ms-consoletitleareaframe"><div class="ms-consoletitleareaframebottom" id="masterPageLeftOverhang" >&nbsp;</div></td>  
         <td width=100style="padding-left: 0px;padding-right: 0px">  
         <table width="100%" cellspacing="0" cellpadding="0" border="0">  
            <tr> 
               <td> 
                  <table cellspacing=0 cellpadding=0 width=100class="ms-consoleframe"><tr><td>  
                  <!-- Begin StatusIndicator Markup --> 
                  <table cellspacing=0 cellpadding=0 border=0 width=100class="ms-consolestatusframe">  
                     <span id="ctl00_ctl18_toggleContainer1">  
                        <tr> 
                           <td style="height:22px;padding-left:5px;padding-right:5px" class="ms-consolestatuscheckoutframe">  
                              <table cellpadding=0 cellspacing=0 border=0>  
                                 <tr> 
                                   <td class="ms-consolestatus">  
                                      &nbsp;  
                                   </td> 
                                   <td class="ms-consolestatus">  
                                      <table cellpadding=0 cellspacing=0><tr> 
                                        <td class="ms-consolestatus"><b>Version</b></td>  
                                        <td class="ms-consolestatus"><b>:</b></td><td class="ms-consolestatus">&nbsp;</td> 
                                        <td class="ms-consolestatus"><href="#" id="pvi1_anchor" onclick="window.commonShowModalDialog('/Environment/_layouts/PageVersionInfo.aspx?FileName=%2FEnvironment%2FPages%2FDeadanimals%2Easpx&PageView=Shared', 'dialogHeight: 380px; status: no; scroll: no; help: no', null, null)" class="" title="Open a new window to view page status">Checked Out</a></td>  
                                      </tr></table>  
                                   </td> 
                                   <td class="ms-consolestatus">  
                                      &nbsp;&nbsp;&nbsp;&nbsp;  
                                   </td> 
                                   <td class="ms-consolestatus">  
                                      <table cellpadding=0 cellspacing=0><tr> 
                                        <td class="ms-consolestatus"><b>Status</b></td>  
                                        <td class="ms-consolestatus"><b>:</b></td><td class="ms-consolestatus">&nbsp;</td> 
                                        <td class="ms-consolestatus"><href="#" id="psi1_anchor" onclick="window.commonShowModalDialog('/Environment/_layouts/PageVersionInfo.aspx?FileName=%2FEnvironment%2FPages%2FDeadanimals%2Easpx&PageView=Shared', 'dialogHeight: 380px; status: no; scroll: no; help: no', null, null)" class="" title="Open a new window to view page status">Only you can see and modify this page.</a></td>  
                                      </tr></table>  
                                   </td> 
                                   <td class="ms-consolestatus">  
                                      &nbsp;&nbsp;&nbsp;&nbsp;  
                                   </td> 
                                   <td class="ms-consolestatus">  
                                      <table cellpadding=0 cellspacing=0><tr><td class="ms-consolestatus"><b>Publication Start Date</b></td><td class="ms-consolestatus"><b>:</b></td><td class="ms-consolestatus">&nbsp;</td><td class="ms-consolestatus"><id="ppdi1_anchor" href="/Environment/_layouts/PageSettings.aspx?Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx%3FDisplayMode%3DDesign%26ControlMode%3DEdit&amp;CancelSource=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx%3FDisplayMode%3DDesign%26ControlMode%3DEdit&amp;Page=13" title="Edit Publication Schedule...">Immediately</a></td></tr></table>  
                                   </td> 
                                   <td class="ms-consolestatus">  
                                      &nbsp;&nbsp;&nbsp;&nbsp;  
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                       <!-- console menu bar --> 
                       <tr id="consoleMenuBar1">  
                          <td colspan=2>  
                             <table cellspacing=0 border=0 cellpadding=0 width=100%> 
                                <tr> 
                                   <td class="ms-consolehr">  
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                       <tr id="consoleMenuBar2">  
                          <td colspan=2 style="height:22px;padding-left:1px;padding-right:1px">  
                             <table border=0 cellspacing=0 cellpadding=0 width="100%" > 
                                <tr> 
                                   <td> 
                                      <table cellpadding=0 cellspacing=0 border=0>  
                                         <tr> 
                                            <td valign="top" nowrap> 
                                               <!-- Begin Action Menu Markup --> 
                                               <span id="ctl00_ctl18_PublishingMenu2" ControlType="PublishingMenu"><table style="margin-left: 3px;" cellpadding="2" cellspacing="0" border="0" id="PublishingMenu2" ><tr><td nowrap class="ms-consoletoolbar"><span style="display:none"><menu type='ServerMenu' id="ctl00_ctl18_ctl08"><ie:menuitem id="ctl00_ctl18_saSaveChanges" type="option" iconSrc="/_layouts/images/saveitem.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saSaveChanges_CmsActionControl','savePage')" text="Save" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saReviewMode" type="option" iconSrc="/_layouts/images/saveitem.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saReviewMode_CmsActionControl','switchToPublished')" text="Save and Stop Editing" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl09" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saCheckinWithComment" type="option" iconSrc="/_layouts/images/checkin.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saCheckinWithComment_CmsActionControl','checkInPageWithComment')" text="Check In..." menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saUndoCheckout" type="option" iconSrc="/_layouts/images/unchkout.gif" onMenuClick="javascript:if (confirm('Do you want to discard this checked-out version? Any data that has not been checked in will be lost.')) {__doPostBack('ctl00$ctl18$saUndoCheckout_CmsActionControl','undoCheckOutPage')}" text="Discard Check Out" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl10" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saEditProperties" type="option" iconSrc="/_layouts/images/edit.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saEditProperties_CmsActionControl','editPageProperties')" text="Page Settings and Schedule" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl11" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saDeletePage" type="option" iconSrc="/_layouts/images/delete.gif" onMenuClick="javascript:if (confirm('Are you sure you want to send this page to the site recycle bin?')) __doPostBack('ctl00$ctl18$saDeletePage_CmsActionControl','deletePage')" text="Delete Page" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl12" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saAddWebParts" type="option" text="Add Web Parts" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saModifyWebPartsTP" type="option" onMenuClick="javascript:" text="Modify Web Parts" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl13" type="separator"></ie:menuitem></menu></span><span title="Page"><span  id="ctl00_ctl18_saPageSubMenu_t" class="ms-SPLink ms-hovercellinactive" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-SPLink ms-hovercellactive" hoverInactive="ms-SPLink ms-hovercellinactive" onclick=" MMU_Open(byid('ctl00_ctl18_ctl08'), MMU_GetMenuFromClientId('ctl00_ctl18_saPageSubMenu'),event,false, null, 0);" foa="MMU_GetMenuFromClientId('ctl00_ctl18_saPageSubMenu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><id="ctl00_ctl18_saPageSubMenu" accesskey="G" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_ctl18_ctl08'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('ctl00_ctl18_ctl08'), MMU_GetMenuFromClientId('ctl00_ctl18_saPageSubMenu'), event);" onclick=" MMU_Open(byid('ctl00_ctl18_ctl08'), MMU_GetMenuFromClientId('ctl00_ctl18_saPageSubMenu'),event,false, null, 0);" oncontextmenu="this.click(); return false;" menuItemsDisabled="ctl00_ctl18_saAddWebParts,ctl00_ctl18_saModifyWebPartsTP" menuTokenValues="MENUCLIENTID=ctl00_ctl18_saPageSubMenu,TEMPLATECLIENTID=ctl00_ctl18_ctl08" serverclientid="ctl00_ctl18_saPageSubMenu">Page<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/menudark.gif" alt="" /></span></span></td><td class=ms-separator><img src="/_layouts/images/blank.gif" width=1 height=1 alt=""></td><td nowrap class="ms-consoletoolbar"><span style="display:none"><menu type='ServerMenu' id="ctl00_ctl18_ctl14"><ie:menuitem id="ctl00_ctl18_saApprovePublish" type="option" iconSrc="/_layouts/images/cnspub16.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saApprovePublish_CmsActionControl','oneClickPublishPage')" text="Publish" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saPublishWithComment" type="option" iconSrc="/_layouts/images/cnssfa16.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saPublishWithComment_CmsActionControl','publishPageWithComment')" text="Submit for Approval..." menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saCancelApprovalWorkflow" type="option" iconSrc="/_layouts/images/cnsca16.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saCancelApprovalWorkflow_CmsActionControl','cancelPageApprovalWorkflowRequest')" text="Cancel Approval" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saCancelScheduling" type="option" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saCancelScheduling_CmsActionControl','cancelSchedulingRequest')" text="Cancel Scheduling" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saUnpublish" type="option" iconSrc="/_layouts/images/unpub.gif" onMenuClick="javascript:if (confirm('Unpublishing this page removes it from view. Do you want to unpublish this page?')) __doPostBack('ctl00$ctl18$saUnpublish_CmsActionControl','unpublishPage')" text="Unpublish" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl15" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saApproveOrDecline" type="option" iconSrc="/_layouts/images/apprj.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saApproveOrDecline_CmsActionControl','approveOrDeclinePage')" text="Approve/Reject..." menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saWorkflowTasks" type="option" iconSrc="/_layouts/images/cnsvt16.gif" onMenuClick="javascript:" text="View Page Tasks (0)" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl16" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saWorkflowStatus" type="option" onMenuClick="window.location = '/Environment/_layouts/Workflow.aspx?List=a47a149f%2D2d1f%2D4956%2D9be1%2D2e10c2412229&amp;ID=13&amp;ShowStart=0&amp;Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx';" text="View Workflow Status..." menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saWorkflowStart" type="option" iconSrc="/_layouts/images/workflows.gif" onMenuClick="window.location = '/Environment/_layouts/Workflow.aspx?List=a47a149f%2D2d1f%2D4956%2D9be1%2D2e10c2412229&amp;ID=13&amp;ShowStatus=0&amp;Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx';" text="Start a Workflow..." menuGroupId="2147483647"></ie:menuitem></menu></span><span title="Workflow"><span  id="ctl00_ctl18_saWorkflowSubMenu_t" class="ms-SPLink ms-hovercellinactive" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-SPLink ms-hovercellactive" hoverInactive="ms-SPLink ms-hovercellinactive" onclick=" MMU_Open(byid('ctl00_ctl18_ctl14'), MMU_GetMenuFromClientId('ctl00_ctl18_saWorkflowSubMenu'),event,false, null, 0);" foa="MMU_GetMenuFromClientId('ctl00_ctl18_saWorkflowSubMenu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><id="ctl00_ctl18_saWorkflowSubMenu" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_ctl18_ctl14'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('ctl00_ctl18_ctl14'), MMU_GetMenuFromClientId('ctl00_ctl18_saWorkflowSubMenu'), event);" onclick=" MMU_Open(byid('ctl00_ctl18_ctl14'), MMU_GetMenuFromClientId('ctl00_ctl18_saWorkflowSubMenu'),event,false, null, 0);" oncontextmenu="this.click(); return false;" menuItemsDisabled="ctl00_ctl18_saApprovePublish,ctl00_ctl18_saCancelApprovalWorkflow,ctl00_ctl18_saCancelScheduling,ctl00_ctl18_saUnpublish,ctl00_ctl18_saApproveOrDecline,ctl00_ctl18_saWorkflowTasks,ctl00_ctl18_saWorkflowStatus" menuTokenValues="MENUCLIENTID=ctl00_ctl18_saWorkflowSubMenu,TEMPLATECLIENTID=ctl00_ctl18_ctl14" serverclientid="ctl00_ctl18_saWorkflowSubMenu">Workflow<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/menudark.gif" alt="" /></span></span></td><td class=ms-separator><img src="/_layouts/images/blank.gif" width=1 height=1 alt=""></td><td nowrap class="ms-consoletoolbar"><span style="display:none"><menu type='ServerMenu' id="ctl00_ctl18_ctl17"><ie:menuitem id="ctl00_ctl18_saCheckSpelling" type="option" onMenuClick="javascript:SpellCheckEntirePage('http:\u002f\u002fsharepointtest:38184\u002fEnvironment/_vti_bin/SpellCheck.asmx', 'http:\u002f\u002fsharepointtest:38184\u002fEnvironment/_layouts/SpellChecker.aspx', true)" text="Spelling..." title="Open a new window to check spelling on HTML fields" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl18" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saPreview" type="option" onMenuClick="javascript:if(!g_previewRequested){g_previewRequested=true;__doPostBack('ctl00$ctl18$saPreview_CmsActionControl','previewPage');}" text="Preview in New Window" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saCheckLinks" type="option" onMenuClick="javascript:ShowUnapprovedResourcesWithTimeout();HideServerGeneratedMessage()" text="Check for Unpublished Items" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl19" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saCreatePageVariation" type="option" iconSrc="/_layouts/images/cnsnwstv.gif" onMenuClick="window.location = '/Environment/_layouts/CreatePage.aspx?VariationsPageBase=SPListItem%3A13%3FSPList%3Aa47a149f%2D2d1f%2D4956%2D9be1%2D2e10c2412229%3FSPWeb%3A077592ef%2D6f75%2D4a0d%2D8dcd%2Db57d7750a535%3A&amp;Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx';" text="Submit a Variation..." menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saUpdateVariations" type="option" iconSrc="/_layouts/images/cnsupvar.gif" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saUpdateVariations_CmsActionControl','updateVariationsPage')" text="Update Variations" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saQuickDeploy" type="option" onMenuClick="javascript:__doPostBack('ctl00$ctl18$saQuickDeploy_CmsActionControl','quickDeploy')" text="Quick Deploy" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl20" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saRevisionHistory" type="option" iconSrc="/_layouts/images/versions.gif" onMenuClick="window.location = '/Environment/_layouts/Versions.aspx?list=a47a149f%2D2d1f%2D4956%2D9be1%2D2e10c2412229&amp;ID=13&amp;FileName=%2FEnvironment%2FPages%2FDeadanimals%2Easpx&amp;Source=%2FEnvironment%2FPages%2Fdeadanimals%2Easpx';" text="Version History" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saVersionDiff" type="option" iconSrc="/_layouts/images/versions.gif" onMenuClick="window.location = '/Environment/_layouts/VersionDiff.aspx?list=a47a149f%2D2d1f%2D4956%2D9be1%2D2e10c2412229&amp;ID=13&amp;ComparedVersionNo=1538&amp;VersionNo=1538';" text="Compare Text Changes" title="Show textual changes on this Web page against the last published version." menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saVersionInfo" type="option" onMenuClick="javascript:window.commonShowModalDialog('/Environment/_layouts/PageVersionInfo.aspx?FileName=%2FEnvironment%2FPages%2FDeadanimals%2Easpx', 'dialogHeight: 380px; status: no; scroll: no; help: no', null, null)" text="View Page Status" title="Open a new window to view the page status" menuGroupId="2147483647"></ie:menuitem><ie:menuitem id="ctl00_ctl18_ctl21" type="separator"></ie:menuitem><ie:menuitem id="ctl00_ctl18_saRecycleBin" type="option" iconSrc="/_layouts/images/recycbin.gif" onMenuClick="window.location = '/Environment/_layouts/recyclebin.aspx';" text="View Recycle Bin" menuGroupId="2147483647"></ie:menuitem></menu></span><span title="Tools"><span  id="ctl00_ctl18_saToolsSubMenu_t" class="ms-SPLink ms-hovercellinactive" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-SPLink ms-hovercellactive" hoverInactive="ms-SPLink ms-hovercellinactive" onclick=" MMU_Open(byid('ctl00_ctl18_ctl17'), MMU_GetMenuFromClientId('ctl00_ctl18_saToolsSubMenu'),event,false, null, 0);" foa="MMU_GetMenuFromClientId('ctl00_ctl18_saToolsSubMenu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><id="ctl00_ctl18_saToolsSubMenu" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_ctl18_ctl17'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('ctl00_ctl18_ctl17'), MMU_GetMenuFromClientId('ctl00_ctl18_saToolsSubMenu'), event);" onclick=" MMU_Open(byid('ctl00_ctl18_ctl17'), MMU_GetMenuFromClientId('ctl00_ctl18_saToolsSubMenu'),event,false, null, 0);" oncontextmenu="this.click(); return false;" menuItemsDisabled="ctl00_ctl18_saCreatePageVariation,ctl00_ctl18_saUpdateVariations,ctl00_ctl18_saQuickDeploy" menuTokenValues="MENUCLIENTID=ctl00_ctl18_saToolsSubMenu,TEMPLATECLIENTID=ctl00_ctl18_ctl17" serverclientid="ctl00_ctl18_saToolsSubMenu">Tools<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/menudark.gif" alt="" /></span></span></td></tr></table></span> 
                                               <span id="ctl00_ctl18_XmlConsoleDataSource4"><span></span></span> 
                                               <!-- End Action Menu Markup --> 
                                            </td> 
                                            <td align="left">  
                                               <table style="margin-top: 1px;" cellpadding="1" cellspacing="0" border="0" > 
                                                  <tr> 
                                                     <td class="ms-consoletoolbar ms-separator">  
                                                        <img src="/_layouts/images/blank.gif" width=1 height=1 alt="">  
                                                     </td> 
                                                  </tr> 
                                               </table> 
                                            </td> 
                                            <td align="left" nowrap> 
                                               <!-- Begin Quick Access Menu Markup --> 
                                               <span id="ctl00_ctl18_QuickActionMenu" ControlType="QuickAccessMenu"><table style="margin-left: 3px;" cellpadding="2" cellspacing="0" border="0" id="QuickActionMenu" ><tr><td class="ms-consoletoolbar"><span id="ctl00_ctl18_ctl22"><table cellpadding=0 cellspacing=0 border=0 id="qaCheckin" onclick="javascript:__doPostBack(&#39;ctl00$ctl18$qaCheckin_CmsActionControl&#39;,&#39;checkInPage&#39;);this.onclick='return false'" ><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaborderh" id="qaCheckin_t"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td></tr><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqacorner" id="qaCheckin_tl"></td><td><table cellspacing=0 border=0 cellpadding=0 width=100%><tr><td class="ms-consoleqaemptyborderh"></td></tr></table></td><td class="ms-consoleqacorner" id="qaCheckin_tr"></td><td class="ms-consoleqaemptycorner"></td></tr><tr><td class="ms-consoleqaborderv" id="qaCheckin_l"></td><td class="ms-consoleqaemptyborderv"></td><td><table cellpadding="0" cellspacing="0" border="0" onmouseover="this.className='ms-consoleqabackhover';try{DeferCall('showQAButtonHover', this, true);}catch(e){}" onmouseout="this.className='ms-consoleqaback';try{DeferCall('showQAButtonHover', this, false);}catch(e){}" class="ms-consoleqaback" id="qaCheckin_m"><tr><td valign="middle" class="ms-consoletoolbar" nowrap><img src="/_layouts/images/checkin.gif" ID="qaCheckin_image" alt="" border=0 width=16 height=16></td><td valign="middle" nowrap><a class="ms-consoletoolbar" ID="qaCheckin_anchor" tabindex=0 href="#" >Check In to Share Draft</a></td></tr></table></td><td class="ms-consoleqaemptyborderv"></td><td class="ms-consoleqaborderv" id="qaCheckin_r"></td></tr><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqacorner" id="qaCheckin_bl"></td><td class="ms-consoleqaemptyborderh"></td><td class="ms-consoleqacorner" id="qaCheckin_br"></td><td class="ms-consoleqaemptycorner"></td></tr><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaborderh" id="qaCheckin_b"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td></tr></table></span></td><td class=ms-separator></td><td class="ms-consoletoolbar"><span id="ctl00_ctl18_ctl23"><table cellpadding=0 cellspacing=0 border=0 id="qaPublish" onclick="javascript:__doPostBack(&#39;ctl00$ctl18$qaPublish_CmsActionControl&#39;,&#39;publishPage&#39;);this.onclick='return false'" ><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaborderh" id="qaPublish_t"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td></tr><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqacorner" id="qaPublish_tl"></td><td><table cellspacing=0 border=0 cellpadding=0 width=100%><tr><td class="ms-consoleqaemptyborderh"></td></tr></table></td><td class="ms-consoleqacorner" id="qaPublish_tr"></td><td class="ms-consoleqaemptycorner"></td></tr><tr><td class="ms-consoleqaborderv" id="qaPublish_l"></td><td class="ms-consoleqaemptyborderv"></td><td><table cellpadding="0" cellspacing="0" border="0" onmouseover="this.className='ms-consoleqabackhover';try{DeferCall('showQAButtonHover', this, true);}catch(e){}" onmouseout="this.className='ms-consoleqaback';try{DeferCall('showQAButtonHover', this, false);}catch(e){}" class="ms-consoleqaback" id="qaPublish_m"><tr><td valign="middle" class="ms-consoletoolbar" nowrap><img src="/_layouts/images/cnssfa16.gif" ID="qaPublish_image" alt="" border=0 width=16 height=16></td><td valign="middle" nowrap><a class="ms-consoletoolbar" ID="qaPublish_anchor" tabindex=0 href="#" >Submit for Approval</a></td></tr></table></td><td class="ms-consoleqaemptyborderv"></td><td class="ms-consoleqaborderv" id="qaPublish_r"></td></tr><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqacorner" id="qaPublish_bl"></td><td class="ms-consoleqaemptyborderh"></td><td class="ms-consoleqacorner" id="qaPublish_br"></td><td class="ms-consoleqaemptycorner"></td></tr><tr><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaborderh" id="qaPublish_b"></td><td class="ms-consoleqaemptycorner"></td><td class="ms-consoleqaemptycorner"></td></tr></table></span></td></tr></table></span>  
                                               <span id="ctl00_ctl18_XmlConsoleDataSourceQA1"><span></span></span> 
                                               <!-- End Quick Access Menu Markup --> 
                                            </td> 
                                         </tr> 
                                      </table> 
                                      <span id="ctl00_ctl18_sbn1"></span> 
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                       <!-- console message bar --> 
                       <tr id="consoleNegativeMessageBar1" style="display:none">  
                          <td colspan=2>  
                             <table cellspacing=0 border=0 cellpadding=0 width=100%> 
                                <tr> 
                                   <td class="ms-consolehr">  
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                       <tr id="consoleNegativeMessageBar2" style="display:none">  
                          <td colspan=2 style="height:25px;padding-left:1px;padding-right:1px">  
                             <table width="100%" > 
                                <tr> 
                                   <td style="width:11px" valign="middle">  
                                      <img alt="Warning Message" src="/_layouts/images/wppinval.gif">  
                                   </td> 
                                   <td class="ms-consoleerror" id=consoleNegativeMessage>  
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                       <tr id="consolePositiveMessageBar1" style="display:none">  
                          <td colspan=2>  
                             <table cellspacing=0 border=0 cellpadding=0 width=100%> 
                                <tr> 
                                   <td class="ms-consolehr">  
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                       <tr id="consolePositiveMessageBar2" style="display:none">  
                          <td colspan=2 style="height:25px;padding-left:1px;padding-right:1px">  
                             <table width="100%" > 
                                <tr> 
                                   <td style="width:11px" valign="middle">  
                                      <img alt="Informational Message" src="/_layouts/images/check.gif">  
                                   </td> 
                                   <td class="ms-consolemessage" id=consolePositiveMessage>  
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                       <!-- end console message bar --> 
                       <span> 
                          <tr id="consoleErrorMessageSeparator">  
                             <td colspan=2>  
                                <table cellspacing=0 border=0 cellpadding=0 width=100%> 
                                   <tr> 
                                      <td class="ms-consolehr">  
                                      </td> 
                                   </tr> 
                                </table> 
                             </td> 
                          </tr> 
                       </span> 
                    </span> 
                    <span> 
                       <tr id="consoleErrorMessageRow">  
                          <td colspan=2 style="height:25px;padding-left:1px;padding-right:1px">  
                             <table> 
                                <tr> 
                                   <td style="width:11px" valign="middle">  
                                      <img src="/_layouts/images/cnsinf16.gif" alt="Information">  
                                   </td> 
                                   <td class="ms-consoleerror" id="consoleErrorMessageCell">  
                                      <table width="100%"><tr><td class="ms-consolemessage" >Remember to check in so other people can see your changes.</td></tr></table> 
                                   </td> 
                                   <td class="ms-consoleerror" id="consoleErrorDismissalCell">  
                                      <href="#" onClick="javascript:__doPostBack(&#39;ctl00$ctl18$editingMenuErrorControlDismissalLink&#39;,&#39;ConsoleErrorDisplayMessage_checkinReminder&#39;)">(Do not show this message again)</a> 
                                   </td> 
                                </tr> 
                             </table> 
                          </td> 
                       </tr> 
                    </span> 
                 </table> 
                 </td></tr></table> 
                    <!-- End StatusIndicator Markup --> 
              </td> 
           </tr> 
        </table> 
     </td> 
     <td valign="bottom" style="display:none" id="mpRightBackPadding" class="ms-consoletitleareaframe"><div id="masterPageRightOverhang" class="ms-consoletitleareaframebottom">&nbsp;</div></td>  
   </tr> 
   </table> 
</span> 
<script type="text/javascript" language="javascript">if (document.getElementById('mpdmconsole')) { ShowConsoleBlockPaddingWithOverhang('mpLeftBackPadding', 'mpRightBackPadding', 'masterPageLeftOverhang', 'masterPageRightOverhang'); } </script> 
</span> 
<!-- Console --> 
   
          
    </div> 
    <div id="center">  
        <div class="shadowVertical">  
            <div id="container">  
                <div id="printOnly">  
                    <img alt="Wakefield Metropoltian District Council Logo" src="/Style%20Library/Images/WMDC/logo.gif"></img> 
                </div> 
                <!--- --- --- Accessibility Links and Tools --- --- --->          
                <div id="accessibility">  
                    <ul class="links">  
                        <li> 
                            <class="headerAccessLinks" title="Jump to content" href="#content">Jump to content</a> <div class="pipes">|</div> 
                            <class="headerAccessLinks" title="Accessibility" href="../SiteInformation/Accessibility">Accessibility</a> <div class="pipes">|</div> 
                            <class="headerAccessLinks" title="Listen to our site" href="../SiteInformation/Accessibility/browsealoud.htm">Listen to our site</a>                                    
                        </li> 
                    </ul> 
                    <ul class="sizeLinks">  
                        <li>Text Size:</li> 
                        <li><a class="size1"></a></li>  
                        <li><a class="size2"></a></li>  
                        <li><a class="size3"></a></li>  
                    </ul> 
                    <ul class="colourLinks">  
                        <li>Site Colours:</li> 
                        <li><a class="colour1" href=""><span>11</span></a></li> 
                        <li><a class="colour2" href=""><span>22</span></a></li> 
                        <li><a class="colour3" href=""><span>33</span></a></li> 
                    </ul> 
                    <div class="clear"></div> 
                </div> 
                <div id="header">  
                    <ul id="topNav">  
                        <li> 
                            <class="headerAccessLinks" title="AtoZ" href="/Pages/atoz.aspx">A to Z</a><div class="pipes">|</div> 
                            <class="headerAccessLinks" title="Emergencies" href="">Emergencies</a><div class="pipes">|</div> 
                            <class="headerAccessLinks" title="DoItOnline" href="">Do It Online</a><div class="pipes">|</div> 
                            <class="headerAccessLinks" title="Directions" href="">Directions to our offices</a><div class="pipes">|</div> 
                            <class="headerAccessLinks" title="SiteMap" href="">Site Map</a><div class="pipes">|</div> 
                            <class="headerAccessLinks" title="ContactUs" href="">Contact Us</a><div class="pipes">|</div> 
                            <class="headerAccessLinks" title="Help" href="">Help</a><div class="pipes">|</div> 
                            <class="headerAccessLinks" title="Forum" href="http://sharepointprototype/forum">Forum</a> 
                        </li> 
                    </ul> 
                    <ul id="accessKeys" style="display:none;">  
                        <li><a href="#content" title="Jump to Content" accesskey="j"></a></li>  
                        <li><a href="" title="What's New" accesskey="2"></a></li>  
                        <li><a href="" title="Complaints Procedure" accesskey="7"></a></li>  
                        <li><a href="" title="Terms and Conditions" accesskey="8"></a></li>  
                        <li><a href="" title="Access Key Details" accesskey="0"></a></li>  
                    </ul> 
                    <div id="headerTop" class="fixclear">  
                        <!--- --- --- Company Logo linking back to the Home page --- --- ---> 
                        <div class="headerLeft">  
                            <class="headerLogo" accesskey="l" title="Home" href="/">  
                                <span>Home</span> 
                            </a> 
                        </div> 
                        <div class="headerRight">  
                            <div class="selfService">  
                                <div class="selfServiceTitle">Self Service </div><a class="ssLink" href="/secure" alt="Self Service Portal" >Sign In</a>|<class="ssLink" href="/Pages/WMDCRegister.aspx" alt="Portal Registration" >Register</a> 
                            </div> 
                            <div id="searchPanel">  
                                <input name="SearchFilter" type="text" accesskey="S" class="ms-sbplain searchBox" title="Enter search words" alt="Enter search words" /> 
                                <input name="btnSearch" type="button" value="Search" onclick="window.location='/Search/Results.aspx?k=' + this.form.SearchFilter.value" /> 
                                  
                                <div class="advancedSearch">  
                                    <href="#">  
                                        Advanced Search  
                                    </a> 
                            </div> 
                        </div> 
   
                        </div> 
                        <!--- --- --- End of Logo area --- --- ---> 
                    </div> 
                </div> 
                <!--- --- ---  Breadcrumbs --- --- ---> 
                    <!--  
                        <div class="breadcrumb">  
                            <span id="ctl00_PlaceHolderTitleBreadcrumb_siteMapPath"><href="#ctl00_PlaceHolderTitleBreadcrumb_siteMapPath_SkipLink"><img alt="Skip Navigation Links" height="0" width="0" src="/WebResource.axd?d=L3xgeHshR9nm9niIUHGyqA2&amp;t=633825756745839210" style="border-width:0px;" /></a><span><a title="Wakefield Metropolitan District Council" class="ms-sitemapdirectional" href="/Pages/default.aspx">Home</a></span><span></span><span><title="Environment and Planning" class="ms-sitemapdirectional" href="/Environment/Pages/default.aspx">Environment and Planning</a></span><span></span><span><title="Dead Animals" class="breadcrumbCurrent" href="/Environment/Pages/Deadanimals.aspx">Dead Animals</a></span><id="ctl00_PlaceHolderTitleBreadcrumb_siteMapPath_SkipLink"></a></span>  
                        </div> 
                    --> 
                    <!--- --- ---  End of Breadcrumbs --- --- ---> 
                <div> 
                    <div id="left">  
                        <div class="first">  
                            <h2 class="curvedHeader">Services</h2> 
                            <div class="menuContentBox">  
                                <div class="nav">  
                                    <ul> 
                                        <li class="level1"><href="">About Wakefield</a></li>  
                                        <li class="level1"><href="">Advice and Benefits</a></li>  
                                        <li class="level1"><href="">Business</a></li>  
                                        <li class="level1"><href="">Community and Living</a></li>  
                                        <li class="level1"><href="">Council and Democracy</a></li>  
                                        <li class="level1"><href="">Culture and Leisure</a></li>  
                                        <li class="level1"><href="">Education</a></li>  
                                        <li class="level1"><href="/Environment/Pages/default.aspx">Environment</a></li>  
                                        <li class="level1"><href="">Health and Social Care</a></li>  
                                        <li class="level1"><href="">Housing</a></li>  
                                        <li class="level1"><href="">Jobs and Careers</a></li>  
                                        <li class="level1"><href="">News</a></li>  
                                        <li class="level1"><href="">Planning and Regeneration</a></li>  
                                        <li class="level1"><href="">Transport and Travel</a></li>  
                                        <li class="level1"><href="">Where I Live</a></li>  
                                    </ul> 
                                </div> 
                            </div> 
                        </div> 
                        <div class="menu">  
                            <h2 class="curvedHeader">Popular Links</h2> 
                            <div class="menuContentBox">  
                                <select id="popularLinks">  
                                    <option value="#" selected="selected">Please select</option> 
                                    <option value="#">Benefits Calculator</option> 
                                    <option value="#">Job Vacancies</option> 
                                    <option value="#">Council Tax</option> 
                                </select> 
                            </div> 
                        </div> 
                        <div class="menu">  
                            <h2 class="curvedHeader">Contact Us</h2> 
                            <div class="menuContentBox">  
                                <class="small">Wakefield Council</p> 
                                <class="small">Town Hall</p> 
                                <class="small">Wood Street</p> 
                                <class="small">Wakefield</p> 
                                <class="small">WF1 2HQ</p> 
                                <class="small"><br /><img src="/Style%20Library/Images/WMDC/icon%20-%20location.gif" alt="Visit" width="17" height="14"/>  
                                    <href="http://maps.google.com">Visit</a></p>  
                                <class="small"><img src="/Style%20Library/Images/WMDC/icon - telephone.gif" alt="Telephone" width="17" height="14"/> 0845 8 506 506</p> 
                                <class="small"><img src="/Style%20Library/Images/WMDC/icon - e-mail.gif" alt="Email" width="17" height="14"/> <href="mailto:customerservices@wakefield.gov.uk">Customer Services</a></p>  
                            </div> 
                        </div> 
                    </div> 
                    <div id="content">  
                        <div id="ctl00_MSO_ContentDiv" class="mainContainer">  
                            <div class="pageTitle">  
                                <!--- --- --- Page Title --- --- --->     
                                  
                            </div>                                            
                            <div class="mainContent">  
                                <!--- --- ---  Page Content --- --- ---> 
                                  
<div id="printPageCols">  
    <div id="printPageLeftCol">  
        <div class="breadcrumb">  
            <span id="ctl00_PlaceHolderMain_siteMapPath"><href="#ctl00_PlaceHolderMain_siteMapPath_SkipLink"><img alt="Skip Navigation Links" height="0" width="0" src="/WebResource.axd?d=L3xgeHshR9nm9niIUHGyqA2&amp;t=633825756745839210" style="border-width:0px;" /></a><span><a title="Wakefield Metropolitan District Council" class="ms-sitemapdirectional" href="/Pages/default.aspx">Home</a></span><span> &gt; </span><span><title="Environment and Planning" class="ms-sitemapdirectional" href="/Environment/Pages/default.aspx">Environment and Planning</a></span><span> &gt; </span><span class="breadcrumbCurrent">Dead Animals</span><a id="ctl00_PlaceHolderMain_siteMapPath_SkipLink"></a></span>  
        </div> 
   
    </div> 
    <div id="printPageRightCol"><img alt="Print this page" src="/Style%20Library/Images/WMDC/IconPrint.gif" width="22" height="18"/>  
    </div> 
</div> 
<h1><a name="content"></a> 
<div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer" nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">Title</span></div><div class="ms-formfieldvaluecontainer"><span dir="none">  
        <input name="ctl00$PlaceHolderMain$ctl00$ctl00$TextField" type="text" value="Dead Animals" maxlength="255" id="ctl00_PlaceHolderMain_ctl00_ctl00_TextField" title="Title" class="ms-long" /><br>  
    </span></div></div></h1>  
   
<script type="text/javascript" src="/_controltemplates/Wmdc/OnThisPage/onthispage.js"></script> 
<div id="onthispage">On this page:   
    <name="otpElectronicForms" href="#">Electronic forms</a> 
    <name="otpDownloads" href="#">Downloads</a> 
    <name="otpRelatedLinks" href="#">Related links</a> 
    <name="otpContact" href="#">Contact information</a> 
    <name="otpFAQs" href="#">FAQ&#39;s</a> 
</div> 
<div class="serviceDescription">  
    <div id="ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField" style="display:inline"><div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer" nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">Service description</span></div><div class="ms-formfieldvaluecontainer"><span dir="none">  
        <span id="ctl00_PlaceHolderMain_ctl01_ctl00_TelerikScriptManager1"><script type="text/javascript">   
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$PlaceHolderMain$ctl01$ctl00$TelerikScriptManager', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]> 
</script> 
</span> 
        <div id="ctl00_PlaceHolderMain_ctl01_ctl00_originalEditorContainer" style="display:none">  
            <SPAN id="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_container" name="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_container" ControlType="HtmlEditor" style="width:99.8%">  
<INPUT type="hidden" id="ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField" name="ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField" value="&lt;div id=&quot;BodyAdvanced1_PageContentPlaceholder_PresentationModeControlsContainer_DHTMLPlaceholder1&quot; class=placeholderPresentation&gt;  
&lt;h3&gt;&lt;strong&gt;Report a dead animal...&lt;/strong&gt;&lt;/h3&gt;  
&lt;ul&gt;  
    &lt;li&gt;Phone the Contact Centre on 0845 8 506 506 - 24-hours 7 days a &lt;strong&gt;week.&lt;/strong&gt; &lt;/li&gt;  
    &lt;li&gt;Report an dead animal online using the &lt;a href=&quot;http://forms.wakefield.gov.uk/AF3/an/default.aspx/RenderForm/?F.Name=LFfndudZsD3&quot;&gt;Neighbourhood Action Form &lt;/a&gt;&lt;/li&gt;  
&lt;/ul&gt;  
&lt;br&gt;  
&lt;p&gt;We are responsible for the removal of any animal found on the public highway. This includes wild animals such as badgers and foxes as well as domestic pets such as cats and dogs. However we will not remove a dead animal from a private property. &lt;/p&gt;  
&lt;br&gt;  
&lt;p&gt;When reporting a dead animal you can help us by giving us as much information as possible including:-&lt;/p&gt;  
&lt;ul&gt;  
    &lt;li&gt;The location of the dead animal including local landmarks &lt;/li&gt;  
    &lt;li&gt;The type of animal &lt;/li&gt;  
    &lt;li&gt;Description of the animal e.g. colour&lt;/li&gt;  
&lt;/ul&gt;  
&lt;br&gt;  
&lt;p&gt;Neighbourhood Action staff will respond quickly to requests for the removal and disposal of dead animals found on the highway or any public open land. This is a free service. &lt;/p&gt;  
&lt;/div&gt;"> 
<INPUT type="hidden" id="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_hiddenDisplay" name="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_hiddenDisplay" value="&lt;div id=&quot;BodyAdvanced1_PageContentPlaceholder_PresentationModeControlsContainer_DHTMLPlaceholder1&quot; class=placeholderPresentation&gt;  
&lt;h3&gt;&lt;strong&gt;Report a dead animal...&lt;/strong&gt;&lt;/h3&gt;  
&lt;ul&gt;  
    &lt;li&gt;Phone the Contact Centre on 0845 8 506 506 - 24-hours 7 days a &lt;strong&gt;week.&lt;/strong&gt; &lt;/li&gt;  
    &lt;li&gt;Report an dead animal online using the &lt;a href=&quot;http://forms.wakefield.gov.uk/AF3/an/default.aspx/RenderForm/?F.Name=LFfndudZsD3&quot;&gt;Neighbourhood Action Form &lt;/a&gt;&lt;/li&gt;  
&lt;/ul&gt;  
&lt;br&gt;  
&lt;p&gt;We are responsible for the removal of any animal found on the public highway. This includes wild animals such as badgers and foxes as well as domestic pets such as cats and dogs. However we will not remove a dead animal from a private property. &lt;/p&gt;  
&lt;br&gt;  
&lt;p&gt;When reporting a dead animal you can help us by giving us as much information as possible including:-&lt;/p&gt;  
&lt;ul&gt;  
    &lt;li&gt;The location of the dead animal including local landmarks &lt;/li&gt;  
    &lt;li&gt;The type of animal &lt;/li&gt;  
    &lt;li&gt;Description of the animal e.g. colour&lt;/li&gt;  
&lt;/ul&gt;  
&lt;br&gt;  
&lt;p&gt;Neighbourhood Action staff will respond quickly to requests for the removal and disposal of dead animals found on the highway or any public open land. This is a free service. &lt;/p&gt;  
&lt;/div&gt;"> 
<span id="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField" title="Service description"><div class="ms-toolbarContainer" width="100%"><div width="100%"><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');if (window.event) { window.event.returnValue = false; window.event.cancelBubble = true; } return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField____EditHtml" SelectorID="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField"><IMG alt="Edit Content" src="/_layouts/images/RTE2EDIT.GIF" border="0"></A><A href="#" onclick="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');if (window.event) { window.event.returnValue = false; window.event.cancelBubble = true; } return false;" title="Edit Content" ID="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField____EditHtml_LINK" SelectorID="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField">Edit Content</A></DIV></div><div  style="display: none" nowrap="nowrap" class="ms-consolestatus" width="100%"></div></div><SPAN id="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_DisplayHtmlPanel" style="display:inline;" onclick="if (!window.event || !window.event.ctrlKey) {var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');} else { if (window.event.srcElement.href) window.open(window.event.srcElement.href ,'_blank'); }if (window.event) { window.event.returnValue = false; window.event.cancelBubble = true; } return false;" onkeydown="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');" ondragenter="this.onclick()" oncontrolselect="this.onclick()"><!--DisplayHtmlLiteral--> 
<DIV id="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_displayContent" style="padding: 8px;width:100%">  
           <div id="BodyAdvanced1_PageContentPlaceholder_PresentationModeControlsContainer_DHTMLPlaceholder1" class=placeholderPresentation>  
<h3><strong>Report a dead animal...</strong></h3>  
<ul> 
    <li>Phone the Contact Centre on 0845 8 506 506 - 24-hours 7 days a <strong>week.</strong> </li> 
    <li>Report an dead animal online using the <href="http://forms.wakefield.gov.uk/AF3/an/default.aspx/RenderForm/?F.Name=LFfndudZsD3">Neighbourhood Action Form </a></li>  
</ul> 
<br> 
<p>We are responsible for the removal of any animal found on the public highway. This includes wild animals such as badgers and foxes as well as domestic pets such as cats and dogs. However we will not remove a dead animal from a private property. </p> 
<br> 
<p>When reporting a dead animal you can help us by giving us as much information as possible including:-</p> 
<ul> 
    <li>The location of the dead animal including local landmarks </li> 
    <li>The type of animal </li> 
    <li>Description of the animal e.g. colour</li> 
</ul> 
<br> 
<p>Neighbourhood Action staff will respond quickly to requests for the removal and disposal of dead animals found on the highway or any public open land. This is a free service. </p> 
</div></DIV>  
<!--/DisplayHtmlLiteral--> 
</SPAN><SPAN id="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_EmptyHtmlPanel" style="display:none;cursor:hand;" onclick="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');" ondragenter="this.onclick()" onkeydown="this.onclick()"><!--EmptyPanelHtmlLiteral--> 
<DIV class="ms-selectorlink" align=center valign=center  style="padding: 8px">  
   <href="#" title="Open a new window to edit the content" ID="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField____AddContentPromptLink" SelectorID="ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField"        class="ms-toolbar ms-selectorlink" >           Click here to add new content   </A></DIV><!--EmptyPanelHtmlLiteral--> 
</SPAN></span></SPAN> 
   
        </div> 
        <div id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1" class="RadEditor Default reWrapper " style="width:680px;height:400px;">  
    <!-- 2009.3.1208.35 --><div id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener" style="display:none;">  
        <div id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_Window" style="display:none;">  
            <div id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_Window_C">  
   
            </div><input id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_Window_ClientState" name="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_Window_ClientState" type="hidden" /> 
        </div><input id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_ClientState" name="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_ClientState" type="hidden" /> 
    </div><table id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1Wrapper" cellpadding="0" cellspacing="0" style="table-layout:auto;width:100%;height:400px;">  
        <tbody> 
            <tr> 
                <td class="reWrapper_corner reCorner_top_left">&nbsp;</td><td class="reWrapper_center reCenter_top" colspan="3">&nbsp;</td><td class="reWrapper_corner reCorner_top_right">&nbsp;</td> 
            </tr><tr>  
                <td class="reLeftVerticalSide" rowspan="4">&nbsp;</td><td rowspan="4" id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1Left" class="reTlbVertical"></td><td id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1Top" class="reToolCell" style="width:100%;"><div class="Default reToolbarWrapper" style="overflow:hidden;height:0px;">  
                    <ul class="reToolbar Default">  
                        <li class="reGrip grip_first">&nbsp;</li><li><title="AJAX Spellchecker" class="reTool" href="#"><span class="AjaxSpellCheck">&nbsp;</span></a></li><li><title="Find And Replace" class="reTool" href="#"><span class="FindAndReplace">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Cut (CTRL+X)" class="reTool" href="#"><span class="Cut">&nbsp;</span></a></li><li><title="Copy (CTRL+C)" class="reTool" href="#"><span class="Copy">&nbsp;</span></a></li><li><title="Paste (CTRL+V)" class="reTool" href="#"><span class="Paste">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Undo (CTRL+Z)" class="reTool reSplitButton" href="#"><span class="Undo">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li><title="Redo (CTRL+Y)" class="reTool reSplitButton" href="#"><span class="Redo">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSLinkManager (CTRL+K)" class="reTool" href="#"><span class="MOSSLinkManager">&nbsp;</span></a></li><li><title="Remove Link (CTRL+SHIFT+K)" class="reTool" href="#"><span class="Unlink">&nbsp;</span></a></li><li><title="Image Manager (CTRL+G)" class="reTool" href="#"><span class="ImageManager">&nbsp;</span></a></li><li><title="MOSSTemplateManager" class="reTool" href="#"><span class="MOSSTemplateManager">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSInsertTable" class="reTool" href="#"><span class="MOSSInsertTable">&nbsp;</span></a></li><li><title="Table Properties" class="reTool" href="#"><span class="SetTableProperties">&nbsp;</span></a></li><li><title="Show/Hide Border" class="reTool" href="#"><span class="ToggleTableBorder">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSInsertTableElement" class="reTool reSplitButton" href="#"><span class="MOSSInsertTableElement">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li><title="Merge Cells Horizontally" class="reTool" href="#"><span class="MergeColumns">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="ToggleSource" class="reTool" href="#"><span class="ToggleSource">&nbsp;</span></a></li><li><title="Format Stripper" class="reTool reSplitButton" href="#"><span class="FormatStripper">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSRightToLeft" class="reTool" href="#"><span class="MOSSRightToLeft">&nbsp;</span></a></li><li><title="MOSSLeftToRight" class="reTool" href="#"><span class="MOSSLeftToRight">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Foreground Color" class="reTool reSplitButton" href="#"><span class="ForeColor">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li><title="Background Color" class="reTool reSplitButton" href="#"><span class="BackColor">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li class="reGrip grip_last">&nbsp;</li> 
                    </ul><ul class="reToolbar Default">  
                        <li class="reGrip grip_first">&nbsp;</li><li><title="Apply CSS Class" class="reDropdown" href="#"><span class="ApplyClass" style="width:80px;">Apply CSS Class</span></a></li><li><title="Paragraph Style" class="reDropdown" href="#"><span class="FormatBlock" style="width:80px;">Paragraph Style</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Font Name" class="reDropdown" href="#"><span class="FontName" style="width:80px;">Font Name</span></a></li><li><title="Size" class="reDropdown" href="#"><span class="FontSize" style="width:21px;">Size</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Bold (CTRL+B)" class="reTool" href="#"><span class="Bold">&nbsp;</span></a></li><li><title="Italic (CTRL+I)" class="reTool" href="#"><span class="Italic">&nbsp;</span></a></li><li><title="Underline (CTRL+U)" class="reTool" href="#"><span class="Underline">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Align Left" class="reTool" href="#"><span class="JustifyLeft">&nbsp;</span></a></li><li><title="Align Center" class="reTool" href="#"><span class="JustifyCenter">&nbsp;</span></a></li><li><title="Align Right" class="reTool" href="#"><span class="JustifyRight">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Numbered List" class="reTool" href="#"><span class="InsertOrderedList">&nbsp;</span></a></li><li><title="Bullet List" class="reTool" href="#"><span class="InsertUnorderedList">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Indent" class="reTool" href="#"><span class="Indent">&nbsp;</span></a></li><li><title="Outdent" class="reTool" href="#"><span class="Outdent">&nbsp;</span></a></li><li class="reGrip grip_last">&nbsp;</li> 
                    </ul> 
                </div></td><td rowspan="4" id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1Right" class="reTlbVertical"></td><td rowspan="4" class="reRightVerticalSide">&nbsp;</td> 
            </tr><tr>  
                <td valign="top" id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1Center" class="reContentCell" style="height:100%;"><textarea id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1ContentHiddenTextarea" name="ctl00$PlaceHolderMain$ctl01$ctl00$RadHtmlField1" rows="4" cols="20" style="display:none;">%3cdiv id%3d%22BodyAdvanced1_PageContentPlaceholder_PresentationModeControlsContainer_DHTMLPlaceholder1%22 class%3dplaceholderPresentation%3e  
%3ch3%3e%3cstrong%3eReport a dead animal...%3c/strong%3e%3c/h3%3e  
%3cul%3e  
    %3cli%3ePhone the Contact Centre on 0845 8 506 506 - 24-hours 7 days a %3cstrong%3eweek.%3c/strong%3e %3c/li%3e  
    %3cli%3eReport an dead animal online using the %3ca href%3d%22http%3a//forms.wakefield.gov.uk/AF3/an/default.aspx/RenderForm/%3fF.Name%3dLFfndudZsD3%22%3eNeighbourhood Action Form %3c/a%3e%3c/li%3e  
%3c/ul%3e  
%3cbr%3e  
%3cp%3eWe are responsible for the removal of any animal found on the public highway. This includes wild animals such as badgers and foxes as well as domestic pets such as cats and dogs. However we will not remove a dead animal from a private property. %3c/p%3e  
%3cbr%3e  
%3cp%3eWhen reporting a dead animal you can help us by giving us as much information as possible including%3a-%3c/p%3e  
%3cul%3e  
    %3cli%3eThe location of the dead animal including local landmarks %3c/li%3e  
    %3cli%3eThe type of animal %3c/li%3e  
    %3cli%3eDescription of the animal e.g. colour%3c/li%3e  
%3c/ul%3e  
%3cbr%3e  
%3cp%3eNeighbourhood Action staff will respond quickly to requests for the removal and disposal of dead animals found on the highway or any public open land. This is a free service. %3c/p%3e  
%3c/div%3e</textarea></td>  
            </tr><tr>  
                <td class="reToolZone"><table cellpadding="0" cellspacing="0" id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_BottomTable" style="width:100%;display:none;">  
                    <tbody> 
                        <tr> 
                            <td class="reEditorModesCell"><div class="reEditorModes" id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_ModesWrapper">  
                                <ul> 
                                    <li><a href="javascript:void(0);" title="Design" class="reMode_design reMode_selected"><span>Design</span></a></li><li><href="javascript:void(0);" title="HTML" class="reMode_html"><span>HTML</span></a></li><li><href="javascript:void(0);" title="Preview" class="reMode_preview"><span>Preview</span></a></li> 
                                </ul> 
                            </div></td><td class="reBottomZone" id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1Bottom">&nbsp;</td><td class="reResizeCell" valign="bottom" align="right" style="width:15px;"><div id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1BottomResizer">  
                                &nbsp;  
                            </div></td>  
                        </tr> 
                    </tbody> 
                </table></td>  
            </tr><tr>  
                <td id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1Module" class="reToolZone"></td> 
            </tr><tr>  
                <td class="reWrapper_corner reCorner_bottom_left">&nbsp;</td><td class="reWrapper_center reCenter_bottom" colspan="3">&nbsp;</td><td class="reWrapper_corner reCorner_bottom_right">&nbsp;</td> 
            </tr> 
        </tbody> 
    </table><input id="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_ClientState" name="ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_ClientState" type="hidden" /> 
</div> 
    </span></div></div></div>  
</div> 
<br /> 
<br /> 
<div class="doItOnlineHeader">  
<h2 class="white"><name="forms"></a>Electronic forms</h2> 
</div> 
<div id="sectionDoItOnline" class="pageSection">  
<div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer" nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">Form links</span></div><div class="ms-formfieldvaluecontainer"><span dir="none"><div id="ctl00_PlaceHolderMain_ctl02__ControlWrapper_SummaryLinkFieldControl" width="100%"><div class="ms-toolbarContainer" width="100%"><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupAddEditLinkDialog('Add','','','','','','','','','','','','Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','WMDC_forms','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_NewLink" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00"><IMG alt="Open a new window to add a new link" src="/_layouts/1033/IMAGES/rtelnk.gif" border="0"></A><A href="#" onclick="popupAddEditLinkDialog('Add','','','','','','','','','','','','Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','WMDC_forms','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to add a new link" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_NewLink_LINK" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00">New Link</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupAddEditGroupDialog('Add','','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_NewGroup" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00"><IMG alt="Open a new window to add a new group" src="/_layouts/IMAGES/SLNewGroup.GIF" border="0"></A><A href="#" onclick="popupAddEditGroupDialog('Add','','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to add a new group" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_NewGroup_LINK" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00">New Group</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupConfigureStylesAndLayoutDialog(1,'Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','WMDC_forms','Default\u0026Large\u002520text\u0026Small\u002520text\u0026Banded\u0026Centered\u0026Separator\u0026Whitespace','Default','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_EditView" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00"><IMG alt="Open a new window to configure styles and layout" src="/_layouts/1033/IMAGES/ConfigureStylesLayout.GIF" border="0"></A><A href="#" onclick="popupConfigureStylesAndLayoutDialog(1,'Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','WMDC_forms','Default\u0026Large\u002520text\u0026Small\u002520text\u0026Banded\u0026Centered\u0026Separator\u0026Whitespace','Default','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to configure styles and layout" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_EditView_LINK" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00">Configure Styles and Layout</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupSortLinksDialog('\u003cdiv title=\u0022_schemaversion\u0022 id=\u0022_3\u0022\u003e\r\n  \u003cdiv title=\u0022_links\u0022\u003e\r\n    \u003cdiv title=\u0022_link\u0022\u003e\r\n      \u003cspan title=\u0022_title\u0022\u003eNeighbourhood Action Form\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_order\u0022\u003e1\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_begincolumn\u0022\u003eTrue\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_linkurl\u0022\u003e\r\n        \u003ca href=\u0022http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=LFfndudZsD3\u0022\u003ehttp:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=LFfndudZsD3\u003c\u002fa\u003e\r\n      \u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_style\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_openinnewwindow\u0022\u003eTrue\u003c\u002fspan\u003e\r\n    \u003c\u002fdiv\u003e\r\n    \u003cdiv title=\u0022_link\u0022\u003e\r\n      \u003cspan title=\u0022_title\u0022\u003eStreet Litter Bin \u0026amp; Dog Bin Form\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_order\u0022\u003e2\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_begincolumn\u0022\u003eFalse\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_linkurl\u0022\u003e\r\n        \u003ca href=\u0022http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=H7QmR4j-lii\u0022\u003ehttp:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=H7QmR4j-lii\u003c\u002fa\u003e\r\n      \u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_style\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_openinnewwindow\u0022\u003eTrue\u003c\u002fspan\u003e\r\n    \u003c\u002fdiv\u003e\r\n    \u003cdiv title=\u0022_link\u0022\u003e\r\n      \u003cspan title=\u0022_title\u0022\u003eDogs - Lost and Stray Dog Reporting Form\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_order\u0022\u003e3\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_begincolumn\u0022\u003eFalse\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_linkurl\u0022\u003e\r\n        \u003ca href=\u0022http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=EANuB8TthQF\u0022\u003ehttp:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=EANuB8TthQF\u003c\u002fa\u003e\r\n      \u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_style\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_openinnewwindow\u0022\u003eTrue\u003c\u002fspan\u003e\r\n    \u003c\u002fdiv\u003e\r\n  \u003c\u002fdiv\u003e\r\n  \u003cdiv title=\u0022_view\u0022\u003e\r\n    \u003cspan title=\u0022_columns\u0022\u003e1\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_linkstyle\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_groupstyle\u0022\u003eDefaultHeader\u003c\u002fspan\u003e\r\n  \u003c\u002fdiv\u003e\r\n\u003c\u002fdiv\u003e','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_SortLinks" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00"><IMG alt="Open a new window to sort the links and group headers" src="/_layouts/IMAGES/Reorder.GIF" border="0"></A><A href="#" onclick="popupSortLinksDialog('\u003cdiv title=\u0022_schemaversion\u0022 id=\u0022_3\u0022\u003e\r\n  \u003cdiv title=\u0022_links\u0022\u003e\r\n    \u003cdiv title=\u0022_link\u0022\u003e\r\n      \u003cspan title=\u0022_title\u0022\u003eNeighbourhood Action Form\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_order\u0022\u003e1\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_begincolumn\u0022\u003eTrue\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_linkurl\u0022\u003e\r\n        \u003ca href=\u0022http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=LFfndudZsD3\u0022\u003ehttp:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=LFfndudZsD3\u003c\u002fa\u003e\r\n      \u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_style\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_openinnewwindow\u0022\u003eTrue\u003c\u002fspan\u003e\r\n    \u003c\u002fdiv\u003e\r\n    \u003cdiv title=\u0022_link\u0022\u003e\r\n      \u003cspan title=\u0022_title\u0022\u003eStreet Litter Bin \u0026amp; Dog Bin Form\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_order\u0022\u003e2\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_begincolumn\u0022\u003eFalse\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_linkurl\u0022\u003e\r\n        \u003ca href=\u0022http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=H7QmR4j-lii\u0022\u003ehttp:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=H7QmR4j-lii\u003c\u002fa\u003e\r\n      \u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_style\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_openinnewwindow\u0022\u003eTrue\u003c\u002fspan\u003e\r\n    \u003c\u002fdiv\u003e\r\n    \u003cdiv title=\u0022_link\u0022\u003e\r\n      \u003cspan title=\u0022_title\u0022\u003eDogs - Lost and Stray Dog Reporting Form\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_order\u0022\u003e3\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_begincolumn\u0022\u003eFalse\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_linkurl\u0022\u003e\r\n        \u003ca href=\u0022http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=EANuB8TthQF\u0022\u003ehttp:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=EANuB8TthQF\u003c\u002fa\u003e\r\n      \u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_style\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n      \u003cspan title=\u0022_openinnewwindow\u0022\u003eTrue\u003c\u002fspan\u003e\r\n    \u003c\u002fdiv\u003e\r\n  \u003c\u002fdiv\u003e\r\n  \u003cdiv title=\u0022_view\u0022\u003e\r\n    \u003cspan title=\u0022_columns\u0022\u003e1\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_linkstyle\u0022\u003eWMDC_forms\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_groupstyle\u0022\u003eDefaultHeader\u003c\u002fspan\u003e\r\n  \u003c\u002fdiv\u003e\r\n\u003c\u002fdiv\u003e','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to sort the links and group headers" ID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00____AddSummaryLink_SortLinks_LINK" SelectorID="ctl00_PlaceHolderMain_ctl02_ctl00_ctl00">Reorder</A></DIV></div><span style="display:none"><menu type='ServerMenu' id="ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate">  
                    <ie:menuitem id="ctl00_PlaceHolderMain_ctl02_ctl00_SlwpEditLink" type="option" iconSrc="/_layouts/images/EditItem.gif" onMenuClick="popupAddEditLinkDialog('%mode%','%loginname%', '%sipaddress%','%title%', '%description%', '%linkurl%', '%linktooltip%', '%imageurl%', '%imagealttext%', '%group%', '%linkid%', '%groups%', '%styles%', '%style%', '%openinnewwindow%', '%postBackReference%')" text="Edit" menuGroupId="2147483647"></ie:menuitem> 
                    <ie:menuitem id="ctl00_PlaceHolderMain_ctl02_ctl00_SlwpDeleteLink" type="option" iconSrc="/_layouts/images/DelItem.gif" onMenuClick="deleteSummaryLink('%linkid%','%postBackReference%')" text="Delete" menuGroupId="2147483647"></ie:menuitem> 
                </menu></span>  
                <span style="display:none"><menu type='ServerMenu' id="ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkGroupMenuTemplate">  
                    <ie:menuitem id="ctl00_PlaceHolderMain_ctl02_ctl00_SlwpEditGroup" type="option" iconSrc="/_layouts/images/EditItem.gif" onMenuClick="popupAddEditGroupDialog('%mode%','%group%','%linkid%','%groups%','%postBackReference%')" text="Edit" menuGroupId="2147483647"></ie:menuitem> 
                    <ie:menuitem id="ctl00_PlaceHolderMain_ctl02_ctl00_SlwpDeleteGroup" type="option" iconSrc="/_layouts/images/DelItem.gif" onMenuClick="deleteSummaryLinkGroup('%linkid%','%postBackReference%')" text="Delete" menuGroupId="2147483647"></ie:menuitem> 
                </menu></span>  
            <script type="text/javascript" language="javascript">  
        var slwp;  
        if (slwp == null) slwp = new Array();  
        slwp['ctl00_PlaceHolderMain_ctl02_ctl00'] = "WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029";  
      </script><table id="slwp_ctl00_PlaceHolderMain_ctl02_ctl00" cellspacing="0" cellpadding="0" class="slm-layout-main"><tr><td id="column" width="100%" valign="top"><div id="group" class="slm-layout-main"><table cellspacing="0" cellpadding="0" class="slm-layout-main"><tr id="item_1"><td class="slm-edit-ecb"><div> 
                                              <span title="Open Menu"><table height="100%" cellspacing="0" class="ms-unselectedtitle" id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl02_t" foa="MMU_GetMenuFromClientId('ctl00_PlaceHolderMain_ctl02_ctl00_ctl02')" onmouseover="MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-selectedtitle" hoverInactive="ms-unselectedtitle" onclick=" MMU_Open(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'), MMU_GetMenuFromClientId('ctl00_PlaceHolderMain_ctl02_ctl00_ctl02'),event,true, null, 0);" oncontextmenu="this.click(); return false;" menuformat="ArrowOnHover"  downArrowTitle="Open Menu"><tr><td class="ms-vb"><id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl02" href="#" onclick="javascript:return false;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'),this,true);" onkeydown="return MMU_EcbLinkOnKeyDown(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'),this,event);"  menuTokenValues="mode=Edit,loginname=,linkid=1,sipaddress=,title=Neighbourhood Action Form,description=,linkurl=http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=LFfndudZsD3,linktooltip=,imageurl=,imagealttext=,styles=Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks,style=WMDC_forms,openinnewwindow=True,groups=,group=,postBackReference=WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022%252c \u0022SLWPToken\u0022%252c false%252c \u0022\u0022%252c \u0022\u0022%252c true%252c true\u0029\u0029,MENUCLIENTID=ctl00_PlaceHolderMain_ctl02_ctl00_ctl02,TEMPLATECLIENTID=ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate" serverclientid="ctl00_PlaceHolderMain_ctl02_ctl00_ctl02"><img border="0" align="absmiddle" src="/_layouts/images/EditItem.gif" alt="Edit Link"><img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a></td><td class="ms-menuimagecell" style="visibility:hidden" id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl02_ti"><img src="/_layouts/images/downarrw.gif" width="13" alt=""/></td></tr></table></span>  
                                            </div></td><td id="dragsource" class="slm-edit-link slm-dragdrop-source"><div id="listItem">              
            <ul id="documentLinks">  
            <li id="formlink"><href="http://forms.wakefield.gov.uk/AF3/an/default.aspx/RenderForm/?F.Name=LFfndudZsD3" target="_blank" title="Neighbourhood Action Form">Neighbourhood Action Form</a></li>  
            </ul> 
        </div></td></tr></table><table cellspacing="0" cellpadding="0" class="slm-layout-main"><tr id="item_2"><td class="slm-edit-ecb"><div> 
                                              <span title="Open Menu"><table height="100%" cellspacing="0" class="ms-unselectedtitle" id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl03_t" foa="MMU_GetMenuFromClientId('ctl00_PlaceHolderMain_ctl02_ctl00_ctl03')" onmouseover="MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-selectedtitle" hoverInactive="ms-unselectedtitle" onclick=" MMU_Open(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'), MMU_GetMenuFromClientId('ctl00_PlaceHolderMain_ctl02_ctl00_ctl03'),event,true, null, 0);" oncontextmenu="this.click(); return false;" menuformat="ArrowOnHover"  downArrowTitle="Open Menu"><tr><td class="ms-vb"><id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl03" href="#" onclick="javascript:return false;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'),this,true);" onkeydown="return MMU_EcbLinkOnKeyDown(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'),this,event);"  menuTokenValues="mode=Edit,loginname=,linkid=2,sipaddress=,title=Street Litter Bin \u0026 Dog Bin Form,description=,linkurl=http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=H7QmR4j-lii,linktooltip=,imageurl=,imagealttext=,styles=Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks,style=WMDC_forms,openinnewwindow=True,groups=,group=,postBackReference=WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022%252c \u0022SLWPToken\u0022%252c false%252c \u0022\u0022%252c \u0022\u0022%252c true%252c true\u0029\u0029,MENUCLIENTID=ctl00_PlaceHolderMain_ctl02_ctl00_ctl03,TEMPLATECLIENTID=ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate" serverclientid="ctl00_PlaceHolderMain_ctl02_ctl00_ctl03"><img border="0" align="absmiddle" src="/_layouts/images/EditItem.gif" alt="Edit Link"><img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a></td><td class="ms-menuimagecell" style="visibility:hidden" id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl03_ti"><img src="/_layouts/images/downarrw.gif" width="13" alt=""/></td></tr></table></span>  
                                            </div></td><td id="dragsource" class="slm-edit-link slm-dragdrop-source"><div id="listItem">              
            <ul id="documentLinks">  
            <li id="formlink"><href="http://forms.wakefield.gov.uk/AF3/an/default.aspx/RenderForm/?F.Name=H7QmR4j-lii" target="_blank" title="Street Litter Bin &amp; Dog Bin Form">Street Litter Bin &amp; Dog Bin Form</a></li>  
            </ul> 
        </div></td></tr></table><table cellspacing="0" cellpadding="0" class="slm-layout-main"><tr id="item_3"><td class="slm-edit-ecb"><div> 
                                              <span title="Open Menu"><table height="100%" cellspacing="0" class="ms-unselectedtitle" id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl04_t" foa="MMU_GetMenuFromClientId('ctl00_PlaceHolderMain_ctl02_ctl00_ctl04')" onmouseover="MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-selectedtitle" hoverInactive="ms-unselectedtitle" onclick=" MMU_Open(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'), MMU_GetMenuFromClientId('ctl00_PlaceHolderMain_ctl02_ctl00_ctl04'),event,true, null, 0);" oncontextmenu="this.click(); return false;" menuformat="ArrowOnHover"  downArrowTitle="Open Menu"><tr><td class="ms-vb"><id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl04" href="#" onclick="javascript:return false;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'),this,true);" onkeydown="return MMU_EcbLinkOnKeyDown(byid('ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate'),this,event);"  menuTokenValues="mode=Edit,loginname=,linkid=3,sipaddress=,title=Dogs - Lost and Stray Dog Reporting Form,description=,linkurl=http:\u002f\u002fforms.wakefield.gov.uk\u002fAF3\u002fan\u002fdefault.aspx\u002fRenderForm\u002f?F.Name=EANuB8TthQF,linktooltip=,imageurl=,imagealttext=,styles=Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks,style=WMDC_forms,openinnewwindow=True,groups=,group=,postBackReference=WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl02$ctl00\u0022%252c \u0022SLWPToken\u0022%252c false%252c \u0022\u0022%252c \u0022\u0022%252c true%252c true\u0029\u0029,MENUCLIENTID=ctl00_PlaceHolderMain_ctl02_ctl00_ctl04,TEMPLATECLIENTID=ctl00_PlaceHolderMain_ctl02_ctl00_SummaryLinkItemMenuTemplate" serverclientid="ctl00_PlaceHolderMain_ctl02_ctl00_ctl04"><img border="0" align="absmiddle" src="/_layouts/images/EditItem.gif" alt="Edit Link"><img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a></td><td class="ms-menuimagecell" style="visibility:hidden" id="ctl00_PlaceHolderMain_ctl02_ctl00_ctl04_ti"><img src="/_layouts/images/downarrw.gif" width="13" alt=""/></td></tr></table></span>  
                                            </div></td><td id="dragsource" class="slm-edit-link slm-dragdrop-source"><div id="listItem">              
            <ul id="documentLinks">  
            <li id="formlink"><href="http://forms.wakefield.gov.uk/AF3/an/default.aspx/RenderForm/?F.Name=EANuB8TthQF" target="_blank" title="Dogs - Lost and Stray Dog Reporting Form">Dogs - Lost and Stray Dog Reporting Form</a></li>  
            </ul> 
        </div></td></tr></table><div id="footer"><br /><ul id="documentLinks"><li id="noBullet">Anything may want to say about forms</li></ul></div></td ></tr></table></div></span></div></div> 
</div> 
<div class="sectionHeaderRight">  
<h2 class="white"><name="downloads"></a>Downloads</h2> 
</div> 
<div id="sectionDownloads" class="pageSection">  
<div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer" nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">Page Downloads</span></div><div class="ms-formfieldvaluecontainer"><span dir="none"><div id="ctl00_PlaceHolderMain_ctl03__ControlWrapper_SummaryLinkFieldControl" width="100%"><div class="ms-toolbarContainer" width="100%"><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupAddEditLinkDialog('Add','','','','','','','','','','','','Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_NewLink" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00"><IMG alt="Open a new window to add a new link" src="/_layouts/1033/IMAGES/rtelnk.gif" border="0"></A><A href="#" onclick="popupAddEditLinkDialog('Add','','','','','','','','','','','','Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to add a new link" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_NewLink_LINK" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00">New Link</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupAddEditGroupDialog('Add','','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_NewGroup" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00"><IMG alt="Open a new window to add a new group" src="/_layouts/IMAGES/SLNewGroup.GIF" border="0"></A><A href="#" onclick="popupAddEditGroupDialog('Add','','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to add a new group" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_NewGroup_LINK" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00">New Group</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupConfigureStylesAndLayoutDialog(1,'Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','Default\u0026Large\u002520text\u0026Small\u002520text\u0026Banded\u0026Centered\u0026Separator\u0026Whitespace','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_EditView" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00"><IMG alt="Open a new window to configure styles and layout" src="/_layouts/1033/IMAGES/ConfigureStylesLayout.GIF" border="0"></A><A href="#" onclick="popupConfigureStylesAndLayoutDialog(1,'Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','Default\u0026Large\u002520text\u0026Small\u002520text\u0026Banded\u0026Centered\u0026Separator\u0026Whitespace','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to configure styles and layout" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_EditView_LINK" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00">Configure Styles and Layout</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupSortLinksDialog('\u003cdiv title=\u0022_schemaversion\u0022 id=\u0022_3\u0022\u003e\r\n  \u003cdiv title=\u0022_view\u0022\u003e\r\n    \u003cspan title=\u0022_columns\u0022\u003e1\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_linkstyle\u0022\u003e\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_groupstyle\u0022\u003e\u003c\u002fspan\u003e\r\n  \u003c\u002fdiv\u003e\r\n\u003c\u002fdiv\u003e','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_SortLinks" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00"><IMG alt="Open a new window to sort the links and group headers" src="/_layouts/IMAGES/Reorder.GIF" border="0"></A><A href="#" onclick="popupSortLinksDialog('\u003cdiv title=\u0022_schemaversion\u0022 id=\u0022_3\u0022\u003e\r\n  \u003cdiv title=\u0022_view\u0022\u003e\r\n    \u003cspan title=\u0022_columns\u0022\u003e1\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_linkstyle\u0022\u003e\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_groupstyle\u0022\u003e\u003c\u002fspan\u003e\r\n  \u003c\u002fdiv\u003e\r\n\u003c\u002fdiv\u003e','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to sort the links and group headers" ID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00____AddSummaryLink_SortLinks_LINK" SelectorID="ctl00_PlaceHolderMain_ctl03_ctl00_ctl00">Reorder</A></DIV></div><script type="text/javascript" language="javascript">  
        var slwp;  
        if (slwp == null) slwp = new Array();  
        slwp['ctl00_PlaceHolderMain_ctl03_ctl00'] = "WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl03$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029";  
      </script><table id="slwp_ctl00_PlaceHolderMain_ctl03_ctl00" cellspacing="0" cellpadding="0" class="slm-layout-main"><tr><td><div class="wp-content description">There are no items to show in this view.</div></td></tr></table><div><div id="footer"></div></div></div></span></div></div>  
</div> 
<div class="sectionHeaderRight">  
<h2 class="white"><name="links"></a>Related links</h2> 
</div> 
<div id="sectionRelatedLinks" class="pageSection">  
<div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer" nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">Related links</span></div><div class="ms-formfieldvaluecontainer"><span dir="none"><div id="ctl00_PlaceHolderMain_ctl04__ControlWrapper_SummaryLinkFieldControl" width="100%"><div class="ms-toolbarContainer" width="100%"><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupAddEditLinkDialog('Add','','','','','','','','','','','','Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_NewLink" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00"><IMG alt="Open a new window to add a new link" src="/_layouts/1033/IMAGES/rtelnk.gif" border="0"></A><A href="#" onclick="popupAddEditLinkDialog('Add','','','','','','','','','','','','Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to add a new link" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_NewLink_LINK" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00">New Link</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupAddEditGroupDialog('Add','','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_NewGroup" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00"><IMG alt="Open a new window to add a new group" src="/_layouts/IMAGES/SLNewGroup.GIF" border="0"></A><A href="#" onclick="popupAddEditGroupDialog('Add','','','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to add a new group" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_NewGroup_LINK" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00">New Group</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupConfigureStylesAndLayoutDialog(1,'Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','Default\u0026Large\u002520text\u0026Small\u002520text\u0026Banded\u0026Centered\u0026Separator\u0026Whitespace','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_EditView" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00"><IMG alt="Open a new window to configure styles and layout" src="/_layouts/1033/IMAGES/ConfigureStylesLayout.GIF" border="0"></A><A href="#" onclick="popupConfigureStylesAndLayoutDialog(1,'Image\u002520on\u002520left\u0026Title\u002520and\u002520description\u0026Title\u002520only\u0026Title\u002520with\u002520background\u0026Bulleted\u002520title\u0026Image\u002520on\u002520right\u0026Image\u002520on\u002520top\u0026Image\u002520on\u002520top\u00252C\u002520centered\u0026Large\u002520title\u0026Image\u002520only\u00252C\u002520clickable\u0026Image\u002520only\u00252C\u002520not\u002520clickable\u0026Fixed\u002520image\u002520size\u0026WMDC\u00255Fhome\u00255Fpage\u00255Fnews\u0026WMDC\u00255Fdownloads\u0026WMDC\u00255Ffile\u00255Ftype\u0026WMDC\u00255Fforms\u0026WMDC\u00255Frelated\u00255Flinks\u0026render\u00252Ddownload\u00252Dlink\u0026list\u00252Dcontent\u00252Dpdf\u00252Dlinks\u0026list\u00252Dcontent\u00252Dword\u00252Dlinks\u0026list\u00252Dcontent\u00252Dform\u00252Dlinks\u0026list\u00252Dcontent\u00252Drelated\u00252Dlinks','','Default\u0026Large\u002520text\u0026Small\u002520text\u0026Banded\u0026Centered\u0026Separator\u0026Whitespace','','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to configure styles and layout" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_EditView_LINK" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00">Configure Styles and Layout</A></DIV><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="popupSortLinksDialog('\u003cdiv title=\u0022_schemaversion\u0022 id=\u0022_3\u0022\u003e\r\n  \u003cdiv title=\u0022_view\u0022\u003e\r\n    \u003cspan title=\u0022_columns\u0022\u003e1\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_linkstyle\u0022\u003e\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_groupstyle\u0022\u003e\u003c\u002fspan\u003e\r\n  \u003c\u002fdiv\u003e\r\n\u003c\u002fdiv\u003e','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_SortLinks" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00"><IMG alt="Open a new window to sort the links and group headers" src="/_layouts/IMAGES/Reorder.GIF" border="0"></A><A href="#" onclick="popupSortLinksDialog('\u003cdiv title=\u0022_schemaversion\u0022 id=\u0022_3\u0022\u003e\r\n  \u003cdiv title=\u0022_view\u0022\u003e\r\n    \u003cspan title=\u0022_columns\u0022\u003e1\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_linkstyle\u0022\u003e\u003c\u002fspan\u003e\r\n    \u003cspan title=\u0022_groupstyle\u0022\u003e\u003c\u002fspan\u003e\r\n  \u003c\u002fdiv\u003e\r\n\u003c\u002fdiv\u003e','WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029');return false;" title="Open a new window to sort the links and group headers" ID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00____AddSummaryLink_SortLinks_LINK" SelectorID="ctl00_PlaceHolderMain_ctl04_ctl00_ctl00">Reorder</A></DIV></div><script type="text/javascript" language="javascript">  
        var slwp;  
        if (slwp == null) slwp = new Array();  
        slwp['ctl00_PlaceHolderMain_ctl04_ctl00'] = "WebForm_DoPostBackWithOptions\u0028new WebForm_PostBackOptions\u0028\u0022ctl00$PlaceHolderMain$ctl04$ctl00\u0022, \u0022SLWPToken\u0022, false, \u0022\u0022, \u0022\u0022, true, true\u0029\u0029";  
      </script><table id="slwp_ctl00_PlaceHolderMain_ctl04_ctl00" cellspacing="0" cellpadding="0" class="slm-layout-main"><tr><td><div class="wp-content description">There are no items to show in this view.</div></td></tr></table><div><div id="footer"></div></div></div></span></div></div>  
</div> 
<script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2"></script> 
      <script type="text/javascript">  
   
        var mapbing = null;  
    var lat = 53.684080;   
    var lon = -1.501140;  
           
         function GetMapbing()  
         {  
           mapbing = new VEMap('myMapbing');  
           mapbing.SetDashboardSize(VEDashboardSize.Tiny);  
       mapbing.HideScalebar();  
           mapbing.LoadMap(new VELatLong(lat,lon), 0 ,'b' ,false);  
   
// zoom level 17=street 13yorkshire for birdseye to open at the highest zoom use 0  
// Map types r=road map a=Areial h=hybrid (arial with lables) o=birdseye b=birdseye with lables  
// Add a pushpin to the new layer   
   
           CreateLayer();         
        shape = new VEShape(VEShapeType.Pushpin, mapbing.GetCenter());  
        shape.SetTitle('Wakefield Town Hall');           
        shape.SetDescription('Wood Street.');           
        layer.AddShape(shape);  
         }  
     
          function CreateLayer()  
          {  
             layer = new VEShapeLayer();  
             mapbing.AddShapeLayer(layer);  
         }  
  window.addEvent('domready', GetMapbing);  
      </script> 
<div class="sectionHeaderRight">  
<h2 class="white"><name="contact"></a>Contact information</h2> 
</div> 
<div id="sectionContacts" class="pageSection">  
    <div id="mapcols">  
        <div id="mapleftCol">  
            <div id="ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField" style="display:inline"><div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer" nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">ContactInformation</span></div><div class="ms-formfieldvaluecontainer"><span dir="none">  
        <span id="ctl00_PlaceHolderMain_ctl05_ctl00_TelerikScriptManager1"></span> 
        <div id="ctl00_PlaceHolderMain_ctl05_ctl00_originalEditorContainer" style="display:none">  
            <SPAN id="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_container" name="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_container" ControlType="HtmlEditor" style="width:99.8%">  
<INPUT type="hidden" id="ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField" name="ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField" value="&lt;p&gt;Wakefield Council&lt;br&gt;  
Town Hall&lt;br&gt;  
Wood Street&lt;br&gt;  
Wakefield WF1 2HQ &lt;/p&gt;  
&lt;p&gt;&lt;img width=17 height=14 alt=Visit src=&quot;/Style%20Library/Images/WMDC/icon%20-%20location.gif&quot;&gt; &lt;a href=&quot;http://maps.google.com/&quot;&gt;Visit&lt;/a&gt;&lt;br&gt;  
&lt;img width=17 height=14 alt=Telephone src=&quot;/Style%20Library/Images/WMDC/icon%20-%20telephone.gif&quot;&gt; 0845 8 506 506 &lt;br&gt;  
&lt;img width=17 height=14 alt=Email src=&quot;/Style%20Library/Images/WMDC/icon%20-%20e-mail.gif&quot;&gt; &lt;a href=&quot;mailto:es-contactcentre@wakefield.gov.uk&quot;&gt;es-contactcentre@wakefield.gov.uk&lt;/a&gt;&lt;/p&gt;"> 
<INPUT type="hidden" id="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_hiddenDisplay" name="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_hiddenDisplay" value="&lt;p&gt;Wakefield Council&lt;br&gt;  
Town Hall&lt;br&gt;  
Wood Street&lt;br&gt;  
Wakefield WF1 2HQ &lt;/p&gt;  
&lt;p&gt;&lt;img width=17 height=14 alt=Visit src=&quot;/Style%20Library/Images/WMDC/icon%20-%20location.gif&quot;&gt; &lt;a href=&quot;http://maps.google.com/&quot;&gt;Visit&lt;/a&gt;&lt;br&gt;  
&lt;img width=17 height=14 alt=Telephone src=&quot;/Style%20Library/Images/WMDC/icon%20-%20telephone.gif&quot;&gt; 0845 8 506 506 &lt;br&gt;  
&lt;img width=17 height=14 alt=Email src=&quot;/Style%20Library/Images/WMDC/icon%20-%20e-mail.gif&quot;&gt; &lt;a href=&quot;mailto:es-contactcentre@wakefield.gov.uk&quot;&gt;es-contactcentre@wakefield.gov.uk&lt;/a&gt;&lt;/p&gt;"> 
<span id="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField" title="ContactInformation"><div class="ms-toolbarContainer" width="100%"><div width="100%"><DIV class="ms-toolbarItem ms-selectorlink"><href="#" onclick="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');if (window.event) { window.event.returnValue = false; window.event.cancelBubble = true; } return false;" tabIndex="-1" ID="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField____EditHtml" SelectorID="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField"><IMG alt="Edit Content" src="/_layouts/images/RTE2EDIT.GIF" border="0"></A><A href="#" onclick="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');if (window.event) { window.event.returnValue = false; window.event.cancelBubble = true; } return false;" title="Edit Content" ID="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField____EditHtml_LINK" SelectorID="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField">Edit Content</A></DIV></div><div  style="display: none" nowrap="nowrap" class="ms-consolestatus" width="100%"></div></div><SPAN id="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_DisplayHtmlPanel" style="display:inline;" onclick="if (!window.event || !window.event.ctrlKey) {var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');} else { if (window.event.srcElement.href) window.open(window.event.srcElement.href ,'_blank'); }if (window.event) { window.event.returnValue = false; window.event.cancelBubble = true; } return false;" onkeydown="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');" ondragenter="this.onclick()" oncontrolselect="this.onclick()"><!--DisplayHtmlLiteral--> 
<DIV id="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_displayContent" style="padding: 8px;width:100%">  
           <p>Wakefield Council<br> 
Town Hall<br> 
Wood Street<br> 
Wakefield WF1 2HQ </p> 
<p><img width=17 height=14 alt=Visit src="/Style%20Library/Images/WMDC/icon%20-%20location.gif"<href="http://maps.google.com/">Visit</a><br>  
<img width=17 height=14 alt=Telephone src="/Style%20Library/Images/WMDC/icon%20-%20telephone.gif"> 0845 8 506 506 <br> 
<img width=17 height=14 alt=Email src="/Style%20Library/Images/WMDC/icon%20-%20e-mail.gif"<href="mailto:es-contactcentre@wakefield.gov.uk">es-contactcentre@wakefield.gov.uk</a></p></DIV> 
<!--/DisplayHtmlLiteral--> 
</SPAN><SPAN id="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_EmptyHtmlPanel" style="display:none;cursor:hand;" onclick="var params=new Array(); params[params.length] = new Array('ValidationContext', 'FONTS=true\u0026REUSABLECONTENT=true\u0026HEADINGS=true\u0026HYPERLINKS=true\u0026IMAGES=true\u0026LISTS=true\u0026TABLES=true\u0026TEXTMARKUP=true\u0026ISREQUIRED=false\u0026RESTRICTURLSTOSITECOLLECTION=false\u0026'); params[params.length] = new Array('CurrentWebBaseUrl', '\u002fEnvironment'); params[params.length] = new Array('DefaultAssetLocation', ''); params[params.length] = new Array('DefaultAssetImageLocation', ''); params[params.length] = new Array('AllowHtmlSourceEditing', 'True'); params[params.length] = new Array('EnableExtensions', 'True'); params[params.length] = new Array('EditorBackgroundColor', ''); params[params.length] = new Array('DisableCustomStyles', 'False'); params[params.length] = new Array('DisableBasicFormattingButtons', 'False'); params[params.length] = new Array('PrefixStyleSheet', 'ms-rte'); RTE2_LaunchEditor(params, 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_DisplayHtmlPanel', 'ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField_EmptyHtmlPanel', 'ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField', encodeURI('\u002fEnvironment'), 'False');" ondragenter="this.onclick()" onkeydown="this.onclick()"><!--EmptyPanelHtmlLiteral--> 
<DIV class="ms-selectorlink" align=center valign=center  style="padding: 8px">  
   <href="#" title="Open a new window to edit the content" ID="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField____AddContentPromptLink" SelectorID="ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField"        class="ms-toolbar ms-selectorlink" >           Click here to add new content   </A></DIV><!--EmptyPanelHtmlLiteral--> 
</SPAN></span></SPAN> 
   
        </div> 
        <div id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1" class="RadEditor Default reWrapper " style="width:680px;height:400px;">  
    <div id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener" style="display:none;">  
        <div id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_Window" style="display:none;">  
            <div id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_Window_C">  
   
            </div><input id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_Window_ClientState" name="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_Window_ClientState" type="hidden" /> 
        </div><input id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_ClientState" name="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_ClientState" type="hidden" /> 
    </div><table id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1Wrapper" cellpadding="0" cellspacing="0" style="table-layout:auto;width:100%;height:400px;">  
        <tbody> 
            <tr> 
                <td class="reWrapper_corner reCorner_top_left">&nbsp;</td><td class="reWrapper_center reCenter_top" colspan="3">&nbsp;</td><td class="reWrapper_corner reCorner_top_right">&nbsp;</td> 
            </tr><tr>  
                <td class="reLeftVerticalSide" rowspan="4">&nbsp;</td><td rowspan="4" id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1Left" class="reTlbVertical"></td><td id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1Top" class="reToolCell" style="width:100%;"><div class="Default reToolbarWrapper" style="overflow:hidden;height:0px;">  
                    <ul class="reToolbar Default">  
                        <li class="reGrip grip_first">&nbsp;</li><li><title="AJAX Spellchecker" class="reTool" href="#"><span class="AjaxSpellCheck">&nbsp;</span></a></li><li><title="Find And Replace" class="reTool" href="#"><span class="FindAndReplace">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Cut (CTRL+X)" class="reTool" href="#"><span class="Cut">&nbsp;</span></a></li><li><title="Copy (CTRL+C)" class="reTool" href="#"><span class="Copy">&nbsp;</span></a></li><li><title="Paste (CTRL+V)" class="reTool" href="#"><span class="Paste">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Undo (CTRL+Z)" class="reTool reSplitButton" href="#"><span class="Undo">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li><title="Redo (CTRL+Y)" class="reTool reSplitButton" href="#"><span class="Redo">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSLinkManager (CTRL+K)" class="reTool" href="#"><span class="MOSSLinkManager">&nbsp;</span></a></li><li><title="Remove Link (CTRL+SHIFT+K)" class="reTool" href="#"><span class="Unlink">&nbsp;</span></a></li><li><title="Image Manager (CTRL+G)" class="reTool" href="#"><span class="ImageManager">&nbsp;</span></a></li><li><title="MOSSTemplateManager" class="reTool" href="#"><span class="MOSSTemplateManager">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSInsertTable" class="reTool" href="#"><span class="MOSSInsertTable">&nbsp;</span></a></li><li><title="Table Properties" class="reTool" href="#"><span class="SetTableProperties">&nbsp;</span></a></li><li><title="Show/Hide Border" class="reTool" href="#"><span class="ToggleTableBorder">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSInsertTableElement" class="reTool reSplitButton" href="#"><span class="MOSSInsertTableElement">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li><title="Merge Cells Horizontally" class="reTool" href="#"><span class="MergeColumns">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="ToggleSource" class="reTool" href="#"><span class="ToggleSource">&nbsp;</span></a></li><li><title="Format Stripper" class="reTool reSplitButton" href="#"><span class="FormatStripper">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="MOSSRightToLeft" class="reTool" href="#"><span class="MOSSRightToLeft">&nbsp;</span></a></li><li><title="MOSSLeftToRight" class="reTool" href="#"><span class="MOSSLeftToRight">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Foreground Color" class="reTool reSplitButton" href="#"><span class="ForeColor">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li><title="Background Color" class="reTool reSplitButton" href="#"><span class="BackColor">&nbsp;</span><span class="split_arrow">&nbsp;</span></a></li><li class="reGrip grip_last">&nbsp;</li> 
                    </ul><ul class="reToolbar Default">  
                        <li class="reGrip grip_first">&nbsp;</li><li><title="Apply CSS Class" class="reDropdown" href="#"><span class="ApplyClass" style="width:80px;">Apply CSS Class</span></a></li><li><title="Paragraph Style" class="reDropdown" href="#"><span class="FormatBlock" style="width:80px;">Paragraph Style</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Font Name" class="reDropdown" href="#"><span class="FontName" style="width:80px;">Font Name</span></a></li><li><title="Size" class="reDropdown" href="#"><span class="FontSize" style="width:21px;">Size</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Bold (CTRL+B)" class="reTool" href="#"><span class="Bold">&nbsp;</span></a></li><li><title="Italic (CTRL+I)" class="reTool" href="#"><span class="Italic">&nbsp;</span></a></li><li><title="Underline (CTRL+U)" class="reTool" href="#"><span class="Underline">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Align Left" class="reTool" href="#"><span class="JustifyLeft">&nbsp;</span></a></li><li><title="Align Center" class="reTool" href="#"><span class="JustifyCenter">&nbsp;</span></a></li><li><title="Align Right" class="reTool" href="#"><span class="JustifyRight">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Numbered List" class="reTool" href="#"><span class="InsertOrderedList">&nbsp;</span></a></li><li><title="Bullet List" class="reTool" href="#"><span class="InsertUnorderedList">&nbsp;</span></a></li><li class="reSeparator">&nbsp;</li><li><title="Indent" class="reTool" href="#"><span class="Indent">&nbsp;</span></a></li><li><title="Outdent" class="reTool" href="#"><span class="Outdent">&nbsp;</span></a></li><li class="reGrip grip_last">&nbsp;</li> 
                    </ul> 
                </div></td><td rowspan="4" id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1Right" class="reTlbVertical"></td><td rowspan="4" class="reRightVerticalSide">&nbsp;</td> 
            </tr><tr>  
                <td valign="top" id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1Center" class="reContentCell" style="height:100%;"><textarea id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1ContentHiddenTextarea" name="ctl00$PlaceHolderMain$ctl05$ctl00$RadHtmlField1" rows="4" cols="20" style="display:none;">%3cp%3eWakefield Council%3cbr%3e  
Town Hall%3cbr%3e  
Wood Street%3cbr%3e  
Wakefield WF1 2HQ %3c/p%3e  
%3cp%3e%3cimg width%3d17 height%3d14 alt%3dVisit src%3d%22/Style%2520Library/Images/WMDC/icon%2520-%2520location.gif%22%3e %3ca href%3d%22http%3a//maps.google.com/%22%3eVisit%3c/a%3e%3cbr%3e  
%3cimg width%3d17 height%3d14 alt%3dTelephone src%3d%22/Style%2520Library/Images/WMDC/icon%2520-%2520telephone.gif%22%3e 0845 8 506 506 %3cbr%3e  
%3cimg width%3d17 height%3d14 alt%3dEmail src%3d%22/Style%2520Library/Images/WMDC/icon%2520-%2520e-mail.gif%22%3e %3ca href%3d%22mailto%3aes-contactcentre@wakefield.gov.uk%22%3ees-contactcentre@wakefield.gov.uk%3c/a%3e%3c/p%3e</textarea></td>  
            </tr><tr>  
                <td class="reToolZone"><table cellpadding="0" cellspacing="0" id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_BottomTable" style="width:100%;display:none;">  
                    <tbody> 
                        <tr> 
                            <td class="reEditorModesCell"><div class="reEditorModes" id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_ModesWrapper">  
                                <ul> 
                                    <li><a href="javascript:void(0);" title="Design" class="reMode_design reMode_selected"><span>Design</span></a></li><li><href="javascript:void(0);" title="HTML" class="reMode_html"><span>HTML</span></a></li><li><href="javascript:void(0);" title="Preview" class="reMode_preview"><span>Preview</span></a></li> 
                                </ul> 
                            </div></td><td class="reBottomZone" id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1Bottom">&nbsp;</td><td class="reResizeCell" valign="bottom" align="right" style="width:15px;"><div id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1BottomResizer">  
                                &nbsp;  
                            </div></td>  
                        </tr> 
                    </tbody> 
                </table></td>  
            </tr><tr>  
                <td id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1Module" class="reToolZone"></td> 
            </tr><tr>  
                <td class="reWrapper_corner reCorner_bottom_left">&nbsp;</td><td class="reWrapper_center reCenter_bottom" colspan="3">&nbsp;</td><td class="reWrapper_corner reCorner_bottom_right">&nbsp;</td> 
            </tr> 
        </tbody> 
    </table><input id="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_ClientState" name="ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_ClientState" type="hidden" /> 
</div> 
    </span></div></div></div>  
        </div> 
        <div id="maprightCol">  
            <div id="myMapbing" style="width: 200px; position: relative; height: 150px;"></div> 
        </div> 
    </div> 
</div> 
   
<div id="ctl00_PlaceHolderMain_EditModePanel1">  
      
    <div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer" nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">FaqCategory</span></div><div class="ms-formfieldvaluecontainer"><span dir="none"><select name="ctl00$PlaceHolderMain$EditModePanel1$ctl00$Lookup" id="ctl00_PlaceHolderMain_EditModePanel1_ctl00_Lookup" title="FaqCategory">  
        <option value="0">(None)</option> 
        <option value="7">Abandoned Vehicles</option> 
        <option value="1">Animals</option> 
        <option value="4">Biology</option> 
        <option selected="selected" value="8">Dead Animals</option> 
        <option value="2">Nature</option> 
        <option value="3">Science</option> 
        <option value="6">Social</option> 
        <option value="5">Technology</option> 
   
    </select><br/></span></div></div> 
   
</div> 
   
   
                            </div> 
                        </div>                
                    </div> 
                </div> 
                <div id="pageFooter">  
                <div id="footerTop">  
                    <class="footerDirectGov" title="Direct Gov">  
                        <span>Direct Gov</span> 
                    </a> 
                    <div id="footerBottom">  
                        <class="footerLinks" title="Website Information" href="">Website Information</a>|  
                        <class="footerLinks" title="Help" href="">Help</a>|  
                        <class="footerLinks" title="Terms and Conditions" href="">Terms &amp; Conditions</a> 
                    </div> 
                </div> 
                </div>        
   
                  
            </div> 
        </div> 
        <div class="shadowHorizontal"></div> 
    </div> 
              
        <!--  
   
        <tr><a href="#content" accesskey="n"></a> 
            <td colspan="2">  
                <table  cellpadding="0" cellspacing="0" width="100%">  
                    <tr> 
                        <!--- --- --- Mini Console - supplementary buttons for Site Map --- --- ---> 
                <!--- Area above current nav --> 
                  
                <!-- Left nav --> 
                  
                    <!-- Current Navigation --> 
                    <!--  
                      
                </asp:ContentPlaceHolder> 
                <!-- Left nav actions --> 
                  
                <!-- Left nav lower spacer --> 
                  
                    <!--<div class="leftNavSpacer"/>  
                    </div> 
                </asp:ContentPlaceHolder> 
            </td> 
            <!--- --- ---  End of Left Navigation Bar --- --- ---> 
            <!--</tr>     
                </table> 
            </td> 
            <td height="100%" class="shadowRight">  
                <div class="spacer">  
                </div> 
            </td> 
        </tr> 
    </table> 
   
    <!--- --- ---  Hidden Placeholders --- --- ---> 
      
    <!--- --- ---  End of Hidden Placeholders --- --- ---> 
      
<div> 
   
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCwLfz9ffCwK3wquNAgKd+fmtCgKE+fmtCgKC+fmtCgKB+fmtCgKV+fmtCgKD+fmtCgKA+fmtCgKH+fmtCgKG+fmtCsWp7p1/5WjrlED0D9DLPagA/XV8" /> 
</div> 
   
<script type="text/javascript">   
//<![CDATA[
 
WebForm_InitCallback();//]]> 
</script> 
<script type='text/javascript' src='/_wpresources/RadEditorSharePoint/5.6.1.0__1f131a624888eeed/Resources/MOSSEditorTools.js'></script> 
<script type="text/javascript">   
//<![CDATA[
 
function OnSubmit_ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1(sender, args)
{
    var editor = sender;
    if (fixRadEditorReusableContent) fixRadEditorReusableContent(editor);
    var editorContent = editor.get_html(true);
    var hiddenInput = document.getElementById('ctl00$PlaceHolderMain$ctl01$ctl00$RichHtmlField');
    if (hiddenInput)
    {
        hiddenInput.value = editorContent;
    }
    else
    {
        alert('cannot save editor content!');
    }
}
Sys.Application.add_load(function() {var editor = $find('ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1');editor.add_submit(OnSubmit_ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1);});
 
function OnSubmit_ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1(sender, args)
{
    var editor = sender;
    if (fixRadEditorReusableContent) fixRadEditorReusableContent(editor);
    var editorContent = editor.get_html(true);
    var hiddenInput = document.getElementById('ctl00$PlaceHolderMain$ctl05$ctl00$RichHtmlField');
    if (hiddenInput)
    {
        hiddenInput.value = editorContent;
    }
    else
    {
        alert('cannot save editor content!');
    }
}
Sys.Application.add_load(function() {var editor = $find('ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1');editor.add_submit(OnSubmit_ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1);});
//]]> 
</script> 
<script> MSOLayout_SetupLayoutFlags(); </script> 
<script type="text/javascript">   
//<![CDATA[
var __wpmExportWarning='This Web Part Page has been personalized. As a result, one or more Web Part properties may contain confidential information. Make sure the properties contain information that is safe for others to read. After exporting this Web Part, view properties in the Web Part description file (.WebPart) by using a text editor such as Microsoft Notepad.';var __wpmCloseProviderWarning='You are about to close this Web Part.  It is currently providing data to other Web Parts, and these connections will be deleted if this Web Part is closed.  To close this Web Part, click OK.  To keep this Web Part, click Cancel.';var __wpmDeleteWarning='You are about to permanently delete this Web Part.  Are you sure you want to do this?  To delete this Web Part, click OK.  To keep this Web Part, click Cancel.';var g_RTE_EnableShortcuts = true;RTE2_PageLoadScript('ctl00_PlaceHolderMain_ctl01_ctl00_RichHtmlField');RTE2_PageLoadScript('ctl00_PlaceHolderMain_ctl05_ctl00_RichHtmlField');//]]> 
</script> 
<SCRIPT LANGUAGE='JavaScript' >   
<!--  
WPSC.Init(document);  
var varPartWPQ1 = WPSC.WebPartPage.Parts.Register('WPQ1','00000000-0000-0000-0000-000000000000',document.all.item('WebPartWPQ1'));  
var varPartWPQ2 = WPSC.WebPartPage.Parts.Register('WPQ2','00000000-0000-0000-0000-000000000000',document.all.item('WebPartWPQ2'));  
var varPartWPQ3 = WPSC.WebPartPage.Parts.Register('WPQ3','00000000-0000-0000-0000-000000000000',document.all.item('WebPartWPQ3'));  
var varPartWPQ4 = WPSC.WebPartPage.Parts.Register('WPQ4','00000000-0000-0000-0000-000000000000',document.all.item('WebPartWPQ4'));  
WPSC.WebPartPage.WebURL = 'http:\u002f\u002fsharepointtest:38184\u002fEnvironment';  
WPSC.WebPartPage.WebServerRelativeURL = '\u002fEnvironment';  
   
//--> 
</SCRIPT> 
<script type="text/javascript">   
//<![CDATA[
Sys.Application.initialize();
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadWindow, {"_dockMode":false,"clientStateFieldID":"ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_Window_ClientState","formID":"aspnetForm","iconUrl":"","left":"","minimizeIconUrl":"","name":"Window","showContentDuringLoad":false,"skin":"Default","top":""}, null, null, $get("ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_Window"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDialogOpener, {"_dialogDefinitions":{"ImageManager":{"SerializedParameters":"Y3RnNh9hYCliBXIFV3x8MWN9DggbYUI1fwATAGlaXCpuAXl1a1tfMSRkcDBiK3cbU3R8PRFsZHZTc2JAYVhBDHhjK04XAE0ofhNwDWxcdhBudHE/ZHVlARMDExlhL2cqYnRJNRFuQhJ6BFBGb053DGdtIA0UZUUFZCsLHFl+XBtdW0MzawBTCSF3MQdXBlkUfHVBdBMLSipjLnZhU3EADGdZK0EWWVY6UHQXHWtuVA5vdnktZF5HFCEAEwRmKnsrY14IcBNUBzNnFkBzVFl3K1dyEn8jZX8uaQETKWJwdjNZZwY/fnVtKid5Dy14BXgwZ3t7dB9tRhFWGmZZYGx7MXlwHlEjensufwIANmFjUBJ1d30AUANtDwgBdDdjF10IU3R/DQphcCxVLn1CYVhZDXhwfUgVZmcMZQEiMncGQDdhAnU2U2hHKiF2LTdWLXcrVXRWNhdUdDZUcGFGe3dGdWNYKFUlA3cqVwEpP3RwajhcZ2Y2f3NPFxd0CxluB1EQVXR7DCd+XgtWLm1CYAZJKHhgdX8lAVEUUSoxJGxifiB1dlc2a0pxDBcBdTthB2Q0UgJjABRVVi5hc34Fb19ZMVRgdUgXWHcaUQEMPWxjbnJddnU0YFxHKxJ2KXJjGUUIUwF/DRZXYCRlGnZFYF5zI1FjIEogdwATZnUpC2xjYiB1ZkMNf2h5LhMBLXRgLV0QaGVrcxNhVhBlB25xb2FrNFBjHkwjSAV1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFGm9iDm8iX0IxYSsHNlsEbTJ1c0sIf3Ztcx92cDJRFnw6f2tjJBNDZzJ4cmJAb2N7MW9gEk0YX2MpaQEXLmlbfjtiZn11V2dPLiYDKS1uGWQwY153NiYLZzZ6O0xgVVpnLnoFdVEkdGM1UQF4LWJzYjFad2URU2hHLgl0GylWCXsvfXd0NghTc3V4BnVCeQRrMldyEnoiXwxxUHQXPGkEATRcd2UwVnZ1OycCGzFuBmM6Z3tdMh9sBy1VFWFGZFl3MVYHEUoMcU0VYXcbP29aUApbd3VwfGZlKhcBG3RjLW8AVV53HQttcAhWc25Hb2JZEVFYCkkPZGcUYRN0d2FbDRJad3kwZ1xxKCdlKjhtF1EQU3R/NSELVhNVF25HY1hVEVZyFnEOalkUfispKmEECRZtZ3o8UHhhKRQCJS9iLAQUVGR8PCdxaCxWKHVNYnNBGFFgdW0PelEPYnYLAGJwXHV1d2EcYV1PExNLFzJuB10QVGVdHSEKfA9lKX1NYWMAdlZzL04ldU0uZSoLd2FichZcZnEQYF0GDBN0cHVjF2cZVGYEAB9DYBVlc25GYVhVEGVhMGEbZX8IYQU5AmFhQDtiY0QyfnRDBCdcByhWBmMJU2R3Kx9sZC5WGmZDVV1JBWxiPEMbYUI4fwATPFxhbXZsd3UwaANhKh8DFDJmLHMwUgFkNgh6SiRhOGYFYFhrDGVhMGwbZU0uUCstN3RdajFhZ0szaABlLh9cLTRVGWczUwEFMBd+Xi1VBQ1bYHxdNW9gcVEjZWAxYSsHNlsEbTJ1c0sSYAFtOBJdKQpXBnN2f2VZJBMJXnRhLmJHUmJ7GmBbBlITSFl3ZwE1FltwVBldeGkkf3UCcBxcdBJRFnw6VHtBCCQLSnVgFFBeVHJjGmdbEmMXAGcxanQ1FltwVBldeGkkV2hTLBNaJRZXcEUaYl1zLSBtZBxgLlB/UmJrFFQGCnMTXkUxanR0CltxcTh2dF8LU1txcREADHFRKk0yY2tdCxd+VnRjGkRjVQRdBGFfAlASdHw6anRwE3dhcjVuWnUuYXVHLRxaD3JucGMKZ15dLBcLSjRiOH5ieGJrCnptDlgXSGR3ZxATD11wSDVqXUsKV11TdhFcMRZVF1kWZV5FChRtAnx4clhBb2NVLmdiFkkldQw7YSstNmJgdnBiXWk1V3NPBRxmOTtuEkI0fXVWPxBUCy5hOHJFeQVnNVdyfVEbdHcqVwEpP3RwajhcZ2Y2f3NPFxd0CxluB1EQVXR7DCd+XgtWLm1CYAZJKHhgdX8lAVEUUSoxJGxifiB1dlc2a0pxDBcBdTthB2Q0UgJjABRVVi5hc34Fb19ZMVRgdUgXWHcaUQEMPWxjbnJddnU0YFxHKxJ2KXJjGUUIUwF/DRZXYCRlGnZFYF5zI1FjIEogdwATZnUpC2xjYiB1ZkMNf2h5LhMBLXRgLV0QaGVrcxNhVhBlB25xb2FrNFBjHkwjSAV1ZnQXLVtbdi5td3V1VndhOydfDDJiCX9ya2BGMgl9RgNVL3JcVHNnF1R9Ek0YXwAqUhE5CFlhDTNZZwYrfnVtKid5Dy14BXgwZ3t7dB9oD3g=","Width":"690px","Height":"490px","Title":"Image Manager"},"DocumentManager":{"SerializedParameters":"ZXR3MB8KZC1tcGFGZFl3MVYHEUoMcU0jZTwTdW5aYg9oZEcAaGdPLiF2FxBtGWcsUkpJECZXZCl7BnVGYHFjAWMHFmEUXGcrYAE5NWxhSBZ1dlc2a0pxDBdpJXJiFgAiZlgBPRJTcB1VBXlNYmFVDXgEBmwMensXYQMLHWJwXBJcd3kMUHdbDCRdGDZic00pfGYAAyEKWhdWKW5Ub1hZLVEEKA8SXwwoYXYxdW9dbjZZZmoyZV5hGid2KQ5hB3t3ZWYAAhJTdCRlOHJPbGJVCFBgcWAUX3MVVioXdm5zagZpAnUCUANbFSdceXh7cWM2aGR7Nh9sZDFuL2JebHNnKWRYAkMbZHtyVhE5KVsEUC1iaGI2YF1xMSYDFDJ5OE0WUl1nKQoJSjNucHJGV2xBKlFyKE8jXncqVwEmNmpbfjJbAmY2f3NAdRADFylXLHssZHR3dSF+ZDxVLHlGYHx7c29mM04NdkEFUhE5KWlYcjdcA30pUVt5NCdfEy1WL2cSUl4IdyRuYClULmYAVXNnDWxidVUNd28qUQ4PKXRyeTJuW1cSUQFHGxZfAylRFWMWaGZVAiBvQhJmLG5dYE5kNWFyMG4gAHMbZigbL1libhRuZWUKVl19NxBcOShWLX8RaAEBcAhUdB1iL0xfV2xVLGNidX4gA38aZigDLmpMVHRuZHkqU3d5NhNdByh5LE1ya3Z/dh8IaDFhLFhfe1lJcGxYK04MZ00zZB4XC21ManJsdX0GYHdlGiB1AypjBEUwZHVSdCd+YBxiLFhvYAdVOGZgHnoMZFk2Vg4DH3V+ajJiZmkWVl1yOxNfFxBiBG83ZWVjCyB/XhBgGlh6ZHNScmEFIG4jdEUaZhJxcm5xbjJiaHk1U0kCByRmBzJWc1EGa2RrNSdUXnVWFQ1Ael9jMmxiPE8bA2d3UAEXCmFhCS10dWktUHh5Lgl1ADJiKlEUUgJBHBZXcC1SFmJsYVhVCFFjHm8gAWMRZXcLMmJzW3RdZUs3Z151GBMCKXNjK3cMVV57MBBXXix6LFwDYnNFEVFZL0MXXGcjZTwUMm5wXAZcZl8daHdPKCQACzZjF1F3VV9BcCELVhJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNbAF8CZV1PKCdadDZtK3xzfmYANBRhVhViOGYDYnNBBFBgdXwbAWMMVioXP2tjbg51Z3kMZ1pxKCdnFHRtLAQUfGRjDBZUWixmcVBbYGFZFVRiDnEjdUUWfioYdG5dW3RbXEMdfHRbDBN0LXVjLAQEU3YEcx8KWgpWLm5FYWJjDVQFcXsRZgV1ZxEHcW5uejJaAnUuYF1bMR9nDzFRLGAwY153NiYLZzZ6EUNMe3BgdnhxBQ4Tal1yaR4LMGFhQARZZ3U2UAJTOBB2B3FVAk0EaGRJPx9qRTJ7BkBzVFl3K1dyEn8jZX8uaQETKWJwdjNZZwY/fnVtKid5Dy14BXgwZ3t7dB9tRhNUBUxDb2NjE2xtFlYiS00XUCgXKXRyeTJudWEGZAJlGhBfEyhnBk0zZWRBEgh/VjZuOHJ7ZGxVcWNicVgWWQU6ZCwDHVpxdTlsZVcKfwF1Fwh5DxRmBH8ba3VVFiF+eAxVBVh7V1hoNWMHPFMMZwQEV3UpF1ldYiBhXFsqVgFbdBZceCtmcUVzZlhnMiRvazJgLGJtVHNZDWBzCg0VZwQFZCwHJGpMfjtiZlcPV2UCGxBcBxZRLWNwZ3ZjAhQLdAJVcVhiVFkJe3oEHkkbalETah4TKltPQBRbXmUpfnR2MRN0EwJic2cbZF1jLBZ+SjVjFURie3JVMWxPAncTalFxZRF0JG9dCDlvWnEdUHd6OhFkJQ55cHcWfHt/EBd8eB1tBFBmUnN7C1dyKHcgXmw1ZXQ5L3VjCQdcA1sXU1ttIxxdKS5QcFl1Yl4ILxcJQnVgKWJCV2JoNWJbEmEjdV0NZgAPcWxjCQZvWnUkYEpxOB9nJQtRFAAaZF53EiBVZHZhB2ZyZwZ3BVcGKG4jXw17","Width":"690px","Height":"490px","Title":"Document Manager"},"LinkManager":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUnUpMmFbCXFsXF8dfGdfIwhdG3RhKlEwUHR7DQpuBwhmcn5jYVhVdldyCk0jen8PUQETNm9hU3BuXH0RVgJTFSdnG3RtO38wVV57NAhxXgtlB3EEYnNBDFFgdWwSalESYjwTc2xadnJiAXY/ZF55KRZ3G3RjLWQ7VWVBHBNTcC9VF25PYnF/AWBiFmESXHsqZXZ0CG9aUDJuZ3o8VndPKyRbA3VgFkUEU2VdHRNtfBVlB2FMYlhVCVRwdEAUZnR1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFD1cHClEjdVl0ah4TNVoEDRBhaGEqfnVtKid5Dy14BXQw","Width":"408px","Height":"340px","Title":"Hyperlink Manager"},"TableWizard":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUQALKm9hCXVadmo8UHRtGBJ0MTNhKlEwUHR7DQpuBwhmcn5jYVhVdldyCk0jen8PUQETNm9hU3BuXH0RVgJTFSdnG3RtO38wVV57NAhxXgtlB3EEYnNBDFFgdWwSalESYjwTc2xadnJiAXY/ZF55KRZ3G3RjLWQ7VWVBHBNTcC9VF25PYnF/AWBiFmESXHsqZXZ0CG9aUDJuZ3o8VndPKyRbA3VgFkUEU2VdHRNtfBVlB2FMYlhVCVRwdEAUZnR1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFD1cHClEjdVl0ah4TNVoEDRBhaGEqfnVtKid5Dy14BXQw","Width":"720px","Height":"500px","Title":"Table Wizard"},"FindAndReplace":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUncxMmFbCRJpXXkxZ1x5IxJ0CztjF1EMU3V7DSd+WixlOFhAYnF/AWNjNGEkdU0oURE5PGxxQCpadl81fGZtFhACJS9iLAQUVGR8PCdxaCxWKHYAYmFjAHtgPEgVamMMZQMtdmwGdXFdWwYRVgJTEAgAGztuBF0UVGVBEAhhZCRgBG1CbwYABVYFPH0QXnMpZXYxP2FgXA5sdkMcUHZhKwhfEzJtLFo0VHYANBdUAx9hc2FPYgRjBHhecWESX10MfioEMncGbnVcd2U8UF1xMRd2LSlWBgwtUgJzLSF+VTZlL3JGVQZkMXh2Mw4VdQwoahE5NV1bfnFZZwowZ3dxciRyOQZtFk05a2BGMgl4D3g=","Width":"430px","Height":"292px","Title":"Find And Replace","Modal":false},"CleanPasteHtmlContent":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUjwHd2JhCTJbAnkNYFxxGBJ0dTZjLWMsfHR7HSB8ZC1hcm5Pb157KFYFKH4UX00rYXcbcGFgXDtcZmo8ZF1bDyd3GwpgBHsAZwJBHBZXQi1hOFgEY3JjCFEFdXwgAWMMVhITcWxhSAN2dUs0ZmRxDxQBCwRuB1F3fHRjHBZUShRhOGJGbHJZEVBjKGElAXsIYS0IPW9hCXVbdlgyVndPLhNdC3NtFX8UVWVzEBdhXgthc0RaYVhjKHtwdWwWZnMYURMXc29dahNoZEcDV3hlLiZcdClWBGczaGRJMx8KfBRuGmZaenFrKld9ClUNdnQxfHY5M2EEfjJZaEMtVndbNCddAylQBlIwY153NiYLZzZ6AUMI","Width":"517px","Height":"300px","Title":"Paste As Html"},"CleanPasteTextContent":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUjwHd2JhCTJbAnkNYFxxGBJ0dTZjLW8QU3RnDBBSZC1hcm5Pb157KFYFKH4UX00rYXcbcGFgXDtcZmo8ZF1bDyd3GwpgBHsAZwJBHBZXQi1hOFgEY3JjCFEFdXwgAWMMVhITcWxhSAN2dUs0ZmRxDxQBCwRuB1F3fHRjHBZUShRhOGJGbHJZEVBjKGElAXsIYS0IPW9hCXVbdlgyVndPLhNdC3NtFX8UVWVzEBdhXgthc0RaYVhjKHtwdWwWZnMYURMXc29dahNoZEcDV3hlLiZcdClWBGczaGRJMx8KfBRuGmZaenFrKld9ClUNdnQxfHY5M2EEfjJZaEMtVndbNCddAylQBlIwY153NiYLZzZ6AUMI","Width":"517px","Height":"300px","Title":"Paste Plain Text"},"ImageEditor":{"SerializedParameters":"Y3RnNh9hYCliBXIFV3x8MWN9DggbYUI1fwATAGlaXCpuAXl1a1tfMSRkcDBiK3cbU3R8PRFsZHZTc2JAYVhBDHhjK04XAE0ofhNwDWxcdhBudHE/ZHVlARMDExlhL2cqYnRJNRFuQhJ6BFBGb053DGdtIA0UZUUFZCsLHFl+XBtdW0MzawBTCSF3MQdXBlkUfHVBdBMLSipjLnZhU3EADGdZK0EWWVY6UHQXHWtuVA5vdnktZF5HFCEAEwRmKnsrY14IcBNUBzNnFkBzVFl3K1dyEn8jZX8uaQETKWJwdjNZZwY/fnVtKid5Dy14BXgwZ3t7dB9tRhFWGmZZYGx7MXlwHlEjensufwIANmFjUBJ1d30AUANtDwgBdDdjF10IU3R/DQphcCxVLn1CYVhZDXhwfUgVZmcMZQEiMncGQDdhAnU2U2hHKiF2LTdWLXcrVXRWNhdUdDZUcGFGe3dGdWNYKFUlA3cqVwEpP3RwajhcZ2Y2f3NPFxd0CxluB1EQVXR7DCd+XgtWLm1CYAZJKHhgdX8lAVEUUSoxJGxifiB1dlc2a0pxDBcBdTthB2Q0UgJjABRVVi5hc34Fb19ZMVRgdUgXWHcaUQEMPWxjbnJddnU0YFxHKxJ2KXJjGUUIUwF/DRZXYCRlGnZFYF5zI1FjIEogdwATZnUpC2xjYiB1ZkMNf2h5LhMBLXRgLV0QaGVrcxNhVhBlB25xb2FrNFBjHkwjSAV1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFGm9iDm8iX0IxYSsHNlsEbTJ1c0sIf3Ztcx92cDJRFnw6f2tjJBNDZzJ4cmJAb2N7MW9gEk0YX2MpaQEXLmlbfjtiZn11V2dPLiYDKS1uGWQwY153NiYLZzZ6O0xgVVpnLnoFdVEkdGM1UQF4LWJzYjFad2URU2hHLgl0GylWCXsvfXd0NghTc3V4BnVCeQRrMldyEnoiXwxxUHQXPGkEATRcd2UwVnZ1OycCGzFuBmM6Z3tdMh9sBy1VFWFGZFl3MVYHEUoMcU0VYXcbP29aUApbd3VwfGZlKhcBG3RjLW8AVV53HQttcAhWc25Hb2JZEVFYCkkPZGcUYRN0d2FbDRJad3kwZ1xxKCdlKjhtF1EQU3R/NSELVhNVF25HY1hVEVZyFnEOalkUfispKmEECRZtZ3o8UHhhKRQCJS9iLAQUVGR8PCdxaCxWKHVNYnNBGFFgdW0PelEPYnYLAGJwXHV1d2EcYV1PExNLFzJuB10QVGVdHSEKfA9lKX1NYWMAdlZzL04ldU0uZSoLd2FichZcZnEQYF0GDBN0cHVjF2cZVGYEAB9DYBVlc25GYVhVEGVhMGEbZX8IYQU5AmFhQDtiY0QyfnRDBCdcByhWBmMJU2R3Kx9sZC5WGmZDVV1JBWxiPEMbYUI4fwATPFxhbXZsd3UwaANhKh8DFDJmLHMwUgFkNgh6SiRhOGYFYFhrDGVhMGwbZU0uUCstN3RdajFhZ0szaABlLh9cLTRVGWczUwEFMBd+Xi1VBQ1bYHxdNW9gcVEjZWAxYSsHNlsEbTJ1c0sSYAFtOBJdKQpXBnN2f2VZJBMJXnRhLmJHUmJ7GmBbBlITSFl3ZwE1FltwVBldeGkkf3UCcBxcdBJRFnw6VHtBCCQLSnVgFFBeVHJ7GmBbBlITSFl3Zi0lNllxcgl3ZwYIYwB9FBJdJXVWBns3U3t7CCd+YDZgFV8EYFh/FlEHIG4jZG93ajwLNlxbcjB1eF8LYHVycxF2MQ9QFAQWYmtVFRRDYHNjLnoGbAV0OGNbClISdG93ZCoQPVxgSBhuWnEvUGVtOBF0DwJhFmcbYl1/LRMJBwhgLlxGYGN4O1FyPFAgWHd2ZxExAlpgVBluZH0VYHViOxFdJQpVBAU6ZGdwchZuAy1tcGJzbHNdclcGDn4gZU0uZnUXKGJbVHV0dWktUHh5Lgl1ADJjBXsQUwFjHQhuWXJhGnZGVAZ3KWByAgkgengxZQ4LdGJlTzZ0dmEAY1xTKRMAC3FtKl0wUGYANBNTcB1VBXlNYmFncVEEEkwWXkUMfhAuMm4EQCt1ZQINZlp5ExN1AztiBGcAZwFjHRBXYCxkBUxFYmNBFXhzIEoYSHMMYR4lcW1hSAZvXXkcU3hTGCBaMTdtcVEIVXVBAyZ+XhJ6BEQEYAZJLWFZBm0kdwQMYSouPW9dWzlbAmUdYWhbDRJ3CyliL0UVVQJjABdSfC1lLw0AYFkENGVhMG0bZXM7anQpFGFuanFiaHkwUUlPFyZfFy14BXQwfgNnMBxueDZtFGZaUmMAK1dYAkkjd00yUSs1NVpbWzJqXXU2UQJiMQhIORRXL2Mv","Width":"832px","Height":"520px","Title":"Image Editor"},"ImageProperties":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUQN0NmJzbjJcdl8daHdPFBZ0MXNtcVEUVGRjDSd+Si96BH5CYWJVdlFZNAwlAFEVYXcbP29aUApbd3VwfGZfIxMBLXBiLWMxUgNdAhJUSi9VKQFCb154cnpgdUgQalESZjwTc2xxSAddZQIAaANhDCBdFztnFGMMfGR7DBBTdC9VFGEAb1kAFXhiFnASX10rYnUlK25jUBZZZ3kNUHdHFghdGHBiKlZ2Ul9BHQt9XgthB1gBYVkABVdwcQ8bAV0NUiobNW9gag5ZAAYHYmQHdRdpKXFuGX82aGRJACRudDZVcFBPY3N3clR2PH4YZU04aRU2MnRyTAxaAn0tUHdbdBxpEzFWcwASaGtjKgl8aC1VCnpZenBwMQ==","Width":"352px","Height":"432px","Title":"Properties..."},"ImageMapDialog":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUnQ5dW9gXCpadmEdYF5TERcDOS5tKlZ2U1hJARRVZCRhcVxGbwYAMVZePEobdU0YUhIXEm0HdnJiAWkxZF5bKAhcOXNtLFo0VGYAABRtZAhWKQUEYmJjCFEFfX0PekUNZnUlK21idhZbAmEMZF5bIxN1B3BjLV0UfHR/MRdXfAhmcn5nbHJVCVYHAmEVWU0jZAE5E2FccnFad3k0f3hfDCRaGzVjF1EVfAMIABdteAphckRaYmB7EHhxMH8kemcuUCt0LVpzajFhZ0szaAN5ExxpEy54BG8rU3t/KQl9czZ4ckxDbwZ3MVRtNFEldVk0USoDLVxxXzJqXXU2UQJiMQhyNnw=","Width":"700px","Height":"430px","Title":"Image Map Editor"},"StyleBuilder":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUQN1MmJgXHVadnUwZF51KxcACzJtc1lwawJrDRNXfCRgB0RCb2xac2JzNGESamMVZRE1P2tjYiBad30wZl51KwhbEHRgFkUBVQMIEQtxQghWKWIAYmFjLFFgdQ8XansIYRN1PWFdUBJ1Z30xZGRbKydnGDluBF0IUHR7ASELVhNkBG5Fb19VMVRZCUAXWGMVYTwtPG9aW3F3ZQIQYWhfIydkGzJgL0UtVHYENBNUXh9hBwFHYl90e2VhMH8kemcuUCt0LVpzajFhZ0szaAN5ExxpEy54BG8rU3t/KQl9czZ4ckxDbwZ3MVRtNFEldVk0USoDLVxxXzJqXXU2UQJiMQhyNnw=","Width":"541px","Height":"490px","Title":"Style Builder"}},"_dialogUniqueID":"62109e4f-3bc5-4117-9b76-5fb367df8a7f","additionalQueryString":"","clientStateFieldID":"ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_ClientState","handlerUrl":"/_wpresources/RadEditorSharePoint/5.6.1.0__1f131a624888eeed/Resources/Telerik.Web.UI.DialogHandler.aspx","skin":"Default"}, null, {"container":"ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener_Window"}, $get("ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadEditor, {"_localization":{"addcustomcolor":"Add Custom Color...","addcustomhexcolor":"Add Hex Color...","addcustomwordsuccess":"successfully added to dictionary","addtodictionary":"Add to dictionary","askwordcleaning":"The content you are trying to paste has MS Word formatting.\r\nWould you like to clean it?","cancelbutton":"Cancel","canceltable":"Cancel","cellproperties":"Cell Properties","cellwarning":"Please, select a cell to set its properties!","changewordstring":"Change Manually","class":"CSS Class","clearclass":"Clear Class","clearallhtmltags":"All HTML Tags","clearcssformatting":"Cascading Style Sheets","clearfonttags":"Font Tags","clearformatting":"Clear Formatting","clearspantags":"Span Tags","clearstyle":"Clear Style","clearwordformatting":"Microsoft Word Formatting","correctspelling":"Spelling Changes","createlink":"Create Link","dialogtoolbar":"Dialogs","dropdowntoolbar":"Dropdowns","exceededhtmllength":"The added HTML code exceeded the character limit","exceededtextlength":"The added text exceeded the character limit","enhancededittoolbar":"Enhanced Edit","fileopen":"Open file..","filesaveas":"Save as...","formbutton":"Button","formcheckbox":"Checkbox","formform":"Form","formhidden":"Hidden","formpassword":"Password","formradio":"Radio button","formreset":"Reset","formselect":"Select","formsubmit":"Submit","formtext":"Textbox","formtextarea":"Textarea","htmlmode":"HTML Mode","ignoreallstring":"Ignore All","ignorestring":"Ignore","imagemapwarning":"Please, select an image to set its image map properties!","indenthtml":"Indent HTML","inserttoolbar":"Insert","maintoolbar":"Main Toolbar","morethanoncemessage":"This word occurs more than once in the text. Would you like to replace all instances?","movecommand":"Move","nospellingmistakes":"No mistakes found.","nosuggestions":"(no suggestions)","promptcolor":"Please, provide the custom color HEX value:","radeditordesignmode":"Design","radeditorhtmlmode":"HTML","radeditorpreviewmode":"Preview","reducetheconentlength":"Please, reduce the content of the field","resizecommand":"Resize Object","sethtml":"Set HTML","showtoolbartooltip":"Show toolbar","spellcheckcomplete":"Spellchecking complete!","spellcheckend":"Finish spellchecking","spellingchange":"Spelling Change","spellinginprogress":"Spell checking in progress...","spellingmode":"Spell checking mode. Misspelled words are highlighted in yellow.","table":"Table","tabletoolbar":"Table","tablewarning":"Please, select a table to set its properties!","toolbarcaption":"RadEditor Toolbar","toolnotsupportedbynetscape":"This tool is not supported by Mozilla/Netscape browsers.","typing":"Typing...","undodisabledmessage":"You cannot undo further while in spellcheck mode. Please finish spellchecking first.","updatebutton":"Update","usectrlc":"Please use Ctrl+C to Copy","usectrlv":"Please use Ctrl+V to Paste","usectrlx":"Please use Ctrl+X to Cut","aboutdialog":"About RadEditor","absoluteposition":"Set Absolute Position","ajaxspellcheck":"AJAX Spellchecker","applyclass":"Apply CSS Class","backcolor":"Background Color","bold":"Bold","converttolower":"Convert to lower case","converttoupper":"Convert to upper case","copy":"Copy","cut":"Cut","decreasesize":"Decrease Size","deletecell":"Delete Cell","deletecolumn":"Delete Column","deleterow":"Delete Row","deletetable":"Delete Table","documentmanager":"Document Manager","findandreplace":"Find And Replace","flashmanager":"Flash Manager","fontname":"Font Name","fontsize":"Size","forecolor":"Foreground Color","formatblock":"Paragraph Style","formatcodeblock":"Format Code Block","formatstripper":"Format Stripper","help":"Help","imageeditor":"Image Editor","imagemanager":"Image Manager","imagemapdialog":"Image Map Editor","increasesize":"Increase Size","indent":"Indent","insertanchor":"Insert Anchor","insertcolumnleft":"Insert Column to the Left","insertcolumnright":"Insert Column to the Right","insertcustomlink":"Custom Links","insertdate":"Insert Date","insertemaillink":"Insert Email Link","insertformbutton":"Insert Button","insertformcheckbox":"Insert Checkbox","insertformelement":"Insert Form Element","insertformform":"Insert Form","insertformhidden":"Insert Hidden","insertformpassword":"Insert Password","insertformradio":"Insert Radio","insertformreset":"Insert Reset","insertformselect":"Insert Select","insertformsubmit":"Insert Submit","insertformtext":"Insert Textbox","insertformtextarea":"Insert Textarea","insertgroupbox":"Insert Groupbox","inserthorizontalrule":"Horizontal Rule","insertorderedlist":"Numbered List","insertparagraph":"New Paragraph","insertrowabove":"Insert Row Above","insertrowbelow":"Insert Row Below","insertsnippet":"Insert Code Snippet","insertsymbol":"Insert Symbol","inserttable":"Insert Table","inserttime":"Insert Time","insertunorderedlist":"Bullet List","italic":"Italic","justifycenter":"Align Center","justifyfull":"Justify","justifyleft":"Align Left","justifynone":"Remove alignment","justifyright":"Align Right","linkmanager":"Hyperlink Manager","mediamanager":"Media Manager","mergecolumns":"Merge Cells Horizontally","mergerows":"Merge Cells Vertically","modulemanager":"Module Manager","outdent":"Outdent","pageproperties":"Page Properties","paste":"Paste","pasteashtml":"Paste As Html","pastefromword":"Paste from Word","pastefromwordnofontsnosizes":"Paste from Word, strip font","pasteplaintext":"Paste Plain Text","pastestrip":"Paste Options","print":"Print","realfontsize":"Real font size","redo":"Redo","repeatlastcommand":"Repeat Last Command","selectall":"Select All","setcellproperties":"Cell Properties","setimageproperties":"Properties...","setlinkproperties":"Properties...","settableproperties":"Table Properties","silverlightmanager":"Silverlight Manager","spellcheck":"Spellchecker","splitcell":"Split Cell","splitcellhorizontal":"Split Cell Horizontally","strikethrough":"Strikethrough","stripall":"Strip All Formatting","stripcss":"Strip Css Formatting","stripfont":"Strip Font Elements","stripspan":"Strip Span Elements","stripword":"Strip Word Formatting","stylebuilder":"Style Builder","subscript":"Subscript","superscript":"SuperScript","tablewizard":"Table Wizard","templatemanager":"Template Manager","toggledocking":"Dock all Floating Toolbars/Modules","togglescreenmode":"Toggle Full Screen Mode","toggletableborder":"Show/Hide Border","trackchangesdialog":"Track Changes","underline":"Underline","undo":"Undo","unlink":"Remove Link","xhtmlvalidator":"XHTML Validator","zoom":"Zoom","blank":"New Window","media":"Media Pane","parent":"Parent Window","search":"Search Pane","self":"Same Window","top":"Browser Window","action":"Action","align":"Alignment","alt":"ToolTip","bgcolor":"Background","border":"Border Width","bordercolor":"Border color","cellpadding":"CellPadding","cellspacing":"CellSpacing","classname":"Classname","cols":"Columns","doctype":"Select Doctype","dominspectorremoveelement":"RemoveElement","expandvalidator":"Expand Report Pane","height":"Height","href":"URL","id":"Id","name":"Name","nodeinspectorinvalidvalue":"Invalid value. Please enter a number.","nodeinspectorselectedelement":"The selected element is ","nowrap":"Nowrap","radeditordominspector":"Tag Inspector","radeditorhtmlinspector":"Real-Time HTML View","radeditornodeinspector":"Properties Inspector","radeditorstatistics":"Statistics","radeditorxhtmlvalidator":"XHTML Validator","rows":"Rows","statisticscharacters":"Characters:","statisticswords":"Words:","target":"Target","title":"ToolTip","validatexhtml":"Validate XHTML","valign":"Vertical Alignment","value":"Value","width":"Width"},"ajaxSpellCheckScriptReference":"/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LFXdA2O36HlJq8UgdN-P8KfuZ1py6N0hyC0Hrkd7zROo0&t=633964789976194353","clientStateFieldID":"ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_ClientState","contentAreaCssFile":"/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LGRwb9O1pzK0bV_u_a9KodQHTSu_7Y7yvU2fdv2fnn4Hdbg4Cd09t2vIXPcjOMhz5A2&t=633964789976194353","contextMenusJSON":[{"tools":[{"name":"Cut","text":"Cut"},{"name":"Copy","text":"Copy"},{"name":"Paste","text":"Paste"}]},{"tagName":"TABLE","tools":[{"name":"ToggleTableBorder","text":"Show/Hide Border"},{"name":"SetTableProperties","text":"Table Properties"},{"name":"DeleteTable","text":"Delete Table"}]},{"tagName":"TD","tools":[{"name":"InsertRowAbove","text":"Insert Row Above"},{"name":"InsertRowBelow","text":"Insert Row Below"},{"name":"DeleteRow","text":"Delete Row"},{"name":"InsertColumnLeft","text":"Insert Column to the Left"},{"name":"InsertColumnRight","text":"Insert Column to the Right"},{"name":"DeleteColumn","text":"Delete Column"},{"name":"MergeColumns","text":"Merge Cells Horizontally"},{"name":"MergeRows","text":"Merge Cells Vertically"},{"name":"SplitCell","text":"Split Cell"},{"name":"SplitCellHorizontal","text":"Split Cell Horizontally"},{"name":"DeleteCell","text":"Delete Cell"},{"name":"SetCellProperties","text":"Cell Properties"},{"name":"SetTableProperties","text":"Table Properties"}]},{"tagName":"IMG","tools":[{"name":"SetImageProperties","text":"Properties..."},{"name":"ImageMapDialog","text":"Image Map Editor"}]},{"tagName":"A","tools":[{"name":"SetLinkProperties","text":"Properties..."},{"name":"Unlink","text":"Remove Link"}]}],"cssFiles":["/_layouts/2057/styles/HtmlEditorTableFormats.css","/_layouts/2057/styles/HtmlEditorCustomStyles.css"],"modulesJSON":[{"scriptFile":"","name":"RadEditorDomInspector"}],"mozillaFlashOverlayImage":"/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LBGNhK7NIuy36xbyVc2sjaD92-hewkfWEqV51XeYYXTu0&t=633964789976194353","skin":"Default","spellCheckJSON":{"configuration":"Y3RdLyF+XjNVL3JMU2JzKlFyI0oTX3MxUHQUNnV1QBNdXnEvZGVfCSFdLjtnLF0qZAN7DRxvVnFVBXlNU3FjK3hfAgkYWHxyaXcLMVp+diBvdQYvZHZTMSRcDzV7GUUqfF9eMhZsaApVc1hsZVlJI2dbLGAWXlEIaXcUPG5YVCpaZmlwYWVhFQt2EwliL2MpfF5JdxxUBwpucGVPZ1pdI2JwcQsbdF0JUioxHGxbdhdaZWk3Z1xTESZ2Ewl7GVkVfF5ZKhwLAxJiFX1MVHxnKWdbJ0EVdUUYVxNwEXZ+XBh1ZFtxZV1HBCBacBlmFX8NUF90dREJYCpVBERtYFlFG2deNEoYSHx3fhEPMWxbQCt1aFsGawBfAR9dCwlmK3cZZ11ZERJvVhZhBXp9YFp/K2dbJwAOAnMzah4pE1tbTzJqXXU2UQJiMQhyOQx5FV45aANZDid+fzx4FnJfVGEEMWwGLwwUA1kaZi0bJGoETzZhWn0OZHdxChdfLSBiKn9xaGVSdAh8SnNhGmJ6V2BjdmFyNHobXl10YStwC25zCXVvZmEfV2UCBx9LExFmcG8wZl9VFyFVZDFhLERcewVrd2JhDm4kWUI6Zis5LGoHYnRhZlc/VmZuOxNcLQxWB28IZXRJCiEIQh1SCnpne1lZMWJhDgkSZFkafRE1LGoHYnRsdwICV11xCx9LcXw=","url":"/_wpresources/RadEditorSharePoint/5.6.1.0__1f131a624888eeed/Resources/Telerik.Web.UI.SpellCheckHandler.ashx","language":"en-US"},"tableLayoutCssFile":"","toolAdapterType":"Telerik.Web.UI.Editor.DefaultToolAdapter","toolJSON":[{"tag":"MossTools1","tools":[{"name":"AjaxSpellCheck"},{"name":"FindAndReplace"},{"type":8},{"name":"Cut","shortCut":"CTRL+X"},{"name":"Copy","shortCut":"CTRL+C"},{"name":"Paste","shortCut":"CTRL+V"},{"type":8},{"attributes":{"popupclassname":"reUndoRedo"},"name":"Undo","shortCut":"CTRL+Z","type":4},{"attributes":{"popupclassname":"reUndoRedo"},"name":"Redo","shortCut":"CTRL+Y","type":4},{"type":8},{"name":"MOSSLinkManager","shortCut":"CTRL+K"},{"name":"Unlink","shortCut":"CTRL+SHIFT+K"},{"name":"ImageManager","shortCut":"CTRL+G"},{"name":"MOSSTemplateManager"},{"type":8},{"name":"MOSSInsertTable"},{"name":"SetTableProperties"},{"name":"ToggleTableBorder"},{"type":8},{"name":"MOSSInsertTableElement","type":16,"tools":[{"name":"InsertRowAbove","text":"Insert Row Above"},{"name":"InsertRowBelow","text":"Insert Row Below"},{"name":"InsertColumnLeft","text":"Insert Column to the Left"},{"name":"InsertColumnRight","text":"Insert Column to the Right"},{"name":"DeleteRow","text":"Delete Row"},{"name":"DeleteColumn","text":"Delete Column"},{"name":"SplitCell","text":"Split Cell"}]},{"name":"MergeColumns"},{"type":8},{"name":"ToggleSource"},{"attributes":{"sizetofit":"true"},"name":"FormatStripper","type":16,"tools":[{"name":"StripAll","text":"Strip All Formatting"},{"name":"StripCss","text":"Strip Css Formatting"},{"name":"StripFont","text":"Strip Font Elements"},{"name":"StripSpan","text":"Strip Span Elements"},{"name":"StripWord","text":"Strip Word Formatting"}]},{"type":8},{"name":"MOSSRightToLeft"},{"name":"MOSSLeftToRight"},{"type":8},{"attributes":{"popupclassname":"reColorPicker","itemsperrow":"10","sizetofit":"true"},"name":"ForeColor","type":4},{"attributes":{"popupclassname":"reColorPicker","itemsperrow":"10","sizetofit":"true"},"name":"BackColor","type":4}]},{"tag":"MossTools2","tools":[{"attributes":{"popupclassname":"reApplyClass","clearclasstext":"Clear Class"},"name":"ApplyClass","type":2},{"name":"FormatBlock","type":2},{"type":8},{"name":"FontName","type":2},{"attributes":{"popupwidth":"60px","sizetofit":"true"},"name":"FontSize","type":2},{"type":8},{"name":"Bold","shortCut":"CTRL+B"},{"name":"Italic","shortCut":"CTRL+I"},{"name":"Underline","shortCut":"CTRL+U"},{"type":8},{"name":"JustifyLeft"},{"name":"JustifyCenter"},{"name":"JustifyRight"},{"type":8},{"name":"InsertOrderedList"},{"name":"InsertUnorderedList"},{"type":8},{"name":"Indent"},{"name":"Outdent"}]}],"toolsWidth":"680px"}, {"load":RadEditorClientLoad}, {"dialogOpener":"ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1_dialogOpener"}, $get("ctl00_PlaceHolderMain_ctl01_ctl00_RadHtmlField1"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadWindow, {"_dockMode":false,"clientStateFieldID":"ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_Window_ClientState","formID":"aspnetForm","iconUrl":"","left":"","minimizeIconUrl":"","name":"Window","showContentDuringLoad":false,"skin":"Default","top":""}, null, null, $get("ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_Window"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDialogOpener, {"_dialogDefinitions":{"ImageManager":{"SerializedParameters":"Y3RnNh9hYCliBXIFV3x8MWN9DggbYUI1fwATAGlaXCpuAXl1a1tfMSRkcDBiK3cbU3R8PRFsZHZTc2JAYVhBDHhjK04XAE0ofhNwDWxcdhBudHE/ZHVlARMDExlhL2cqYnRJNRFuQhJ6BFBGb053DGdtIA0UZUUFZCsLHFl+XBtdW0MzawBTCSF3MQdXBlkUfHVBdBMLSipjLnZhU3EADGdZK0EWWVY6UHQXHWtuVA5vdnktZF5HFCEAEwRmKnsrY14IcBNUBzNnFkBzVFl3K1dyEn8jZX8uaQETKWJwdjNZZwY/fnVtKid5Dy14BXgwZ3t7dB9tRhFWGmZZYGx7MXlwHlEjensufwIANmFjUBJ1d30AUANtDwgBdDdjF10IU3R/DQphcCxVLn1CYVhZDXhwfUgVZmcMZQEiMncGQDdhAnU2U2hHKiF2LTdWLXcrVXRWNhdUdDZUcGFGe3dGdWNYKFUlA3cqVwEpP3RwajhcZ2Y2f3NPFxd0CxluB1EQVXR7DCd+XgtWLm1CYAZJKHhgdX8lAVEUUSoxJGxifiB1dlc2a0pxDBcBdTthB2Q0UgJjABRVVi5hc34Fb19ZMVRgdUgXWHcaUQEMPWxjbnJddnU0YFxHKxJ2KXJjGUUIUwF/DRZXYCRlGnZFYF5zI1FjIEogdwATZnUpC2xjYiB1ZkMNf2h5LhMBLXRgLV0QaGVrcxNhVhBlB25xb2FrNFBjHkwjSAV1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFGm9iDm8iX0IxYSsHNlsEbTJ1c0sIf3Ztcx92cDJRFnw6f2tjJBNDZzJ4cmJAb2N7MW9gEk0YX2MpaQEXLmlbfjtiZn11V2dPLiYDKS1uGWQwY153NiYLZzZ6O0xgVVpnLnoFdVEkdGM1UQF4LWJzYjFad2URU2hHLgl0GylWCXsvfXd0NghTc3V4BnVCeQRrMldyEnoiXwxxUHQXPGkEATRcd2UwVnZ1OycCGzFuBmM6Z3tdMh9sBy1VFWFGZFl3MVYHEUoMcU0VYXcbP29aUApbd3VwfGZlKhcBG3RjLW8AVV53HQttcAhWc25Hb2JZEVFYCkkPZGcUYRN0d2FbDRJad3kwZ1xxKCdlKjhtF1EQU3R/NSELVhNVF25HY1hVEVZyFnEOalkUfispKmEECRZtZ3o8UHhhKRQCJS9iLAQUVGR8PCdxaCxWKHVNYnNBGFFgdW0PelEPYnYLAGJwXHV1d2EcYV1PExNLFzJuB10QVGVdHSEKfA9lKX1NYWMAdlZzL04ldU0uZSoLd2FichZcZnEQYF0GDBN0cHVjF2cZVGYEAB9DYBVlc25GYVhVEGVhMGEbZX8IYQU5AmFhQDtiY0QyfnRDBCdcByhWBmMJU2R3Kx9sZC5WGmZDVV1JBWxiPEMbYUI4fwATPFxhbXZsd3UwaANhKh8DFDJmLHMwUgFkNgh6SiRhOGYFYFhrDGVhMGwbZU0uUCstN3RdajFhZ0szaABlLh9cLTRVGWczUwEFMBd+Xi1VBQ1bYHxdNW9gcVEjZWAxYSsHNlsEbTJ1c0sSYAFtOBJdKQpXBnN2f2VZJBMJXnRhLmJHUmJ7GmBbBlITSFl3ZwE1FltwVBldeGkkf3UCcBxcdBJRFnw6VHtBCCQLSnVgFFBeVHJjGmdbEmMXAGcxanQ1FltwVBldeGkkV2hTLBNaJRZXcEUaYl1zLSBtZBxgLlB/UmJrFFQGCnMTXkUxanR0CltxcTh2dF8LU1txcREADHFRKk0yY2tdCxd+VnRjGkRjVQRdBGFfAlASdHw6anRwE3dhcjVuWnUuYXVHLRxaD3JucGMKZ15dLBcLSjRiOH5ieGJrCnptDlgXSGR3ZxATD11wSDVqXUsKV11TdhFcMRZVF1kWZV5FChRtAnx4clhBb2NVLmdiFkkldQw7YSstNmJgdnBiXWk1V3NPBRxmOTtuEkI0fXVWPxBUCy5hOHJFeQVnNVdyfVEbdHcqVwEpP3RwajhcZ2Y2f3NPFxd0CxluB1EQVXR7DCd+XgtWLm1CYAZJKHhgdX8lAVEUUSoxJGxifiB1dlc2a0pxDBcBdTthB2Q0UgJjABRVVi5hc34Fb19ZMVRgdUgXWHcaUQEMPWxjbnJddnU0YFxHKxJ2KXJjGUUIUwF/DRZXYCRlGnZFYF5zI1FjIEogdwATZnUpC2xjYiB1ZkMNf2h5LhMBLXRgLV0QaGVrcxNhVhBlB25xb2FrNFBjHkwjSAV1ZnQXLVtbdi5td3V1VndhOydfDDJiCX9ya2BGMgl9RgNVL3JcVHNnF1R9Ek0YXwAqUhE5CFlhDTNZZwYrfnVtKid5Dy14BXgwZ3t7dB9oD3g=","Width":"690px","Height":"490px","Title":"Image Manager"},"DocumentManager":{"SerializedParameters":"ZXR3MB8KZC1tcGFGZFl3MVYHEUoMcU0jZTwTdW5aYg9oZEcAaGdPLiF2FxBtGWcsUkpJECZXZCl7BnVGYHFjAWMHFmEUXGcrYAE5NWxhSBZ1dlc2a0pxDBdpJXJiFgAiZlgBPRJTcB1VBXlNYmFVDXgEBmwMensXYQMLHWJwXBJcd3kMUHdbDCRdGDZic00pfGYAAyEKWhdWKW5Ub1hZLVEEKA8SXwwoYXYxdW9dbjZZZmoyZV5hGid2KQ5hB3t3ZWYAAhJTdCRlOHJPbGJVCFBgcWAUX3MVVioXdm5zagZpAnUCUANbFSdceXh7cWM2aGR7Nh9sZDFuL2JebHNnKWRYAkMbZHtyVhE5KVsEUC1iaGI2YF1xMSYDFDJ5OE0WUl1nKQoJSjNucHJGV2xBKlFyKE8jXncqVwEmNmpbfjJbAmY2f3NAdRADFylXLHssZHR3dSF+ZDxVLHlGYHx7c29mM04NdkEFUhE5KWlYcjdcA30pUVt5NCdfEy1WL2cSUl4IdyRuYClULmYAVXNnDWxidVUNd28qUQ4PKXRyeTJuW1cSUQFHGxZfAylRFWMWaGZVAiBvQhJmLG5dYE5kNWFyMG4gAHMbZigbL1libhRuZWUKVl19NxBcOShWLX8RaAEBcAhUdB1iL0xfV2xVLGNidX4gA38aZigDLmpMVHRuZHkqU3d5NhNdByh5LE1ya3Z/dh8IaDFhLFhfe1lJcGxYK04MZ00zZB4XC21ManJsdX0GYHdlGiB1AypjBEUwZHVSdCd+YBxiLFhvYAdVOGZgHnoMZFk2Vg4DH3V+ajJiZmkWVl1yOxNfFxBiBG83ZWVjCyB/XhBgGlh6ZHNScmEFIG4jdEUaZhJxcm5xbjJiaHk1U0kCByRmBzJWc1EGa2RrNSdUXnVWFQ1Ael9jMmxiPE8bA2d3UAEXCmFhCS10dWktUHh5Lgl1ADJiKlEUUgJBHBZXcC1SFmJsYVhVCFFjHm8gAWMRZXcLMmJzW3RdZUs3Z151GBMCKXNjK3cMVV57MBBXXix6LFwDYnNFEVFZL0MXXGcjZTwUMm5wXAZcZl8daHdPKCQACzZjF1F3VV9BcCELVhJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNbAF8CZV1PKCdadDZtK3xzfmYANBRhVhViOGYDYnNBBFBgdXwbAWMMVioXP2tjbg51Z3kMZ1pxKCdnFHRtLAQUfGRjDBZUWixmcVBbYGFZFVRiDnEjdUUWfioYdG5dW3RbXEMdfHRbDBN0LXVjLAQEU3YEcx8KWgpWLm5FYWJjDVQFcXsRZgV1ZxEHcW5uejJaAnUuYF1bMR9nDzFRLGAwY153NiYLZzZ6EUNMe3BgdnhxBQ4Tal1yaR4LMGFhQARZZ3U2UAJTOBB2B3FVAk0EaGRJPx9qRTJ7BkBzVFl3K1dyEn8jZX8uaQETKWJwdjNZZwY/fnVtKid5Dy14BXgwZ3t7dB9tRhNUBUxDb2NjE2xtFlYiS00XUCgXKXRyeTJudWEGZAJlGhBfEyhnBk0zZWRBEgh/VjZuOHJ7ZGxVcWNicVgWWQU6ZCwDHVpxdTlsZVcKfwF1Fwh5DxRmBH8ba3VVFiF+eAxVBVh7V1hoNWMHPFMMZwQEV3UpF1ldYiBhXFsqVgFbdBZceCtmcUVzZlhnMiRvazJgLGJtVHNZDWBzCg0VZwQFZCwHJGpMfjtiZlcPV2UCGxBcBxZRLWNwZ3ZjAhQLdAJVcVhiVFkJe3oEHkkbalETah4TKltPQBRbXmUpfnR2MRN0EwJic2cbZF1jLBZ+SjVjFURie3JVMWxPAncTalFxZRF0JG9dCDlvWnEdUHd6OhFkJQ55cHcWfHt/EBd8eB1tBFBmUnN7C1dyKHcgXmw1ZXQ5L3VjCQdcA1sXU1ttIxxdKS5QcFl1Yl4ILxcJQnVgKWJCV2JoNWJbEmEjdV0NZgAPcWxjCQZvWnUkYEpxOB9nJQtRFAAaZF53EiBVZHZhB2ZyZwZ3BVcGKG4jXw17","Width":"690px","Height":"490px","Title":"Document Manager"},"LinkManager":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUnUpMmFbCXFsXF8dfGdfIwhdG3RhKlEwUHR7DQpuBwhmcn5jYVhVdldyCk0jen8PUQETNm9hU3BuXH0RVgJTFSdnG3RtO38wVV57NAhxXgtlB3EEYnNBDFFgdWwSalESYjwTc2xadnJiAXY/ZF55KRZ3G3RjLWQ7VWVBHBNTcC9VF25PYnF/AWBiFmESXHsqZXZ0CG9aUDJuZ3o8VndPKyRbA3VgFkUEU2VdHRNtfBVlB2FMYlhVCVRwdEAUZnR1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFD1cHClEjdVl0ah4TNVoEDRBhaGEqfnVtKid5Dy14BXQw","Width":"408px","Height":"340px","Title":"Hyperlink Manager"},"TableWizard":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUQALKm9hCXVadmo8UHRtGBJ0MTNhKlEwUHR7DQpuBwhmcn5jYVhVdldyCk0jen8PUQETNm9hU3BuXH0RVgJTFSdnG3RtO38wVV57NAhxXgtlB3EEYnNBDFFgdWwSalESYjwTc2xadnJiAXY/ZF55KRZ3G3RjLWQ7VWVBHBNTcC9VF25PYnF/AWBiFmESXHsqZXZ0CG9aUDJuZ3o8VndPKyRbA3VgFkUEU2VdHRNtfBVlB2FMYlhVCVRwdEAUZnR1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFD1cHClEjdVl0ah4TNVoEDRBhaGEqfnVtKid5Dy14BXQw","Width":"720px","Height":"500px","Title":"Table Wizard"},"FindAndReplace":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUncxMmFbCRJpXXkxZ1x5IxJ0CztjF1EMU3V7DSd+WixlOFhAYnF/AWNjNGEkdU0oURE5PGxxQCpadl81fGZtFhACJS9iLAQUVGR8PCdxaCxWKHYAYmFjAHtgPEgVamMMZQMtdmwGdXFdWwYRVgJTEAgAGztuBF0UVGVBEAhhZCRgBG1CbwYABVYFPH0QXnMpZXYxP2FgXA5sdkMcUHZhKwhfEzJtLFo0VHYANBdUAx9hc2FPYgRjBHhecWESX10MfioEMncGbnVcd2U8UF1xMRd2LSlWBgwtUgJzLSF+VTZlL3JGVQZkMXh2Mw4VdQwoahE5NV1bfnFZZwowZ3dxciRyOQZtFk05a2BGMgl4D3g=","Width":"430px","Height":"292px","Title":"Find And Replace","Modal":false},"CleanPasteHtmlContent":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUjwHd2JhCTJbAnkNYFxxGBJ0dTZjLWMsfHR7HSB8ZC1hcm5Pb157KFYFKH4UX00rYXcbcGFgXDtcZmo8ZF1bDyd3GwpgBHsAZwJBHBZXQi1hOFgEY3JjCFEFdXwgAWMMVhITcWxhSAN2dUs0ZmRxDxQBCwRuB1F3fHRjHBZUShRhOGJGbHJZEVBjKGElAXsIYS0IPW9hCXVbdlgyVndPLhNdC3NtFX8UVWVzEBdhXgthc0RaYVhjKHtwdWwWZnMYURMXc29dahNoZEcDV3hlLiZcdClWBGczaGRJMx8KfBRuGmZaenFrKld9ClUNdnQxfHY5M2EEfjJZaEMtVndbNCddAylQBlIwY153NiYLZzZ6AUMI","Width":"517px","Height":"300px","Title":"Paste As Html"},"CleanPasteTextContent":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUjwHd2JhCTJbAnkNYFxxGBJ0dTZjLW8QU3RnDBBSZC1hcm5Pb157KFYFKH4UX00rYXcbcGFgXDtcZmo8ZF1bDyd3GwpgBHsAZwJBHBZXQi1hOFgEY3JjCFEFdXwgAWMMVhITcWxhSAN2dUs0ZmRxDxQBCwRuB1F3fHRjHBZUShRhOGJGbHJZEVBjKGElAXsIYS0IPW9hCXVbdlgyVndPLhNdC3NtFX8UVWVzEBdhXgthc0RaYVhjKHtwdWwWZnMYURMXc29dahNoZEcDV3hlLiZcdClWBGczaGRJMx8KfBRuGmZaenFrKld9ClUNdnQxfHY5M2EEfjJZaEMtVndbNCddAylQBlIwY153NiYLZzZ6AUMI","Width":"517px","Height":"300px","Title":"Paste Plain Text"},"ImageEditor":{"SerializedParameters":"Y3RnNh9hYCliBXIFV3x8MWN9DggbYUI1fwATAGlaXCpuAXl1a1tfMSRkcDBiK3cbU3R8PRFsZHZTc2JAYVhBDHhjK04XAE0ofhNwDWxcdhBudHE/ZHVlARMDExlhL2cqYnRJNRFuQhJ6BFBGb053DGdtIA0UZUUFZCsLHFl+XBtdW0MzawBTCSF3MQdXBlkUfHVBdBMLSipjLnZhU3EADGdZK0EWWVY6UHQXHWtuVA5vdnktZF5HFCEAEwRmKnsrY14IcBNUBzNnFkBzVFl3K1dyEn8jZX8uaQETKWJwdjNZZwY/fnVtKid5Dy14BXgwZ3t7dB9tRhFWGmZZYGx7MXlwHlEjensufwIANmFjUBJ1d30AUANtDwgBdDdjF10IU3R/DQphcCxVLn1CYVhZDXhwfUgVZmcMZQEiMncGQDdhAnU2U2hHKiF2LTdWLXcrVXRWNhdUdDZUcGFGe3dGdWNYKFUlA3cqVwEpP3RwajhcZ2Y2f3NPFxd0CxluB1EQVXR7DCd+XgtWLm1CYAZJKHhgdX8lAVEUUSoxJGxifiB1dlc2a0pxDBcBdTthB2Q0UgJjABRVVi5hc34Fb19ZMVRgdUgXWHcaUQEMPWxjbnJddnU0YFxHKxJ2KXJjGUUIUwF/DRZXYCRlGnZFYF5zI1FjIEogdwATZnUpC2xjYiB1ZkMNf2h5LhMBLXRgLV0QaGVrcxNhVhBlB25xb2FrNFBjHkwjSAV1YR4pdWJucjRhZ0sAU2dxMScDJTthBnNzUHBJAhxuSj9tEUNCenBFGm9iDm8iX0IxYSsHNlsEbTJ1c0sIf3Ztcx92cDJRFnw6f2tjJBNDZzJ4cmJAb2N7MW9gEk0YX2MpaQEXLmlbfjtiZn11V2dPLiYDKS1uGWQwY153NiYLZzZ6O0xgVVpnLnoFdVEkdGM1UQF4LWJzYjFad2URU2hHLgl0GylWCXsvfXd0NghTc3V4BnVCeQRrMldyEnoiXwxxUHQXPGkEATRcd2UwVnZ1OycCGzFuBmM6Z3tdMh9sBy1VFWFGZFl3MVYHEUoMcU0VYXcbP29aUApbd3VwfGZlKhcBG3RjLW8AVV53HQttcAhWc25Hb2JZEVFYCkkPZGcUYRN0d2FbDRJad3kwZ1xxKCdlKjhtF1EQU3R/NSELVhNVF25HY1hVEVZyFnEOalkUfispKmEECRZtZ3o8UHhhKRQCJS9iLAQUVGR8PCdxaCxWKHVNYnNBGFFgdW0PelEPYnYLAGJwXHV1d2EcYV1PExNLFzJuB10QVGVdHSEKfA9lKX1NYWMAdlZzL04ldU0uZSoLd2FichZcZnEQYF0GDBN0cHVjF2cZVGYEAB9DYBVlc25GYVhVEGVhMGEbZX8IYQU5AmFhQDtiY0QyfnRDBCdcByhWBmMJU2R3Kx9sZC5WGmZDVV1JBWxiPEMbYUI4fwATPFxhbXZsd3UwaANhKh8DFDJmLHMwUgFkNgh6SiRhOGYFYFhrDGVhMGwbZU0uUCstN3RdajFhZ0szaABlLh9cLTRVGWczUwEFMBd+Xi1VBQ1bYHxdNW9gcVEjZWAxYSsHNlsEbTJ1c0sSYAFtOBJdKQpXBnN2f2VZJBMJXnRhLmJHUmJ7GmBbBlITSFl3ZwE1FltwVBldeGkkf3UCcBxcdBJRFnw6VHtBCCQLSnVgFFBeVHJ7GmBbBlITSFl3Zi0lNllxcgl3ZwYIYwB9FBJdJXVWBns3U3t7CCd+YDZgFV8EYFh/FlEHIG4jZG93ajwLNlxbcjB1eF8LYHVycxF2MQ9QFAQWYmtVFRRDYHNjLnoGbAV0OGNbClISdG93ZCoQPVxgSBhuWnEvUGVtOBF0DwJhFmcbYl1/LRMJBwhgLlxGYGN4O1FyPFAgWHd2ZxExAlpgVBluZH0VYHViOxFdJQpVBAU6ZGdwchZuAy1tcGJzbHNdclcGDn4gZU0uZnUXKGJbVHV0dWktUHh5Lgl1ADJjBXsQUwFjHQhuWXJhGnZGVAZ3KWByAgkgengxZQ4LdGJlTzZ0dmEAY1xTKRMAC3FtKl0wUGYANBNTcB1VBXlNYmFncVEEEkwWXkUMfhAuMm4EQCt1ZQINZlp5ExN1AztiBGcAZwFjHRBXYCxkBUxFYmNBFXhzIEoYSHMMYR4lcW1hSAZvXXkcU3hTGCBaMTdtcVEIVXVBAyZ+XhJ6BEQEYAZJLWFZBm0kdwQMYSouPW9dWzlbAmUdYWhbDRJ3CyliL0UVVQJjABdSfC1lLw0AYFkENGVhMG0bZXM7anQpFGFuanFiaHkwUUlPFyZfFy14BXQwfgNnMBxueDZtFGZaUmMAK1dYAkkjd00yUSs1NVpbWzJqXXU2UQJiMQhIORRXL2Mv","Width":"832px","Height":"520px","Title":"Image Editor"},"ImageProperties":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUQN0NmJzbjJcdl8daHdPFBZ0MXNtcVEUVGRjDSd+Si96BH5CYWJVdlFZNAwlAFEVYXcbP29aUApbd3VwfGZfIxMBLXBiLWMxUgNdAhJUSi9VKQFCb154cnpgdUgQalESZjwTc2xxSAddZQIAaANhDCBdFztnFGMMfGR7DBBTdC9VFGEAb1kAFXhiFnASX10rYnUlK25jUBZZZ3kNUHdHFghdGHBiKlZ2Ul9BHQt9XgthB1gBYVkABVdwcQ8bAV0NUiobNW9gag5ZAAYHYmQHdRdpKXFuGX82aGRJACRudDZVcFBPY3N3clR2PH4YZU04aRU2MnRyTAxaAn0tUHdbdBxpEzFWcwASaGtjKgl8aC1VCnpZenBwMQ==","Width":"352px","Height":"432px","Title":"Properties..."},"ImageMapDialog":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUnQ5dW9gXCpadmEdYF5TERcDOS5tKlZ2U1hJARRVZCRhcVxGbwYAMVZePEobdU0YUhIXEm0HdnJiAWkxZF5bKAhcOXNtLFo0VGYAABRtZAhWKQUEYmJjCFEFfX0PekUNZnUlK21idhZbAmEMZF5bIxN1B3BjLV0UfHR/MRdXfAhmcn5nbHJVCVYHAmEVWU0jZAE5E2FccnFad3k0f3hfDCRaGzVjF1EVfAMIABdteAphckRaYmB7EHhxMH8kemcuUCt0LVpzajFhZ0szaAN5ExxpEy54BG8rU3t/KQl9czZ4ckxDbwZ3MVRtNFEldVk0USoDLVxxXzJqXXU2UQJiMQhyNnw=","Width":"700px","Height":"430px","Title":"Image Map Editor"},"StyleBuilder":{"SerializedParameters":"Y2QELRxUSillFQVcbGNjKW9iFnoYansuZnUTcFpxbjtZd2UpVnNPBRxmOTtuEkI5fXVjPCFuZ3JjBXJAbAdnKm8HEUoTX3MxUHQUNnV1QCBuSmF1ZFxtDBVlNQdWLHMqU3RnAydueCltBWZZbHJ/MFRicUMNd28qUQ4PKXRydTJueHl0aGRDFx9mOS1XLFkxfVhjNRxuSjNtcmZZbFldN1RtFkkjAAE3YQEtLVpxAS9ueF8yaGUCKidmFDJmLHMwUgFkNgh6ShJlc25PYVhZCVZyAgwPZF0jZXYtdG5abjNcZnkdZ151KRdLLXRgBkEQUnVdHSBxaCR6BwEHb1kEEVBiDUAkekUPUQN1MmJgXHVadnUwZF51KxcACzJtc1lwawJrDRNXfCRgB0RCb2xac2JzNGESamMVZRE1P2tjYiBad30wZl51KwhbEHRgFkUBVQMIEQtxQghWKWIAYmFjLFFgdQ8XansIYRN1PWFdUBJ1Z30xZGRbKydnGDluBF0IUHR7ASELVhNkBG5Fb19VMVRZCUAXWGMVYTwtPG9aW3F3ZQIQYWhfIydkGzJgL0UtVHYENBNUXh9hBwFHYl90e2VhMH8kemcuUCt0LVpzajFhZ0szaAN5ExxpEy54BG8rU3t/KQl9czZ4ckxDbwZ3MVRtNFEldVk0USoDLVxxXzJqXXU2UQJiMQhyNnw=","Width":"541px","Height":"490px","Title":"Style Builder"}},"_dialogUniqueID":"d6109055-e036-43e7-b0fc-7289c8039c16","additionalQueryString":"","clientStateFieldID":"ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_ClientState","handlerUrl":"/_wpresources/RadEditorSharePoint/5.6.1.0__1f131a624888eeed/Resources/Telerik.Web.UI.DialogHandler.aspx","skin":"Default"}, null, {"container":"ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener_Window"}, $get("ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadEditor, {"ajaxSpellCheckScriptReference":"/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LFXdA2O36HlJq8UgdN-P8KfuZ1py6N0hyC0Hrkd7zROo0&t=633964789976194353","clientStateFieldID":"ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_ClientState","contentAreaCssFile":"/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LGRwb9O1pzK0bV_u_a9KodQHTSu_7Y7yvU2fdv2fnn4Hdbg4Cd09t2vIXPcjOMhz5A2&t=633964789976194353","contextMenusJSON":[{"tools":[{"name":"Cut","text":"Cut"},{"name":"Copy","text":"Copy"},{"name":"Paste","text":"Paste"}]},{"tagName":"TABLE","tools":[{"name":"ToggleTableBorder","text":"Show/Hide Border"},{"name":"SetTableProperties","text":"Table Properties"},{"name":"DeleteTable","text":"Delete Table"}]},{"tagName":"TD","tools":[{"name":"InsertRowAbove","text":"Insert Row Above"},{"name":"InsertRowBelow","text":"Insert Row Below"},{"name":"DeleteRow","text":"Delete Row"},{"name":"InsertColumnLeft","text":"Insert Column to the Left"},{"name":"InsertColumnRight","text":"Insert Column to the Right"},{"name":"DeleteColumn","text":"Delete Column"},{"name":"MergeColumns","text":"Merge Cells Horizontally"},{"name":"MergeRows","text":"Merge Cells Vertically"},{"name":"SplitCell","text":"Split Cell"},{"name":"SplitCellHorizontal","text":"Split Cell Horizontally"},{"name":"DeleteCell","text":"Delete Cell"},{"name":"SetCellProperties","text":"Cell Properties"},{"name":"SetTableProperties","text":"Table Properties"}]},{"tagName":"IMG","tools":[{"name":"SetImageProperties","text":"Properties..."},{"name":"ImageMapDialog","text":"Image Map Editor"}]},{"tagName":"A","tools":[{"name":"SetLinkProperties","text":"Properties..."},{"name":"Unlink","text":"Remove Link"}]}],"cssFiles":["/_layouts/2057/styles/HtmlEditorTableFormats.css","/_layouts/2057/styles/HtmlEditorCustomStyles.css"],"modulesJSON":[{"scriptFile":"","name":"RadEditorDomInspector"}],"mozillaFlashOverlayImage":"/WebResource.axd?d=7BqpdUv7Q9lVD5ApZZoHoKbNAi9PafKfe3Pog5SiCepuJ_ObcKEC6cHRBmoEZmvRIdnQX7HNujQMBWWX-_59LBGNhK7NIuy36xbyVc2sjaD92-hewkfWEqV51XeYYXTu0&t=633964789976194353","skin":"Default","spellCheckJSON":{"configuration":"Y3RdLyF+XjNVL3JMU2JzKlFyI0oTX3MxUHQUNnV1QBNdXnEvZGVfCSFdLjtnLF0qZAN7DRxvVnFVBXlNU3FjK3hfAgkYWHxyaXcLMVp+diBvdQYvZHZTMSRcDzV7GUUqfF9eMhZsaApVc1hsZVlJI2dbLGAWXlEIaXcUPG5YVCpaZmlwYWVhFQt2EwliL2MpfF5JdxxUBwpucGVPZ1pdI2JwcQsbdF0JUioxHGxbdhdaZWk3Z1xTESZ2Ewl7GVkVfF5ZKhwLAxJiFX1MVHxnKWdbJ0EVdUUYVxNwEXZ+XBh1ZFtxZV1HBCBacBlmFX8NUF90dREJYCpVBERtYFlFG2deNEoYSHx3fhEPMWxbQCt1aFsGawBfAR9dCwlmK3cZZ11ZERJvVhZhBXp9YFp/K2dbJwAOAnMzah4pE1tbTzJqXXU2UQJiMQhyOQx5FV45aANZDid+fzx4FnJfVGEEMWwGLwwUA1kaZi0bJGoETzZhWn0OZHdxChdfLSBiKn9xaGVSdAh8SnNhGmJ6V2BjdmFyNHobXl10YStwC25zCXVvZmEfV2UCBx9LExFmcG8wZl9VFyFVZDFhLERcewVrd2JhDm4kWUI6Zis5LGoHYnRhZlc/VmZuOxNcLQxWB28IZXRJCiEIQh1SCnpne1lZMWJhDgkSZFkafRE1LGoHYnRsdwICV11xCx9LcXw=","url":"/_wpresources/RadEditorSharePoint/5.6.1.0__1f131a624888eeed/Resources/Telerik.Web.UI.SpellCheckHandler.ashx","language":"en-US"},"tableLayoutCssFile":"","toolAdapterType":"Telerik.Web.UI.Editor.DefaultToolAdapter","toolJSON":[{"tag":"MossTools1","tools":[{"name":"AjaxSpellCheck"},{"name":"FindAndReplace"},{"type":8},{"name":"Cut","shortCut":"CTRL+X"},{"name":"Copy","shortCut":"CTRL+C"},{"name":"Paste","shortCut":"CTRL+V"},{"type":8},{"attributes":{"popupclassname":"reUndoRedo"},"name":"Undo","shortCut":"CTRL+Z","type":4},{"attributes":{"popupclassname":"reUndoRedo"},"name":"Redo","shortCut":"CTRL+Y","type":4},{"type":8},{"name":"MOSSLinkManager","shortCut":"CTRL+K"},{"name":"Unlink","shortCut":"CTRL+SHIFT+K"},{"name":"ImageManager","shortCut":"CTRL+G"},{"name":"MOSSTemplateManager"},{"type":8},{"name":"MOSSInsertTable"},{"name":"SetTableProperties"},{"name":"ToggleTableBorder"},{"type":8},{"name":"MOSSInsertTableElement","type":16,"tools":[{"name":"InsertRowAbove","text":"Insert Row Above"},{"name":"InsertRowBelow","text":"Insert Row Below"},{"name":"InsertColumnLeft","text":"Insert Column to the Left"},{"name":"InsertColumnRight","text":"Insert Column to the Right"},{"name":"DeleteRow","text":"Delete Row"},{"name":"DeleteColumn","text":"Delete Column"},{"name":"SplitCell","text":"Split Cell"}]},{"name":"MergeColumns"},{"type":8},{"name":"ToggleSource"},{"attributes":{"sizetofit":"true"},"name":"FormatStripper","type":16,"tools":[{"name":"StripAll","text":"Strip All Formatting"},{"name":"StripCss","text":"Strip Css Formatting"},{"name":"StripFont","text":"Strip Font Elements"},{"name":"StripSpan","text":"Strip Span Elements"},{"name":"StripWord","text":"Strip Word Formatting"}]},{"type":8},{"name":"MOSSRightToLeft"},{"name":"MOSSLeftToRight"},{"type":8},{"attributes":{"popupclassname":"reColorPicker","itemsperrow":"10","sizetofit":"true"},"name":"ForeColor","type":4},{"attributes":{"popupclassname":"reColorPicker","itemsperrow":"10","sizetofit":"true"},"name":"BackColor","type":4}]},{"tag":"MossTools2","tools":[{"attributes":{"popupclassname":"reApplyClass","clearclasstext":"Clear Class"},"name":"ApplyClass","type":2},{"name":"FormatBlock","type":2},{"type":8},{"name":"FontName","type":2},{"attributes":{"popupwidth":"60px","sizetofit":"true"},"name":"FontSize","type":2},{"type":8},{"name":"Bold","shortCut":"CTRL+B"},{"name":"Italic","shortCut":"CTRL+I"},{"name":"Underline","shortCut":"CTRL+U"},{"type":8},{"name":"JustifyLeft"},{"name":"JustifyCenter"},{"name":"JustifyRight"},{"type":8},{"name":"InsertOrderedList"},{"name":"InsertUnorderedList"},{"type":8},{"name":"Indent"},{"name":"Outdent"}]}],"toolsWidth":"680px"}, {"load":RadEditorClientLoad}, {"dialogOpener":"ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1_dialogOpener"}, $get("ctl00_PlaceHolderMain_ctl05_ctl00_RadHtmlField1"));
});
//]]> 
</script> 
</form> 
 </body> 
</html> 

Thanks,
Sean
0
Stanimir
Telerik team
answered on 07 Jan 2010, 11:33 AM
Hello Sean Hudson,

Unfortunately I could not reproduce the issue and the HTML source of the page looks OK. The only way of helping you at this point is if you provide me with live URL, where I can actually see the problem. What I suggest you is to open an official support ticket where you can provide me with the necessary information.

Greetings,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
WebParts for SharePoint
Asked by
Sean Hudson
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Sean Hudson
Top achievements
Rank 1
Tomas berg
Top achievements
Rank 1
Share this question
or