CMCXmlParser._FilePathToXmlStringMap.Add(
	'Skin',
	'<?xml version=\"1.0\" encoding=\"utf-8\"?>' +
	'<CatapultSkin Version=\"1\" Comment=\"This is the default skin\" Anchors=\"Width,Height\" Width=\"800px\" Height=\"600px\" Top=\"0px\" Left=\"0px\" Bottom=\"0px\" Right=\"0px\" Tabs=\"TOC,Index,Search,Favorites\" DefaultTab=\"TOC\" UseBrowserDefaultSize=\"True\" UseDefaultBrowserSetup=\"True\" EnableAboutBox=\"false\" Title=\"Sentinel RMS System Administrator\'s Guide\" NavigationLinkTop=\"true\">' +
	'    <Index BinaryStorage=\"True\" />' +
	'    <HtmlHelpOptions ShowMenuBar=\"False\" TopmostWindowStyle=\"False\" Buttons=\"Hide,Locate,Back,Forward,Stop,Refresh,Home,Print\" EnableButtonCaptions=\"True\" />' +
	'    <Stylesheet Link=\"Stylesheet.xml\">' +
	'    </Stylesheet>' +
	'    <WebHelpOptions VisibleAccordionItemCount=\"4\" NavigationPaneWidth=\"230\" />' +
	'    <Toolbar ExcludeAccordionTitle=\"false\" EnableCustomLayout=\"true\" Buttons=\"Home|Back|Forward|Stop|Refresh|QuickSearch|Print|AddTopicToFavorites|Email|FollowUs|LicensingLive|Twitter|Facebook\">' +
	'        <Script>function sendMail( )' +
	'      {' +
	'	var sPage2 = MCGlobals.BodyFrame.document.location.href;' +
	'      	var subject = escape(\"Check this link\");' +
	'	location.href = \"mailto:\" + \"&amp;subject=\" + subject +  \"&amp;body=\"  +sPage2;' +
	'      }' +
	'</Script>' +
	'    </Toolbar>' +
	'</CatapultSkin>'
);
