Page MenuHomeIn-Portal Phabricator

smart-business
No OneTemporary

File Metadata

Created
Sun, Jan 5, 7:33 PM

smart-business

This file is larger than 256 KB, so syntax highlighting was skipped.
This document is not UTF8. It was detected as Shift JIS and converted to UTF8 for display.
Index: releases/1.0.0/redirect.tpl
===================================================================
--- releases/1.0.0/redirect.tpl (nonexistent)
+++ releases/1.0.0/redirect.tpl (revision 14234)
@@ -0,0 +1,77 @@
+<!--##
+<NAME>Redirect</NAME>
+<DESC></DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="line1">
+ <article class="col1">
+ <h2><inp2:st_PageInfo type="title"/></h2>
+ <div class="wrapper pad_bot3">
+ <inp2:st_ContentBlock num="1"/>
+ </div>
+
+ <br /><br />
+ <inp2:m_phrase name="lu_text_Redirect"/>
+
+ <script type="text/javascript">
+ function exec_refresh() {
+ window.status = 'Redirecting...' + myvar;
+ myvar = myvar + ' .';
+
+ var timerID = setTimeout('exec_refresh();', 100);
+ if (timeout > 0) {
+ // prints dots in status bar for timeout * 100 miliseconds (will be 2 seconds)
+ timeout -= 1;
+ }
+ else {
+ clearTimeout(timerID);
+ window.status = '';
+ window.location = '<inp2:m_Get name="redirect_to" js_escape="1"/>';
+ }
+ }
+ var myvar = '';
+ var timeout = 20;
+
+ exec_refresh();
+ </script>
+
+ <form action="<inp2:m_FormAction />" method="get">
+ <br />
+ <!-- lu_redirecting_text -->
+
+ <a href="<inp2:m_Get name='redirect_to'/>"><inp2:m_Phrase label="lu_text_RedirectLink" /></a><br />
+ <!--##
+ <br />
+ <script type="text/javascript">
+ document.write('<input type="submit" class="button" value="<inp2:m_Phrase label='lu_btn_Proceed' no_editing='1'/>" accesskey="s" onclick="window.location=\'<inp2:m_Get name="redirect_to" js_escape="1"/>\'; return false" />');
+ </script>
+ ##-->
+ </form>
+ <br /><br />
+
+ </article>
+
+ <article class="col2 pad_left1">
+ <!-- Our Work - static content throughout pages -->
+ <h2><inp2:st_ContentBlock num="6" page="index"/></h2>
+ <div class="wrapper pad_bot1">
+ <inp2:st_ContentBlock num="7" page="index"/>
+ </div>
+ <div class="wrapper pad_bot3">
+ <inp2:st_ContentBlock num="8" page="index"/>
+ </div>
+ <!-- end Our Work - static content throughout pages -->
+
+ <h2><inp2:st_ContentBlock num="9"/></h2>
+ <inp2:st_ContentBlock num="10"/>
+ </article>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<inp2:m_include template="designs/default_design.des" page_class="inner"/>
\ No newline at end of file
Index: releases/1.0.0/sitemap.tpl
===================================================================
--- releases/1.0.0/sitemap.tpl (nonexistent)
+++ releases/1.0.0/sitemap.tpl (revision 14234)
@@ -0,0 +1,57 @@
+<!--##
+<NAME>Sitemap</NAME>
+<DESC>Sitemap</DESC>
+<SECTION></SECTION>
+##-->
+
+<inp2:m_DefineElement name="more_link_elem">
+<li>
+ <a href="<inp2:c_CategoryLink template='__default__' m_cat_page='1'/>" class="sub-category"><inp2:m_Phrase label="lu_more"/>...</a>
+</li>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="sitemap_category_element" level_var="sitemap_level" max_levels="0">
+<li>
+ <a href="<inp2:CategoryLink template='__default__' m_cat_page='1'/>" class="sub-category"><inp2:Field name="Name" html_escape="1"/></a>
+
+ <inp2:m_ifnot check="m_Get" name="$level_var" equals_to="$max_levels">
+ <inp2:InitList types="menu" requery="1" per_page="50" sort_by="Priority,DESC"/>
+
+ <inp2:m_if check="TotalRecords" types="menu">
+ <ul style="margin-left:20px;">
+ <inp2:m_Inc param="$level_var" by="1"/>
+ <inp2:PrintList types="menu" render_as="sitemap_category_element" max_levels="$max_levels" more_link_render_as="more_link_elem"/>
+ </ul>
+ </inp2:m_if>
+ </inp2:m_ifnot>
+</li>
+</inp2:m_DefineElement>
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper"><h2><inp2:st_PageInfo type="title"/></h2></div>
+ </div>
+
+ <div class="box pad_bot1 bot">
+ <div class="pad marg_top">
+
+ <inp2:st_ContentBlock num="1"/>
+
+ <ul class="list1 pad_bot4">
+ <inp2:m_Set sitemap_level="0"/>
+ <inp2:c_PrintList types="menu" render_as="sitemap_category_element" max_levels="3" per_page="100" parent_cat_id="0" sort_by="Priority,DESC"/>
+ </ul>
+
+ <inp2:st_ContentBlock num="2"/>
+
+ </div>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page2"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/thankyou.tpl
===================================================================
--- releases/1.0.0/thankyou.tpl (nonexistent)
+++ releases/1.0.0/thankyou.tpl (revision 14234)
@@ -0,0 +1,34 @@
+<!--##
+<NAME>Thank You</NAME>
+<DESC>Thank you for submitting contact form</DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper"><h2><inp2:st_PageInfo type="title"/></h2></div>
+ </div>
+
+ <div class="box pad_bot1 bot">
+ <div class="pad marg_top">
+
+ <inp2:st_ContentBlock num="1"/>
+
+ <br /><br />
+ <inp2:formsubs_PhraseFromRequest name="thankyou_text" default="lu_text_Thankyou"/>
+
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" page_class="inner"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/no_permission.tpl
===================================================================
--- releases/1.0.0/no_permission.tpl (nonexistent)
+++ releases/1.0.0/no_permission.tpl (revision 14234)
@@ -0,0 +1,33 @@
+<!--##
+<NAME>No Permissions</NAME>
+<DESC></DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper"><h2><inp2:st_PageInfo type="title"/></h2></div>
+ </div>
+
+ <div class="box pad_bot1 bot">
+ <div class="pad marg_top">
+
+ <inp2:st_ContentBlock num="1"/>
+
+ <inp2:st_ContentBlock num="2"/>
+
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page1"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/error_notfound.tpl
===================================================================
--- releases/1.0.0/error_notfound.tpl (nonexistent)
+++ releases/1.0.0/error_notfound.tpl (revision 14234)
@@ -0,0 +1,37 @@
+<!--##
+<NAME>Page Not Found</NAME>
+<DESC></DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## SET 404 HEADER FOR RESPONSE ##-->
+<inp2:m_Header data="HTTP/1.0 404 Not Found"/>
+<!--## //SET 404 HEADER FOR RESPONSE ##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper"><h2><inp2:st_PageInfo type="title"/></h2></div>
+ </div>
+
+ <div class="box pad_bot1 bot">
+ <div class="pad marg_top">
+
+ <inp2:st_ContentBlock num="1"/>
+
+ <inp2:st_ContentBlock num="2"/>
+
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page2"/>
+<!--## /DESIGN TEMPLATE ##-->
Index: releases/1.0.0/search.tpl
===================================================================
--- releases/1.0.0/search.tpl (nonexistent)
+++ releases/1.0.0/search.tpl (revision 14234)
@@ -0,0 +1,55 @@
+<!--##
+<NAME>Search Results</NAME>
+<DESC></DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper"><h2><inp2:st_PageInfo type="title"/></h2></div>
+ </div>
+
+ <div class="box pad_bot1 bot">
+ <div class="pad marg_top">
+
+ <inp2:st_ContentBlock num="1"/>
+
+ <inp2:c_InitList list_name="search_results" types="search" parent_cat_id="any" recursive="1"/>
+
+ <!--##
+ <h1 class="movable-header">
+ <inp2:m_phrase name="lu_title_SearchResults"/> (<inp2:c_TotalRecords list_name="search_results"/>)
+ </h1>
+ ##-->
+
+ <inp2:m_if check="c_TotalRecords" list_name="search_results">
+ <inp2:m_DefineElement name="search_element">
+ <li>
+ <a href="<inp2:CategoryLink template="__default__" m_cat_page="1"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Field name="Name" html_escape="1"/></a>
+ <!--## <span>(<inp2:SubCatCount/> / <inp2:ItemCount/>)</span> ##-->
+ </li>
+ </inp2:m_DefineElement>
+ <ul class="list1 pad_bot4">
+ <inp2:c_ListCategories list_name="search_results" render_as="search_element" per_page="-1" show_relevance="0" />
+ </ul>
+ <inp2:m_else/>
+ <inp2:m_Phrase label="lu_text_NothingFound"/>!
+ </inp2:m_if>
+
+ <inp2:st_ContentBlock num="2"/>
+
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page2"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/.smsignore
===================================================================
Index: releases/1.0.0/_install/theme.xml
===================================================================
--- releases/1.0.0/_install/theme.xml (nonexistent)
+++ releases/1.0.0/_install/theme.xml (revision 14234)
@@ -0,0 +1,5 @@
+<theme>
+ <default_design>designs/general</default_design>
+ <form_design>designs/form</form_design>
+ <form_thankyou>thankyou</form_thankyou>
+</theme>
\ No newline at end of file
Index: releases/1.0.0/_install/images/business-demo/page1_img7.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img7.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page1_img8.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img8.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page1_img1.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img1.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page1_img2.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img2.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page2_img1.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page2_img1.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page1_img3.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img3.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page2_img2.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page2_img2.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page3_img1.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page3_img1.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page1_img4.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img4.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page2_img3.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page2_img3.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page1_img5.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img5.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page2_img4.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page2_img4.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/images/business-demo/page1_img6.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/_install/images/business-demo/page1_img6.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/_install/english.lang
===================================================================
--- releases/1.0.0/_install/english.lang (nonexistent)
+++ releases/1.0.0/_install/english.lang (revision 14234)
@@ -0,0 +1,25 @@
+<LANGUAGES>
+ <LANGUAGE PackName="English" Encoding="base64"><DATEFORMAT>m/d/Y</DATEFORMAT><TIMEFORMAT>g:i A</TIMEFORMAT><INPUTDATEFORMAT>m/d/Y</INPUTDATEFORMAT><INPUTTIMEFORMAT>g:i:s A</INPUTTIMEFORMAT><DECIMAL>.</DECIMAL><THOUSANDS>,</THOUSANDS><CHARSET>utf-8</CHARSET><UNITSYSTEM>2</UNITSYSTEM>
+ <PHRASES>
+ <PHRASE Label="lu_AProblemInForm" Module="Core" Type="0">T25lIG9yIG1vcmUgZmllbGRzIG9uIHRoaXMgZm9ybSBoYXMgYW4gZXJyb3IuPGJyLz4NCg0KUGxlYXNlIHJldmlldyB0aGUgZmllbGRzIG1hcmtlZCB3aXRoIHJlZCBjYXJlZnVsbHkgYW5kIHN1Ym1pdCB0aGUgZm9ybSBhZ2Fpbi4=</PHRASE>
+ <PHRASE Label="lu_btn_Clear" Module="Core" Type="0">Q2xlYXI=</PHRASE>
+ <PHRASE Label="lu_btn_Send" Module="Core" Type="0">U2VuZA==</PHRASE>
+ <PHRASE Label="lu_captcha_error" Module="Core" Type="0">VGV4dCBlbnRlcmVkIGluY29ycmVjdGx5LCBwbGVhc2UgdHJ5IGFnYWlu</PHRASE>
+ <PHRASE Label="lu_fld_Captcha" Module="Core" Type="0">RW50ZXIgdGV4dCBvbiB0aGUgcGljdHVyZQ==</PHRASE>
+ <PHRASE Label="lu_fld_Company" Module="Core" Type="0">Q29tcGFueQ==</PHRASE>
+ <PHRASE Label="lu_fld_Email" Module="Core" Type="0">RS1tYWls</PHRASE>
+ <PHRASE Label="lu_fld_Message" Module="Core" Type="0">TWVzc2FnZQ==</PHRASE>
+ <PHRASE Label="lu_fld_Name" Module="Core" Type="0">TmFtZQ==</PHRASE>
+ <PHRASE Label="lu_fld_Phone" Module="Core" Type="0">UGhvbmU=</PHRASE>
+ <PHRASE Label="lu_fld_Subject" Module="Core" Type="0">U3ViamVjdA==</PHRASE>
+ <PHRASE Label="lu_rootcategory_name" Module="Core" Type="0">SG9tZQ==</PHRASE>
+ <PHRASE Label="lu_text_PromoHeader1" Module="Core" Type="0">RWZmZWN0aXZlPHNwYW4+YnVzaW5lc3Mgc29sdXRpb25zPC9zcGFuPg==</PHRASE>
+ <PHRASE Label="lu_text_Redirect" Module="Core" Type="0">WW91IHNob3VsZCBiZSByZWRpcmVjdGVkIHRvIHRoZSBuZXh0IHBhZ2Ugd2l0aGluIDEwIHNlY29uZHMuIFBsZWFzZSBjbGljayBvbiB0aGUgbGluayBiZWxvdyBpZiByZWRpcmVjdCBkaWRuJ3QgaGFwcGVuZWQu</PHRASE>
+ <PHRASE Label="lu_text_RedirectLink" Module="Core" Type="0">UGxlYXNlIGNsaWNrIG9uIHRoaXMgbGluayE=</PHRASE>
+ <PHRASE Label="lu_text_Thankyou" Module="Core" Type="0">VGhhbmsgeW91IGZvciBjb250YWN0aW5nIHdpdGggdXMh</PHRASE>
+ <PHRASE Label="lu_title_Address" Module="Core" Type="0">QWRkcmVzcw==</PHRASE>
+ <PHRASE Label="lu_title_RequestInformation" Module="Core" Type="0">SW5mb3JtYXRpb24gUmVxdWVzdCBGb3Jt</PHRASE>
+ <PHRASE Label="lu_title_SiteName" Module="Core" Type="0">U21hcnQgQml6</PHRASE>
+ </PHRASES>
+ </LANGUAGE>
+</LANGUAGES>
\ No newline at end of file
Index: releases/1.0.0/_install/install_data.sql
===================================================================
--- releases/1.0.0/_install/install_data.sql (nonexistent)
+++ releases/1.0.0/_install/install_data.sql (revision 14234)
@@ -0,0 +1,61 @@
+UPDATE Category SET IsMenu = 1, Priority = -1 WHERE Template = 'index';
+UPDATE Category SET IsMenu = 1, Priority = -2 WHERE Template = 'about';
+UPDATE Category SET IsMenu = 1, Priority = -3 WHERE Template = 'projects';
+UPDATE Category SET IsMenu = 1, Priority = -5 WHERE Template = 'sitemap';
+UPDATE Category SET Priority = -6 WHERE Filename = 'Pages';
+
+INSERT INTO Category (CategoryId, Type, SymLinkCategoryId, ParentId, Name, l1_Name, l2_Name, l3_Name, l4_Name, l5_Name, Filename, AutomaticFilename, Description, l1_Description, l2_Description, l3_Description, l4_Description, l5_Description, CreatedOn, EditorsPick, Status, Priority, MetaKeywords, CachedDescendantCatsQty, CachedNavbar, l1_CachedNavbar, l2_CachedNavbar, l3_CachedNavbar, l4_CachedNavbar, l5_CachedNavbar, CreatedById, ResourceId, ParentPath, TreeLeft, TreeRight, NamedParentPath, MetaDescription, HotItem, NewItem, PopItem, Modified, ModifiedById, CachedTemplate, Template, UseExternalUrl, ExternalUrl, UseMenuIconUrl, MenuIconUrl, l1_Title, l2_Title, l3_Title, l4_Title, l5_Title, l1_MenuTitle, l2_MenuTitle, l3_MenuTitle, l4_MenuTitle, l5_MenuTitle, MetaTitle, IndexTools, IsMenu, Protected, FormId, FormSubmittedTemplate, FriendlyURL, ThemeId, EnablePageCache, OverridePageCacheKey, PageCacheKey, PageExpiration) VALUES(200, 1, NULL, 1, '', 'Contacts', '', '', '', '', 'Contacts', 1, NULL, NULL, NULL, NULL, NULL, NULL, 1295021675, 0, 1, -4, NULL, 0, NULL, 'Content&|&Contacts', 'Content&|&Contacts', 'Content&|&Contacts', 'Content&|&Contacts', 'Content&|&Contacts', -1, 120, '|1|200|', 22, 23, 'Content/Contacts', NULL, 2, 2, 2, 1295566100, -1, '#form_design#', '#form_design#', 0, '', 0, '', 'Contact Form', '', '', '', '', 'Contacts', '', '', '', '', NULL, NULL, 1, 0, 1, '#form_thankyou#', '', 0, 0, 0, '', NULL);
+
+INSERT INTO PageContent VALUES(DEFAULT, 1, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'sitemap'), '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 2, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'sitemap'), '<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur. Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur. At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati.</p>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 1, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), 'Take the best business deal', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 2, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<strong>Smart Biz Template</strong> is one of <a target="_blank" href="http://www.templatemonster.com/website-templates.php">free website templates</a> created by Templates.com team. This website template is optimized for 1024X768 screen resolution. It is also XHTML &amp; CSS valid.', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 3, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<figure class="left marg_right1 marg_top2"><img width="120" height="108" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img5.jpg" /></figure>\r\n<p class="marg_top">This <a target="_blank" href="http://blog.templatemonster.com/2011/01/24/free-business-website-template-efficient-choice/">Free Business Website Template</a> goes with two packages &ndash; with PSD source files and without them. PSD source files are available for free for the registered members of Templates.com. The basic package (without PSD is available for anyone without registration).</p>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 4, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<p>This website template has several pages: <a href="index.html">Home</a>, <a href="About.html">About</a>, <a href="Projects.html">Projects</a>, <a href="Contacts.html">Contacts</a> (note that contact us form &ndash; doesn&rsquo;t work), <a href="Sitemap.html">Sitemap</a>.</p>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 5, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<ul class="list1 cols">\r\n <li><a href="#">At vero eos et accusamus iusto</a></li>\r\n <li><a href="#">Odio dignissimos ducimus</a></li>\r\n <li><a href="#">Blanditiis praesentium voluptatum</a></li>\r\n <li><a href="#">Deleniti atque corrupti quos dolores</a></li>\r\n</ul>\r\n<ul class="list1 cols pad_left2">\r\n <li><a href="#">Sint occaecati cuditate nongd</a></li>\r\n <li><a href="#">Provident similque suxpin culpa qui</a></li>\r\n <li><a href="#">Officia deserunt mollitia animidt</a></li>\r\n <li><a href="#">Etharum quidem rerum facili</a></li>\r\n</ul>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 100, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<a href="#" class="button">read more</a>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 101, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<ul class="banners">\r\n <li><a href="#"><img width="210" height="144" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img1.jpg" /></a>\r\n <div class="pad">\r\n <p class="font1">Company History</p>\r\n <p>Lorem ipsum doloamet consect etuer adipiscing.</p>\r\n </div>\r\n </li>\r\n <li><a href="#"><img width="210" height="144" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img2.jpg" /></a>\r\n <div class="pad">\r\n <p class="font1">Our Capabilities</p>\r\n <p>Sed ut perspiciatis unde omnis iste naturror voluptatem.</p>\r\n </div>\r\n </li>\r\n <li><a href="#"><img width="210" height="144" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img3.jpg" /></a>\r\n <div class="pad">\r\n <p class="font1">Where We Deliver</p>\r\n <p>Nam libero tempore cum soluta nobis est eligendi optio.</p>\r\n </div>\r\n </li>\r\n <li><a href="#"><img width="210" height="144" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img4.jpg" /></a>\r\n <div class="pad">\r\n <p class="font1">Operations Consulting</p>\r\n <p>Temporibus autem quibusdam et aut officiis.</p>\r\n </div>\r\n </li>\r\n</ul>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 102, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), 'Latest projects', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 103, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<figure class="left marg_right1"><a href="#"><img width="98" height="79" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img6.jpg" /></a></figure>\r\n<p>Sed peraspiciatis unde omnis iste natus eraror sit voluptatem accusantium doloremque.</p>\r\n<a class="marker" href="#">read more</a>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 104, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<figure class="left marg_right1"><a href="#"><img width="98" height="79" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img7.jpg" /></a></figure>\r\n<p>Laudantiuam totam aperiam, eaque ipsa quaae ab illo inventore veritatais quasi.</p>\r\n<a class="marker" href="#">read more</a>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 105, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'index'), '<figure class="left marg_right1"><a href="#"><img width="98" height="79" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page1_img8.jpg" /></a></figure>\r\n<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit sed.</p>\r\n<a class="marker" href="#">read more</a>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 1, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'projects'), 'Project name', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 2, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'projects'), 'Latest projects', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 3, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'projects'), '<figure class="left marg_right2"><img width="195" height="108" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page3_img1.jpg" /></figure>\r\n<p class="pad_bot3"><strong>Accusamus iusto odio dignissimos ducimus qui blanditiis praesentium </strong></p>\r\n<p>Deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi.</p>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 4, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'projects'), '<p>Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus.</p>\r\n <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 1, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'about'), 'A few words about us', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 2, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'about'), 'Testimonials', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 3, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'about'), '<figure class="left marg_right2"><img width="152" height="108" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page2_img1.jpg" /></figure>\r\n<p class="pad_bot3"><strong>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium </strong></p>\r\n<p>Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 4, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'about'), '<p>Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda:</p>\r\n<ul class="list1">\r\n <li><a href="#">Sint occaecati cuditate nongd</a></li>\r\n <li><a href="#">Provident similque suxpin culpa qui</a></li>\r\n <li><a href="#">Officia deserunt mollitia animidt</a></li>\r\n</ul>\r\n<p class="marg_top">Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus.</p>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 5, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'about'), '<figure class="left marg_right2"><img width="94" height="84" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page2_img2.jpg" /></figure>\r\n<p><strong>James Colloway</strong><br />\r\n<span class="color1">Managing Director</span></p>\r\nSed peraspiciatis unde omhnis accusantium doloremque.', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 6, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'about'), '<figure class="left marg_right2"><img width="94" height="84" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page2_img3.jpg" /></figure>\r\n<p><strong>William Mason</strong><br />\r\n<span class="color1">Company President</span></p>\r\nLeaque ipsa quaae abillo intore veritatais quasi.', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 7, (SELECT CategoryId FROM <%TABLE_PREFIX%>Category WHERE Template = 'about'), '<figure class="left marg_right2"><img width="94" height="84" border="0" alt="" src="{SitePath}system/user_files/Images/business-demo/page2_img4.jpg" /></figure>\r\n<p><strong>Lance Manian</strong><br />\r\n<span class="color1">Sales Director</span></p>\r\nQuia volupts sit aspernatur aut odit omhnisaut fugitsed.', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 1, 200, 'Contact form', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 2, 200, 'Contact us', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 5, 200, '<strong>\r\n Country:<br>\r\n City:<br>\r\n Telephone:<br>\r\n Email:\r\n </strong>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 6, 200, 'USA<br>\r\n San Diego<br>\r\n +354 5635600<br>\r\n <a href="mailto:">smartbiz@mail.com</a>', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 7, 200, 'Miscellaneous Info', '', '', '', '');
+INSERT INTO PageContent VALUES(DEFAULT, 8, 200, 'Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusantaque earum rerum hic.', '', '', '', '');
+
+UPDATE IdGenerator SET lastid = lastid + 100;
+
+INSERT INTO PermCache VALUES(DEFAULT, 200, 1, '11');
+
+INSERT INTO Forms VALUES(1, 'Contact Form', 'Contact Form', 0, 1, 0, 0, '', '', '', '', '', '', '110', '', '', '', '', '110', '', '');
+
+INSERT INTO FormFields VALUES(1, 1, 0, 'Name', 'lu_fld_Name', NULL, 'la_fld_Name', 'text', NULL, 5, 0, 1, 1, NULL, 0, 1, 1);
+INSERT INTO FormFields VALUES(2, 1, 0, 'Company', 'lu_fld_Company', NULL, 'la_fld_Company', 'text', NULL, 4, 0, 0, 1, NULL, 0, 1, 0);
+INSERT INTO FormFields VALUES(3, 1, 0, 'Email', 'lu_fld_Email', NULL, 'la_fld_Email', 'text', NULL, 3, 0, 0, 1, NULL, 1, 1, 2);
+INSERT INTO FormFields VALUES(4, 1, 0, 'Phone', 'lu_fld_Phone', NULL, 'la_fld_Phone', 'text', NULL, 2, 0, 0, 1, NULL, 0, 1, 0);
+INSERT INTO FormFields VALUES(5, 1, 0, 'Subject', 'lu_fld_Subject', NULL, 'la_fld_Subject', 'select', '=+-- Please select --||0=+Sales questions||1=+General questions||2=+Billing questions||3=+Support questions', 1, 0, 1, 0, NULL, 0, 1, 3);
+INSERT INTO FormFields VALUES(6, 1, 0, 'Message', 'lu_fld_Message', NULL, 'la_fld_Message', 'textarea', NULL, 0, 0, 1, 0, NULL, 0, 1, 4);
+
+ALTER TABLE FormSubmissions
+ ADD COLUMN fld_1 text,
+ ADD COLUMN fld_2 text,
+ ADD COLUMN fld_3 text,
+ ADD COLUMN fld_4 text,
+ ADD COLUMN fld_5 text,
+ ADD COLUMN fld_6 text;
+
+UPDATE ConfigurationValues SET VariableValue = 'Smart Biz' WHERE VariableName = 'Site_Name';
\ No newline at end of file
Index: releases/1.0.0/index.tpl
===================================================================
--- releases/1.0.0/index.tpl (nonexistent)
+++ releases/1.0.0/index.tpl (revision 14234)
@@ -0,0 +1,55 @@
+<!--##
+<NAME>Home</NAME>
+<DESC>Home page</DESC>
+<SECTION></SECTION>
+##-->
+
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="wrapper">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+ <div class="wrapper">
+ <div class="box bot pad_bot2">
+ <div class="pad">
+
+ <article class="col1">
+ <h2><inp2:st_ContentBlock num="1"/></h2>
+ <inp2:st_ContentBlock num="2"/>
+ <div class="wrapper">
+ <inp2:st_ContentBlock num="3"/>
+ </div>
+ <inp2:st_ContentBlock num="4"/>
+ <div class="wrapper line1">
+ <inp2:st_ContentBlock num="5"/>
+ </div>
+ </article>
+
+ <article class="col2 pad_left1">
+ <h2><inp2:st_ContentBlock num="102" page="index"/></h2>
+ <div class="wrapper">
+ <div class="wrapper pad_bot1">
+ <inp2:st_ContentBlock num="103" page="index"/>
+ </div>
+ <div class="wrapper pad_bot1">
+ <inp2:st_ContentBlock num="104" page="index"/>
+ </div>
+ <div class="wrapper">
+ <inp2:st_ContentBlock num="105" page="index"/>
+ </div>
+ </div>
+ </article>
+
+ </div>
+ </div>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page1"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/projects.tpl
===================================================================
--- releases/1.0.0/projects.tpl (nonexistent)
+++ releases/1.0.0/projects.tpl (revision 14234)
@@ -0,0 +1,53 @@
+<!--##
+<NAME>Projects</NAME>
+<DESC>Projects</DESC>
+<SECTION></SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper">
+ <article class="col1"><h2><inp2:st_ContentBlock num="1"/></h2></article>
+ <article class="col2 pad_left1"><h2><inp2:st_ContentBlock num="2"/></h2></article>
+ </div>
+ </div>
+
+ <div class="box pad_bot1">
+ <div class="pad marg_top">
+
+ <article class="col1">
+ <div class="wrapper">
+ <inp2:st_ContentBlock num="3"/>
+ </div>
+ <inp2:st_ContentBlock num="4"/>
+ </article>
+
+ <article class="col2 pad_left1">
+ <div class="wrapper">
+ <div class="wrapper pad_bot1">
+ <inp2:st_ContentBlock num="103" page="index"/>
+ </div>
+ <div class="wrapper pad_bot1">
+ <inp2:st_ContentBlock num="104" page="index"/>
+ </div>
+ <div class="wrapper">
+ <inp2:st_ContentBlock num="105" page="index"/>
+ </div>
+ </div>
+ </article>
+
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page3"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/about.tpl
===================================================================
--- releases/1.0.0/about.tpl (nonexistent)
+++ releases/1.0.0/about.tpl (revision 14234)
@@ -0,0 +1,50 @@
+<!--##
+<NAME>About</NAME>
+<DESC>About</DESC>
+<SECTION></SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper">
+ <article class="col1"><h2><inp2:st_ContentBlock num="1"/></h2></article>
+ <article class="col2 pad_left1"><h2><inp2:st_ContentBlock num="2"/></h2></article>
+ </div>
+ </div>
+
+ <div class="box pad_bot4">
+ <div class="pad marg_top">
+
+ <article class="col1">
+ <div class="wrapper">
+ <inp2:st_ContentBlock num="3"/>
+ </div>
+ <inp2:st_ContentBlock num="4"/>
+ </article>
+
+ <article class="col2 pad_left1">
+ <div class="wrapper under">
+ <inp2:st_ContentBlock num="5"/>
+ </div>
+ <div class="wrapper under">
+ <inp2:st_ContentBlock num="6"/>
+ </div>
+ <div class="wrapper">
+ <inp2:st_ContentBlock num="7"/>
+ </div>
+ </article>
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page2"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/inc/layout.css
===================================================================
--- releases/1.0.0/inc/layout.css (nonexistent)
+++ releases/1.0.0/inc/layout.css (revision 14234)
@@ -0,0 +1,33 @@
+.col1,.col2,.col3,.cols {
+ float:left;
+}
+.col1 {
+ width:500px;
+}
+.col2 {
+ width:290px;
+}
+.cols {
+ width:225px;
+}
+
+/* index.html */
+#page1 {
+ background:url('@templates_base@/img/bg_top.gif');
+}
+#page1 .text {
+ background:url('@templates_base@/img/bg_img1.jpg') 0 0 no-repeat;
+ padding:71px 0 0 535px;
+ margin-top:17px;
+ height:339px;
+}
+#page1 .text1 span {
+ padding-bottom:40px;
+}
+
+/* index-1.html */
+/* index-2.html */
+/* index-3.html */
+#page4 .cols {
+ width:85px;
+}
\ No newline at end of file
Index: releases/1.0.0/inc/reset.css
===================================================================
--- releases/1.0.0/inc/reset.css (nonexistent)
+++ releases/1.0.0/inc/reset.css (revision 14234)
@@ -0,0 +1,29 @@
+a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var {
+ background:transparent;
+ border:0 none;
+ font-size:100%;
+ margin:0;
+ padding:0;
+ border:0;
+ outline:0;
+ vertical-align:top;
+}
+ol,ul {
+ list-style:none;
+}
+blockquote,q {
+ quotes:none;
+}
+table,table td {
+ padding:0;
+ border:none;
+ border-collapse:collapse;}
+img {
+ vertical-align:top;
+}
+embed {
+ vertical-align:top;
+}
+* {
+ border:none;
+}
\ No newline at end of file
Index: releases/1.0.0/inc/styles.css
===================================================================
--- releases/1.0.0/inc/styles.css (nonexistent)
+++ releases/1.0.0/inc/styles.css (revision 14234)
@@ -0,0 +1,456 @@
+/* Getting the new tags to behave */
+article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {display:block}
+mark,rp,rt,ruby,summary,time {
+ display:inline;
+}
+.left {
+ float:left;
+}
+.right {
+ float:right;
+}
+.wrapper {
+ width:100%;
+ overflow:hidden;
+}
+body {
+ background:url('@templates_base@/img/bg_top2.gif') top repeat-x #e2e2e2;
+ border:0;
+ font:13px Arial,Helvetica,sans-serif;
+ color:#323232;
+ line-height:17px;
+}
+.inner_copy,
+.inner_copy a {
+ border:0;
+ float:right;
+ background:#fff;
+ color:#f00;
+ width:50%;
+ line-height:10px;
+ font-size:10px;
+ margin:-220% 0 0 0;
+ overflow:hidden;
+ padding:0;
+}
+.css3 {
+ border-radius:8px;
+ -moz-border-radius:8px;
+ -webkit-border-radius:8px;
+ box-shadow:0 0 4px rgba(0,0,0,.4);
+ -moz-box-shadow:0 0 4px rgba(0,0,0,.4);
+ -webkit-box-shadow:0 0 4px rgba(0,0,0,.4);
+ behavior:url('@templates_base@/js/PIE.htc');
+ position:relative;
+}
+.main {
+ margin:0 auto;
+ width:920px;
+}
+a {
+ color:#308da2;
+ text-decoration:underline;
+ outline:none;
+}
+a:hover {
+ text-decoration:none;
+}
+h1 {
+ float:left;
+ padding:16px 0 0 0;
+}
+h2 {
+ font-size:35px;
+ font-weight:600;
+ color:#000;
+ line-height:44px;
+ padding:16px 0 9px 0;
+ letter-spacing:-1px;
+}
+.box h2 {
+ padding:29px 0 16px 0;
+}
+p {
+ padding-bottom:17px;
+}
+header {
+
+}
+#logo {
+ display:block;
+ background:url('@templates_base@/img/logo.gif') no-repeat;
+ width:245px;
+ height:85px;
+ text-indent:-5000px;
+}
+#search {
+ float:right;
+ padding:35px 0 0 0;
+}
+#search .bg {
+ background:url('@templates_base@/img/search.gif') no-repeat;
+ width:193px;
+ height:36px;
+}
+#search .submit {
+ float:right;
+ height:36px;
+ width:40px;
+ background:none;
+ cursor:pointer;
+}
+#search .input {
+ float:right;
+ background:none;
+ font:13px Arial,Helvetica,sans-serif;
+ color:#323232;
+ height:16px;
+ width:143px;
+ padding:10px;
+ padding-right:0;
+}
+#menu {
+ width:100%;
+ overflow:hidden;
+ margin-top:3px;
+}
+#menu li {
+ float:left;
+}
+#menu a {
+ display:block;
+ font-size:20px;
+ font-weight:400;
+ color:#000;
+ background:url('@templates_base@/img/menu.gif') top repeat-x;
+ line-height:55px;
+ text-decoration:none;
+}
+#menu li span {
+ display:block;
+ background:url('@templates_base@/img/menu_left.gif') top left no-repeat;
+}
+#menu .alpha span {
+ background:url('@templates_base@/img/left_menu.gif') top left no-repeat;
+}
+#menu .alpha a:hover span,
+#menu .alpha#menu_active a span {
+ background:url('@templates_base@/img/left_menu_active.gif') top left no-repeat;
+}
+#menu .omega span span {
+ background:url('@templates_base@/img/right_menu.gif') top right no-repeat;
+}
+#menu .omega a:hover span span,
+#menu .omega#menu_active a span span {
+ background:url('@templates_base@/img/right_menu_active.gif') top right no-repeat;
+}
+#menu li span span,
+#menu .alpha span span {
+ background:url('@templates_base@/img/menu_right.gif') top right no-repeat;
+ padding:0 60px;
+}
+#menu a:hover,
+#menu #menu_active a {
+ color:#fff;
+ background:url('@templates_base@/img/menu_active.gif') top repeat-x;
+}
+#menu a:hover span,
+#menu #menu_active a span {
+ background:url('@templates_base@/img/menu_left_active.gif') top left no-repeat;
+}
+#menu a:hover span span,
+#menu #menu_active a span span,
+#menu .alpha#menu_active a span span,
+#menu .alpha a:hover span span {
+ background:url('@templates_base@/img/menu_right_active.gif') top right no-repeat;
+}
+.text {
+ background:url('@templates_base@/img/bg_img2.jpg') 1px 0 no-repeat;
+ padding:18px 0 0 515px;
+ width:325px;
+ margin-top:15px;
+ text-align:center;
+ height:265px;
+}
+.text1 {
+ font-size:80px;
+ font-weight:700;
+ line-height:100px;
+ color:#000;
+ letter-spacing:-2px;
+ display:block;
+}
+.text1 span {
+ display:block;
+ font-size:40px;
+ line-height:50px;
+ margin-top:-17px;
+ letter-spacing:-1px;
+ padding-bottom:20px;
+}
+.text .button {
+ display:inline-block;
+ font-size:30px;
+ font-weight:700;
+ color:#fff;
+ line-height:53px;
+ padding:0 37px;
+ background:url('@templates_base@/img/button_bg.gif') top repeat-x #308da2;
+ border-radius:10px;
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ behavior:url('@templates_base@/js/PIE.htc');
+ position:relative;
+ text-decoration:none;
+}
+.text .button:hover {
+ background:#696969;
+}
+/* content */
+#content {
+ margin-right:4px;
+ background:url('@templates_base@/img/bg_cont.gif') bottom repeat-x #fff;
+ border:1px solid #ccc;
+ border-radius:10px;
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ box-shadow:1px 1px 2px #cfcfcf;
+ -moz-box-shadow:1px 1px 2px #cfcfcf;
+ -webkit-box-shadow:1px 1px 2px #cfcfcf;
+ behavior:url('@templates_base@/js/PIE.htc');
+ position:relative;
+}
+.pad {
+ padding:0 30px 0 35px;
+}
+.pad_left1 {
+ padding-left:55px;
+}
+.pad_left2 {
+ padding-left:45px;
+}
+.marg_right1 {
+ margin-right:12px;
+}
+.marg_right2 {
+ margin-right:18px;
+}
+.pad_bot1 {
+ padding-bottom:35px;
+}
+.pad_bot2 {
+ padding-bottom:49px;
+}
+.pad_bot3 {
+ padding-bottom:7px;
+}
+.pad_bot4 {
+ padding-bottom:17px;
+}
+.marg_top {
+ margin-top:17px;
+}
+.marg_top2 {
+ margin-top:7px;
+}
+.box {
+ background:#f5f5f5;
+ behavior:url('@templates_base@/js/PIE.htc');
+ position:relative;
+ width:100%;
+ overflow:hidden;
+}
+.box.top {
+ border-radius:10px 10px 0 0;
+ -moz-border-radius:10px 10px 0 0;
+ -webkit-border-radius:10px 10px 0 0;
+ behavior:url('@templates_base@/js/PIE.htc');
+}
+.box.bot {
+ border-radius:0 0 11px 11px;
+ -moz-border-radius:0 0 11px 11px;
+ -webkit-border-radius:0 0 11px 11px;
+ behavior:url('@templates_base@/js/PIE.htc');
+}
+.banners {
+ padding:19px 0 19px 19px;
+ overflow:hidden;
+}
+.banners li {
+ width:210px;
+ float:left;
+ padding-right:12px;}
+.banners p {
+ padding-bottom:7px;
+}
+.banners p.font1 {
+ font-weight:bold;
+ color:#318ea2;
+ padding:16px 0 7px 0;
+}
+.banners .marker {
+ background:url('@templates_base@/img/marker_1.gif') no-repeat;
+}
+.banners .marker:hover {
+ background:url('@templates_base@/img/marker_3.gif') no-repeat;
+}
+.banners .pad {
+ padding:0 10px 0 15px;
+}
+.marker {
+ /*display:inline-block;*/
+ background:url('@templates_base@/img/marker_3.gif') no-repeat;
+ /* width:17px; */
+ height:17px;
+ padding-left:20px;
+}
+.marker:hover {
+ /*display:inline-block;*/
+ background:url('@templates_base@/img/marker_1.gif') no-repeat;
+ /*width:17px;*/
+ height:17px;
+ padding-left:20px;
+}
+.line1 {
+ background:url('@templates_base@/img/line_ver1.gif') 250px 0 repeat-y;
+ padding:7px 0;
+}
+.under {
+ padding-bottom:17px;
+ border-bottom:1px solid #ddd;
+ margin-bottom:17px;
+}
+.color1 {
+ color:#308da2;
+}
+.list1 li {
+ line-height:23px;
+}
+.list1 li a {
+ padding-left:20px;
+ background:url('@templates_base@/img/marker_2.gif') 5px 5px no-repeat;
+}
+.red, .error {
+ color: red;
+}
+.field-error {
+ float: left;
+ color: red;
+ margin: 0 0 0 10px;
+}
+
+/* footer */
+footer {
+ padding:25px 0 28px 0;
+ width:100%;
+ overflow:hidden;
+ text-align:center;
+ line-height:18px;
+}
+footer a {}
+footer a:hover {}
+/* forms */
+#ContactForm {
+ font-weight:bold;
+ color:#323232;
+ line-height:28px;
+}
+#ContactForm .wrapper {
+ padding-bottom:6px;
+}
+#ContactForm .bg {
+ background:url('@templates_base@/img/bg_input.gif') top repeat-x #e6e6e6;
+ float:left;
+ /* margin-right:150px; */
+ border:1px solid #ccc;
+ border-radius:10px;
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ box-shadow:1px 1px 2px #e3e3e3;
+ -moz-box-shadow:1px 1px 2px #e3e3e3;
+ -webkit-box-shadow:1px 1px 2px #e3e3e3;
+ behavior:url('@templates_base@/js/PIE.htc');
+ position:relative;
+ height:26px;
+}
+#ContactForm .bg2 {
+ background:url('@templates_base@/img/bg_textarea.gif') top repeat-x #e6e6e6;
+ float:left;
+ margin-right:2px;
+ border:1px solid #ccc;
+ border-radius:10px;
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ box-shadow:1px 1px 2px #e3e3e3;
+ -moz-box-shadow:1px 1px 2px #e3e3e3;
+ -webkit-box-shadow:1px 1px 2px #e3e3e3;
+ behavior:url('@templates_base@/js/PIE.htc');
+ position:relative;
+ height:191px;
+ margin-bottom:9px;
+}
+#ContactForm .button {
+ margin-left:8px;
+ margin-top:9px;
+ float:right;
+ margin-right:2px;
+ font-size:20px;
+ font-weight:700;
+ color:#fff;
+ line-height:35px;
+ width:90px;
+ text-align:center;
+ background:url('@templates_base@/img/button_form.gif') top repeat-x #308da2;
+ border-radius:10px;
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ behavior:url('@templates_base@/js/PIE.htc');
+ position:relative;
+ text-decoration:none;
+}
+#ContactForm .input,
+#ContactForm .input-select,
+#ContactForm .input-short {
+ width:260px;
+ height:16px;
+ background:none;
+ padding:5px 10px;
+ color:#323232;
+ font:13px Arial,Helvetica,sans-serif;
+ margin:0;
+}
+#ContactForm .input-select {
+ width:221px;
+ height:26px;
+ background:none;
+}
+#ContactForm label {
+ line-height:24px;
+ padding: 3px 0 9px 0;
+ width:100px;
+ float:left;
+}
+#ContactForm label.long-label {
+ width:170px;
+}
+#ContactForm .input-short {
+ width:40px;
+}
+#ContactForm textarea {
+ overflow:auto;
+ width:375px;
+ height:181px;
+ background:none;
+ padding:5px 10px;
+ color:#323232;
+ font:13px Arial,Helvetica,sans-serif;
+ margin:0;
+}
+#ContactForm .button:hover {
+ background:#696969;
+}
+
+#ContactForm .captcha-image {
+ float:left;
+ margin-left:10px;
+}
\ No newline at end of file
Index: releases/1.0.0/inc/js/PIE.php
===================================================================
--- releases/1.0.0/inc/js/PIE.php (nonexistent)
+++ releases/1.0.0/inc/js/PIE.php (revision 14234)
@@ -0,0 +1,19 @@
+<?php
+/*
+This file is a wrapper, for use in PHP environments, which serves PIE.htc using the
+correct content-type, so that IE will recognize it as a behavior. Simply specify the
+behavior property to fetch this .php file instead of the .htc directly:
+
+.myElement {
+ [ ...css3 properties... ]
+ behavior: url(PIE.php);
+}
+
+This is only necessary when the web server is not configured to serve .htc files with
+the text/x-component content-type, and cannot easily be configured to do so (as is the
+case with some shared hosting providers).
+*/
+
+header( 'Content-type: text/x-component' );
+include( 'PIE.htc' );
+?>
\ No newline at end of file
Index: releases/1.0.0/inc/js/ie6_script_other.js
===================================================================
--- releases/1.0.0/inc/js/ie6_script_other.js (nonexistent)
+++ releases/1.0.0/inc/js/ie6_script_other.js (revision 14234)
@@ -0,0 +1,4 @@
+var ie6_warning=navigator.userAgent.indexOf('MSIE 6')
+if (ie6_warning > 0)
+{
+ document.write("<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative; z-index:5000'> <div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick='javascript:this.parentNode.parentNode.style.display=\"none\"; return false;'><img src='http://info.template-help.com/files/ie6_warning/ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice'/></a></div> <div style='width: 740px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'> <div style='width: 75px; float: left;'><img src='http://info.template-help.com/files/ie6_warning/ie6nomore-warning.jpg' alt='Warning!'/></div> <div style='width: 275px; float: left; font-family: Arial, sans-serif; color:#000'> <div style='font-size: 14px; font-weight: bold; margin-top: 12px; color:#000'>You are using an outdated browser</div> <div style='font-size: 12px; margin-top: 6px; line-height: 12px; color:#000'>For a better experience using this site, please upgrade to a modern web browser.</div> </div><div style='width: 75px; float: left;'><a href='http://www.firefox.com' target='_blank'><img src='http://info.template-help.com/files/ie6_warning/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/></a></div><div style='width: 75px; float: left;'><a href='http://www.browserforthebetter.com/download.html' target='_blank'><img src='http://info.template-help.com/files/ie6_warning/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer 8'/></a></div> <div style='width: 73px; float: left;'><a href='http://www.apple.com/safari/download/' target='_blank'><img src='http://info.template-help.com/files/ie6_warning/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/></a></div> <div style='float: left; width: 73px;'><a href='http://www.google.com/chrome' target='_blank'><img src='http://info.template-help.com/files/ie6_warning/ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/></a></div><div style='float: left;'><a href='http://www.opera.com/' target='_blank'><img src='http://info.template-help.com/files/ie6_warning/ie6nomore-opera.jpg' style='border: none;' alt='Opera'/></a></div> </div></div>" );}
\ No newline at end of file
Index: releases/1.0.0/inc/js/html5.js
===================================================================
--- releases/1.0.0/inc/js/html5.js (nonexistent)
+++ releases/1.0.0/inc/js/html5.js (revision 14234)
@@ -0,0 +1,34 @@
+// Create new HTML5 elements ===================================================
+// -----------------------------------------------------------------------------
+// This script should load before any others. We want the new elements to be
+// parsed before pretty much anything happens.
+// Plus, IE does not behave otherwise. The cost of being progressive...
+// -----------------------------------------------------------------------------
+
+document.createElement("article");
+document.createElement("aside");
+document.createElement("audio");
+document.createElement("canvas");
+document.createElement("command");
+document.createElement("datalist");
+document.createElement("details");
+document.createElement("embed");
+document.createElement("figcaption");
+document.createElement("figure");
+document.createElement("footer");
+document.createElement("header");
+document.createElement("hgroup");
+document.createElement("keygen");
+document.createElement("mark");
+document.createElement("meter");
+document.createElement("nav");
+document.createElement("output");
+document.createElement("progress");
+document.createElement("rp");
+document.createElement("rt");
+document.createElement("ruby");
+document.createElement("section");
+document.createElement("source");
+document.createElement("summary");
+document.createElement("time");
+document.createElement("video");
\ No newline at end of file
Index: releases/1.0.0/inc/js/Myriad_Pro_400.font.js
===================================================================
--- releases/1.0.0/inc/js/Myriad_Pro_400.font.js (nonexistent)
+++ releases/1.0.0/inc/js/Myriad_Pro_400.font.js (revision 14234)
@@ -0,0 +1,23 @@
+/*!
+ * The following copyright notice may not be removed under any circumstances.
+ *
+ * Copyright:
+ * Copyright ゥ 2000 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
+ * Des. pending.
+ *
+ * Trademark:
+ * Myriad is a registered trademark of Adobe Systems Incorporated.
+ *
+ * Full name:
+ * MyriadPro-Regular
+ *
+ * Designer:
+ * Robert Slimbach and Carol Twombly
+ *
+ * Vendor URL:
+ * http://www.adobe.com/type
+ *
+ * License information:
+ * http://www.adobe.com/type/legal.html
+ */
+Cufon.registerFont({"w":184,"face":{"font-family":"Myriad Pro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-17 -316 349 90","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"32","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":76},"\u00a0":{"w":76,"k":{"T":15,"V":13,"W":13,"Y":17,"\u00dd":17,"\u2018":30,"\u201c":30}},"!":{"d":"54,-69r-25,0r-5,-174r35,0xm41,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":82},"\"":{"d":"18,-249r31,0r-5,86r-20,0xm72,-249r31,0r-6,86r-19,0","w":121,"k":{"T":-6,"J":21,"M":2,"V":-6,"W":-6,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,"f":-9,"\u00df":-9,"g":4,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"t":-9,"v":-8,"w":-8,"y":-8,"\u00fd":-8,"\u00ff":-8,",":41,".":41,"\u2026":41}},"#":{"d":"68,-92r37,0r7,-52r-37,0xm55,0r-21,0r9,-71r-30,0r0,-21r33,0r7,-52r-31,0r0,-21r34,0r10,-69r21,0r-10,69r38,0r9,-69r21,0r-9,69r30,0r0,21r-33,0r-6,52r31,0r0,21r-35,0r-9,71r-21,0r9,-71r-38,0","w":178},"$":{"d":"101,31r-23,0r0,-36v-21,0,-41,-7,-54,-16r8,-24v25,21,97,23,95,-20v0,-20,-14,-32,-41,-43v-37,-14,-59,-32,-59,-63v0,-30,21,-53,54,-58r0,-36r22,0r0,35v22,1,37,7,47,13r-9,24v-8,-4,-22,-13,-45,-13v-28,0,-38,16,-38,31v0,18,12,31,44,41v73,23,76,113,-1,128r0,37"},"%":{"d":"11,-165v0,-47,25,-73,57,-73v32,0,53,25,53,70v0,49,-25,73,-55,73v-30,0,-55,-23,-55,-70xm66,-219v-19,0,-30,23,-30,53v0,30,10,52,30,52v21,0,30,-22,30,-53v0,-28,-8,-52,-30,-52xm83,4r-20,0r138,-242r20,0xm220,-141v32,0,54,24,54,69v0,98,-112,100,-111,4v0,-47,26,-73,57,-73xm219,-122v-19,0,-31,23,-31,53v0,30,11,52,31,52v21,0,30,-22,30,-53v0,-28,-8,-52,-30,-52","w":285},"&":{"d":"217,0r-38,0v-7,-7,-13,-13,-22,-23v-44,49,-146,26,-146,-41v0,-34,22,-55,48,-72v-37,-40,-24,-109,41,-111v30,0,54,20,54,52v0,27,-17,45,-54,66r59,67v11,-17,19,-39,24,-70r29,0v-6,38,-17,68,-35,89xm42,-69v0,53,73,63,99,27r-68,-76v-13,8,-31,23,-31,49xm98,-225v-42,0,-35,58,-12,79v25,-14,40,-27,40,-48v0,-15,-8,-31,-28,-31","w":217},"\u2019":{"d":"33,-246r33,-3v-8,30,-24,69,-34,86r-20,2v8,-21,17,-59,21,-85","w":74,"k":{"\u00ec":14,"\u00ef":14,"\u00ee":14,"\u00ed":14,"i":14,"T":-14,"J":28,"M":3,"C":9,"G":9,"O":9,"Q":9,"\u00d8":9,"\u00c7":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"V":-11,"W":-11,"Y":-8,"\u00dd":-8,"A":32,"\u00c6":32,"\u00c1":32,"\u00c2":32,"\u00c4":32,"\u00c0":32,"\u00c5":32,"\u00c3":32,"S":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"g":18,"c":28,"d":28,"e":28,"o":28,"q":28,"\u00f8":28,"\u00e7":28,"\u00e9":28,"\u00ea":28,"\u00eb":28,"\u00e8":28,"\u00f3":28,"\u00f4":28,"\u00f6":28,"\u00f2":28,"\u00f5":28,"s":26,"t":4,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"m":14,"n":14,"p":14,"r":14,"\u00f1":14,"\u2019":21,"\u201d":21,",":55,".":55,"\u2026":55,"\u00a0":31}},"(":{"d":"70,-250r25,0v-26,36,-45,82,-45,148v0,64,20,110,45,146r-25,0v-23,-30,-47,-77,-47,-147v0,-71,24,-117,47,-147","w":102,"k":{"T":-17,"J":-6,"C":4,"G":4,"O":4,"Q":4,"\u00d8":4,"\u00c7":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"V":-18,"W":-18,"X":-4,"Y":-15,"\u00dd":-15,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"j":-20}},")":{"d":"32,44r-25,0v57,-62,59,-232,0,-294r25,0v23,30,47,76,47,147v0,71,-24,116,-47,147","w":102},"*":{"d":"97,-247r21,13r-34,45r55,-7r0,25v-18,-1,-39,-7,-55,-6r35,43r-23,13v-8,-16,-13,-35,-23,-50r-23,50r-20,-13r34,-44r-53,7r0,-25v17,1,38,7,53,6r-34,-44r22,-12v8,16,13,35,23,50","w":149},"+":{"d":"96,-192r23,0r0,85r81,0r0,22r-81,0r0,85r-23,0r0,-85r-82,0r0,-22r82,0r0,-85","w":214},",":{"d":"28,42r-22,3v8,-22,17,-61,21,-87r36,-3v-9,31,-25,70,-35,87","w":74,"k":{"\"":37,"'":37,"\u2018":37,"\u201c":37,"\u2019":41,"\u201d":41}},"-":{"d":"11,-109r89,0r0,23r-89,0r0,-23","w":110},"\u00ad":{"d":"11,-109r89,0r0,23r-89,0r0,-23","w":110,"k":{"T":18,"J":7,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d8":-5,"\u00c7":-5,"\u00d3":-5,"\u00d4":-5,"\u00d6":-5,"\u00d2":-5,"\u00d5":-5,"V":4,"W":4,"X":8,"Y":18,"\u00dd":18,"A":1,"\u00c6":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1,"\u00c3":1,"g":-5,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"\u00f8":-6,"\u00e7":-6,"\u00e9":-6,"\u00ea":-6,"\u00eb":-6,"\u00e8":-6,"\u00f3":-6,"\u00f4":-6,"\u00f6":-6,"\u00f2":-6,"\u00f5":-6,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2}},".":{"d":"40,4v-12,0,-21,-10,-21,-23v0,-13,8,-22,21,-22v13,0,22,9,22,22v0,13,-9,23,-22,23","w":74,"k":{"\"":37,"'":37,"\u2018":37,"\u201c":37,"\u2019":41,"\u201d":41}},"\/":{"d":"24,14r-24,0r100,-261r25,0","w":123},"0":{"d":"91,4v-46,0,-78,-43,-78,-120v0,-79,34,-122,82,-122v49,0,77,43,77,118v0,80,-30,124,-81,124xm45,-118v-1,61,17,97,48,97v32,0,47,-37,47,-97v0,-58,-14,-95,-47,-95v-29,0,-48,36,-48,95"},"1":{"d":"85,0r-1,-204r-40,21r-7,-24v25,-10,40,-31,79,-27r0,234r-31,0"},"2":{"d":"166,0r-150,0v-4,-27,13,-32,25,-44v58,-58,87,-87,87,-122v0,-24,-11,-46,-46,-46v-21,0,-39,11,-50,20r-10,-22v16,-13,40,-24,67,-24v50,0,71,35,71,68v0,47,-56,99,-99,144r105,0r0,26"},"3":{"d":"15,-12r9,-24v9,5,30,14,52,14v40,0,53,-25,53,-45v-1,-39,-38,-50,-79,-47r0,-24v35,2,66,-5,70,-39v5,-40,-68,-42,-88,-20r-8,-23v13,-9,36,-18,61,-18v82,0,87,90,24,111v27,8,52,26,52,61v0,37,-29,70,-85,70v-26,0,-49,-8,-61,-16"},"4":{"d":"144,0r-30,0r0,-64r-109,0r0,-21r105,-149r34,0r0,145r33,0r0,25r-33,0r0,64xm114,-89r0,-114v-22,44,-50,75,-77,114r77,0"},"5":{"d":"58,-147v54,-8,99,16,103,71v5,69,-93,99,-146,66r8,-25v32,22,110,16,106,-38v7,-41,-52,-58,-100,-49r15,-112r112,0r0,27r-89,0"},"6":{"d":"150,-238r0,26v-62,-1,-101,39,-105,85v34,-49,128,-27,128,48v0,43,-29,83,-78,83v-50,0,-83,-39,-83,-100v0,-89,51,-139,138,-142xm141,-77v0,-66,-97,-70,-97,-11v0,39,18,67,51,67v27,0,46,-23,46,-56"},"7":{"d":"21,-234r147,0r0,21r-102,213r-32,0r101,-208r-114,0r0,-26"},"8":{"d":"59,-122v-64,-31,-38,-118,36,-116v77,2,93,84,29,112v27,14,47,33,47,62v0,41,-34,68,-79,68v-91,0,-103,-102,-33,-126xm88,-112v-55,12,-58,92,5,93v28,0,46,-18,46,-42v0,-28,-19,-42,-51,-51xm93,-215v-26,0,-41,17,-41,37v0,23,18,36,45,43v42,-9,52,-78,-4,-80"},"9":{"d":"35,4r0,-26v59,1,100,-33,104,-86v-36,49,-125,20,-125,-47v0,-44,33,-83,81,-83v95,0,90,167,37,208v-26,20,-57,34,-97,34xm46,-157v0,60,94,67,94,14v0,-40,-15,-71,-48,-71v-27,0,-46,24,-46,57"},":":{"d":"40,-123v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22xm40,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":74},";":{"d":"28,42r-22,2v8,-21,18,-60,22,-86r35,-3v-9,31,-25,70,-35,87xm64,-145v0,13,-8,22,-22,22v-12,0,-20,-9,-20,-22v0,-13,9,-23,21,-23v13,0,21,10,21,23","w":74},"<":{"d":"24,-86r0,-19r167,-87r0,25r-141,72r141,70r0,25","w":214},"=":{"d":"200,-121r-186,0r0,-22r186,0r0,22xm200,-51r-186,0r0,-21r186,0r0,21","w":214},">":{"d":"191,-106r0,20r-167,86r0,-25r142,-71r-142,-71r0,-25","w":214},"?":{"d":"79,-69r-28,0v-17,-43,45,-86,47,-121v2,-34,-50,-39,-71,-20r-9,-22v12,-9,33,-15,52,-15v77,3,68,78,29,116v-20,20,-24,37,-20,62xm64,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":146},"@":{"d":"117,-43v36,0,48,-51,52,-89v-40,-13,-76,21,-75,62v0,16,7,27,23,27xm183,8r6,15v-78,40,-174,-3,-174,-98v0,-74,52,-138,132,-138v63,0,104,44,104,104v0,54,-29,86,-63,86v-15,0,-26,-13,-28,-32v-21,43,-88,45,-90,-14v-2,-58,63,-103,124,-78r-12,66v-5,27,-2,40,10,40v18,1,39,-25,39,-66v0,-53,-31,-90,-87,-90v-59,0,-108,47,-108,120v0,82,81,120,147,85","w":265},"A":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114","w":220,"k":{"T":28,"J":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":19,"W":19,"X":5,"Y":28,"\u00dd":28,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"f":3,"\u00df":3,"g":4,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"z":-5,")":3,"]":3,"}":3,"\"":21,"'":21,"\u2018":22,"\u201c":22,"\u2019":18,"\u201d":18}},"B":{"d":"180,-69v0,70,-85,76,-153,68r0,-238v57,-10,144,-11,144,55v0,25,-18,43,-41,54v23,5,50,25,50,61xm59,-218r0,78v42,4,80,-8,80,-41v0,-38,-46,-43,-80,-37xm59,-116r0,92v40,6,89,-1,88,-45v0,-42,-42,-50,-88,-47","w":195,"k":{"T":3,"V":-1,"W":-1,"Y":5,"\u00dd":5,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"v":-1,"w":-1,"y":-1,"\u00fd":-1,"\u00ff":-1,"\u00ad":-2,"\u2013":-2,"\u2014":-2,"\u2019":-3,"\u201d":-3,",":5,".":5,"\u2026":5}},"C":{"d":"190,-33r7,25v-11,6,-35,12,-65,12v-68,0,-119,-43,-119,-123v0,-97,98,-150,184,-117r-8,26v-67,-29,-143,8,-143,90v0,79,75,116,144,87","w":208,"k":{"T":-10,"J":-1,"C":8,"G":8,"O":8,"Q":8,"\u00d8":8,"\u00c7":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"V":-4,"W":-4,"A":-1,"\u00c6":-1,"\u00c1":-1,"\u00c2":-1,"\u00c4":-1,"\u00c0":-1,"\u00c5":-1,"\u00c3":-1,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"z":-1,"\u00ab":4,")":-6,"]":-6,"}":-6,"\u2019":-7,"\u201d":-7}},"D":{"d":"227,-127v0,107,-90,142,-200,126r0,-238v103,-18,200,7,200,112xm59,-216r0,192v81,9,135,-25,135,-102v0,-69,-60,-107,-135,-90","w":239,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"E":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0","w":177,"k":{"T":-6,"J":-6,"V":-3,"W":-3,"g":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":1,".":1,"\u2026":1}},"F":{"d":"27,0r0,-243r131,0r0,27r-99,0r0,80r91,0r0,26r-91,0r0,110r-32,0","w":175,"k":{"\u00ef":9,"J":31,"M":6,"A":28,"\u00c6":28,"\u00c1":28,"\u00c2":28,"\u00c4":28,"\u00c0":28,"\u00c5":28,"\u00c3":28,"a":16,"\u00e6":16,"\u00e1":16,"\u00e2":16,"\u00e4":16,"\u00e0":16,"\u00e5":16,"\u00e3":16,"g":6,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00f8":11,"\u00e7":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"b":6,"h":6,"k":6,"l":6,"i":9,"m":9,"n":9,"p":9,"r":9,"\u00ed":9,"\u00ee":9,"\u00ec":9,"\u00f1":9,":":5,";":5,"\u00bb":5,"\u00ab":5,"\u2018":3,"\u201c":3,",":35,".":35,"\u2026":35}},"G":{"d":"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14","w":232,"k":{"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u2019":1,"\u201d":1}},"H":{"d":"27,-243r32,0r0,102r117,0r0,-102r32,0r0,243r-32,0r0,-114r-117,0r0,114r-32,0r0,-243","w":234,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"I":{"d":"27,-243r32,0r0,243r-32,0r0,-243","w":86,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"J":{"d":"77,-83r0,-160r31,0r0,163v1,79,-50,94,-107,78r5,-25v39,10,71,5,71,-56","w":133,"k":{"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,")":-15,"]":-15,"}":-15,"\u2019":-3,"\u201d":-3,",":4,".":4,"\u2026":4}},"K":{"d":"27,0r0,-243r32,0r1,117v29,-41,62,-78,93,-117r39,0r-88,103r95,140r-37,0r-80,-119r-23,26r0,93r-32,0","w":195,"k":{"T":-8,"J":-14,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"V":-5,"W":-5,"Y":3,"\u00dd":3,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"Z":-7,"a":-6,"\u00e6":-6,"\u00e1":-6,"\u00e2":-6,"\u00e4":-6,"\u00e0":-6,"\u00e5":-6,"\u00e3":-6,"g":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,":":-8,";":-8,"\u00ab":2,"\u00ad":6,"\u2013":6,"\u2014":6,")":-8,"]":-8,"}":-8,"\u2018":1,"\u201c":1,"\u2019":-3,"\u201d":-3,",":-6,".":-6,"\u2026":-6,"\u00b5":-2}},"L":{"d":"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0","w":169,"k":{"\u00d8":14,"T":32,"J":-4,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":21,"W":21,"Y":30,"\u00dd":30,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"t":1,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"v":10,"w":10,"y":10,"\u00fd":10,"\u00ff":10,"\u00ab":14,"\u00ad":15,"\u2013":15,"\u2014":15,"\"":35,"'":35,"\u2018":42,"\u201c":42,"\u2019":37,"\u201d":37}},"M":{"d":"238,0r-11,-211v-9,28,-18,59,-30,92r-43,118r-24,0r-40,-116v-13,-33,-18,-67,-28,-94r-11,211r-30,0r17,-243r40,0r41,118v10,30,19,57,25,82v17,-63,47,-137,69,-200r40,0r16,243r-31,0","w":289,"k":{"T":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"a":-2,"\u00e6":-2,"\u00e1":-2,"\u00e2":-2,"\u00e4":-2,"\u00e0":-2,"\u00e5":-2,"\u00e3":-2,"j":-4,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"\u00ad":-2,"\u2013":-2,"\u2014":-2,"\u2018":1,"\u201c":1,"\u2019":2,"\u201d":2,"\u00b5":-1}},"N":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,32,56,45,79v-6,-61,-3,-134,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-32,-57,-46,-81","w":236,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"O":{"d":"122,4v-64,0,-109,-50,-109,-123v0,-77,47,-128,112,-128v67,0,110,51,110,123v0,83,-51,128,-113,128xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99v-52,0,-78,48,-78,101","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"P":{"d":"177,-174v0,61,-57,88,-118,76r0,98r-32,0r0,-239v62,-12,150,-6,150,65xm59,-217r0,94v44,9,86,-7,86,-49v0,-43,-48,-54,-86,-45","w":191,"k":{"J":27,"M":4,"X":5,"Y":3,"\u00dd":3,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"Z":11,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"\u00f8":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"s":8,"t":-2,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"v":-1,"w":-1,"y":-1,"\u00fd":-1,"\u00ff":-1,"b":2,"h":2,"k":2,"l":2,"i":6,"m":6,"n":6,"p":6,"r":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"\u00f1":6,":":4,";":4,"\u00ab":8,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-2,"\u201c":-2,"\u2019":-8,"\u201d":-8,",":50,".":50,"\u2026":50,"\u00b5":4}},"Q":{"d":"228,35v-39,-9,-73,-22,-108,-31v-58,-2,-107,-45,-107,-123v0,-78,47,-128,113,-128v66,0,109,51,109,123v0,64,-32,99,-69,118v24,6,50,11,71,15xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-77,-99v-53,0,-79,48,-79,101","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"R":{"d":"27,-239v64,-11,150,-9,150,61v0,33,-23,51,-46,62v37,3,43,98,54,116r-32,0v-4,-7,-10,-28,-16,-58v-8,-44,-32,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-43,-50,-50,-86,-42","w":193,"k":{"T":-3,"V":-6,"W":-6,"X":-2,"Y":4,"\u00dd":4,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-7,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"\u2019":-3,"\u201d":-3}},"S":{"d":"15,-12r8,-26v29,23,107,21,107,-26v0,-23,-13,-36,-46,-48v-40,-14,-64,-34,-64,-68v0,-58,86,-81,132,-55r-9,26v-8,-5,-23,-11,-45,-11v-33,0,-46,19,-46,36v0,22,14,36,48,46v88,26,83,142,-23,142v-23,0,-49,-7,-62,-16","w":177,"k":{"j":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u00ad":-2,"\u2013":-2,"\u2014":-2,"\u2018":3,"\u201c":3,"\u2019":4,"\u201d":4}},"T":{"d":"73,0r0,-216r-73,0r0,-27r179,0r0,27r-74,0r0,216r-32,0","w":178,"k":{"\u00ec":16,"\u00ef":16,"\u00ee":16,"\u00ed":16,"\u00e8":26,"\u00e0":23,"i":16,"T":-14,"J":15,"C":10,"G":10,"O":10,"Q":10,"\u00d8":10,"\u00c7":10,"\u00d3":10,"\u00d4":10,"\u00d6":10,"\u00d2":10,"\u00d5":10,"V":-14,"W":-14,"X":-8,"Y":-10,"\u00dd":-10,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,"S":2,"a":23,"\u00e6":23,"\u00e1":23,"\u00e2":23,"\u00e4":23,"\u00e5":23,"\u00e3":23,"g":23,"c":26,"d":26,"e":26,"o":26,"q":26,"\u00f8":26,"\u00e7":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f3":26,"\u00f4":26,"\u00f6":26,"\u00f2":26,"\u00f5":26,"s":19,"u":16,"\u00fa":16,"\u00fb":16,"\u00fc":16,"\u00f9":16,"v":14,"w":14,"y":14,"\u00fd":14,"\u00ff":14,"z":18,"b":3,"h":3,"k":3,"l":3,"m":16,"n":16,"p":16,"r":16,"\u00f1":16,"x":12,":":9,";":9,"\u00bb":13,"\u00ab":18,"\u00ad":18,"\u2013":18,"\u2014":18,")":-22,"]":-22,"}":-22,"\"":-6,"'":-6,"\u2019":-12,"\u201d":-12,",":22,".":22,"\u2026":22,"\u00b5":12}},"U":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-24,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143","w":232,"k":{"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"f":-3,"\u00df":-3,"s":2,"t":-1,"z":2,"x":3,"\u2019":2,"\u201d":2,",":10,".":10,"\u2026":10}},"V":{"d":"115,0r-34,0r-80,-243r34,0r65,211v17,-69,46,-144,68,-211r34,0","w":200,"k":{"\u00ef":6,"\u00c6":21,"T":-12,"J":8,"V":-6,"W":-6,"A":21,"\u00c1":21,"\u00c2":21,"\u00c4":21,"\u00c0":21,"\u00c5":21,"\u00c3":21,"a":12,"\u00e6":12,"\u00e1":12,"\u00e2":12,"\u00e4":12,"\u00e0":12,"\u00e5":12,"\u00e3":12,"g":3,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00f8":12,"\u00e7":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12,"s":9,"t":-3,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"v":1,"w":1,"y":1,"\u00fd":1,"\u00ff":1,"b":2,"h":2,"k":2,"l":2,"i":6,"m":6,"n":6,"p":6,"r":6,"\u00ed":6,"\u00ee":6,"\u00ec":6,"\u00f1":6,":":6,";":6,"\u00bb":4,"\u00ab":9,"\u00ad":5,"\u2013":5,"\u2014":5,")":-20,"]":-20,"}":-20,"\"":-7,"'":-7,"\u2018":-3,"\u201c":-3,"\u2019":-10,"\u201d":-10,",":20,".":20,"\u2026":20}},"W":{"d":"100,0r-33,0r-62,-243r34,0r47,207r52,-207r33,0r30,123v8,28,10,60,17,84r52,-207r32,0r-69,243r-33,0r-30,-126v-9,-30,-11,-58,-17,-80v-12,65,-37,141,-53,206","w":304,"k":{"\u00ef":6,"\u00c6":21,"T":-12,"J":8,"V":-6,"W":-6,"A":21,"\u00c1":21,"\u00c2":21,"\u00c4":21,"\u00c0":21,"\u00c5":21,"\u00c3":21,"a":12,"\u00e6":12,"\u00e1":12,"\u00e2":12,"\u00e4":12,"\u00e0":12,"\u00e5":12,"\u00e3":12,"g":3,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00f8":12,"\u00e7":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12,"s":9,"t":-3,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"v":1,"w":1,"y":1,"\u00fd":1,"\u00ff":1,"b":2,"h":2,"k":2,"l":2,"i":6,"m":6,"n":6,"p":6,"r":6,"\u00ed":6,"\u00ee":6,"\u00ec":6,"\u00f1":6,":":6,";":6,"\u00bb":4,"\u00ab":9,"\u00ad":5,"\u2013":5,"\u2014":5,")":-20,"]":-20,"}":-20,"\"":-7,"'":-7,"\u2018":-3,"\u201c":-3,"\u2019":-10,"\u201d":-10,",":20,".":20,"\u2026":20}},"X":{"d":"197,0r-37,0r-60,-102r-55,102r-36,0r74,-123r-71,-120r36,0r56,98r54,-98r37,0r-74,118","w":205,"k":{"T":-3,"J":-1,"C":10,"G":10,"O":10,"Q":10,"\u00d8":10,"\u00c7":10,"\u00d3":10,"\u00d4":10,"\u00d6":10,"\u00d2":10,"\u00d5":10,"V":-3,"W":-3,"X":5,"Y":-2,"\u00dd":-2,"A":3,"\u00c6":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u00ab":6,"\u00ad":8,"\u2013":8,"\u2014":8,"\u2018":2,"\u201c":2}},"Y":{"d":"113,0r-32,0r0,-103r-77,-140r36,0r59,117v17,-38,41,-79,60,-117r35,0r-81,140r0,103","w":194,"k":{"\u00f6":27,"\u00ef":5,"\u00eb":27,"\u00e4":25,"T":-12,"J":19,"M":4,"C":13,"G":13,"O":13,"Q":13,"\u00d8":13,"\u00c7":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d5":13,"V":-10,"W":-10,"A":29,"\u00c6":29,"\u00c1":29,"\u00c2":29,"\u00c4":29,"\u00c0":29,"\u00c5":29,"\u00c3":29,"S":5,"B":3,"D":3,"E":3,"F":3,"H":3,"I":3,"K":3,"L":3,"N":3,"P":3,"R":3,"\u00d0":3,"\u00c9":3,"\u00ca":3,"\u00cb":3,"\u00c8":3,"\u00cd":3,"\u00ce":3,"\u00cf":3,"\u00cc":3,"\u00d1":3,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"g":14,"c":27,"d":27,"e":27,"o":27,"q":27,"\u00f8":27,"\u00e7":27,"\u00e9":27,"\u00ea":27,"\u00e8":27,"\u00f3":27,"\u00f4":27,"\u00f2":27,"\u00f5":27,"s":19,"t":7,"u":19,"\u00fa":19,"\u00fb":19,"\u00fc":19,"\u00f9":19,"v":10,"w":10,"y":10,"\u00fd":10,"\u00ff":10,"z":9,"b":3,"h":3,"k":3,"l":3,"i":5,"m":5,"n":5,"p":5,"r":5,"\u00ed":5,"\u00ee":5,"\u00ec":5,"\u00f1":5,"x":9,":":12,";":12,"\u00bb":7,"\u00ab":18,"\u00ad":18,"\u2013":18,"\u2014":18,")":-20,"]":-20,"}":-20,"\"":-3,"'":-3,"\u2018":2,"\u201c":2,"\u2019":-5,"\u201d":-5,",":34,".":34,"\u2026":34}},"Z":{"d":"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0","w":199,"k":{"J":-3,"C":8,"G":8,"O":8,"Q":8,"\u00d8":8,"\u00c7":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"X":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u00ad":10,"\u2013":10,"\u2014":10,"\u2018":2,"\u201c":2}},"[":{"d":"95,40r-66,0r0,-287r66,0r0,20r-41,0r0,248r41,0r0,19","w":102,"k":{"T":-17,"J":-6,"C":4,"G":4,"O":4,"Q":4,"\u00d8":4,"\u00c7":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"V":-18,"W":-18,"X":-4,"Y":-15,"\u00dd":-15,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"j":-20}},"\\":{"d":"123,14r-24,0r-98,-261r24,0","w":122},"]":{"d":"7,-247r66,0r0,287r-66,0r0,-19r41,0r0,-248r-41,0r0,-20","w":102},"^":{"d":"193,-68r-25,0r-61,-140r-60,140r-25,0r74,-166r23,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"45,-165r-32,4v8,-30,23,-69,33,-86r20,-2v-8,21,-17,58,-21,84","w":74,"k":{"\u00ec":8,"\u00ef":8,"\u00ee":8,"\u00ed":8,"i":8,"T":-14,"J":30,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"V":-10,"W":-10,"Y":-7,"\u00dd":-7,"A":24,"\u00c6":24,"\u00c1":24,"\u00c2":24,"\u00c4":24,"\u00c0":24,"\u00c5":24,"\u00c3":24,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"g":22,"c":23,"d":23,"e":23,"o":23,"q":23,"\u00f8":23,"\u00e7":23,"\u00e9":23,"\u00ea":23,"\u00eb":23,"\u00e8":23,"\u00f3":23,"\u00f4":23,"\u00f6":23,"\u00f2":23,"\u00f5":23,"s":12,"t":-2,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"v":-1,"w":-1,"y":-1,"\u00fd":-1,"\u00ff":-1,"z":2,"b":-2,"h":-2,"k":-2,"l":-2,"m":8,"n":8,"p":8,"r":8,"\u00f1":8,"x":-2,"\u2018":21,"\u201c":21,",":45,".":45,"\u2026":45,"\u00b5":8}},"a":{"d":"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31","w":173},"b":{"d":"25,0r1,-256r32,0r1,109v36,-59,133,-28,133,57v0,95,-95,123,-138,61r-2,29r-27,0xm108,-153v-36,-1,-54,36,-50,83v2,31,23,48,49,49v33,0,52,-27,52,-67v0,-35,-17,-65,-51,-65","w":204,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"c":{"d":"145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,72,-113,137,-84r-7,24v-43,-23,-105,7,-98,58v-4,57,55,78,99,57","w":161,"k":{"T":4,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"t":-5,"v":-6,"w":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u00bb":-5,"\u00ad":-2,"\u2013":-2,"\u2014":-2,"\u2018":-6,"\u201c":-6,"\u2019":-6,"\u201d":-6,",":4,".":4,"\u2026":4}},"d":{"d":"145,-256r32,0r1,256r-28,0r-2,-30v-34,62,-134,32,-134,-55v0,-86,90,-120,131,-67r0,-104xm46,-86v0,73,95,89,99,13v2,-45,-7,-80,-47,-80v-33,0,-52,29,-52,67","w":203,"k":{"\u2019":-2,"\u201d":-2,",":4,".":4,"\u2026":4}},"e":{"d":"166,-81r-122,0v-2,63,66,69,108,51r6,22v-11,5,-31,12,-59,12v-53,0,-85,-36,-85,-88v0,-53,31,-94,82,-94v63,0,74,53,70,97xm45,-104r92,0v0,-20,-9,-52,-44,-52v-32,0,-45,30,-48,52","w":180,"k":{"T":12,"\u00ad":-10,"\u2013":-10,"\u2014":-10,"\u2019":9,"\u201d":9,",":4,".":4,"\u2026":4}},"f":{"d":"29,-174v-6,-57,36,-101,90,-81r-4,25v-35,-14,-62,13,-55,56r43,0r0,24r-42,0r0,150r-32,0r0,-150r-24,0r0,-24r24,0","w":105,"k":{"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"s":3,"t":-4,":":-12,";":-12,"\u00bb":-5,")":-37,"]":-37,"}":-37,"\"":-20,"'":-20,"\u2018":-18,"\u201c":-18,"\u2019":-24,"\u201d":-24,",":12,".":12,"\u2026":12}},"g":{"d":"175,-26v0,95,-78,120,-146,87r8,-25v44,31,124,12,106,-66v-9,16,-28,29,-55,29v-43,0,-74,-36,-74,-85v0,-90,99,-118,134,-62r1,-26r28,0v-4,41,-2,102,-2,148xm97,-25v36,1,51,-36,47,-81v-3,-28,-19,-48,-46,-48v-30,0,-52,26,-52,67v0,34,17,62,51,62","w":201,"k":{"T":12,"f":-1,"\u00df":-1,"i":2,"m":2,"n":2,"p":2,"r":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"\u00f1":2,"\u2019":8,"\u201d":8,",":5,".":5,"\u2026":5}},"h":{"d":"103,-152v-63,0,-42,91,-45,152r-32,0r0,-256r32,0r1,109v29,-45,116,-50,116,43r0,104r-32,0v-6,-59,22,-152,-40,-152","w":199,"k":{"T":18,"t":1,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\"":3,"'":3,"\u2019":12,"\u201d":12}},"i":{"d":"58,0r-32,0r0,-174r32,0r0,174xm62,-223v0,10,-8,19,-21,19v-12,0,-19,-9,-19,-19v0,-11,8,-20,20,-20v12,0,20,9,20,20","w":84,"k":{"\u2019":-3,"\u201d":-3}},"j":{"d":"-17,51v43,-7,47,-15,47,-79r0,-146r32,0v-8,98,36,248,-75,250xm66,-223v0,10,-7,19,-21,19v-12,0,-19,-9,-19,-19v0,-11,8,-20,20,-20v12,0,20,9,20,20","w":87,"k":{"\u2019":-3,"\u201d":-3,",":4,".":4,"\u2026":4}},"k":{"d":"58,-256r1,162v20,-28,44,-53,66,-80r38,0r-67,71r76,103r-38,0r-60,-84r-16,18r0,66r-32,0r0,-256r32,0","w":168,"k":{"T":7,"a":-6,"\u00e6":-6,"\u00e1":-6,"\u00e2":-6,"\u00e4":-6,"\u00e0":-6,"\u00e5":-6,"\u00e3":-6,"u":-1,"\u00fa":-1,"\u00fb":-1,"\u00fc":-1,"\u00f9":-1,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"b":-6,"h":-6,"k":-6,"l":-6,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"\u00ed":-6,"\u00ee":-6,"\u00ef":-6,"\u00ec":-6,"\u00f1":-6,":":-4,";":-4,"\u00ad":4,"\u2013":4,"\u2014":4,"\u2019":-9,"\u201d":-9,",":-5,".":-5,"\u2026":-5}},"l":{"d":"26,0r0,-256r32,0r0,256r-32,0","w":84,"k":{"\u2019":-2,"\u201d":-2,",":4,".":4,"\u2026":4}},"m":{"d":"99,-152v-60,0,-38,92,-42,152r-31,0r-1,-174r28,0v1,9,-1,21,2,28v15,-39,91,-43,105,3v28,-49,114,-57,115,40r0,103r-31,0v-4,-55,18,-152,-37,-152v-59,0,-37,93,-41,152r-31,0v-5,-56,20,-152,-36,-152","w":300,"k":{"T":18,"t":1,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\"":3,"'":3,"\u2019":12,"\u201d":12}},"n":{"d":"103,-152v-63,0,-42,91,-45,152r-32,0r-1,-174r28,0r2,28v27,-44,120,-54,120,42r0,104r-32,0v-6,-59,22,-152,-40,-152","w":199,"k":{"T":18,"t":1,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\"":3,"'":3,"\u2019":12,"\u201d":12}},"o":{"d":"184,-89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92v50,0,84,36,84,89xm46,-87v0,38,21,67,53,67v30,0,53,-28,53,-68v0,-30,-16,-66,-53,-66v-37,0,-53,34,-53,67","w":197,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"p":{"d":"26,71r-1,-245r28,0v2,9,0,22,3,30v37,-63,136,-32,136,54v0,91,-89,121,-134,67r0,94r-32,0xm108,-153v-36,0,-50,35,-50,82v0,32,23,49,49,50v33,0,52,-27,52,-67v0,-35,-18,-65,-51,-65","w":204,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"q":{"d":"145,71r-1,-98v-34,58,-130,29,-130,-57v0,-95,94,-120,133,-64r1,-26r30,0r-1,245r-32,0xm97,-21v37,0,48,-36,48,-83v0,-30,-19,-49,-47,-49v-33,0,-52,28,-52,67v0,35,16,65,51,65","w":202,"k":{"T":11,"\u2019":8,"\u201d":8,",":3,".":3,"\u2026":3}},"r":{"d":"112,-148v-70,-8,-52,83,-54,148r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,30,-42,57,-37r0,29","w":117,"k":{"T":5,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"f":-11,"\u00df":-11,"g":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"t":-9,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"z":-3,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"\u00ed":-1,"\u00ee":-1,"\u00ef":-1,"\u00ec":-1,"\u00f1":-1,"x":-6,":":-3,";":-3,"\u00bb":-4,"\u00ab":2,"\u00ad":2,"\u2013":2,"\u2014":2,"\u2018":-7,"\u201c":-7,"\u2019":-11,"\u201d":-11,",":19,".":19,"\u2026":19}},"s":{"d":"14,-9r8,-23v18,15,76,19,76,-14v0,-15,-8,-25,-32,-32v-69,-20,-58,-98,13,-100v18,0,34,5,43,11r-8,22v-13,-12,-64,-16,-64,14v0,14,8,23,32,30v67,18,58,108,-19,105v-19,0,-37,-6,-49,-13","w":142,"k":{"T":9,"\u2019":6,"\u201d":6,",":4,".":4,"\u2026":4}},"t":{"d":"108,-1v-39,14,-75,-5,-75,-54r0,-95r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24r-46,0r0,93v-3,31,19,38,43,32","w":119,"k":{"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u00ad":2,"\u2013":2,"\u2014":2,"\u2018":-3,"\u201c":-3,"\u2019":-8,"\u201d":-8}},"u":{"d":"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v4,57,-19,152,39,152","w":198,"k":{"T":11,"\u2019":8,"\u201d":8,",":3,".":3,"\u2026":3}},"v":{"d":"5,-174r34,0r49,142r48,-142r34,0r-69,174r-30,0","w":173,"k":{"T":11,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,":":-9,";":-9,"\u00ad":1,"\u2013":1,"\u2014":1,"\u2018":-10,"\u201c":-10,"\u2019":-11,"\u201d":-11,",":14,".":14,"\u2026":14}},"w":{"d":"6,-174r33,0r37,144v11,-49,29,-97,44,-144r27,0r43,144v8,-48,26,-98,38,-144r32,0r-57,174r-28,0r-43,-141v-11,51,-29,94,-44,141r-29,0","w":264,"k":{"T":11,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,":":-9,";":-9,"\u00ad":1,"\u2013":1,"\u2014":1,"\u2018":-10,"\u201c":-10,"\u2019":-11,"\u201d":-11,",":14,".":14,"\u2026":14}},"x":{"d":"6,-174r35,0r44,66v13,-24,27,-44,41,-66r35,0r-59,84r60,90r-36,0r-45,-69r-43,69r-35,0r62,-89","w":166,"k":{"T":8,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"s":2,"t":-5,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u00ad":2,"\u2013":2,"\u2014":2,"\u2019":-9,"\u201d":-9}},"y":{"d":"13,53v25,-9,45,-29,57,-58r-67,-169r35,0r50,138r46,-138r33,0v-41,86,-59,232,-146,253","w":169,"k":{"T":11,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,":":-9,";":-9,"\u00ad":1,"\u2013":1,"\u2014":1,"\u2018":-10,"\u201c":-10,"\u2019":-11,"\u201d":-11,",":14,".":14,"\u2026":14}},"z":{"d":"6,0r0,-18r102,-131r-94,0r0,-25r133,0r0,20r-101,129r102,0r0,25r-142,0","w":154,"k":{"T":7,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u00bb":-6,"\u2019":-10,"\u201d":-10}},"{":{"d":"33,-9v-1,-33,28,-83,-23,-86r0,-18v52,-3,21,-53,23,-87v2,-35,25,-49,60,-47r0,20v-74,-8,5,110,-55,123v60,8,-20,127,55,125r0,19v-35,1,-59,-10,-60,-49","w":102,"k":{"T":-17,"J":-6,"C":4,"G":4,"O":4,"Q":4,"\u00d8":4,"\u00c7":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"V":-18,"W":-18,"X":-4,"Y":-15,"\u00dd":-15,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"j":-20}},"|":{"d":"31,-270r24,0r0,360r-24,0r0,-360","w":86},"}":{"d":"69,-200v1,35,-28,84,23,87r0,18v-51,3,-21,51,-23,86v-2,39,-25,51,-60,49r0,-19v72,8,-3,-111,55,-125v-59,-8,20,-126,-55,-123r0,-20v35,-1,59,12,60,47","w":102},"~":{"d":"197,-129v-1,98,-90,33,-137,23v-13,0,-21,9,-21,30r-21,0v-1,-36,17,-54,42,-54v24,0,72,32,96,31v13,0,20,-10,20,-30r21,0","w":214},"\u00a1":{"d":"59,70r-35,0r5,-172r25,0xm20,-153v0,-13,9,-23,22,-23v13,0,21,10,21,23v0,13,-9,22,-22,22v-13,0,-21,-9,-21,-22","w":82},"\u00a2":{"d":"96,-31v-45,-7,-72,-36,-72,-86v0,-46,28,-82,72,-89r0,-37r23,0r0,36v16,0,30,5,39,9r-7,24v-39,-23,-95,2,-95,56v0,59,57,75,97,54r6,23v-7,4,-22,9,-40,10r0,36r-23,0r0,-36"},"\u00a3":{"d":"89,-106v4,37,-8,62,-27,80r108,0r0,26r-150,0r0,-18v31,-16,47,-46,39,-88r-37,0r0,-23r34,0v-15,-55,10,-112,65,-109v19,0,31,4,39,9r-7,24v-27,-16,-71,-4,-71,38v0,15,2,26,4,38r51,0r0,23r-48,0"},"\u00a5":{"d":"105,0r-30,0r0,-63r-56,0r0,-18r56,0r0,-26r-56,0r0,-18r48,0r-61,-109r34,0v19,35,32,75,53,107v13,-37,35,-73,53,-107r33,0r-65,109r47,0r0,18r-56,0r0,26r56,0r0,18r-56,0r0,63"},"\u00a7":{"d":"63,-154v-28,24,-20,46,22,61v18,6,33,13,41,18v23,-21,19,-51,-18,-61v-14,-5,-33,-11,-45,-18xm150,-234r-7,21v-17,-16,-83,-18,-81,15v0,18,17,28,45,34v53,12,80,67,36,100v6,5,13,17,13,32v0,59,-86,66,-125,39r9,-20v16,16,88,24,88,-15v0,-17,-10,-28,-44,-38v-59,-17,-88,-61,-36,-99v-33,-33,2,-81,53,-81v20,0,37,5,49,12","w":186},"\u00a4":{"d":"51,-177v19,-19,64,-20,83,-1r25,-27r17,17r-29,25v17,18,16,70,0,87r27,26r-16,16r-24,-27v-23,20,-62,20,-84,1r-24,26r-15,-16r26,-25v-17,-19,-18,-70,0,-88r-27,-25r16,-17xm134,-120v0,-25,-14,-51,-43,-50v-26,0,-42,23,-42,51v2,68,83,68,85,-1"},"'":{"d":"18,-249r31,0r-5,86r-20,0","w":67,"k":{"T":-6,"J":21,"M":2,"V":-6,"W":-6,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,"f":-9,"\u00df":-9,"g":4,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"t":-9,"v":-8,"w":-8,"y":-8,"\u00fd":-8,"\u00ff":-8,",":41,".":41,"\u2026":41}},"\u201c":{"d":"45,-165r-32,4v8,-30,23,-69,33,-86r20,-2v-8,21,-17,58,-21,84xm98,-165r-32,4v8,-30,23,-69,33,-86r21,-2v-8,21,-18,58,-22,84","w":127,"k":{"\u00ec":8,"\u00ef":8,"\u00ee":8,"\u00ed":8,"i":8,"T":-14,"J":30,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"V":-10,"W":-10,"Y":-7,"\u00dd":-7,"A":24,"\u00c6":24,"\u00c1":24,"\u00c2":24,"\u00c4":24,"\u00c0":24,"\u00c5":24,"\u00c3":24,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"g":22,"c":23,"d":23,"e":23,"o":23,"q":23,"\u00f8":23,"\u00e7":23,"\u00e9":23,"\u00ea":23,"\u00eb":23,"\u00e8":23,"\u00f3":23,"\u00f4":23,"\u00f6":23,"\u00f2":23,"\u00f5":23,"s":12,"t":-2,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"v":-1,"w":-1,"y":-1,"\u00fd":-1,"\u00ff":-1,"z":2,"b":-2,"h":-2,"k":-2,"l":-2,"m":8,"n":8,"p":8,"r":8,"\u00f1":8,"x":-2,"\u2018":21,"\u201c":21,",":45,".":45,"\u2026":45,"\u00b5":8}},"\u00ab":{"d":"84,-157r-48,66r48,67r-26,0r-48,-67r48,-66r26,0xm143,-157r-48,66r48,67r-26,0r-48,-67r48,-66r26,0","w":150,"k":{"T":12,"V":4,"W":4,"Y":13,"\u00dd":13}},"\u2013":{"d":"11,-102r158,0r0,21r-158,0r0,-21","w":180,"k":{"T":18,"J":7,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d8":-5,"\u00c7":-5,"\u00d3":-5,"\u00d4":-5,"\u00d6":-5,"\u00d2":-5,"\u00d5":-5,"V":4,"W":4,"X":8,"Y":18,"\u00dd":18,"A":1,"\u00c6":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1,"\u00c3":1,"g":-5,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"\u00f8":-6,"\u00e7":-6,"\u00e9":-6,"\u00ea":-6,"\u00eb":-6,"\u00e8":-6,"\u00f3":-6,"\u00f4":-6,"\u00f6":-6,"\u00f2":-6,"\u00f5":-6,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2}},"\u00b7":{"d":"37,-72v-12,0,-21,-9,-21,-22v0,-13,8,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":74},"\u2219":{"d":"37,-72v-12,0,-21,-9,-21,-22v0,-13,8,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":74},"\u00b6":{"d":"105,17r-22,0v-2,-36,4,-80,-2,-112v-28,0,-68,-23,-69,-69v0,-37,20,-79,99,-79v19,0,33,1,42,3r0,257r-22,0r0,-239r-26,0r0,239"},"\u201d":{"d":"33,-246r33,-3v-8,30,-24,69,-34,86r-20,2v8,-21,17,-59,21,-85xm87,-246r32,-3v-8,30,-23,69,-33,86r-20,2v8,-21,17,-59,21,-85","w":127,"k":{"\u00ec":14,"\u00ef":14,"\u00ee":14,"\u00ed":14,"i":14,"T":-14,"J":28,"M":3,"C":9,"G":9,"O":9,"Q":9,"\u00d8":9,"\u00c7":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"V":-11,"W":-11,"Y":-8,"\u00dd":-8,"A":32,"\u00c6":32,"\u00c1":32,"\u00c2":32,"\u00c4":32,"\u00c0":32,"\u00c5":32,"\u00c3":32,"S":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"g":18,"c":28,"d":28,"e":28,"o":28,"q":28,"\u00f8":28,"\u00e7":28,"\u00e9":28,"\u00ea":28,"\u00eb":28,"\u00e8":28,"\u00f3":28,"\u00f4":28,"\u00f6":28,"\u00f2":28,"\u00f5":28,"s":26,"t":4,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"m":14,"n":14,"p":14,"r":14,"\u00f1":14,"\u2019":21,"\u201d":21,",":55,".":55,"\u2026":55,"\u00a0":31}},"\u00bb":{"d":"57,-91r-49,-66r26,0r48,66r-48,67r-25,0xm115,-91r-48,-66r26,0r47,66r-47,67r-26,0","w":150,"k":{"T":20,"J":6,"C":-4,"G":-4,"O":-4,"Q":-4,"\u00d8":-4,"\u00c7":-4,"\u00d3":-4,"\u00d4":-4,"\u00d6":-4,"\u00d2":-4,"\u00d5":-4,"V":10,"W":10,"X":5,"Y":18,"\u00dd":18,"g":-4}},"\u2026":{"d":"81,-19v0,13,-8,23,-22,23v-12,0,-20,-10,-20,-23v0,-13,8,-22,21,-22v13,0,21,9,21,22xm201,-19v0,13,-8,23,-22,23v-12,0,-21,-10,-21,-23v0,-13,9,-22,22,-22v13,0,21,9,21,22xm321,-19v0,13,-8,23,-22,23v-12,0,-21,-10,-21,-23v0,-13,9,-22,22,-22v13,0,21,9,21,22","w":360,"k":{"\"":37,"'":37,"\u2018":37,"\u201c":37,"\u2019":41,"\u201d":41}},"\u00bf":{"d":"64,-153v0,-13,8,-23,22,-23v12,0,21,10,21,23v0,13,-9,22,-22,22v-13,0,-21,-9,-21,-22xm20,22v-2,-45,62,-73,51,-125r28,0v16,43,-45,86,-47,121v-2,34,50,38,71,20r8,22v-35,30,-120,10,-111,-38","w":146},"`":{"d":"8,-249r34,0r32,51r-22,0","w":108},"\u00b4":{"d":"68,-249r35,0r-44,51r-23,0","w":108},"\u00af":{"d":"14,-231r81,0r0,20r-81,0r0,-20","w":108},"\u02c9":{"d":"14,-231r81,0r0,20r-81,0r0,-20","w":108},"\u00a8":{"d":"38,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,8,-18,18,-18v10,0,17,8,17,18xm87,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19","w":108},"\u00b8":{"d":"49,-1r19,0r-11,19v13,1,25,11,25,25v1,30,-41,35,-63,23r6,-16v11,6,35,9,35,-6v0,-9,-11,-14,-28,-15","w":108},"\u2014":{"d":"11,-102r338,0r0,21r-338,0r0,-21","w":360,"k":{"T":18,"J":7,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d8":-5,"\u00c7":-5,"\u00d3":-5,"\u00d4":-5,"\u00d6":-5,"\u00d2":-5,"\u00d5":-5,"V":4,"W":4,"X":8,"Y":18,"\u00dd":18,"A":1,"\u00c6":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1,"\u00c3":1,"g":-5,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"\u00f8":-6,"\u00e7":-6,"\u00e9":-6,"\u00ea":-6,"\u00eb":-6,"\u00e8":-6,"\u00f3":-6,"\u00f4":-6,"\u00f6":-6,"\u00f2":-6,"\u00f5":-6,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2}},"\u00c6":{"d":"32,0r-32,0r111,-243r151,0r0,27r-103,0r9,77r91,0r0,26r-87,0r11,87r89,0r0,26r-116,0r-11,-85r-74,0xm81,-111r61,0v-6,-35,-4,-78,-14,-109v-13,37,-31,74,-47,109","w":283,"k":{"T":-6,"J":-6,"V":-3,"W":-3,"g":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":1,".":1,"\u2026":1}},"\u00aa":{"d":"109,-96r-21,0r-2,-15v-15,25,-74,21,-74,-18v0,-26,26,-41,72,-40v0,-12,-1,-26,-27,-26v-12,0,-22,3,-30,9r-6,-15v10,-8,26,-12,41,-12v62,1,42,63,47,117xm36,-130v0,30,48,18,49,-4r0,-20v-23,-1,-49,4,-49,24","w":124},"\u00d8":{"d":"40,15r-17,-14r22,-31v-20,-22,-32,-54,-32,-90v0,-102,94,-159,172,-108r22,-29r19,13r-23,31v20,22,32,54,32,90v1,112,-95,156,-172,108xm170,-204v-12,-10,-28,-17,-46,-17v-77,-2,-98,109,-61,164xm186,-185r-108,146v54,47,125,-7,125,-83v0,-21,-4,-42,-17,-63","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"\u00ba":{"d":"6,-153v0,-37,27,-60,59,-60v35,0,56,26,56,59v0,41,-29,60,-57,60v-32,0,-58,-24,-58,-59xm97,-154v0,-18,-9,-42,-34,-41v-46,1,-38,85,1,83v19,0,33,-17,33,-42","w":127},"\u00e6":{"d":"264,-84r-117,0v-7,63,63,73,104,54r5,22v-39,21,-109,15,-124,-27v-11,24,-35,39,-65,39v-36,0,-54,-24,-54,-50v0,-40,38,-64,105,-63v1,-19,-3,-46,-41,-46v-17,0,-34,6,-44,13r-8,-21v36,-24,103,-20,111,22v12,-23,33,-37,61,-37v58,0,71,54,67,94xm75,-19v37,-1,47,-28,43,-68v-33,-1,-74,5,-74,39v0,18,14,29,31,29xm147,-107r88,0v1,-18,-9,-49,-41,-49v-32,0,-46,29,-47,49","w":278,"k":{"T":12,"\u00ad":-10,"\u2013":-10,"\u2014":-10,"\u2019":9,"\u201d":9,",":4,".":4,"\u2026":4}},"\u00f8":{"d":"14,-86v-2,-76,69,-113,130,-80r15,-22r14,10r-16,22v17,17,27,40,27,67v-2,83,-70,112,-129,81r-16,22r-13,-11r15,-22v-17,-15,-27,-38,-27,-67xm57,-43v26,-32,47,-68,72,-101v-56,-38,-112,43,-72,101xm141,-130v-26,31,-47,67,-72,100v55,39,110,-42,72,-100","w":197,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"\u00df":{"d":"151,-51v0,-34,-48,-50,-48,-85v0,-19,11,-34,32,-44v12,-25,-7,-55,-34,-55v-28,0,-43,20,-43,71r0,164r-32,0v7,-104,-32,-260,78,-260v47,0,81,49,57,91v-16,7,-26,17,-26,29v0,32,47,46,47,87v0,48,-59,70,-102,49r5,-24v24,14,66,6,66,-23","w":197,"k":{"T":9,"\u2019":6,"\u201d":6,",":4,".":4,"\u2026":4}},"\u00b9":{"d":"64,-160r-25,0r-1,-118r-26,13r-4,-19v17,-7,29,-19,56,-16r0,140","w":87},"\u00ac":{"d":"14,-144r186,0r0,100r-23,0r0,-78r-163,0r0,-22","w":214},"\u00b5":{"d":"97,-22v64,0,40,-91,44,-152r32,0r0,126v0,19,4,26,17,27r-3,24v-24,5,-36,-5,-43,-30v-8,26,-70,46,-88,11v0,28,0,65,4,87r-29,0v-11,-64,-3,-170,-5,-245r32,0v6,58,-22,152,39,152","w":199,"k":{"\u00ad":-2,"\u2013":-2,"\u2014":-2}},"\u2122":{"d":"11,-243r82,0r0,17r-31,0r0,81r-20,0r0,-81r-31,0r0,-17xm218,-145r-19,0r-6,-85r-26,84r-20,0r-25,-84r-5,85r-18,0r7,-98r29,0r24,73v7,-27,16,-48,24,-73r28,0","w":222},"\u00d0":{"d":"228,-127v4,107,-89,143,-199,127r0,-111r-30,0r0,-25r30,0r0,-104v19,-3,42,-6,67,-6v86,0,130,38,132,119xm125,-136r0,25r-65,0r0,87v81,9,135,-24,135,-103v0,-71,-62,-107,-135,-90r0,81r65,0","w":241,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"\u00bd":{"d":"66,-96r-25,0r-1,-118r-26,12r-4,-18v17,-7,29,-19,56,-16r0,140xm63,4r-20,0r136,-242r20,0xm158,0v-2,-22,15,-24,23,-35v30,-27,45,-44,45,-62v0,-29,-44,-30,-57,-14r-8,-16v23,-26,101,-14,92,25v2,31,-35,57,-59,82r62,0r0,20r-98,0","w":273},"\u00b1":{"d":"96,-206r23,0r0,70r81,0r0,22r-81,0r0,72r-23,0r0,-72r-82,0r0,-22r82,0r0,-70xm14,-22r186,0r0,22r-186,0r0,-22","w":214},"\u00de":{"d":"58,-195v58,-12,119,8,119,64v0,60,-55,85,-119,75r0,56r-31,0r0,-243r31,0r0,48xm58,-170r0,88v44,9,87,-7,87,-46v0,-43,-49,-50,-87,-42","w":191},"\u00bc":{"d":"71,-96r-25,0r-1,-118r-26,12r-4,-18v17,-7,29,-19,56,-16r0,140xm70,4r-20,0r136,-242r21,0xm239,0r-24,0r0,-37r-72,0r0,-14r69,-91r27,0r0,87r21,0r0,18r-21,0r0,37xm215,-55v-1,-21,3,-46,0,-65v-14,25,-30,43,-46,65r46,0","w":273},"\u00f7":{"d":"107,-139v-11,0,-19,-9,-19,-20v0,-12,8,-20,19,-20v12,0,19,8,19,20v0,11,-7,20,-19,20xm200,-85r-186,0r0,-22r186,0r0,22xm107,-13v-11,0,-19,-9,-19,-20v0,-12,8,-20,19,-20v12,0,19,8,19,20v0,11,-7,20,-19,20","w":214},"\u00a6":{"d":"31,-63r24,0r0,126r-24,0r0,-126xm31,-243r24,0r0,126r-24,0r0,-126","w":86},"\u00b0":{"d":"10,-198v0,-27,21,-49,49,-49v30,0,47,23,47,47v0,29,-23,48,-48,48v-28,0,-48,-21,-48,-46xm58,-230v-37,0,-36,63,0,61v17,0,28,-12,28,-30v0,-13,-7,-31,-28,-31","w":114},"\u00fe":{"d":"26,-241r32,0r1,94v37,-59,133,-28,133,58v0,92,-89,119,-134,66r0,94r-32,0r0,-312xm108,-153v-37,-1,-54,37,-50,84v3,29,24,48,50,48v31,0,51,-26,51,-68v0,-35,-19,-64,-51,-64","w":204},"\u00be":{"d":"24,-210r-6,-16v19,-21,93,-12,85,22v1,15,-12,25,-27,33v19,3,33,17,33,35v8,37,-69,54,-98,32r6,-18v15,14,68,11,65,-15v-3,-21,-24,-26,-48,-25r0,-17v20,1,41,-3,43,-23v0,-9,-6,-17,-23,-17v-13,0,-25,5,-30,9xm84,4r-21,0r137,-242r20,0xm243,0r-24,0r0,-37r-72,0r0,-14r69,-91r27,0r0,87r21,0r0,18r-21,0r0,37xm219,-55v-1,-21,3,-46,0,-65v-12,25,-34,45,-46,65r46,0","w":273},"\u00b2":{"d":"4,-160v-3,-22,15,-23,23,-34v30,-27,45,-45,45,-63v0,-30,-44,-30,-57,-13r-8,-17v10,-8,26,-15,44,-15v81,0,46,81,0,112r-11,10r62,0r0,20r-98,0","w":111},"\u00ae":{"d":"104,-156v-29,7,-6,-30,-38,-24r0,24r-13,0r0,-59v16,-3,49,-5,49,15v0,8,-8,11,-13,15v10,0,12,24,15,29xm74,-207v-12,-2,-5,10,-7,18v19,4,30,-17,7,-18xm76,-246v33,0,60,26,60,59v0,33,-26,60,-60,60v-34,0,-61,-27,-61,-60v0,-33,27,-59,61,-59xm121,-186v0,-26,-19,-48,-46,-48v-26,0,-45,21,-45,47v0,26,20,47,46,47v26,0,45,-20,45,-46","w":150},"\u00f0":{"d":"148,-87v0,-42,-12,-66,-50,-66v-72,0,-65,135,-2,133v31,0,52,-27,52,-67xm119,-218v36,30,60,66,61,127v0,67,-43,95,-84,95v-47,0,-82,-35,-82,-89v0,-74,70,-110,121,-75v-10,-17,-24,-32,-42,-46r-51,23r-7,-15r42,-20v-10,-8,-25,-15,-38,-21r14,-20v17,8,36,18,51,29r45,-22r8,16","w":194},"\u00d7":{"d":"14,-174r16,-16r77,79r77,-79r16,16r-77,79r77,79r-16,16r-77,-79r-77,79r-16,-16r78,-79","w":214},"\u00b3":{"d":"16,-274r-6,-17v20,-19,94,-11,85,23v0,14,-10,27,-27,33v19,3,33,17,33,35v8,37,-69,54,-98,32r6,-18v15,14,69,10,66,-15v-3,-20,-25,-26,-48,-25r0,-17v20,1,39,-2,42,-22v3,-23,-43,-20,-53,-9","w":109},"\u00a9":{"d":"13,-122v0,-61,48,-111,110,-111v60,0,108,50,108,111v0,62,-48,111,-109,111v-61,0,-109,-49,-109,-111xm122,-219v-51,0,-91,43,-91,98v0,54,39,95,91,95v51,0,91,-41,91,-96v0,-54,-40,-97,-91,-97xm171,-177r-5,14v-5,-3,-18,-9,-35,-9v-34,0,-50,22,-50,51v0,43,53,63,87,41r4,14v-47,28,-110,0,-110,-54v0,-57,68,-82,109,-57","w":243},"\u00c1":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114xm125,-298r38,0r-46,42r-25,0","w":220,"k":{"T":28,"J":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":19,"W":19,"X":5,"Y":28,"\u00dd":28,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"f":3,"\u00df":3,"g":4,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"z":-5,")":3,"]":3,"}":3,"\"":21,"'":21,"\u2018":22,"\u201c":22,"\u2019":18,"\u201d":18}},"\u00c2":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114xm99,-297r24,0r38,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-25,0","w":220,"k":{"T":28,"J":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":19,"W":19,"X":5,"Y":28,"\u00dd":28,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"f":3,"\u00df":3,"g":4,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"z":-5,")":3,"]":3,"}":3,"\"":21,"'":21,"\u2018":22,"\u201c":22,"\u2019":18,"\u201d":18}},"\u00c4":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114xm78,-259v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18v0,10,-7,18,-17,18xm162,-277v0,10,-6,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18","w":220,"k":{"T":28,"J":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":19,"W":19,"X":5,"Y":28,"\u00dd":28,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"f":3,"\u00df":3,"g":4,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"z":-5,")":3,"]":3,"}":3,"\"":21,"'":21,"\u2018":22,"\u201c":22,"\u2019":18,"\u201d":18}},"\u00c0":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114xm58,-298r38,0r33,42r-25,0","w":220,"k":{"T":28,"J":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":19,"W":19,"X":5,"Y":28,"\u00dd":28,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"f":3,"\u00df":3,"g":4,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"z":-5,")":3,"]":3,"}":3,"\"":21,"'":21,"\u2018":22,"\u201c":22,"\u2019":18,"\u201d":18}},"\u00c5":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114xm111,-316v22,0,36,14,36,32v0,18,-15,32,-36,32v-22,0,-36,-14,-36,-32v0,-18,14,-32,36,-32xm110,-303v-10,0,-17,9,-17,19v0,9,7,19,17,19v11,0,18,-8,18,-19v0,-10,-7,-19,-18,-19","w":220,"k":{"T":28,"J":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":19,"W":19,"X":5,"Y":28,"\u00dd":28,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"f":3,"\u00df":3,"g":4,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"z":-5,")":3,"]":3,"}":3,"\"":21,"'":21,"\u2018":22,"\u201c":22,"\u2019":18,"\u201d":18}},"\u00c3":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114xm156,-294v3,49,-42,32,-63,21v-6,0,-8,6,-9,16r-17,0v0,-22,9,-37,24,-37v17,0,43,34,48,0r17,0","w":220,"k":{"T":28,"J":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":19,"W":19,"X":5,"Y":28,"\u00dd":28,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"f":3,"\u00df":3,"g":4,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"z":-5,")":3,"]":3,"}":3,"\"":21,"'":21,"\u2018":22,"\u201c":22,"\u2019":18,"\u201d":18}},"\u00c7":{"d":"191,-33r6,25v-11,6,-33,12,-63,12r-9,14v14,3,25,12,25,27v1,31,-41,35,-63,23r6,-16v9,6,34,9,35,-6v0,-9,-11,-14,-28,-16r15,-27v-59,-7,-102,-49,-102,-122v0,-97,97,-150,184,-117r-7,26v-67,-29,-144,6,-144,90v0,80,75,116,145,87","w":210,"k":{"T":-10,"J":-1,"C":8,"G":8,"O":8,"Q":8,"\u00d8":8,"\u00c7":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"V":-4,"W":-4,"A":-1,"\u00c6":-1,"\u00c1":-1,"\u00c2":-1,"\u00c4":-1,"\u00c0":-1,"\u00c5":-1,"\u00c3":-1,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"z":-1,"\u00ab":4,")":-6,"]":-6,"}":-6,"\u2019":-7,"\u201d":-7}},"\u00c9":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm109,-298r38,0r-46,42r-25,0","w":177,"k":{"T":-6,"J":-6,"V":-3,"W":-3,"g":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":1,".":1,"\u2026":1}},"\u00ca":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm80,-297r24,0r38,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-25,0","w":177,"k":{"T":-6,"J":-6,"V":-3,"W":-3,"g":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":1,".":1,"\u2026":1}},"\u00cb":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm76,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18xm125,-260v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18v0,10,-7,18,-18,18","w":177,"k":{"T":-6,"J":-6,"V":-3,"W":-3,"g":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":1,".":1,"\u2026":1}},"\u00c8":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm43,-298r38,0r34,42r-26,0","w":177,"k":{"T":-6,"J":-6,"V":-3,"W":-3,"g":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":1,".":1,"\u2026":1}},"\u00cd":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm57,-298r38,0r-46,42r-25,0","w":86,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"\u00ce":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm31,-297r24,0r38,41r-27,0v-8,-8,-15,-17,-24,-24r-23,24r-25,0","w":86,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"\u00cf":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm10,-260v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18v0,10,-7,18,-17,18xm94,-278v0,10,-6,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18","w":86,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"\u00cc":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm-9,-298r38,0r33,42r-25,0","w":86,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"\u00d1":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,32,56,45,79v-6,-61,-3,-134,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-32,-57,-46,-81xm165,-294v3,49,-42,32,-63,21v-6,0,-8,6,-9,16r-17,0v0,-22,9,-37,24,-37v17,0,43,34,48,0r17,0","w":236,"k":{"Y":3,"\u00dd":3,"f":-4,"\u00df":-4,"j":-3,"t":-6,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-4,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"x":-2,"\u2019":2,"\u201d":2}},"\u00d3":{"d":"122,4v-64,0,-109,-50,-109,-123v0,-77,47,-128,112,-128v67,0,110,51,110,123v0,83,-51,128,-113,128xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99v-52,0,-78,48,-78,101xm139,-299r38,0r-46,42r-26,0","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"\u00d4":{"d":"122,4v-64,0,-109,-50,-109,-123v0,-77,47,-128,112,-128v67,0,110,51,110,123v0,83,-51,128,-113,128xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99v-52,0,-78,48,-78,101xm112,-298r24,0r38,41r-27,0v-8,-8,-15,-18,-24,-25r-23,25r-25,0","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"\u00d6":{"d":"122,4v-64,0,-109,-50,-109,-123v0,-77,47,-128,112,-128v67,0,110,51,110,123v0,83,-51,128,-113,128xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99v-52,0,-78,48,-78,101xm91,-260v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18v0,10,-7,18,-17,18xm175,-278v0,10,-6,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"\u00d2":{"d":"122,4v-64,0,-109,-50,-109,-123v0,-77,47,-128,112,-128v67,0,110,51,110,123v0,83,-51,128,-113,128xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99v-52,0,-78,48,-78,101xm72,-299r38,0r34,42r-26,0","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"\u00d5":{"d":"122,4v-64,0,-109,-50,-109,-123v0,-77,47,-128,112,-128v67,0,110,51,110,123v0,83,-51,128,-113,128xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99v-52,0,-78,48,-78,101xm169,-295v3,50,-41,32,-63,21v-6,0,-9,6,-10,16r-16,0v0,-22,9,-37,24,-37v17,0,43,34,48,0r17,0","w":248,"k":{"T":9,"X":10,"Y":10,"\u00dd":10,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"f":-6,"\u00df":-6,"g":-2,"j":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"t":-6,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"x":2,"\u00ab":-5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,")":3,"]":3,"}":3,"\u2019":-3,"\u201d":-3,",":12,".":12,"\u2026":12}},"\u00da":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-24,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm132,-298r38,0r-46,42r-25,0","w":232,"k":{"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"f":-3,"\u00df":-3,"s":2,"t":-1,"z":2,"x":3,"\u2019":2,"\u201d":2,",":10,".":10,"\u2026":10}},"\u00db":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-24,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm106,-297r24,0r38,41r-27,0v-8,-8,-14,-17,-23,-24r-23,24r-26,0","w":232,"k":{"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"f":-3,"\u00df":-3,"s":2,"t":-1,"z":2,"x":3,"\u2019":2,"\u201d":2,",":10,".":10,"\u2026":10}},"\u00dc":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-24,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm84,-260v-10,0,-17,-8,-17,-18v0,-10,7,-18,17,-18v10,0,18,8,18,18v0,10,-8,18,-18,18xm168,-278v0,10,-6,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18","w":232,"k":{"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"f":-3,"\u00df":-3,"s":2,"t":-1,"z":2,"x":3,"\u2019":2,"\u201d":2,",":10,".":10,"\u2026":10}},"\u00d9":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-24,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm66,-298r38,0r34,42r-26,0","w":232,"k":{"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"f":-3,"\u00df":-3,"s":2,"t":-1,"z":2,"x":3,"\u2019":2,"\u201d":2,",":10,".":10,"\u2026":10}},"\u00dd":{"d":"113,0r-32,0r0,-103r-77,-140r36,0r59,117v17,-38,41,-79,60,-117r35,0r-81,140r0,103xm116,-296r38,0r-46,42r-26,0","w":194,"k":{"\u00f6":27,"\u00ef":5,"\u00eb":27,"\u00e4":25,"T":-12,"J":19,"M":4,"C":13,"G":13,"O":13,"Q":13,"\u00d8":13,"\u00c7":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d5":13,"V":-10,"W":-10,"A":29,"\u00c6":29,"\u00c1":29,"\u00c2":29,"\u00c4":29,"\u00c0":29,"\u00c5":29,"\u00c3":29,"S":5,"B":3,"D":3,"E":3,"F":3,"H":3,"I":3,"K":3,"L":3,"N":3,"P":3,"R":3,"\u00d0":3,"\u00c9":3,"\u00ca":3,"\u00cb":3,"\u00c8":3,"\u00cd":3,"\u00ce":3,"\u00cf":3,"\u00cc":3,"\u00d1":3,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"g":14,"c":27,"d":27,"e":27,"o":27,"q":27,"\u00f8":27,"\u00e7":27,"\u00e9":27,"\u00ea":27,"\u00e8":27,"\u00f3":27,"\u00f4":27,"\u00f2":27,"\u00f5":27,"s":19,"t":7,"u":19,"\u00fa":19,"\u00fb":19,"\u00fc":19,"\u00f9":19,"v":10,"w":10,"y":10,"\u00fd":10,"\u00ff":10,"z":9,"b":3,"h":3,"k":3,"l":3,"i":5,"m":5,"n":5,"p":5,"r":5,"\u00ed":5,"\u00ee":5,"\u00ec":5,"\u00f1":5,"x":9,":":12,";":12,"\u00bb":7,"\u00ab":18,"\u00ad":18,"\u2013":18,"\u2014":18,")":-20,"]":-20,"}":-20,"\"":-3,"'":-3,"\u2018":2,"\u201c":2,"\u2019":-5,"\u201d":-5,",":34,".":34,"\u2026":34}},"\u00e1":{"d":"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31xm99,-249r35,0r-44,51r-23,0","w":173},"\u00e2":{"d":"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31xm74,-249r22,0r35,51r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-24,0","w":173},"\u00e4":{"d":"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31xm53,-205v-10,0,-18,-9,-18,-19v0,-10,9,-18,19,-18v10,0,17,8,17,18v0,10,-8,19,-18,19xm120,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19","w":173},"\u00e0":{"d":"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31xm34,-249r35,0r31,51r-22,0","w":173},"\u00e5":{"d":"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31xm50,-226v0,-19,14,-34,37,-34v22,0,35,15,35,34v0,19,-15,33,-36,33v-22,0,-36,-15,-36,-33xm86,-247v-11,0,-18,10,-18,21v0,10,7,19,18,19v12,0,19,-9,19,-20v0,-11,-7,-20,-19,-20","w":173},"\u00e3":{"d":"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31xm130,-243v3,51,-38,35,-62,23v-6,0,-8,6,-9,16r-18,0v-1,-23,10,-38,25,-38v17,0,43,34,47,-1r17,0","w":173},"\u00e7":{"d":"145,-30r5,24v-7,4,-23,10,-45,10r-9,14v13,3,25,11,25,26v0,32,-38,36,-62,24r5,-16v10,6,35,10,35,-7v0,-9,-11,-13,-28,-15r15,-27v-44,-5,-72,-40,-72,-88v0,-70,72,-113,137,-84r-7,24v-43,-23,-105,7,-98,58v-4,57,55,78,99,57","w":160,"k":{"T":4,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"t":-5,"v":-6,"w":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u00bb":-5,"\u00ad":-2,"\u2013":-2,"\u2014":-2,"\u2018":-6,"\u201c":-6,"\u2019":-6,"\u201d":-6,",":4,".":4,"\u2026":4}},"\u00e9":{"d":"166,-81r-122,0v-2,63,66,69,108,51r6,22v-11,5,-31,12,-59,12v-53,0,-85,-36,-85,-88v0,-53,31,-94,82,-94v63,0,74,53,70,97xm45,-104r92,0v0,-20,-9,-52,-44,-52v-32,0,-45,30,-48,52xm109,-249r35,0r-44,51r-22,0","w":180,"k":{"T":12,"\u00ad":-10,"\u2013":-10,"\u2014":-10,"\u2019":9,"\u201d":9,",":4,".":4,"\u2026":4}},"\u00ea":{"d":"166,-81r-122,0v-2,63,66,69,108,51r6,22v-11,5,-31,12,-59,12v-53,0,-85,-36,-85,-88v0,-53,31,-94,82,-94v63,0,74,53,70,97xm45,-104r92,0v0,-20,-9,-52,-44,-52v-32,0,-45,30,-48,52xm84,-249r22,0r34,51r-24,0r-21,-34r-21,34r-24,0","w":180,"k":{"T":12,"\u00ad":-10,"\u2013":-10,"\u2014":-10,"\u2019":9,"\u201d":9,",":4,".":4,"\u2026":4}},"\u00eb":{"d":"166,-81r-122,0v-2,63,66,69,108,51r6,22v-11,5,-31,12,-59,12v-53,0,-85,-36,-85,-88v0,-53,31,-94,82,-94v63,0,74,53,70,97xm45,-104r92,0v0,-20,-9,-52,-44,-52v-32,0,-45,30,-48,52xm63,-205v-10,0,-18,-9,-18,-19v0,-10,9,-18,19,-18v10,0,17,8,17,18v0,10,-8,19,-18,19xm130,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19","w":180,"k":{"T":12,"\u00ad":-10,"\u2013":-10,"\u2014":-10,"\u2019":9,"\u201d":9,",":4,".":4,"\u2026":4}},"\u00e8":{"d":"166,-81r-122,0v-2,63,66,69,108,51r6,22v-11,5,-31,12,-59,12v-53,0,-85,-36,-85,-88v0,-53,31,-94,82,-94v63,0,74,53,70,97xm45,-104r92,0v0,-20,-9,-52,-44,-52v-32,0,-45,30,-48,52xm49,-249r35,0r31,51r-22,0","w":180,"k":{"T":12,"\u00ad":-10,"\u2013":-10,"\u2014":-10,"\u2019":9,"\u201d":9,",":4,".":4,"\u2026":4}},"\u00ed":{"d":"58,0r-32,0r0,-174r32,0r0,174xm56,-249r34,0r-44,51r-22,0","w":84,"k":{"\u2019":-3,"\u201d":-3}},"\u00ee":{"d":"58,0r-32,0r0,-174r32,0r0,174xm31,-249r22,0r34,51r-24,0r-21,-34r-21,34r-24,0","w":84,"k":{"\u2019":-3,"\u201d":-3}},"\u00ef":{"d":"58,0r-32,0r0,-174r32,0r0,174xm26,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,8,-18,18,-18v10,0,17,8,17,18xm93,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,8,-18,18,-18v10,0,17,8,17,18","w":84,"k":{"\u2019":-3,"\u201d":-3}},"\u00ec":{"d":"58,0r-32,0r0,-174r32,0r0,174xm-10,-249r34,0r32,51r-22,0","w":84,"k":{"\u2019":-3,"\u201d":-3}},"\u00f1":{"d":"103,-152v-63,0,-42,91,-45,152r-32,0r-1,-174r28,0r2,28v27,-44,120,-54,120,42r0,104r-32,0v-6,-59,22,-152,-40,-152xm145,-243v3,50,-39,35,-63,23v-6,0,-8,6,-9,16r-17,0v-3,-49,37,-39,62,-24v5,0,9,-3,10,-15r17,0","w":199,"k":{"T":18,"t":1,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\"":3,"'":3,"\u2019":12,"\u201d":12}},"\u00f3":{"d":"184,-89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92v50,0,84,36,84,89xm46,-87v0,38,21,67,53,67v30,0,53,-28,53,-68v0,-30,-16,-66,-53,-66v-37,0,-53,34,-53,67xm112,-249r34,0r-44,51r-22,0","w":197,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"\u00f4":{"d":"184,-89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92v50,0,84,36,84,89xm46,-87v0,38,21,67,53,67v30,0,53,-28,53,-68v0,-30,-16,-66,-53,-66v-37,0,-53,34,-53,67xm88,-249r22,0r34,51r-24,0r-21,-34r-21,34r-24,0","w":197,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"\u00f6":{"d":"184,-89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92v50,0,84,36,84,89xm46,-87v0,38,21,67,53,67v30,0,53,-28,53,-68v0,-30,-16,-66,-53,-66v-37,0,-53,34,-53,67xm83,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,8,-18,18,-18v10,0,17,8,17,18xm132,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19","w":197,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"\u00f2":{"d":"184,-89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92v50,0,84,36,84,89xm46,-87v0,38,21,67,53,67v30,0,53,-28,53,-68v0,-30,-16,-66,-53,-66v-37,0,-53,34,-53,67xm53,-249r34,0r32,51r-23,0","w":197,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"\u00f5":{"d":"184,-89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92v50,0,84,36,84,89xm46,-87v0,38,21,67,53,67v30,0,53,-28,53,-68v0,-30,-16,-66,-53,-66v-37,0,-53,34,-53,67xm144,-243v3,50,-39,35,-63,23v-6,0,-8,6,-9,16r-17,0v-3,-49,37,-39,62,-24v5,0,9,-3,10,-15r17,0","w":197,"k":{"T":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"x":5,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2019":12,"\u201d":12,",":9,".":9,"\u2026":9}},"\u00fa":{"d":"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v4,57,-19,152,39,152xm116,-249r34,0r-43,51r-23,0","w":198,"k":{"T":11,"\u2019":8,"\u201d":8,",":3,".":3,"\u2026":3}},"\u00fb":{"d":"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v4,57,-19,152,39,152xm88,-249r22,0r35,51r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-24,0","w":198,"k":{"T":11,"\u2019":8,"\u201d":8,",":3,".":3,"\u2026":3}},"\u00fc":{"d":"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v4,57,-19,152,39,152xm67,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm134,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19","w":198,"k":{"T":11,"\u2019":8,"\u201d":8,",":3,".":3,"\u2026":3}},"\u00f9":{"d":"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v4,57,-19,152,39,152xm51,-249r34,0r32,51r-22,0","w":198,"k":{"T":11,"\u2019":8,"\u201d":8,",":3,".":3,"\u2026":3}},"\u00fd":{"d":"13,53v25,-9,45,-29,57,-58r-67,-169r35,0r50,138r46,-138r33,0v-41,86,-59,232,-146,253xm103,-249r34,0r-44,51r-22,0","w":169,"k":{"T":11,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,":":-9,";":-9,"\u00ad":1,"\u2013":1,"\u2014":1,"\u2018":-10,"\u201c":-10,"\u2019":-11,"\u201d":-11,",":14,".":14,"\u2026":14}},"\u00ff":{"d":"13,53v25,-9,45,-29,57,-58r-67,-169r35,0r50,138r46,-138r33,0v-41,86,-59,232,-146,253xm73,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,8,-18,18,-18v10,0,17,8,17,18xm140,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,8,-18,18,-18v10,0,17,8,17,18","w":169,"k":{"T":11,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"s":2,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,":":-9,";":-9,"\u00ad":1,"\u2013":1,"\u2014":1,"\u2018":-10,"\u201c":-10,"\u2019":-11,"\u201d":-11,",":14,".":14,"\u2026":14}}}});
Index: releases/1.0.0/inc/js/cufon-yui.js
===================================================================
--- releases/1.0.0/inc/js/cufon-yui.js (nonexistent)
+++ releases/1.0.0/inc/js/cufon-yui.js (revision 14234)
@@ -0,0 +1,7 @@
+/*
+ * Copyright (c) 2009 Simo Kinnunen.
+ * Licensed under the MIT license.
+ *
+ * @version 1.09
+ */
+var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
\ No newline at end of file
Index: releases/1.0.0/inc/js/Myriad_Pro_600.font.js
===================================================================
--- releases/1.0.0/inc/js/Myriad_Pro_600.font.js (nonexistent)
+++ releases/1.0.0/inc/js/Myriad_Pro_600.font.js (revision 14234)
@@ -0,0 +1,24 @@
+/*!
+ * The following copyright notice may not be removed under any circumstances.
+ *
+ * Copyright:
+ * ゥ 1992, 1994, 1997, 2000, 2004 Adobe Systems Incorporated. All rights reserved.
+ * Protected by U.S. Patents D454,582.
+ *
+ * Trademark:
+ * Myriad is either a registered trademark or a trademark of Adobe Systems
+ * Incorporated in the United States and/or other countries.
+ *
+ * Full name:
+ * MyriadPro-Semibold
+ *
+ * Designer:
+ * Robert Slimbach and Carol Twombly
+ *
+ * Vendor URL:
+ * http://www.adobe.com/type
+ *
+ * License information:
+ * http://www.adobe.com/type/legal.html
+ */
+Cufon.registerFont({"w":192,"face":{"font-family":"Myriad Pro","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 3 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-15 -270 309 90","underline-thickness":"18","underline-position":"-18","stemh":"33","stemv":"44","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":74,"k":{"T":14,"V":13,"W":13,"Y":15}},"!":{"d":"62,-75r-34,0r-6,-168r46,0xm45,4v-16,0,-27,-12,-27,-28v0,-17,11,-28,27,-28v17,0,27,11,27,28v0,16,-10,28,-27,28","w":90},"\"":{"d":"15,-249r41,0r-7,92r-27,0xm77,-249r41,0r-7,92r-26,0","w":133,"k":{"T":-5,"J":21,"M":1,"C":3,"G":3,"O":3,"Q":3,"V":-5,"W":-5,"X":-1,"Y":-2,"A":19,"f":-9,"g":5,"c":4,"d":4,"e":4,"o":4,"q":4,"t":-8,"v":-5,"w":-5,"y":-5,",":43,".":43}},"#":{"d":"75,-95r34,0r7,-46r-35,0xm61,0r-28,0r10,-67r-30,0r0,-28r35,0r6,-46r-31,0r0,-27r35,0r9,-66r27,0r-9,66r35,0r9,-66r27,0r-9,66r29,0r0,27r-33,0r-6,46r30,0r0,28r-35,0r-9,67r-27,0r9,-67r-35,0","w":189},"$":{"d":"110,31r-30,0r0,-35v-23,-1,-45,-7,-58,-15r9,-35v22,18,94,27,95,-12v0,-17,-13,-26,-40,-36v-37,-14,-62,-32,-62,-65v0,-31,22,-55,58,-61r0,-35r30,0r0,33v23,1,37,6,49,12r-9,33v-12,-13,-84,-20,-84,13v0,15,12,26,44,35v78,23,77,117,-2,131r0,37"},"%":{"d":"72,-238v36,0,59,28,59,70v0,49,-29,74,-61,74v-33,0,-60,-26,-60,-71v0,-44,26,-73,62,-73xm70,-213v-18,0,-26,21,-26,47v0,27,10,47,27,47v18,0,26,-19,26,-47v0,-26,-8,-47,-27,-47xm95,4r-25,0r136,-242r25,0xm233,-141v37,0,59,28,59,70v0,49,-29,74,-61,74v-33,0,-60,-26,-60,-71v0,-44,26,-73,62,-73xm232,-116v-18,0,-27,21,-27,47v0,27,9,47,27,47v18,0,26,-19,26,-47v0,-26,-7,-47,-26,-47","w":302},"&":{"d":"167,-193v1,25,-17,47,-51,65v17,19,36,42,49,56v10,-16,18,-39,22,-65r40,0v-6,37,-18,68,-38,91r41,46r-51,0r-20,-20v-18,15,-40,24,-68,24v-97,1,-101,-110,-33,-139v-35,-42,-22,-110,48,-112v34,0,61,21,61,54xm53,-72v0,43,62,55,86,27v-15,-15,-38,-42,-61,-68v-11,8,-25,20,-25,41xm104,-219v-36,0,-30,51,-8,69v21,-13,33,-24,33,-41v0,-13,-8,-28,-25,-28","w":232},"(":{"d":"66,-249r32,0v-51,59,-52,231,0,291r-32,0v-21,-29,-44,-76,-44,-145v0,-71,23,-117,44,-146","w":108,"k":{"T":-12,"J":-5,"C":6,"G":6,"O":6,"Q":6,"V":-13,"W":-13,"X":-3,"Y":-13,"A":6,"j":-19}},")":{"d":"42,42r-32,0v51,-60,52,-231,0,-291r32,0v21,28,44,74,44,145v0,70,-23,117,-44,146","w":108},"*":{"d":"100,-247r27,16r-37,46r57,-9r0,31v-18,-2,-40,-8,-57,-8r37,44r-28,16r-21,-54r-22,54r-26,-16r36,-45r-55,9r0,-31v18,2,39,8,55,8r-36,-45r27,-16v8,17,13,37,22,53","w":157},"+":{"d":"93,-192r29,0r0,82r79,0r0,28r-79,0r0,82r-29,0r0,-82r-79,0r0,-28r79,0r0,-82","w":214},",":{"d":"33,41r-30,3v10,-27,19,-65,24,-95r46,-4v-10,34,-26,73,-40,96","w":84,"k":{"\"":41,"'":41}},"-":{"d":"11,-111r92,0r0,30r-92,0r0,-30","w":113,"k":{"T":19,"J":4,"C":-5,"G":-5,"O":-5,"Q":-5,"V":7,"W":7,"X":7,"Y":20,"A":2,"g":-3,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"v":1,"w":1,"y":1}},".":{"d":"45,4v-16,0,-27,-12,-27,-28v0,-17,12,-29,28,-29v16,0,27,12,27,29v0,16,-11,28,-28,28","w":84,"k":{"\"":41,"'":41}},"\/":{"d":"34,14r-31,0r88,-261r31,0","w":121},"0":{"d":"98,-238v57,0,83,50,83,119v0,76,-30,123,-86,123v-54,0,-83,-49,-83,-120v0,-73,31,-122,86,-122xm97,-204v-23,0,-40,29,-40,87v0,57,15,87,39,87v26,0,40,-32,40,-88v0,-54,-12,-86,-39,-86"},"1":{"d":"85,0r-1,-194r-43,22r-7,-34v29,-12,48,-33,94,-28r0,234r-43,0"},"2":{"d":"174,0r-159,0r0,-27v42,-39,119,-105,110,-136v7,-46,-71,-46,-92,-20r-13,-31v17,-14,42,-24,72,-24v52,0,77,33,77,71v0,47,-51,94,-91,130r96,0r0,37"},"3":{"d":"14,-12r10,-34v9,5,32,15,54,15v34,0,47,-20,47,-38v-1,-35,-36,-41,-74,-39r0,-33v32,2,64,-2,67,-32v4,-37,-68,-33,-86,-15r-10,-32v13,-9,40,-18,68,-18v85,-3,97,89,30,112v26,8,51,25,51,59v0,40,-33,71,-91,71v-28,0,-53,-8,-66,-16"},"4":{"d":"155,0r-42,0r0,-59r-106,0r0,-29r96,-146r52,0r0,141r30,0r0,34r-30,0r0,59xm49,-94v18,3,44,0,64,1r0,-104v-17,40,-41,69,-64,103"},"5":{"d":"68,-150v54,-8,104,18,104,73v0,45,-38,81,-95,81v-27,0,-50,-7,-62,-14r9,-33v29,17,105,21,102,-30v7,-37,-53,-51,-98,-43r15,-118r122,0r0,37r-90,0"},"6":{"d":"158,-237r0,35v-57,-3,-100,33,-100,69v39,-44,124,-22,124,53v0,45,-32,84,-82,84v-105,0,-106,-156,-48,-206v27,-23,61,-35,106,-35xm96,-123v-21,1,-41,14,-41,38v0,31,16,56,45,56v23,0,37,-20,37,-48v0,-27,-15,-46,-41,-46"},"7":{"d":"19,-234r157,0r0,28r-99,206r-46,0r99,-197r-111,0r0,-37"},"8":{"d":"95,4v-97,0,-106,-98,-39,-126v-65,-31,-31,-119,43,-116v84,4,95,80,37,113v26,10,45,30,45,59v0,42,-36,70,-86,70xm97,-27v23,0,39,-15,39,-35v0,-24,-18,-37,-44,-44v-46,9,-46,78,5,79xm96,-207v-22,0,-33,14,-33,31v0,19,16,31,38,37v35,-7,43,-67,-5,-68"},"9":{"d":"33,4r0,-36v56,6,94,-24,102,-71v-38,43,-122,16,-122,-51v0,-45,34,-84,84,-84v104,0,98,164,43,209v-27,22,-61,34,-107,33xm95,-114v22,0,39,-9,40,-33v0,-32,-11,-58,-40,-58v-22,0,-38,20,-38,48v0,24,14,43,38,43"},":":{"d":"45,-117v-15,0,-27,-12,-27,-28v0,-17,12,-29,28,-29v16,0,27,12,27,29v0,16,-11,28,-28,28xm45,4v-15,0,-27,-12,-27,-28v0,-17,12,-29,28,-29v16,0,27,12,27,29v0,16,-11,28,-28,28","w":84},";":{"d":"33,41r-30,3v10,-27,19,-65,24,-95r46,-4v-10,34,-26,73,-40,96xm48,-117v-15,0,-27,-12,-27,-28v0,-17,11,-29,27,-29v16,0,27,12,27,29v0,16,-10,28,-27,28","w":84},"<":{"d":"22,-83r0,-26r170,-83r0,33r-135,64r135,63r0,32","w":214},"=":{"d":"200,-119r-186,0r0,-28r186,0r0,28xm200,-46r-186,0r0,-28r186,0r0,28","w":214},">":{"d":"193,-109r0,27r-171,82r0,-32r137,-64r-137,-63r0,-33","w":214},"?":{"d":"139,-192v1,47,-58,67,-50,118r-39,0v-12,-45,41,-79,44,-112v3,-30,-48,-30,-66,-15r-10,-31v13,-8,33,-15,56,-15v45,0,65,26,65,55xm68,4v-16,0,-27,-12,-27,-28v0,-17,12,-28,28,-28v16,0,27,11,27,28v0,16,-11,28,-28,28","w":154},"@":{"d":"124,-48v29,-2,39,-47,42,-80v-35,-10,-63,19,-63,55v0,15,7,25,21,25xm187,6r6,18v-80,39,-177,-4,-176,-100v0,-74,52,-137,133,-137v63,0,107,44,107,104v0,53,-30,86,-66,86v-17,0,-26,-12,-30,-30v-21,41,-87,42,-89,-17v-2,-58,66,-103,126,-76r-11,66v-4,24,-1,35,10,35v17,1,36,-21,36,-63v0,-49,-30,-86,-86,-86v-57,0,-106,45,-106,116v0,82,78,116,146,84","w":271},"A":{"d":"151,-69r-77,0r-21,69r-45,0r77,-243r57,0r79,243r-48,0xm81,-102r63,0r-32,-105","w":228,"k":{"T":29,"J":-6,"M":1,"C":8,"G":8,"O":8,"Q":8,"U":12,"V":21,"W":21,"X":7,"Y":32,"Z":-1,"f":4,"g":5,"b":2,"h":2,"k":2,"l":2,"j":2,"i":2,"m":2,"n":2,"p":2,"r":2,"c":5,"d":5,"e":5,"o":5,"q":5,"s":1,"t":5,"u":5,"v":10,"w":10,"y":10,"z":-3,"-":2,")":5,"]":5,"}":5,"\"":19,"'":19}},"B":{"d":"193,-70v0,57,-42,72,-113,73v-24,0,-42,-3,-54,-4r0,-238v60,-10,159,-12,159,56v0,23,-17,41,-41,53v26,6,49,27,49,60xm69,-210r0,67v37,3,73,-6,71,-35v4,-32,-42,-38,-71,-32xm69,-111r0,79v36,4,79,-1,78,-39v0,-35,-38,-42,-78,-40","w":207,"k":{"T":5,"V":2,"W":2,"Y":9,"A":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"a":-1,"-":-3,",":5,".":5}},"C":{"d":"192,-42r7,35v-10,5,-33,11,-63,11v-77,0,-123,-48,-123,-122v0,-102,101,-152,188,-118r-9,35v-61,-24,-133,2,-133,80v0,73,69,105,133,79","w":211,"k":{"T":-7,"J":-3,"C":9,"G":9,"O":9,"Q":9,"V":-4,"W":-4,"Y":-2,"A":-3,"b":1,"h":1,"k":1,"l":1,"i":1,"m":1,"n":1,"p":1,"r":1,"c":6,"d":6,"e":6,"o":6,"q":6,"u":6,"v":10,"w":10,"y":10,"z":-2,"a":3,")":-5,"]":-5,"}":-5,"\"":-1,"'":-1}},"D":{"d":"233,-127v4,112,-98,142,-207,126r0,-238v20,-3,44,-5,70,-5v87,0,134,35,137,117xm70,-207r0,174v71,8,116,-22,116,-93v0,-64,-51,-94,-116,-81","w":245,"k":{"T":10,"V":1,"W":1,"X":11,"Y":12,"A":5,"f":-5,"g":-2,"j":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"t":-5,"u":-1,"v":-4,"w":-4,"y":-4,"z":1,"x":3,"-":-5,")":5,"]":5,"}":5,",":13,".":13}},"E":{"d":"161,-144r0,36r-91,0r0,72r102,0r0,36r-146,0r0,-243r141,0r0,37r-97,0r0,62r91,0","w":185,"k":{"T":-4,"J":-7,"V":-3,"W":-3,"f":1,"g":3,"j":1,"c":1,"d":1,"e":1,"o":1,"q":1,"s":-1,"t":2,"u":3,"v":4,"w":4,"y":4,"z":-2,",":2,".":2}},"F":{"d":"26,0r0,-243r140,0r0,37r-96,0r0,67r89,0r0,36r-89,0r0,103r-44,0","w":183,"k":{"J":28,"M":6,"A":26,"g":4,"b":6,"h":6,"k":6,"l":6,"i":8,"m":8,"n":8,"p":8,"r":8,"c":10,"d":10,"e":10,"o":10,"q":10,"u":11,"v":8,"w":8,"y":8,"a":15,":":6,";":6,",":33,".":33}},"G":{"d":"142,3v-79,1,-126,-46,-129,-122v-4,-100,108,-149,199,-115r-9,36v-60,-26,-144,-3,-144,77v0,67,58,101,118,83r0,-61r-43,0r0,-35r86,0r0,123v-15,6,-46,14,-78,14","w":239,"k":{"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"u":-1,"v":1,"w":1,"y":1,"a":-3}},"H":{"d":"26,-243r44,0r0,98r102,0r0,-98r45,0r0,243r-45,0r0,-107r-102,0r0,107r-44,0r0,-243","w":241,"k":{"Y":5,"f":-3,"b":-2,"h":-2,"k":-2,"l":-2,"j":-1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"t":-4,"v":-1,"w":-1,"y":-1,"z":-3}},"I":{"d":"26,-243r44,0r0,243r-44,0r0,-243","w":95,"k":{"Y":5,"f":-3,"b":-2,"h":-2,"k":-2,"l":-2,"j":-1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"t":-4,"v":-1,"w":-1,"y":-1,"z":-3}},"J":{"d":"74,-87r0,-156r44,0r0,158v2,84,-55,100,-118,83r6,-35v37,10,68,5,68,-50","w":141,"k":{"v":-2,"w":-2,"y":-2,"a":1,")":-9,"]":-9,"}":-9,",":3,".":3}},"K":{"d":"26,0r0,-243r43,0v2,36,-4,80,2,112v25,-40,54,-74,81,-112r54,0r-83,104r89,139r-52,0r-69,-111r-22,26r0,85r-43,0","w":209,"k":{"T":-5,"J":-12,"C":9,"G":9,"O":9,"Q":9,"V":-3,"W":-3,"Y":4,"Z":-6,"A":-4,"g":3,"b":-1,"h":-1,"k":-1,"l":-1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"c":3,"d":3,"e":3,"o":3,"q":3,"u":5,"v":10,"w":10,"y":10,"a":-3,":":-5,";":-5,"-":8,")":-5,"]":-5,"}":-5,"\"":-1,"'":-1,",":-5,".":-5}},"L":{"d":"26,0r0,-243r44,0r0,206r100,0r0,37r-144,0","w":177,"k":{"T":35,"J":-7,"C":14,"G":14,"O":14,"Q":14,"U":12,"V":22,"W":22,"Y":31,"A":-1,"j":1,"c":4,"d":4,"e":4,"o":4,"q":4,"t":2,"u":5,"v":12,"w":12,"y":12,"-":10,"\"":36,"'":36}},"M":{"d":"235,0r-7,-201r-2,0v-17,67,-42,134,-64,198r-34,0r-32,-104v-9,-31,-19,-64,-25,-94r-10,201r-42,0r17,-243r58,0r32,98v10,27,14,59,23,84v14,-61,38,-124,58,-182r57,0r14,243r-43,0","w":297,"k":{"T":4,"A":2,"j":-2,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"v":-1,"w":-1,"y":-1,"a":-1,"-":-1}},"N":{"d":"66,0r-41,0r0,-243r51,0v35,59,77,121,104,186r-3,-186r41,0r0,243r-46,0r-64,-107v-16,-26,-30,-58,-44,-83v3,55,2,129,2,190","w":243,"k":{"Y":5,"f":-3,"b":-2,"h":-2,"k":-2,"l":-2,"j":-1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"t":-4,"v":-1,"w":-1,"y":-1,"z":-3}},"O":{"d":"129,-247v71,0,112,54,112,123v0,81,-49,128,-116,128v-69,0,-112,-53,-112,-124v0,-75,48,-127,116,-127xm127,-211v-44,0,-67,40,-67,90v0,50,25,89,67,89v43,0,67,-39,67,-90v0,-46,-23,-89,-67,-89","w":253,"k":{"T":10,"V":1,"W":1,"X":11,"Y":12,"A":5,"f":-5,"g":-2,"j":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"t":-5,"u":-1,"v":-4,"w":-4,"y":-4,"z":1,"x":3,"-":-5,")":5,"]":5,"}":5,",":13,".":13}},"P":{"d":"188,-171v2,63,-56,88,-119,79r0,92r-43,0r0,-239v16,-3,37,-5,67,-5v59,-1,94,20,95,73xm69,-208r0,81v37,8,78,-7,75,-42v4,-36,-41,-46,-75,-39","w":201,"k":{"J":27,"M":5,"V":1,"W":1,"X":8,"Y":5,"Z":7,"A":26,"g":9,"b":1,"h":1,"k":1,"l":1,"i":4,"m":4,"n":4,"p":4,"r":4,"c":9,"d":9,"e":9,"o":9,"q":9,"s":8,"t":-3,"u":4,"v":-2,"w":-2,"y":-2,"a":8,":":4,";":4,"-":5,")":1,"]":1,"}":1,",":51,".":51}},"Q":{"d":"230,39v-40,-9,-72,-25,-111,-35v-56,-3,-106,-44,-106,-123v0,-75,47,-128,116,-128v70,0,112,54,112,123v1,59,-29,97,-63,113v21,6,44,11,64,15xm127,-32v42,0,67,-39,67,-90v0,-46,-23,-89,-67,-89v-44,0,-67,41,-67,90v0,49,25,89,67,89","w":253,"k":{"T":10,"V":1,"W":1,"X":11,"Y":12,"A":5,"f":-5,"g":-2,"j":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"t":-5,"u":-1,"v":-4,"w":-4,"y":-4,"z":1,"x":3,"-":-5,")":5,"]":5,"}":5,",":13,".":13}},"R":{"d":"26,-239v66,-10,162,-12,162,63v0,33,-25,50,-44,62v36,6,41,94,53,114r-45,0v-4,-7,-11,-27,-17,-57v-8,-41,-25,-45,-66,-43r0,100r-43,0r0,-239xm69,-209r0,77v40,3,75,-6,75,-40v0,-37,-43,-44,-75,-37","w":204,"k":{"T":-2,"J":-1,"U":1,"V":-1,"W":-1,"X":-3,"Y":5,"A":-3,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"t":-5,"v":-3,"w":-3,"y":-3,"a":-4}},"S":{"d":"15,-12r10,-36v24,18,102,26,102,-18v0,-18,-10,-32,-42,-40v-91,-23,-86,-143,20,-141v26,0,45,7,58,13r-11,35v-16,-15,-96,-15,-88,18v0,19,13,30,46,40v91,28,82,146,-29,145v-26,0,-53,-8,-66,-16","w":186,"k":{"b":1,"h":1,"k":1,"l":1,"j":3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"t":1,"v":4,"w":4,"y":4,"a":-2,"-":-3}},"T":{"d":"72,0r0,-206r-69,0r0,-37r183,0r0,37r-70,0r0,206r-44,0","w":189,"k":{"i":18,"T":-10,"J":18,"M":1,"C":10,"G":10,"O":10,"Q":10,"V":-12,"W":-12,"X":-7,"Y":-6,"A":26,"S":3,"g":22,"b":4,"h":4,"k":4,"l":4,"m":18,"n":18,"p":18,"r":18,"c":28,"d":28,"e":28,"o":28,"q":28,"s":23,"u":18,"v":17,"w":17,"y":17,"z":19,"a":23,"x":8,":":11,";":11,"-":20,")":-16,"]":-16,"}":-16,"\"":-5,"'":-5,",":26,".":26}},"U":{"d":"25,-243r44,0v5,75,-23,211,50,211v76,0,45,-136,51,-211r45,0r0,139v0,75,-39,108,-97,108v-56,0,-93,-32,-93,-108r0,-139","w":239,"k":{"A":12,"f":-2,"s":4,"v":1,"w":1,"y":1,"z":3,"a":2,"x":4,",":9,".":9}},"V":{"d":"132,0r-51,0r-78,-243r48,0r57,199v16,-67,41,-134,60,-199r48,0","w":216,"k":{"T":-10,"J":12,"C":2,"G":2,"O":2,"Q":2,"V":-4,"W":-4,"A":20,"S":1,"g":3,"b":3,"h":3,"k":3,"l":3,"i":8,"m":8,"n":8,"p":8,"r":8,"c":14,"d":14,"e":14,"o":14,"q":14,"s":12,"u":9,"v":4,"w":4,"y":4,"a":14,":":7,";":7,"-":7,")":-15,"]":-15,"}":-15,"\"":-5,"'":-5,",":23,".":23}},"W":{"d":"113,0r-48,0r-60,-243r48,0r39,195r44,-195r47,0r24,112v7,28,8,58,15,82r42,-194r45,0r-66,243r-47,0r-39,-191v-10,64,-30,129,-44,191","w":312,"k":{"T":-10,"J":12,"C":2,"G":2,"O":2,"Q":2,"V":-4,"W":-4,"A":20,"S":1,"g":3,"b":3,"h":3,"k":3,"l":3,"i":8,"m":8,"n":8,"p":8,"r":8,"c":14,"d":14,"e":14,"o":14,"q":14,"s":12,"u":9,"v":4,"w":4,"y":4,"a":14,":":7,";":7,"-":7,")":-15,"]":-15,"}":-15,"\"":-5,"'":-5,",":23,".":23}},"X":{"d":"207,0r-52,0r-51,-94v-12,28,-32,65,-46,94r-51,0r72,-123r-69,-120r51,0r47,91v12,-32,30,-61,45,-91r51,0r-71,119","w":213,"k":{"T":-3,"J":-3,"C":12,"G":12,"O":12,"Q":12,"V":-3,"W":-3,"X":5,"Y":-3,"A":4,"i":1,"m":1,"n":1,"p":1,"r":1,"c":6,"d":6,"e":6,"o":6,"q":6,"u":4,"v":10,"w":10,"y":10,"a":3,"-":7,"\"":-1,"'":-1}},"Y":{"d":"125,0r-44,0r0,-101r-77,-142r51,0r50,111r51,-111r50,0r-81,141r0,102","w":207,"k":{"T":-6,"J":22,"M":6,"C":15,"G":15,"O":15,"Q":15,"V":-8,"W":-8,"X":5,"Y":5,"A":31,"S":8,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"g":23,"b":5,"h":5,"k":5,"l":5,"i":6,"m":6,"n":6,"p":6,"r":6,"c":34,"d":34,"e":34,"o":34,"q":34,"s":21,"t":12,"u":23,"v":15,"w":15,"y":15,"z":14,"a":30,"x":15,":":15,";":15,"-":21,")":-15,"]":-15,"}":-15,"\"":-3,"'":-3,",":39,".":39}},"Z":{"d":"9,0r0,-24r124,-182r-113,0r0,-37r171,0r0,26r-123,180r125,0r0,37r-184,0","w":203,"k":{"J":-6,"C":8,"G":8,"O":8,"Q":8,"X":2,"Y":-1,"A":-2,"c":4,"d":4,"e":4,"o":4,"q":4,"u":3,"v":5,"w":5,"y":5,"-":6}},"[":{"d":"97,40r-70,0r0,-287r70,0r0,26r-38,0r0,236r38,0r0,25","w":108,"k":{"T":-12,"J":-5,"C":6,"G":6,"O":6,"Q":6,"V":-13,"W":-13,"X":-3,"Y":-13,"A":6,"j":-19}},"\\":{"d":"118,14r-31,0r-84,-261r30,0","w":120},"]":{"d":"11,-247r70,0r0,287r-70,0r0,-25r38,0r0,-236r-38,0r0,-26","w":108},"^":{"d":"197,-66r-33,0r-57,-133r-56,133r-33,0r75,-168r29,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"87,-179v100,0,65,97,76,179r-40,0v-2,-6,0,-16,-5,-19v-23,40,-106,23,-106,-29v0,-44,39,-66,104,-66v0,-16,-4,-32,-36,-34v-17,0,-35,5,-47,13r-9,-29v13,-8,35,-15,63,-15xm81,-28v31,-1,40,-24,36,-58v-31,0,-62,6,-62,33v0,17,12,25,26,25","w":182},"b":{"d":"22,0r2,-256r44,0r1,105v39,-56,129,-22,129,61v0,92,-91,123,-136,64r-2,26r-38,0xm153,-89v0,-64,-81,-76,-85,-12v-2,39,8,70,40,70v28,0,45,-22,45,-58","w":210,"k":{"T":16,"v":3,"w":3,"y":3,"z":3,"x":7,"-":-5,")":2,"]":2,"}":2,"\"":6,"'":6,",":11,".":11}},"c":{"d":"147,-38r6,33v-61,26,-148,-7,-140,-81v-6,-68,71,-112,140,-85r-8,33v-37,-20,-87,4,-87,50v0,51,49,68,89,50","w":161,"k":{"T":5,"f":-2,"c":3,"d":3,"e":3,"o":3,"q":3,"t":-5,"v":-6,"w":-6,"y":-6,"-":-3,"\"":-1,"'":-1,",":3,".":3}},"d":{"d":"141,-256r44,0r2,256r-39,0r-3,-28v-37,61,-132,28,-132,-58v0,-84,83,-118,128,-71r0,-99xm58,-87v0,64,83,76,83,11v0,-38,-5,-69,-39,-69v-28,0,-44,26,-44,58","w":209,"k":{",":4,".":4}},"e":{"d":"172,-75r-117,0v0,51,66,51,103,37r6,30v-15,6,-36,12,-61,12v-57,0,-90,-35,-90,-89v0,-49,29,-94,85,-94v64,0,82,53,74,104xm55,-106r77,0v0,-16,-6,-43,-36,-43v-27,0,-39,25,-41,43","w":185,"k":{"T":13,"v":1,"w":1,"y":1,"x":3,"-":-10,"\"":1,"'":1,",":5,".":5}},"f":{"d":"29,-175v-7,-59,40,-100,95,-80r-3,34v-30,-11,-54,9,-48,46r38,0r0,33r-38,0r0,142r-44,0r0,-142r-24,0r0,-33r24,0","w":114,"k":{"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":3,"t":-5,":":-11,";":-11,")":-31,"]":-31,"}":-31,"\"":-17,"'":-17,",":13,".":13}},"g":{"d":"183,-26v11,93,-84,122,-155,87r9,-33v38,24,118,17,101,-55v-38,54,-125,16,-125,-60v0,-86,92,-119,131,-65r1,-23r39,0xm100,-34v32,0,38,-32,38,-71v0,-25,-15,-39,-37,-40v-25,0,-43,21,-43,57v0,30,14,54,42,54","w":206,"k":{"T":12,"f":-1,"i":1,"m":1,"n":1,"p":1,"r":1,",":6,".":6}},"h":{"d":"104,-143v-56,0,-31,89,-36,143r-44,0r0,-256r44,0r1,104v33,-44,114,-38,114,49r0,103r-45,0v-6,-53,20,-143,-34,-143","w":205,"k":{"T":19,"t":2,"v":6,"w":6,"y":6,"\"":4,"'":4}},"i":{"d":"68,0r-44,0r0,-175r44,0r0,175xm46,-248v15,0,25,10,25,24v0,13,-10,23,-25,23v-15,0,-25,-10,-25,-23v0,-14,10,-24,25,-24","w":92},"j":{"d":"-15,42v40,-6,45,-15,45,-73r0,-144r44,0v-7,103,35,254,-85,252xm52,-248v15,0,25,10,25,24v0,13,-10,23,-26,23v-15,0,-24,-10,-24,-23v0,-14,10,-24,25,-24","w":97,"k":{",":4,".":4}},"k":{"d":"68,-256r1,158v16,-29,37,-51,56,-77r54,0r-66,71r75,104r-55,0r-50,-77r-15,17r0,60r-44,0r0,-256r44,0","w":183,"k":{"T":9,"g":3,"b":-5,"h":-5,"k":-5,"l":-5,"i":-5,"m":-5,"n":-5,"p":-5,"r":-5,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-3,"w":-3,"y":-3,"a":-4,":":-2,";":-2,"-":3,",":-3,".":-3}},"l":{"d":"24,0r0,-256r44,0r0,256r-44,0","w":92,"k":{",":4,".":4}},"m":{"d":"101,-143v-55,5,-28,90,-34,143r-43,0r-2,-175r38,0v2,8,0,20,3,26v8,-14,24,-30,54,-30v24,-1,40,15,50,32v30,-49,115,-47,115,44r0,103r-43,0v-5,-50,18,-143,-31,-143v-53,0,-27,91,-33,143r-44,0v-6,-50,20,-138,-30,-143","w":305,"k":{"T":19,"t":2,"v":6,"w":6,"y":6,"\"":4,"'":4}},"n":{"d":"105,-143v-57,0,-32,89,-37,143r-44,0r-2,-175r39,0v2,8,0,20,3,26v26,-45,119,-44,119,45r0,104r-45,0v-6,-52,21,-143,-33,-143","w":205,"k":{"T":19,"t":2,"v":6,"w":6,"y":6,"\"":4,"'":4}},"o":{"d":"103,-179v52,0,87,37,87,90v0,64,-45,93,-90,93v-49,0,-87,-33,-87,-90v0,-58,37,-93,90,-93xm102,-147v-31,0,-44,31,-44,60v0,34,17,59,44,59v25,0,43,-24,43,-60v0,-27,-13,-59,-43,-59","w":203,"k":{"T":16,"v":3,"w":3,"y":3,"z":3,"x":7,"-":-5,")":2,"]":2,"}":2,"\"":6,"'":6,",":11,".":11}},"p":{"d":"24,71r-2,-246r39,0v2,8,0,20,3,27v40,-59,134,-29,134,58v0,88,-84,119,-130,71r0,90r-44,0xm153,-88v0,-64,-82,-77,-85,-12v-2,39,7,70,40,70v28,0,45,-23,45,-58","w":210,"k":{"T":16,"v":3,"w":3,"y":3,"z":3,"x":7,"-":-5,")":2,"]":2,"}":2,"\"":6,"'":6,",":11,".":11}},"q":{"d":"141,71r-1,-95v-37,55,-127,23,-127,-61v0,-92,88,-120,130,-67r1,-23r43,0r-2,246r-44,0xm58,-87v0,64,80,77,83,13v2,-39,-4,-70,-39,-70v-29,0,-44,24,-44,57","w":209,"k":{"T":13,",":3,".":3}},"r":{"d":"122,-137v-33,-6,-55,13,-54,46r0,91r-44,0r-2,-175r38,0v2,10,0,24,3,33v12,-27,32,-41,59,-36r0,41","w":128,"k":{"T":6,"f":-10,"g":3,"c":3,"d":3,"e":3,"o":3,"q":3,"t":-8,"v":-8,"w":-8,"y":-8,"z":-3,"a":3,"x":-5,"-":1,",":21,".":21}},"s":{"d":"13,-9r9,-32v15,12,73,23,73,-7v0,-12,-7,-18,-29,-25v-73,-22,-58,-106,18,-106v19,0,37,4,47,10r-9,31v-12,-10,-64,-18,-62,9v0,11,9,18,31,24v72,20,59,113,-25,109v-21,0,-40,-6,-53,-13","w":150,"k":{"T":11,",":4,".":4}},"t":{"d":"115,-1v-43,15,-84,-3,-84,-59r0,-82r-25,0r0,-33r25,0r0,-33r44,-12r0,45r42,0r0,33r-42,0v6,42,-21,125,39,108","w":126,"k":{"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"v":-3,"w":-3,"y":-3,"-":1,",":2,".":2}},"u":{"d":"67,-80v-9,60,70,61,69,11r0,-106r45,0r1,175r-38,0v-2,-8,0,-20,-4,-26v-24,42,-117,48,-117,-46r0,-103r44,0r0,95","w":204,"k":{"T":13,",":3,".":3}},"v":{"d":"4,-175r48,0r41,133v10,-45,27,-90,40,-133r47,0r-67,175r-44,0","w":182,"k":{"T":12,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"s":4,"v":-6,"w":-6,"y":-6,"a":2,":":-5,";":-5,"-":2,",":16,".":16}},"w":{"d":"5,-175r45,0r31,136v10,-47,24,-91,37,-136r36,0r36,136v7,-45,21,-92,31,-136r44,0r-55,175r-41,0r-21,-71v-6,-17,-7,-37,-14,-56v-8,49,-23,84,-36,127r-41,0","w":269,"k":{"T":12,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"s":4,"v":-6,"w":-6,"y":-6,"a":2,":":-5,";":-5,"-":2,",":16,".":16}},"x":{"d":"4,-175r49,0v13,20,24,42,38,60v11,-22,23,-40,35,-60r48,0r-59,84r60,91r-50,0r-38,-63r-36,63r-49,0r61,-89","w":177,"k":{"T":9,"c":7,"d":7,"e":7,"o":7,"q":7,"s":3,"t":-5,"v":-6,"w":-6,"y":-6,"-":2}},"y":{"d":"17,42v22,-8,55,-25,50,-56r-64,-161r49,0r42,127r37,-127r47,0v-41,89,-59,241,-151,254","w":180,"k":{"T":12,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"s":4,"v":-6,"w":-6,"y":-6,"a":2,":":-5,";":-5,"-":2,",":16,".":16}},"z":{"d":"7,0r0,-26r66,-84v9,-12,18,-18,26,-30r-85,0r0,-35r139,0r0,27r-90,113r92,0r0,35r-148,0","w":162,"k":{"T":9,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-6,"w":-6,"y":-6}},"{":{"d":"34,-9v-1,-35,25,-79,-24,-83r0,-23v50,-2,23,-50,24,-84v2,-37,26,-50,64,-48r0,26v-68,-7,6,109,-56,118v36,3,27,54,24,89v-2,21,10,31,32,29r0,25v-38,2,-63,-9,-64,-49","w":108,"k":{"T":-12,"J":-5,"C":6,"G":6,"O":6,"Q":6,"V":-13,"W":-13,"X":-3,"Y":-13,"A":6,"j":-19}},"|":{"d":"31,-270r32,0r0,360r-32,0r0,-360","w":94},"}":{"d":"74,-199v1,35,-25,81,24,84r0,23v-50,4,-23,48,-24,83v-2,40,-26,51,-64,49r0,-25v68,7,-6,-110,56,-119v-36,-3,-28,-54,-24,-89v2,-21,-10,-30,-32,-28r0,-26v38,-2,63,11,64,48","w":108},"~":{"d":"153,-70v-23,0,-68,-31,-89,-32v-11,0,-18,8,-19,30r-28,0v-1,-42,19,-62,46,-62v25,0,67,32,90,32v10,0,16,-9,17,-30r28,0v2,46,-20,62,-45,62","w":214},"'":{"d":"15,-249r41,0r-7,92r-27,0","w":71,"k":{"T":-5,"J":21,"M":1,"C":3,"G":3,"O":3,"Q":3,"V":-5,"W":-5,"X":-1,"Y":-2,"A":19,"f":-9,"g":5,"c":4,"d":4,"e":4,"o":4,"q":4,"t":-8,"v":-5,"w":-5,"y":-5,",":43,".":43}},"`":{"d":"4,-251r44,0r31,53r-31,0","w":108},"\u00a0":{"w":74,"k":{"T":14,"V":13,"W":13,"Y":15}}}});
Index: releases/1.0.0/inc/js/PIE.htc
===================================================================
--- releases/1.0.0/inc/js/PIE.htc (nonexistent)
+++ releases/1.0.0/inc/js/PIE.htc (revision 14234)
@@ -0,0 +1,77 @@
+<!--
+PIE: CSS3 rendering for IE
+Version 1.0beta2
+http://css3pie.com
+Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2.
+-->
+<PUBLIC:COMPONENT lightWeight="true">
+ <PUBLIC:ATTACH EVENT="onresize" FOR="element" ONEVENT="update()" />
+ <PUBLIC:ATTACH EVENT="onresize" FOR="window" ONEVENT="update()" />
+ <PUBLIC:ATTACH EVENT="onmove" FOR="element" ONEVENT="update()" />
+ <PUBLIC:ATTACH EVENT="onpropertychange" FOR="element" ONEVENT="propChanged()" />
+ <PUBLIC:ATTACH EVENT="onmouseenter" FOR="element" ONEVENT="mouseEntered()" />
+ <PUBLIC:ATTACH EVENT="onmouseleave" FOR="element" ONEVENT="mouseLeft()" />
+ <PUBLIC:ATTACH EVENT="oncontentready" FOR="element" ONEVENT="update()" />
+ <PUBLIC:ATTACH EVENT="ondocumentready" FOR="element" ONEVENT="update()" />
+ <PUBLIC:ATTACH EVENT="ondetach" FOR="element" ONEVENT="cleanup()" />
+
+ <script type="text/javascript">
+function i(){return function(){}}var D=window.PIE;
+if(!D){D=window.PIE={T:"-pie-",Ma:"Pie",Ka:"pie_"};if(!window.XMLHttpRequest){D.Yb=true;D.T=D.T.replace(/^-/,"")}D.oa=element.document.documentMode;D.Da=!!D.oa;if(D.oa===8){D.Ca={ya:{},add:function(a){this.ya[a.id||(a.id=""+(new Date).getTime()+Math.random())]=a},remove:function(a){delete this.ya[a.id]},Tb:function(){var a=this.ya,b;for(b in a)a.hasOwnProperty(b)&&a[b]()}};setInterval(function(){D.Ca.Tb()},250)}D.q={ja:function(a){var b=D.Gb;if(!b){b=D.Gb=element.document.createDocumentFragment();
+b.namespaces.add("css3vml","urn:schemas-microsoft-com:vml")}return b.createElement("css3vml:"+a)},Fa:function(a){var b,c,d,e,f=arguments;b=1;for(c=f.length;b<c;b++){e=f[b];for(d in e)if(e.hasOwnProperty(d))a[d]=e[d]}return a},ib:function(a,b,c){var d=D.Ab||(D.Ab={}),e=d[a],f;if(e)b.call(c,e);else{f=new Image;f.onload=function(){e=d[a]={v:f.width,i:f.height};b.call(c,e);f.onload=null};f.src=a}}};D.g=function(){function a(b){this.F=b}a.prototype={Ga:/(px|em|ex|mm|cm|in|pt|pc|%)$/,Va:function(){var b=
+this.Bb;if(b===undefined)b=this.Bb=parseFloat(this.F);return b},Aa:function(){var b=this.ua;if(!b)b=this.ua=(b=this.F.match(this.Ga))&&b[0]||"px";return b},a:function(b,c){var d=this.Va(),e=this.Aa();switch(e){case "px":return d;case "%":return d*(typeof c==="function"?c():c)/100;case "em":return d*this.Ua(b);case "ex":return d*this.Ua(b)/2;default:return d*a.Ob[e]}},Ua:function(b){var c=b.currentStyle.fontSize,d;if(c.indexOf("px")>0)return parseFloat(c);else{c=this.Fb;if(!c){c=this.Fb=b.document.createElement("length-calc");
+d=c.style;d.width="1em";d.position="absolute";d.top=d.left=-9999}b.appendChild(c);d=c.offsetWidth;b.removeChild(c);return d}}};a.Ob=function(){for(var b=["mm","cm","in","pt","pc"],c={},d=element.parentNode,e=0,f=b.length,j,g,h;e<f;e++){j=b[e];g=element.document.createElement("length-calc");h=g.style;h.position="absolute";h.top=h.left=-9999;h.width="100"+j;d.appendChild(g);c[j]=g.offsetWidth/100;d.removeChild(g)}return c}();a.Oa=new a("0");return a}();D.ra=function(){function a(b){this.C=b}a.prototype=
+{Vb:function(){if(!this.Qa){var b=this.C,c=b.length,d=D.g.Oa,e=new D.g("50%"),f=D.k.Y.V,j={top:1,center:1,bottom:1},g={left:1,center:1,right:1};d=["left",d,"top",d];if(c===1){b.push({type:f,value:"center"});c++}if(c===2){f&(b[0].type|b[1].type)&&b[0].value in j&&b[1].value in g&&b.push(b.shift());if(b[0].type&f)if(b[0].value==="center")d[1]=e;else d[0]=b[0].value;else if(b[0].J())d[1]=new D.g(b[0].value);if(b[1].type&f)if(b[1].value==="center")d[3]=e;else d[2]=b[1].value;else if(b[1].J())d[3]=new D.g(b[1].value)}this.Qa=
+d}return this.Qa},coords:function(b,c,d){var e=this.Vb(),f=e[1].a(b,c);b=e[3].a(b,d);return{x:Math.round(e[0]==="right"?c-f:f),y:Math.round(e[2]==="bottom"?d-b:b)}}};return a}();D.kb=function(){function a(b){this.F=b}a.prototype={Ga:/[a-z]+$/i,Aa:function(){return this.ua||(this.ua=this.F.match(this.Ga)[0].toLowerCase())},Pb:function(){var b=this.zb,c;if(b===undefined){b=this.Aa();c=parseFloat(this.F,10);b=this.zb=b==="deg"?c:b==="rad"?c/Math.PI*180:b==="grad"?c/400*360:b==="turn"?c*360:0}return b}};
+return a}();D.U=function(){function a(b){this.F=b}a.ec=/\s*rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d+|\d*\.\d+)\s*\)\s*/;a.prototype={parse:function(){if(!this.ha){var b=this.F,c=b.match(a.ec);if(c){this.ha="rgb("+c[1]+","+c[2]+","+c[3]+")";this.Pa=parseFloat(c[4])}else{this.ha=b;this.Pa=1}}},value:function(b){this.parse();return this.ha==="currentColor"?b.currentStyle.color:this.ha},Ra:function(){this.parse();return this.Pa}};return a}();D.k=function(){function a(c){this.ka=c;
+this.ch=0;this.C=[];this.ea=0}var b=a.Y={fa:1,Ja:2,S:4,ub:8,La:16,V:32,n:64,W:128,X:256,ga:512,wb:1024,URL:2048};a.Na=function(c,d){this.type=c;this.value=d};a.Na.prototype={Ea:function(){return this.type&b.n||this.type&b.W&&this.value==="0"},J:function(){return this.Ea()||this.type&b.ga}};a.prototype={mc:/\s/,$b:/^[\+\-]?(\d*\.)?\d+/,url:/^url\(\s*("([^"]*)"|'([^']*)'|([!#$%&*-~]*))\s*\)/i,Ya:/^\-?[_a-z][\w-]*/i,hc:/^("([^"]*)"|'([^']*)')/,Wb:/^#([\da-f]{6}|[\da-f]{3})/i,kc:{px:b.n,em:b.n,ex:b.n,
+mm:b.n,cm:b.n,"in":b.n,pt:b.n,pc:b.n,deg:b.fa,rad:b.fa,grad:b.fa},Lb:{aqua:1,black:1,blue:1,fuchsia:1,gray:1,green:1,lime:1,maroon:1,navy:1,olive:1,purple:1,red:1,silver:1,teal:1,white:1,yellow:1,currentColor:1},Kb:{rgb:1,rgba:1,hsl:1,hsla:1},next:function(c){function d(n,p){n=new a.Na(n,p);if(!c){k.C.push(n);k.ea++}return n}function e(){k.ea++;return null}var f,j,g,h,k=this;if(this.ea<this.C.length)return this.C[this.ea++];for(;this.mc.test(this.ka.charAt(this.ch));)this.ch++;if(this.ch>=this.ka.length)return e();
+j=this.ch;f=this.ka.substring(this.ch);g=f.charAt(0);switch(g){case "#":if(h=f.match(this.Wb)){this.ch+=h[0].length;return d(b.S,h[0])}break;case '"':case "'":if(h=f.match(this.hc)){this.ch+=h[0].length;return d(b.wb,h[2]||h[3]||"")}break;case "/":case ",":this.ch++;return d(b.X,g);case "u":if(h=f.match(this.url)){this.ch+=h[0].length;return d(b.URL,h[2]||h[3]||h[4]||"")}}if(h=f.match(this.$b)){g=h[0];this.ch+=g.length;if(f.charAt(g.length)==="%"){this.ch++;return d(b.ga,g+"%")}if(h=f.substring(g.length).match(this.Ya)){g+=
+h[0];this.ch+=h[0].length;return d(this.kc[h[0].toLowerCase()]||b.ub,g)}return d(b.W,g)}if(h=f.match(this.Ya)){g=h[0];this.ch+=g.length;if(g.toLowerCase()in this.Lb)return d(b.S,g);if(f.charAt(g.length)==="("){this.ch++;if(g.toLowerCase()in this.Kb){f=function(n){return n&&n.type&b.W};h=function(n){return n&&n.type&(b.W|b.ga)};var o=function(n,p){return n&&n.value===p},m=function(){return k.next(1)};if((g.charAt(0)==="r"?h(m()):f(m()))&&o(m(),",")&&h(m())&&o(m(),",")&&h(m())&&(g==="rgb"||g==="hsa"||
+o(m(),",")&&f(m()))&&o(m(),")"))return d(b.S,this.ka.substring(j,this.ch));return e()}return d(b.La,g+"(")}return d(b.V,g)}this.ch++;return d(b.Ja,g)},m:function(){return this.C[this.ea-- -2]},all:function(){for(;this.next(););return this.C},R:function(c,d){for(var e=[],f,j;f=this.next();){if(c(f)){j=true;this.m();break}e.push(f)}return d&&!j?null:e}};return a}();D.w={M:function(a){function b(c){this.element=c}D.q.Fa(b.prototype,D.w,a);return b},f:function(){if(this.j())this.Eb=this.N(this.yb=this.ba());
+return this.Eb},ba:function(){var a=this.element,b=a.style;a=a.currentStyle;var c=this.aa,d=this.da,e=this.Cb||(this.Cb=D.T+c),f=this.Db||(this.Db=D.Ma+d.charAt(0).toUpperCase()+d.substring(1));return b[f]||a.getAttribute(e)||b[d]||a.getAttribute(c)},d:function(){return!!this.f()},j:function(){return this.yb!==this.ba()}};D.mb=D.w.M({aa:D.T+"background",da:D.Ma+"Background",Ib:{scroll:1,fixed:1,local:1},qa:{"repeat-x":1,"repeat-y":1,repeat:1,"no-repeat":1},ac:{"padding-box":1,"border-box":1,"content-box":1},
+Jb:{"padding-box":1,"border-box":1},dc:{top:1,right:1,bottom:1,left:1,center:1},fc:{contain:1,cover:1},N:function(a){function b(q){return q.J()||q.type&h&&q.value in n}function c(q){return q.J()&&new D.g(q.value)||q.value==="auto"&&"auto"}var d=this.element.currentStyle,e,f,j=D.k.Y,g=j.X,h=j.V,k=j.S,o,m,n=this.dc,p,t,r=null;if(this.za()){a=new D.k(a);r={images:[]};for(f={};e=a.next();){o=e.type;m=e.value;if(!f.type&&o&j.La&&m==="linear-gradient("){p={P:[],type:"linear-gradient"};for(t={};e=a.next();){o=
+e.type;m=e.value;if(o&j.Ja&&m===")"){t.color&&p.P.push(t);p.P.length>1&&D.q.Fa(f,p);break}if(o&k){if(p.wa||p.Ba){e=a.m();if(e.type!==g)break;a.next()}t={color:new D.U(m)};e=a.next();if(e.J())t.Za=new D.g(e.value);else a.m()}else if(o&j.fa&&!p.wa&&!t.color&&!p.P.length)p.wa=new D.kb(e.value);else if(b(e)&&!p.Ba&&!t.color&&!p.P.length){a.m();p.Ba=new D.ra(a.R(function(q){return!b(q)},false))}else if(o&g&&m===","){if(t.color){p.P.push(t);t={}}}else break}}else if(!f.type&&o&j.URL){f.url=m;f.type="image"}else if(b(e)&&
+!f.size){a.m();f.position=new D.ra(a.R(function(q){return!b(q)},false))}else if(o&h)if(m in this.qa)f.repeat=m;else if(m in this.ac){f.origin=m;if(m in this.Jb)f.clip=m}else{if(m in this.Ib)f.rc=m}else if(o&k&&!r.color)r.color=new D.U(m);else if(o&g)if(m==="/"){e=a.next();o=e.type;m=e.value;if(o&h&&m in this.fc)f.size=m;else if(m=c(e))f.size={v:m,i:c(a.next())||a.m()&&m}}else{if(m===","&&f.type){r.images.push(f);f={}}}else return null}f.type&&r.images.push(f)}else this.gb(function(){var q=d.backgroundPositionX,
+w=d.backgroundPositionY,l=d.backgroundImage,u=d.backgroundColor;r={};if(u!=="transparent")r.color=new D.U(u);if(l!=="none")r.images=[{type:"image",url:(new D.k(l)).next().value,repeat:d.backgroundRepeat,position:new D.ra((new D.k(q+" "+w)).all())}]});return r},gb:function(a){var b=this.element.runtimeStyle,c=b.backgroundImage,d=b.backgroundColor;b.backgroundImage=b.backgroundColor="";a=a.call(this);b.backgroundImage=c;b.backgroundColor=d;return a},ba:function(){var a=this.element.currentStyle;return this.za()||
+this.gb(function(){return a.backgroundColor+" "+a.backgroundImage+" "+a.backgroundRepeat+" "+a.backgroundPositionX+" "+a.backgroundPositionY})},za:function(){var a=this.element;return a.style[this.da]||a.currentStyle.getAttribute(this.aa)},d:function(){return this.za()&&!!this.f()}});D.qb=D.w.M({bb:["Top","Right","Bottom","Left"],Zb:{uc:"1px",sc:"3px",tc:"5px"},N:function(){var a={},b={},c={},d=false,e=true,f=true,j=true;this.hb(function(){for(var g=this.element.currentStyle,h=0,k,o,m,n,p,t,r;h<4;h++){m=
+this.bb[h];r=m.charAt(0).toLowerCase();k=b[r]=g["border"+m+"Style"];o=g["border"+m+"Color"];m=g["border"+m+"Width"];if(h>0){if(k!==n)f=false;if(o!==p)e=false;if(m!==t)j=false}n=k;p=o;t=m;c[r]=new D.U(o);m=a[r]=new D.g(b[r]==="none"?"0":this.Zb[m]||m);if(m.a(this.element)>0)d=true}});return d?{fb:a,ic:b,Mb:c,nc:j,Nb:e,jc:f}:null},ba:function(){var a=this.element.currentStyle,b;this.hb(function(){b=a.borderWidth+"|"+a.borderStyle+"|"+a.borderColor});return b},hb:function(a){var b=this.element.runtimeStyle,
+c=b.borderWidth,d=b.borderStyle,e=b.borderColor;b.borderWidth=b.borderStyle=b.borderColor="";a=a.call(this);b.borderWidth=c;b.borderStyle=d;b.borderColor=e;return a}});(function(){D.sa=D.w.M({aa:"border-radius",da:"borderRadius",N:function(b){var c=null,d,e,f,j,g=false;if(b){e=new D.k(b);var h=function(){for(var k=[],o;(f=e.next())&&f.J();){j=new D.g(f.value);o=j.Va();if(o<0)return null;if(o>0)g=true;k.push(j)}return k.length>0&&k.length<5?{tl:k[0],tr:k[1]||k[0],br:k[2]||k[0],bl:k[3]||k[1]||k[0]}:
+null};if(b=h()){if(f){if(f.type&D.k.Y.X&&f.value==="/")d=h()}else d=b;if(g&&b&&d)c={x:b,y:d}}}return c}});var a=D.g.Oa;a={tl:a,tr:a,br:a,bl:a};D.sa.jb={x:a,y:a}})();D.ob=D.w.M({aa:"border-image",da:"borderImage",qa:{stretch:1,round:1,repeat:1,space:1},N:function(a){var b=null,c,d,e,f,j,g,h=0,k,o=D.k.Y,m=o.V,n=o.W,p=o.n,t=o.ga;if(a){c=new D.k(a);b={};for(var r=function(l){return l&&l.type&o.X&&l.value==="/"},q=function(l){return l&&l.type&m&&l.value==="fill"},w=function(){f=c.R(function(l){return!(l.type&
+(n|t))});if(q(c.next())&&!b.fill)b.fill=true;else c.m();if(r(c.next())){h++;j=c.R(function(){return!(d.type&(n|t|p))&&!(d.type&m&&d.value==="auto")});if(r(c.next())){h++;g=c.R(function(){return!(d.type&(n|p))})}}else c.m()};d=c.next();){a=d.type;e=d.value;if(a&(n|t)&&!f){c.m();w()}else if(q(d)&&!b.fill){b.fill=true;w()}else if(a&m&&this.qa[e]&&!b.repeat){b.repeat={i:e};if(d=c.next())if(d.type&m&&this.qa[d.value])b.repeat.Ha=d.value;else c.m()}else if(a&o.URL&&!b.src)b.src=e;else return null}if(!b.src||
+!f||f.length<1||f.length>4||j&&j.length>4||h===1&&j.length<1||g&&g.length>4||h===2&&g.length<1)return null;if(!b.repeat)b.repeat={i:"stretch"};if(!b.repeat.Ha)b.repeat.Ha=b.repeat.i;a=function(l,u){return{Q:u(l[0]),O:u(l[1]||l[0]),H:u(l[2]||l[0]),K:u(l[3]||l[1]||l[0])}};b.slice=a(f,function(l){return new D.g(l.type&n?l.value+"px":l.value)});b.width=j&&j.length>0?a(j,function(l){return l.type&(p|t)?new D.g(l.value):l.value}):(k=this.element.currentStyle)&&{Q:new D.g(k.borderTopWidth),O:new D.g(k.borderRightWidth),
+H:new D.g(k.borderBottomWidth),K:new D.g(k.borderLeftWidth)};b.ca=a(g||[0],function(l){return l.type&p?new D.g(l.value):l.value})}return b}});D.tb=D.w.M({aa:"box-shadow",da:"boxShadow",N:function(a){var b,c=D.g,d=D.k.Y,e;if(a){e=new D.k(a);b={ca:[],pa:[]};for(a=function(){for(var f,j,g,h,k,o;f=e.next();){g=f.value;j=f.type;if(j&d.X&&g===",")break;else if(f.Ea()&&!k){e.m();k=e.R(function(m){return!m.Ea()})}else if(j&d.S&&!h)h=g;else if(j&d.V&&g==="inset"&&!o)o=true;else return false}f=k&&k.length;
+if(f>1&&f<5){(o?b.pa:b.ca).push({oc:new c(k[0].value),qc:new c(k[1].value),blur:new c(k[2]?k[2].value:"0"),gc:new c(k[3]?k[3].value:"0"),color:new D.U(h||"currentColor")});return true}return false};a(););}return b&&(b.pa.length||b.ca.length)?b:null}});D.xb=D.w.M({ba:function(){var a=this.element.currentStyle;return a.visibility+"|"+a.display},N:function(){var a=this.element,b=a.runtimeStyle;a=a.currentStyle;var c=b.visibility,d;b.visibility="";d=a.visibility;b.visibility=c;return{lc:d!=="hidden",
+Qb:a.display!=="none"}},d:function(){return false}});D.p={L:function(a){function b(c,d,e){this.element=c;this.e=d;this.parent=e}D.q.Fa(b.prototype,D.p,a);return b},B:function(){return false},D:i(),cb:i(),u:i(),va:function(a,b){this.ab(a);for(var c=this.Z||(this.Z=[]),d=a+1,e=c.length,f;d<e;d++)if(f=c[d])break;c[a]=b;this.o().insertBefore(b,f||null)},ma:function(a){var b=this.Z;return b&&b[a]||null},ab:function(a){var b=this.ma(a),c=this.G;if(b&&c){c.removeChild(b);this.Z[a]=null}},na:function(a,b,
+c,d){var e=this.ta||(this.ta={}),f=e[a];if(!f){f=e[a]=D.q.ja("shape");if(b)f.appendChild(f[b]=D.q.ja(b));if(d){c=this.ma(d);if(!c){this.va(d,this.element.document.createElement("group"+d));c=this.ma(d)}}c.appendChild(f);a=f.style;a.position="absolute";a.left=a.top=0;a.behavior="url(#default#VML)"}return f},xa:function(a){var b=this.ta,c=b&&b[a];if(c){c.parentNode.removeChild(c);delete b[a]}return!!c},Wa:function(a){var b=this.element,c=b.offsetWidth,d=b.offsetHeight,e,f,j,g,h,k,o;e=a.x.tl.a(b,c);
+f=a.y.tl.a(b,d);j=a.x.tr.a(b,c);g=a.y.tr.a(b,d);h=a.x.br.a(b,c);k=a.y.br.a(b,d);o=a.x.bl.a(b,c);a=a.y.bl.a(b,d);c=Math.min(c/(e+j),d/(g+k),c/(o+h),d/(f+a));if(c<1){e*=c;f*=c;j*=c;g*=c;h*=c;k*=c;o*=c;a*=c}return{x:{tl:e,tr:j,br:h,bl:o},y:{tl:f,tr:g,br:k,bl:a}}},la:function(a,b,c){b=b||1;var d,e,f=this.element;e=f.offsetWidth*b;f=f.offsetHeight*b;var j=this.e.s,g=Math.floor,h=Math.ceil,k=a?a.Q*b:0,o=a?a.O*b:0,m=a?a.H*b:0;a=a?a.K*b:0;var n,p,t,r,q;if(c||j.d()){d=this.Wa(c||j.f());c=d.x.tl*b;j=d.y.tl*
+b;n=d.x.tr*b;p=d.y.tr*b;t=d.x.br*b;r=d.y.br*b;q=d.x.bl*b;b=d.y.bl*b;e="m"+g(a)+","+g(j)+"qy"+g(c)+","+g(k)+"l"+h(e-n)+","+g(k)+"qx"+h(e-o)+","+g(p)+"l"+h(e-o)+","+h(f-r)+"qy"+h(e-t)+","+h(f-m)+"l"+g(q)+","+h(f-m)+"qx"+g(a)+","+h(f-b)+" x e"}else e="m"+g(a)+","+g(k)+"l"+h(e-o)+","+g(k)+"l"+h(e-o)+","+h(f-m)+"l"+g(a)+","+h(f-m)+"xe";return e},o:function(){var a=this.parent.ma(this.zIndex),b;if(!a){a=this.element.document.createElement(this.ia);b=a.style;b.position="absolute";b.top=b.left=0;this.parent.va(this.zIndex,
+a)}return a},h:function(){this.parent.ab(this.zIndex);delete this.ta;delete this.Z}};D.vb=D.p.L({d:function(){var a=this.e;for(var b in a)if(a.hasOwnProperty(b)&&a[b].d())return true;return false},B:function(){return this.e.eb.j()},cb:function(){if(this.d()){var a=this.element,b=a,c,d,e=this.o().style,f=0;c=0;do b=b.offsetParent;while(b&&b.currentStyle.position==="static");c=a.getBoundingClientRect();if(b){d=b.getBoundingClientRect();b=b.currentStyle;f=c.left-d.left-(parseFloat(b.borderLeftWidth)||
+0);c=c.top-d.top-(parseFloat(b.borderTopWidth)||0)}else{b=a.document.documentElement;f=c.left+b.scrollLeft-b.clientLeft;c=c.top+b.scrollTop-b.clientTop}e.left=f;e.top=c;e.zIndex=a.currentStyle.position==="static"?-1:a.currentStyle.zIndex}},u:i(),db:function(){var a=this.e.eb.f();this.o().style.display=a.lc&&a.Qb?"":"none"},D:function(){this.d()?this.db():this.h()},o:function(){var a=this.G,b,c;if(!a){b=this.element;a=this.G=b.document.createElement("css3-container");c=a.style;c.position=b.currentStyle.position===
+"fixed"?"fixed":"absolute";this.db();b.parentNode.insertBefore(a,b)}return a},h:function(){var a=this.G;a&&a.parentNode&&a.parentNode.removeChild(a);delete this.G;delete this.Z}});D.lb=D.p.L({zIndex:2,ia:"background",B:function(){var a=this.e;return a.I.j()||a.s.j()},d:function(){var a=this.e,b=this.element;return b.offsetWidth&&b.offsetHeight&&(a.z.d()||a.s.d()||a.I.d()||a.A.d()&&a.A.f().pa)},u:function(){this.d()&&this.Sa()},D:function(){this.h();this.d()&&this.Sa()},Sa:function(){this.Rb();this.Sb()},
+Rb:function(){var a=this.e.I.f(),b=this.element,c=a&&a.color&&a.color.value(b),d,e,f;if(c&&c!=="transparent"){this.Xa();d=this.na("bgColor","fill",this.o(),1);e=b.offsetWidth;b=b.offsetHeight;d.stroked=false;d.coordsize=e*2+","+b*2;d.coordorigin="1,1";d.path=this.la(null,2);f=d.style;f.width=e;f.height=b;d.fill.color=c;a=a.color.Ra();if(a<1)d.fill.opacity=a}else this.xa("bgColor")},Sb:function(){var a=this.e.I.f();a=a&&a.images;var b,c,d,e,f,j;if(a){this.Xa();b=this.element;d=b.offsetWidth;e=b.offsetHeight;
+for(j=a.length;j--;){b=a[j];c=this.na("bgImage"+j,"fill",this.o(),2);c.stroked=false;c.fill.type="tile";c.fillcolor="none";c.coordsize=d*2+","+e*2;c.coordorigin="1,1";c.path=this.la(0,2);f=c.style;f.width=d;f.height=e;if(b.type==="linear-gradient")this.Hb(c,b);else{c.fill.src=b.url;this.cc(c,j)}}}for(j=a?a.length:0;this.xa("bgImage"+j++););},cc:function(a,b){D.q.ib(a.fill.src,function(c){var d=a.fill,e=this.element,f=e.offsetWidth,j=e.offsetHeight,g=this.e,h=g.$.f(),k=h&&h.fb;h=k?k.t.a(e):0;var o=
+k?k.r.a(e):0,m=k?k.b.a(e):0;k=k?k.l.a(e):0;g=g.I.f().images[b];e=g.position?g.position.coords(e,f-c.v-k-o,j-c.i-h-m):{x:0,y:0};g=g.repeat;m=o=0;var n=f+1,p=j+1,t=D.Da?0:1;k=e.x+k+0.5;h=e.y+h+0.5;d.position=k/f+","+h/j;if(g&&g!=="repeat"){if(g==="repeat-x"||g==="no-repeat"){o=h+1;p=h+c.i+t}if(g==="repeat-y"||g==="no-repeat"){m=k+1;n=k+c.v+t}a.style.clip="rect("+o+"px,"+n+"px,"+p+"px,"+m+"px)"}},this)},Hb:function(a,b){function c(x,y,v,C,G){if(v===0||v===180)return[C,y];else if(v===90||v===270)return[x,
+G];else{v=Math.tan(-v*m/180);x=v*x-y;y=-1/v;C=y*C-G;G=y-v;return[(C-x)/G,(v*C-y*x)/G]}}function d(){q=h>=90&&h<270?j:0;w=h<180?g:0;l=j-q;u=g-w}function e(x,y){var v=y[0]-x[0];x=y[1]-x[1];return Math.abs(v===0?x:x===0?v:Math.sqrt(v*v+x*x))}var f=this.element,j=f.offsetWidth,g=f.offsetHeight;a=a.fill;var h=b.wa,k=b.Ba;b=b.P;var o=b.length,m=Math.PI,n,p,t,r,q,w,l,u,s,z,B,A;if(k){k=k.coords(f,j,g);n=k.x;p=k.y}if(h){h=h.Pb();if(h<0)h+=360;h%=360;d();if(!k){n=q;p=w}k=c(n,p,h,l,u);t=k[0];r=k[1]}else if(k){t=
+j-n;r=g-p}else{n=p=t=0;r=g}k=t-n;s=r-p;if(h===undefined){h=-Math.atan2(s,k)/m*180;if(h<0)h+=360;h%=360;d()}k=Math.atan2(k*j/g,s)/m*180;k+=180;k%=360;z=e([n,p],[t,r]);t=e([q,w],c(q,w,h,l,u));r=[];p=e([n,p],c(n,p,h,q,w))/t*100;n=[];for(s=0;s<o;s++)n.push(b[s].Za?b[s].Za.a(f,z):s===0?0:s===o-1?z:null);for(s=1;s<o;s++){if(n[s]===null){B=n[s-1];z=s;do A=n[++z];while(A===null);n[s]=B+(A-B)/(z-s+1)}n[s]=Math.max(n[s],n[s-1])}for(s=0;s<o;s++)r.push(p+n[s]/t*100+"% "+b[s].color.value(f));a.angle=k;a.type=
+"gradient";a.method="sigma";a.color=b[0].color.value(f);a.color2=b[o-1].color.value(f);a.colors.value=r.join(",")},Xa:function(){var a=this.element.runtimeStyle;a.backgroundImage="url(about:blank)";a.backgroundColor="transparent"},h:function(){D.p.h.call(this);var a=this.element.runtimeStyle;a.backgroundImage=a.backgroundColor=""}});D.pb=D.p.L({zIndex:4,ia:"border",B:function(){var a=this.e;return a.$.j()||a.s.j()},d:function(){var a=this.e;return a.z.d()||a.s.d()||a.I.d()},u:function(){this.d()&&
+this.Ta()},D:function(){this.h();this.d()&&this.Ta()},Ta:function(){var a=this.element,b=a.offsetWidth,c=a.offsetHeight,d,e,f,j,g,h;if(this.e.$.f()){this.Xb();f=this.Ub(2);g=0;for(h=f.length;g<h;g++){j=f[g];d=this.na("borderPiece"+g,j.stroke?"stroke":"fill",this.o());d.coordsize=b*2+","+c*2;d.coordorigin="1,1";d.path=j.path;e=d.style;e.width=b;e.height=c;d.filled=!!j.fill;d.stroked=!!j.stroke;if(j.stroke){d=d.stroke;d.weight=j.Ia+"px";d.color=j.color.value(a);d.dashstyle=j.stroke==="dashed"?"2 2":
+j.stroke==="dotted"?"1 1":"solid";d.linestyle=j.stroke==="double"&&j.Ia>2?"ThinThin":"Single"}else d.fill.color=j.fill.value(a)}for(;this.xa("borderPiece"+g++););}},Xb:function(){var a=this.element,b=a.currentStyle,c=a.runtimeStyle,d=a.tagName,e;if(d==="BUTTON"||d==="INPUT"&&a.type in{submit:1,button:1,reset:1}){c.borderWidth="";a=this.e.$.bb;for(e=a.length;e--;){d=a[e];c["padding"+d]="";c["padding"+d]=parseInt(b["padding"+d])+parseInt(b["border"+d+"Width"])+(!D.Da&&e%2?1:0)}c.borderWidth=0}else if(D.Yb){if(a.childNodes.length!==
+1||a.firstChild.tagName!=="ie6-mask"){b=a.document.createElement("ie6-mask");d=b.style;d.visibility="visible";for(d.zoom=1;d=a.firstChild;)b.appendChild(d);a.appendChild(b);c.visibility="hidden"}}else c.borderColor="transparent"},Ub:function(a){var b=this.element,c,d,e=this.e.$,f=[],j,g,h,k,o,m,n,p;if(e.d()){e=e.f();m=e.fb;n=e.ic;p=e.Mb;if(e.nc&&e.jc&&e.Nb){e=m.t.a(b);h=e/2;f.push({path:this.la({Q:h,O:h,H:h,K:h},a),stroke:n.t,color:p.t,Ia:e})}else{a=a||1;c=b.offsetWidth;d=b.offsetHeight;e=m.t.a(b);
+h=m.r.a(b);k=m.b.a(b);b=m.l.a(b);var t={t:e,r:h,b:k,l:b};b=this.e.s;if(b.d())o=this.Wa(b.f());j=Math.floor;g=Math.ceil;var r=function(l,u){return o?o[l][u]:0},q=function(l,u,s,z,B,A){var x=r("x",l),y=r("y",l),v=l.charAt(1)==="r";l=l.charAt(0)==="b";return x>0&&y>0?(A?"al":"ae")+(v?g(c-x):j(x))*a+","+(l?g(d-y):j(y))*a+","+(j(x)-u)*a+","+(j(y)-s)*a+","+z*65535+","+2949075*(B?1:-1):(A?"m":"l")+(v?c-u:u)*a+","+(l?d-s:s)*a},w=function(l,u,s,z){var B=l==="t"?j(r("x","tl"))*a+","+g(u)*a:l==="r"?g(c-u)*a+
+","+j(r("y","tr"))*a:l==="b"?g(c-r("x","br"))*a+","+j(d-u)*a:j(u)*a+","+g(d-r("y","bl"))*a;l=l==="t"?g(c-r("x","tr"))*a+","+g(u)*a:l==="r"?g(c-u)*a+","+g(d-r("y","br"))*a:l==="b"?j(r("x","bl"))*a+","+j(d-u)*a:j(u)*a+","+j(r("y","tl"))*a;return s?(z?"m"+l:"")+"l"+B:(z?"m"+B:"")+"l"+l};b=function(l,u,s,z,B,A){var x=l==="l"||l==="r",y=t[l],v,C;if(y>0&&n[l]!=="none"){v=t[x?l:u];u=t[x?u:l];C=t[x?l:s];s=t[x?s:l];if(n[l]==="dashed"||n[l]==="dotted"){f.push({path:q(z,v,u,A+45,0,1)+q(z,0,0,A,1,0),fill:p[l]});
+f.push({path:w(l,y/2,0,1),stroke:n[l],Ia:y,color:p[l]});f.push({path:q(B,C,s,A,0,1)+q(B,0,0,A-45,1,0),fill:p[l]})}else f.push({path:q(z,v,u,A+45,0,1)+w(l,y,0,0)+q(B,C,s,A,0,0)+(n[l]==="double"&&y>2?q(B,C-j(C/3),s-j(s/3),A-45,1,0)+w(l,g(y/3*2),1,0)+q(z,v-j(v/3),u-j(u/3),A,1,0)+"x "+q(z,j(v/3),j(u/3),A+45,0,1)+w(l,j(y/3),1,0)+q(B,j(C/3),j(s/3),A,0,0):"")+q(B,0,0,A-45,1,0)+w(l,0,1,0)+q(z,0,0,A,1,0),fill:p[l]})}};b("t","l","r","tl","tr",90);b("r","t","b","tr","br",0);b("b","r","l","br","bl",-90);b("l",
+"b","t","bl","tl",-180)}}return f},h:function(){D.p.h.call(this);this.element.runtimeStyle.borderColor=""}});D.nb=D.p.L({zIndex:5,bc:["t","tr","r","br","b","bl","l","tl","c"],B:function(){var a=this.e;return a.z.j()||a.z.j()},d:function(){return this.e.z.d()},u:function(){if(this.d()){var a=this.e.z.f();this.o();var b=this.element,c=this.$a;D.q.ib(a.src,function(d){function e(q,w,l,u,s){q=c[q].style;q.width=w;q.height=l;q.left=u;q.top=s}function f(q,w,l){for(var u=0,s=q.length;u<s;u++)c[q[u]].imagedata[w]=
+l}var j=b.offsetWidth,g=b.offsetHeight,h=a.width,k=h.Q.a(b),o=h.O.a(b),m=h.H.a(b);h=h.K.a(b);var n=a.slice,p=n.Q.a(b),t=n.O.a(b),r=n.H.a(b);n=n.K.a(b);e("tl",h,k,0,0);e("t",j-h-o,k,h,0);e("tr",o,k,j-o,0);e("r",o,g-k-m,j-o,k);e("br",o,m,j-o,g-m);e("b",j-h-o,m,h,g-m);e("bl",h,m,0,g-m);e("l",h,g-k-m,0,k);e("c",j-h-o,g-k-m,h,k);f(["tl","t","tr"],"cropBottom",(d.i-p)/d.i);f(["tl","l","bl"],"cropRight",(d.v-n)/d.v);f(["bl","b","br"],"cropTop",(d.i-r)/d.i);f(["tr","r","br"],"cropLeft",(d.v-t)/d.v);if(a.repeat.Ha===
+"stretch"){f(["l","r","c"],"cropTop",p/d.i);f(["l","r","c"],"cropBottom",r/d.i)}if(a.repeat.i==="stretch"){f(["t","b","c"],"cropLeft",n/d.v);f(["t","b","c"],"cropRight",t/d.v)}c.c.style.display=a.fill?"":"none"},this)}else this.h()},D:function(){this.h();this.d()&&this.u()},o:function(){var a=this.G,b,c,d,e=this.bc,f=e.length;if(!a){a=this.G=this.element.document.createElement("border-image");b=a.style;b.position="absolute";this.$a={};for(d=0;d<f;d++){c=this.$a[e[d]]=D.q.ja("rect");c.appendChild(D.q.ja("imagedata"));
+b=c.style;b.behavior="url(#default#VML)";b.position="absolute";b.top=b.left=0;c.imagedata.src=this.e.z.f().src;c.stroked=false;c.filled=false;a.appendChild(c)}this.parent.va(this.zIndex,a)}return a}});D.sb=D.p.L({zIndex:1,ia:"outset-box-shadow",B:function(){var a=this.e;return a.A.j()||a.s.j()},d:function(){var a=this.e.A;return a.d()&&a.f().ca[0]},u:function(){if(this.d()){var a=this,b=this.element,c=this.o(),d=this.e,e=d.A.f().ca;d=d.s.f();for(var f=e.length,j=f,g,h=b.offsetWidth,k=b.offsetHeight,
+o=D.Da?1:0,m=["tl","tr","br","bl"],n,p,t,r,q,w,l,u,s,z,B,A,x,y=function(v,C,G,O,P,Q,R){v=a.na("shadow"+v+C,"fill",c,f-v);C=v.style;var I=v.fill;C.left=G;C.top=O;v.coordsize=h*2+","+k*2;v.coordorigin="1,1";v.stroked=false;v.filled=true;I.color=P.value(b);if(Q){I.type="gradienttitle";I.color2=I.color;I.opacity=0}v.path=R;C.width=h;C.height=k;return v};j--;){p=e[j];r=p.oc.a(b);q=p.qc.a(b);g=p.gc.a(b);w=p.blur.a(b);p=p.color;l=-g-w;if(!d&&w)d=D.sa.jb;l=this.la({Q:l,O:l,H:l,K:l},2,d);if(w){u=(g+w)*2+h;
+s=(g+w)*2+k;z=w*2/u;B=w*2/s;if(w-g>h/2||w-g>k/2)for(g=4;g--;){n=m[g];A=n.charAt(0)==="b";x=n.charAt(1)==="r";n=y(j,n,r,q,p,w,l);t=n.fill;t.focusposition=(x?1-z:z)+","+(A?1-B:B);t.focussize="0,0";n.style.clip="rect("+((A?s/2:0)+o)+"px,"+(x?u:u/2)+"px,"+(A?s:s/2)+"px,"+((x?u/2:0)+o)+"px)"}else{n=y(j,"",r,q,p,w,l);t=n.fill;t.focusposition=z+","+B;t.focussize=1-z*2+","+(1-B*2)}}else{n=y(j,"",r,q,p,w,l);r=p.Ra();if(r<1)n.fill.opacity=r}}}else this.h()},D:function(){this.h();this.u()}});D.rb=D.p.L({zIndex:3,
+ia:"inset-box-shadow",B:function(){var a=this.e;return a.A.j()||a.s.j()},d:function(){var a=this.e.A;return a.d()&&a.f().pa[0]},u:i(),D:i()})}var E,F,H,J,K,L,M;function update(){init();var a=element.getBoundingClientRect(),b=a.left,c=a.top,d=a.right-b;a=a.bottom-c;var e,f;if(b!==H||c!==J){e=0;for(f=K.length;e<f;e++)K[e].cb();H=b;J=c}if(d!==E||a!==F){e=0;for(f=K.length;e<f;e++)K[e].u();E=d;F=a}}
+function propChanged(){init();var a,b,c=[];a=0;for(b=K.length;a<b;a++)K[a].B()&&c.push(K[a]);a=0;for(b=c.length;a<b;a++)c[a].D()}function mouseEntered(){event.srcElement.className+=" "+D.Ka+"hover";setTimeout(propChanged,0)}function mouseLeft(){var a=event.srcElement;a.className=a.className.replace(new RegExp("\\b"+D.Ka+"hover\\b","g"),"");setTimeout(propChanged,0)}function N(){var a=event.propertyName;if(a==="className"||a==="id")propChanged()}
+function cleanup(){var a,b;if(K){a=0;for(b=K.length;a<b;a++)K[a].h();K=null}L=null;if(M){a=0;for(b=M.length;a<b;a++){M[a].detachEvent("onpropertychange",N);M[a].detachEvent("onmouseenter",mouseEntered);M[a].detachEvent("onmouseleave",mouseLeft)}M=null}D.oa===8&&D.Ca.remove(update)}
+function init(){if(!K){var a=element;a.runtimeStyle.zoom=1;L={I:new D.mb(a),$:new D.qb(a),z:new D.ob(a),s:new D.sa(a),A:new D.tb(a),eb:new D.xb(a)};var b=new D.vb(a,L);K=[b,new D.sb(a,L,b),new D.lb(a,L,b),new D.rb(a,L,b),new D.pb(a,L,b),new D.nb(a,L,b)];var c=element;if(a=c.currentStyle.getAttribute(D.T+"watch-ancestors")){M=[];a=parseInt(a,10);b=0;for(c=c.parentNode;c&&(a==="NaN"||b++<a);){M.push(c);c.attachEvent("onpropertychange",N);c.attachEvent("onmouseenter",mouseEntered);c.attachEvent("onmouseleave",
+mouseLeft);c=c.parentNode}}D.oa===8&&D.Ca.add(update)}}element.readyState==="complete"&&update();
+ </script>
+
+</PUBLIC:COMPONENT>
Index: releases/1.0.0/inc/js/Myriad_Pro_700.font.js
===================================================================
--- releases/1.0.0/inc/js/Myriad_Pro_700.font.js (nonexistent)
+++ releases/1.0.0/inc/js/Myriad_Pro_700.font.js (revision 14234)
@@ -0,0 +1,24 @@
+/*!
+ * The following copyright notice may not be removed under any circumstances.
+ *
+ * Copyright:
+ * ゥ 1992, 1994, 1997, 2000, 2004 Adobe Systems Incorporated. All rights reserved.
+ * Protected by U.S. Patents D454,582.
+ *
+ * Trademark:
+ * Myriad is either a registered trademark or a trademark of Adobe Systems
+ * Incorporated in the United States and/or other countries.
+ *
+ * Full name:
+ * MyriadPro-Bold
+ *
+ * Designer:
+ * Robert Slimbach and Carol Twombly
+ *
+ * Vendor URL:
+ * http://www.adobe.com/type
+ *
+ * License information:
+ * http://www.adobe.com/type/legal.html
+ */
+Cufon.registerFont({"w":199,"face":{"font-family":"Myriad Pro","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-14 -270 315 90","underline-thickness":"18","underline-position":"-18","stemh":"40","stemv":"55","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":72,"k":{"T":14,"V":13,"W":13,"Y":14}},"!":{"d":"69,-80r-41,0r-8,-163r57,0xm48,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,14,32,33v0,19,-13,33,-32,33","w":96},"\"":{"d":"13,-249r48,0r-8,97r-32,0xm82,-249r48,0r-8,97r-32,0","w":142,"k":{"T":-3,"J":21,"C":3,"G":3,"O":3,"Q":3,"V":-3,"W":-3,"X":-1,"Y":-3,"A":17,"f":-9,"g":7,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-8,"v":-2,"w":-2,"y":-2,",":45,".":45}},"#":{"d":"80,-98r33,0r6,-40r-33,0xm66,0r-33,0r10,-64r-30,0r0,-34r35,0r6,-40r-30,0r0,-33r35,0r9,-63r32,0r-9,63r33,0r9,-63r32,0r-9,63r29,0r0,33r-34,0r-6,40r30,0r0,34r-35,0r-9,64r-33,0r10,-64r-33,0","w":198},"$":{"d":"117,31r-36,0r0,-34v-24,-1,-47,-7,-61,-15r11,-42v20,14,94,28,94,-7v0,-14,-10,-25,-38,-31v-80,-17,-88,-116,-4,-130r0,-34r35,0r0,31v24,1,40,6,53,12r-11,41v-8,-11,-83,-24,-83,8v0,12,12,21,44,30v83,23,77,120,-4,134r0,37"},"%":{"d":"76,-238v40,0,62,30,62,70v0,49,-31,74,-65,74v-36,0,-63,-27,-63,-71v0,-42,26,-73,66,-73xm74,-208v-16,0,-24,18,-24,42v0,24,9,43,25,43v15,0,23,-16,23,-43v0,-24,-7,-42,-24,-42xm105,4r-29,0r135,-242r29,0xm244,-141v40,0,63,30,63,70v0,49,-31,74,-65,74v-35,0,-63,-26,-63,-70v0,-42,25,-74,65,-74xm243,-111v-16,0,-24,19,-24,42v0,24,9,42,24,42v15,0,23,-16,23,-42v0,-24,-6,-42,-23,-42","w":316},"&":{"d":"177,-190v0,25,-18,45,-48,64v14,16,29,33,41,45v10,-15,17,-37,20,-59r49,0v-6,37,-18,68,-40,92r43,48r-64,0v-5,-5,-10,-11,-16,-17v-16,12,-37,21,-66,21v-105,0,-105,-107,-39,-140v-35,-42,-17,-111,55,-111v37,0,65,22,65,57xm63,-74v0,36,53,50,74,26v-15,-15,-35,-38,-55,-60v-10,8,-19,18,-19,34xm131,-189v0,-12,-7,-26,-22,-24v-30,4,-25,43,-4,60v18,-12,26,-22,26,-36","w":244},"(":{"d":"63,-249r38,0v-47,59,-48,232,0,291r-38,0v-19,-28,-41,-76,-41,-145v0,-70,22,-118,41,-146","w":113,"k":{"T":-8,"J":-4,"C":8,"G":8,"O":8,"Q":8,"V":-10,"W":-10,"X":-2,"Y":-11,"A":7,"j":-18}},")":{"d":"51,42r-38,0v46,-58,47,-233,0,-291r38,0v19,28,41,75,41,146v0,70,-22,117,-41,145","w":113},"*":{"d":"103,-247r31,18r-39,47r58,-11r0,36v-19,-2,-41,-9,-58,-9r39,45r-32,18r-21,-55r-21,55r-31,-18v11,-15,30,-31,38,-46r-56,10r0,-36v18,2,40,10,56,10r-38,-45r32,-19v8,18,12,39,21,56","w":163},"+":{"d":"90,-192r35,0r0,79r75,0r0,33r-75,0r0,80r-35,0r0,-80r-76,0r0,-33r76,0r0,-79","w":214},",":{"d":"37,40r-37,3v12,-32,22,-69,27,-102r55,-4v-12,37,-28,75,-45,103","w":93,"k":{"\"":44,"'":44}},"-":{"d":"11,-113r94,0r0,37r-94,0r0,-37","w":115,"k":{"T":20,"J":2,"C":-4,"G":-4,"O":-4,"Q":-4,"V":9,"W":9,"X":6,"Y":22,"A":2,"g":-1,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6}},".":{"d":"50,4v-18,0,-32,-14,-32,-33v0,-20,13,-34,32,-34v19,0,32,14,32,34v0,19,-12,33,-32,33","w":93,"k":{"\"":44,"'":44}},"\/":{"d":"42,14r-36,0r77,-261r36,0","w":119},"0":{"d":"101,-238v62,0,87,56,87,120v0,72,-30,122,-89,122v-60,0,-87,-55,-87,-121v0,-68,29,-121,89,-121xm100,-197v-20,0,-33,25,-33,80v0,54,12,80,33,80v21,0,33,-27,33,-80v0,-52,-11,-80,-33,-80"},"1":{"d":"85,0r-1,-185r-44,21r-9,-41r62,-29r45,0r0,234r-53,0"},"2":{"d":"181,0r-166,0r0,-33v38,-35,115,-99,107,-127v4,-44,-69,-38,-88,-15r-16,-39v17,-13,46,-24,77,-24v53,0,82,31,82,73v0,49,-50,88,-84,120r88,0r0,45"},"3":{"d":"14,-12r11,-42v19,16,100,25,97,-16v-2,-30,-35,-36,-69,-34r0,-39v29,1,60,0,63,-27v3,-34,-69,-26,-84,-11r-11,-39v14,-9,42,-18,73,-18v87,0,103,90,34,113v28,5,51,27,51,58v0,41,-37,71,-96,71v-30,0,-55,-8,-69,-16"},"4":{"d":"164,0r-52,0r0,-56r-104,0r0,-35r88,-143r68,0r0,137r28,0r0,41r-28,0r0,56xm59,-98v15,3,36,0,53,1r0,-95v-16,33,-34,64,-53,94"},"5":{"d":"76,-153v56,-6,106,20,105,75v0,44,-38,82,-101,82v-28,0,-52,-6,-65,-13r10,-41v26,14,101,21,100,-25v8,-33,-56,-43,-98,-36r15,-123r129,0r0,45r-90,0"},"6":{"d":"165,-237r0,42v-53,-3,-98,25,-97,56v43,-38,122,-14,122,58v0,46,-36,85,-86,85v-113,0,-113,-155,-51,-207v28,-24,65,-36,112,-34xm100,-118v-20,1,-35,12,-35,34v0,25,13,48,38,48v19,0,32,-18,32,-42v0,-22,-12,-40,-35,-40"},"7":{"d":"18,-234r165,0r0,35r-97,199r-58,0r97,-189r-107,0r0,-45"},"8":{"d":"98,4v-99,0,-110,-95,-45,-125v-66,-33,-27,-121,49,-117v88,4,98,79,43,113v75,28,43,129,-47,129xm100,-34v19,0,32,-12,32,-29v0,-21,-15,-33,-36,-39v-38,7,-39,67,4,68xm99,-201v-19,0,-28,13,-28,27v0,16,14,26,33,32v30,-6,35,-59,-5,-59"},"9":{"d":"32,-39v51,4,92,-18,99,-59v-40,37,-120,10,-120,-56v0,-46,37,-84,88,-84v109,0,107,160,48,209v-28,23,-67,35,-115,32r0,-42xm98,-120v20,0,33,-7,33,-29v0,-25,-8,-49,-34,-49v-18,0,-32,17,-32,41v0,20,11,37,33,37"},":":{"d":"50,-112v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,13,32,33v0,19,-12,33,-32,33xm50,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,13,32,33v0,19,-12,33,-32,33","w":93},";":{"d":"37,40r-36,3v12,-32,21,-69,26,-102r55,-4v-12,37,-28,75,-45,103xm52,-112v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,13,32,33v0,19,-12,33,-32,33","w":93},"<":{"d":"21,-80r0,-31r173,-81r0,39r-131,58r131,57r0,38","w":214},"=":{"d":"200,-117r-186,0r0,-33r186,0r0,33xm200,-42r-186,0r0,-34r186,0r0,34","w":214},">":{"d":"194,-112r0,33r-173,79r0,-38r133,-58r-133,-57r0,-39","w":214},"?":{"d":"147,-191v1,48,-54,62,-49,112r-48,0v-13,-38,38,-72,41,-103v2,-28,-45,-25,-61,-11r-13,-39v13,-8,34,-15,60,-15v48,0,70,26,70,56xm72,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,33,14,33,33v0,19,-13,33,-33,33","w":160},"@":{"d":"129,-52v24,0,33,-44,36,-72v-31,-9,-54,17,-54,49v0,14,6,23,18,23xm190,4r7,20v-82,36,-180,-3,-179,-100v0,-73,54,-137,135,-137v64,0,109,44,109,104v0,53,-30,86,-69,86v-17,0,-29,-9,-31,-28v-22,40,-87,39,-87,-19v0,-60,68,-104,127,-75r-11,67v-4,21,-1,31,9,31v15,1,35,-19,35,-61v0,-47,-30,-83,-86,-83v-55,0,-103,43,-103,112v0,81,77,113,144,83","w":277},"A":{"d":"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99","w":236,"k":{"T":30,"J":-5,"C":9,"G":9,"O":9,"Q":9,"U":13,"V":21,"W":21,"X":9,"Y":34,"Z":-2,"f":5,"g":5,"b":2,"h":2,"k":2,"l":2,"j":2,"i":2,"m":2,"n":2,"p":2,"r":2,"c":5,"d":5,"e":5,"o":5,"q":5,"s":1,"t":7,"u":5,"v":11,"w":11,"y":11,"x":1,"-":3,")":6,"]":6,"}":6,"\"":17,"'":17}},"B":{"d":"204,-71v0,60,-45,73,-121,74v-27,0,-47,-2,-59,-4r0,-238v61,-8,171,-17,171,56v0,21,-12,42,-39,52v28,7,48,29,48,60xm78,-203r0,56v32,2,65,-5,62,-29v5,-26,-36,-31,-62,-27xm78,-107r0,68v31,4,68,-1,68,-34v0,-30,-33,-36,-68,-34","w":217,"k":{"T":6,"V":4,"W":4,"Y":12,"A":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"v":2,"w":2,"y":2,"a":-1,"-":-4,",":5,".":5}},"C":{"d":"194,-50r8,44v-10,5,-33,10,-62,10v-84,0,-127,-53,-127,-122v0,-106,104,-150,192,-117r-12,43v-54,-23,-123,-3,-123,71v0,67,65,94,124,71","w":214,"k":{"T":-5,"J":-4,"C":11,"G":11,"O":11,"Q":11,"V":-3,"W":-3,"X":-1,"Y":-3,"A":-4,"b":1,"h":1,"k":1,"l":1,"i":1,"m":1,"n":1,"p":1,"r":1,"c":7,"d":7,"e":7,"o":7,"q":7,"u":7,"v":12,"w":12,"y":12,"a":4,"z":-3,")":-3,"]":-3,"}":-3,"\"":-2,"'":-2}},"D":{"d":"238,-127v5,116,-104,141,-214,126r0,-238v20,-3,47,-5,74,-5v91,0,136,34,140,117xm78,-200r0,159v62,7,102,-19,102,-84v0,-59,-44,-85,-102,-75","w":250,"k":{"T":10,"V":3,"W":3,"X":12,"Y":13,"A":6,"f":-4,"g":-1,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"t":-5,"u":-2,"v":-4,"w":-4,"y":-4,"x":4,"z":1,"-":-4,")":7,"]":7,"}":7,",":14,".":14}},"E":{"d":"168,-147r0,44r-89,0r0,58r100,0r0,45r-155,0r0,-243r150,0r0,45r-95,0r0,51r89,0","w":192,"k":{"T":-2,"J":-8,"V":-3,"W":-3,"f":2,"g":3,"b":-1,"h":-1,"k":-1,"l":-1,"j":2,"c":1,"d":1,"e":1,"o":1,"q":1,"s":-1,"t":2,"u":4,"v":4,"w":4,"y":4,"z":-2,",":3,".":3}},"F":{"d":"24,0r0,-243r148,0r0,45r-93,0r0,56r87,0r0,44r-87,0r0,98r-55,0","w":189,"k":{"J":25,"A":24,"M":5,"g":3,"b":5,"h":5,"k":5,"l":5,"i":7,"m":7,"n":7,"p":7,"r":7,"c":9,"d":9,"e":9,"o":9,"q":9,"u":10,"v":7,"w":7,"y":7,"a":14,":":6,";":6,",":32,".":32}},"G":{"d":"145,3v-83,1,-128,-44,-132,-121v-6,-107,115,-149,206,-116r-12,45v-53,-25,-137,-9,-137,68v0,60,47,89,104,76r0,-51r-38,0r0,-43r90,0r0,128v-17,6,-49,14,-81,14","w":245,"k":{"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"u":-1,"v":3,"w":3,"y":3,"a":-3}},"H":{"d":"24,-243r55,0r0,94r90,0r0,-94r55,0r0,243r-55,0r0,-102r-90,0r0,102r-55,0r0,-243","w":248,"k":{"Y":6,"f":-2,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":1,"d":1,"e":1,"o":1,"q":1,"s":1,"t":-3,"x":1,"z":-1}},"I":{"d":"24,-243r55,0r0,243r-55,0r0,-243","w":102,"k":{"Y":6,"f":-2,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":1,"d":1,"e":1,"o":1,"q":1,"s":1,"t":-3,"x":1,"z":-1}},"J":{"d":"71,-90r0,-153r55,0r0,154v2,86,-58,104,-126,87r6,-44v34,9,65,7,65,-44","w":147,"k":{"v":-1,"w":-1,"y":-1,"a":2,")":-5,"]":-5,"}":-5,",":3,".":3}},"K":{"d":"24,0r0,-243r54,0r1,108r71,-108r68,0r-80,104r84,139r-64,0r-59,-105r-21,26r0,79r-54,0","w":221,"k":{"T":-2,"J":-10,"C":12,"G":12,"O":12,"Q":12,"Y":5,"Z":-6,"A":-5,"g":5,"c":6,"d":6,"e":6,"o":6,"q":6,"u":7,"v":15,"w":15,"y":15,":":-3,";":-3,"-":8,")":-3,"]":-3,"}":-3,"\"":-1,"'":-1,",":-3,".":-3}},"L":{"d":"24,0r0,-243r55,0r0,197r96,0r0,46r-151,0","w":183,"k":{"T":37,"J":-10,"C":14,"G":14,"O":14,"Q":14,"U":11,"V":23,"W":23,"Y":32,"A":-2,"f":1,"j":1,"c":3,"d":3,"e":3,"o":3,"q":3,"t":2,"u":4,"v":13,"w":13,"y":13,"a":-1,"-":6,"\"":36,"'":36}},"M":{"d":"233,0r-7,-193r-57,189r-43,0r-26,-94v-8,-29,-16,-63,-22,-95r-9,193r-51,0r16,-243r73,0r24,81v10,27,12,63,22,87v13,-58,31,-114,48,-168r72,0r13,243r-53,0","w":304,"k":{"T":5,"A":1,"j":-1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"a":-1,"-":-1}},"N":{"d":"74,0r-50,0r0,-243r64,0r50,89v15,25,28,58,41,83v-6,-52,-5,-113,-5,-172r51,0r0,243r-58,0r-52,-94v-15,-25,-29,-59,-43,-85","w":248,"k":{"Y":6,"f":-2,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":1,"d":1,"e":1,"o":1,"q":1,"s":1,"t":-3,"x":1,"z":-1}},"O":{"d":"131,-247v75,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-55,-114,-124v0,-73,47,-127,118,-127xm130,-203v-37,0,-59,35,-59,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-20,-81,-58,-81","w":258,"k":{"T":10,"V":3,"W":3,"X":12,"Y":13,"A":6,"f":-4,"g":-1,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"t":-5,"u":-2,"v":-4,"w":-4,"y":-4,"x":4,"z":1,"-":-4,")":7,"]":7,"}":7,",":14,".":14}},"P":{"d":"198,-169v2,64,-54,89,-120,82r0,87r-54,0r0,-239v17,-3,41,-5,74,-5v62,-1,98,21,100,75xm78,-201r0,72v33,6,68,-8,66,-38v4,-30,-37,-41,-66,-34","w":209,"k":{"J":27,"V":3,"W":3,"X":10,"Y":7,"Z":3,"A":22,"M":5,"g":9,"i":3,"m":3,"n":3,"p":3,"r":3,"c":9,"d":9,"e":9,"o":9,"q":9,"s":8,"t":-4,"u":4,"v":-3,"w":-3,"y":-3,"a":6,":":4,";":4,"-":5,")":1,"]":1,"}":1,",":52,".":52}},"Q":{"d":"231,42v-41,-10,-70,-32,-112,-38v-54,-8,-106,-44,-106,-124v0,-73,45,-127,118,-127v74,0,115,56,115,123v0,57,-28,92,-57,110v18,5,39,9,58,13xm130,-40v37,0,58,-34,58,-82v0,-45,-21,-81,-58,-81v-37,0,-59,36,-59,82v0,46,22,81,59,81","w":258,"k":{"T":10,"V":3,"W":3,"X":12,"Y":13,"A":6,"f":-4,"g":-1,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"t":-5,"u":-2,"v":-4,"w":-4,"y":-4,"x":4,"z":1,"-":-4,")":7,"]":7,"}":7,",":14,".":14}},"R":{"d":"97,-244v61,-1,99,17,101,70v1,32,-24,50,-43,60v35,8,40,92,52,114r-56,0v-4,-7,-10,-27,-17,-57v-8,-38,-21,-39,-56,-38r0,95r-54,0r0,-239v18,-3,43,-5,73,-5xm78,-202r0,67v35,3,65,-6,65,-35v0,-31,-37,-36,-65,-32","w":213,"k":{"J":-2,"C":1,"G":1,"O":1,"Q":1,"U":2,"V":2,"W":2,"X":-3,"Y":7,"A":-3,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-4,"v":-1,"w":-1,"y":-1,"a":-3}},"S":{"d":"14,-12r12,-45v21,16,99,29,99,-11v0,-15,-12,-24,-41,-34v-40,-14,-67,-37,-67,-72v0,-41,35,-72,92,-72v28,0,48,5,62,12r-12,44v-13,-13,-86,-20,-86,12v0,15,12,24,45,34v96,30,81,150,-35,148v-28,0,-55,-8,-69,-16","w":194,"k":{"b":1,"h":1,"k":1,"l":1,"j":3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"t":2,"v":5,"w":5,"y":5,"a":-3,"-":-4}},"T":{"d":"71,0r0,-197r-66,0r0,-46r187,0r0,46r-66,0r0,197r-55,0","w":197,"k":{"i":19,"T":-8,"J":19,"C":10,"G":10,"O":10,"Q":10,"V":-10,"W":-10,"X":-6,"Y":-3,"A":26,"M":1,"S":3,"g":22,"b":4,"h":4,"k":4,"l":4,"m":19,"n":19,"p":19,"r":19,"c":29,"d":29,"e":29,"o":29,"q":29,"s":26,"u":19,"v":19,"w":19,"y":19,"x":5,"a":24,"z":21,":":13,";":13,"-":22,")":-11,"]":-11,"}":-11,"\"":-3,"'":-3,",":30,".":30}},"U":{"d":"24,-243r54,0v6,70,-25,203,44,203v70,0,38,-133,45,-203r55,0r0,136v0,75,-38,111,-101,111v-61,0,-97,-34,-97,-111r0,-136","w":245,"k":{"A":11,"f":-2,"s":5,"v":2,"w":2,"y":2,"x":4,"a":2,"z":3,",":8,".":8}},"V":{"d":"145,0r-64,0r-78,-243r60,0r30,103v10,28,12,61,23,87v14,-66,35,-127,52,-190r59,0","w":228,"k":{"T":-8,"J":14,"C":3,"G":3,"O":3,"Q":3,"V":-2,"W":-2,"A":19,"S":3,"g":3,"b":3,"h":3,"k":3,"l":3,"i":10,"m":10,"n":10,"p":10,"r":10,"c":15,"d":15,"e":15,"o":15,"q":15,"s":14,"t":3,"u":11,"v":5,"w":5,"y":5,"a":15,":":8,";":8,"-":9,")":-10,"]":-10,"}":-10,"\"":-5,"'":-5,",":25,".":25}},"W":{"d":"123,0r-60,0r-58,-243r59,0r34,185r36,-185r58,0r33,184r34,-184r56,0r-63,243r-59,0r-21,-104v-6,-23,-6,-50,-12,-75v-9,64,-25,119,-37,179","w":319,"k":{"T":-8,"J":14,"C":3,"G":3,"O":3,"Q":3,"V":-2,"W":-2,"A":19,"S":3,"g":3,"b":3,"h":3,"k":3,"l":3,"i":10,"m":10,"n":10,"p":10,"r":10,"c":15,"d":15,"e":15,"o":15,"q":15,"s":14,"t":3,"u":11,"v":5,"w":5,"y":5,"a":15,":":8,";":8,"-":9,")":-10,"]":-10,"}":-10,"\"":-5,"'":-5,",":25,".":25}},"X":{"d":"215,0r-63,0r-45,-87v-10,27,-27,59,-39,87r-62,0r70,-123r-68,-120r63,0r41,85v11,-31,24,-57,37,-85r62,0r-68,119","w":220,"k":{"T":-2,"J":-4,"C":14,"G":14,"O":14,"Q":14,"V":-3,"W":-3,"X":4,"Y":-4,"A":5,"i":1,"m":1,"n":1,"p":1,"r":1,"c":7,"d":7,"e":7,"o":7,"q":7,"u":4,"v":13,"w":13,"y":13,"a":3,"-":6,"\"":-1,"'":-1}},"Y":{"d":"135,0r-55,0r0,-99r-77,-144r63,0r44,105r43,-105r62,0r-80,142r0,101","w":217,"k":{"J":25,"C":17,"G":17,"O":17,"Q":17,"V":-7,"W":-7,"X":8,"Y":9,"A":33,"M":8,"S":10,"B":6,"D":6,"E":6,"F":6,"H":6,"I":6,"K":6,"L":6,"N":6,"P":6,"R":6,"g":29,"b":5,"h":5,"k":5,"l":5,"i":8,"m":8,"n":8,"p":8,"r":8,"c":39,"d":39,"e":39,"o":39,"q":39,"s":23,"t":16,"u":26,"v":19,"w":19,"y":19,"x":20,"a":33,"z":18,":":18,";":18,"-":22,")":-12,"]":-12,"}":-12,"\"":-3,"'":-3,",":42,".":42}},"Z":{"d":"9,0r0,-30r115,-167r-105,0r0,-46r176,0r0,32r-113,166r115,0r0,45r-188,0","w":207,"k":{"J":-8,"C":8,"G":8,"O":8,"Q":8,"X":2,"Y":-2,"A":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"u":4,"v":6,"w":6,"y":6,"a":-1,"-":3}},"[":{"d":"98,40r-74,0r0,-287r74,0r0,30r-34,0r0,227r34,0r0,30","w":113,"k":{"T":-8,"J":-4,"C":8,"G":8,"O":8,"Q":8,"V":-10,"W":-10,"X":-2,"Y":-11,"A":7,"j":-18}},"\\":{"d":"113,14r-36,0r-73,-261r37,0","w":118},"]":{"d":"15,-247r74,0r0,287r-74,0r0,-30r34,0r0,-227r-34,0r0,-30","w":113},"^":{"d":"199,-64r-39,0r-53,-128r-53,128r-39,0r76,-170r33,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"91,-180v104,-2,69,97,80,180r-49,0v-2,-6,-1,-14,-4,-18v-28,40,-108,20,-108,-32v0,-46,42,-67,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-7,36,-15,68,-15xm64,-55v0,35,52,19,52,-9r0,-19v-29,0,-52,7,-52,28","w":190},"b":{"d":"21,0r1,-256r55,0r0,101v40,-51,126,-19,126,64v0,63,-40,95,-80,95v-22,1,-40,-9,-54,-28r-2,24r-46,0xm148,-89v0,-54,-68,-68,-71,-12v-2,34,4,61,33,62v23,0,38,-18,38,-50","w":215,"k":{"T":18,"g":-1,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":3,"w":3,"y":3,"x":9,"z":3,"-":-6,")":3,"]":3,"}":3,"\"":7,"'":7,",":12,".":12}},"c":{"d":"148,-45r6,40v-62,26,-150,-7,-142,-81v-6,-64,69,-113,142,-87r-8,41v-32,-15,-78,0,-78,43v0,45,45,59,80,44","w":162,"k":{"T":5,"f":-3,"c":4,"d":4,"e":4,"o":4,"q":4,"t":-6,"v":-5,"w":-5,"y":-5,"a":-1,"-":-4,"\"":-2,"'":-2,",":3,".":3}},"d":{"d":"138,-256r55,0r1,256r-49,0v-2,-8,0,-20,-3,-26v-39,59,-130,24,-130,-60v0,-81,77,-119,126,-75r0,-95xm67,-88v0,58,71,64,71,10v0,-33,-3,-59,-33,-60v-25,0,-38,22,-38,50","w":214,"k":{",":3,".":3}},"e":{"d":"177,-71r-113,0v2,40,66,39,98,26r8,37v-68,30,-158,3,-158,-78v0,-45,28,-94,89,-94v64,0,84,54,76,109xm64,-108r65,0v0,-13,-6,-36,-31,-36v-23,0,-33,22,-34,36","w":190,"k":{"T":15,"v":2,"w":2,"y":2,"x":4,"-":-11,"\"":1,"'":1,",":6,".":6}},"f":{"d":"28,-176v-5,-57,42,-98,100,-80r-2,42v-27,-8,-48,6,-43,38r35,0r0,40r-35,0r0,136r-55,0r0,-136r-23,0r0,-40r23,0","w":122,"k":{"g":3,"c":4,"d":4,"e":4,"o":4,"q":4,"s":2,"t":-5,":":-10,";":-10,"-":1,")":-26,"]":-26,"}":-26,"\"":-15,"'":-15,",":14,".":14}},"g":{"d":"189,-26v11,91,-86,123,-162,88r11,-42v32,22,111,20,96,-44v-41,51,-122,10,-122,-63v0,-81,87,-122,129,-68r2,-21r47,0xm67,-89v0,52,67,65,67,11v0,-32,-3,-61,-31,-61v-20,0,-36,18,-36,50","w":210,"k":{"T":12,",":6,".":6}},"h":{"d":"106,-136v-50,0,-22,88,-29,136r-55,0r0,-256r55,0r0,101v34,-44,112,-30,112,52r0,103r-55,0r0,-97v0,-23,-7,-39,-28,-39","w":210,"k":{"T":21,"t":2,"v":7,"w":7,"y":7,"\"":5,"'":5}},"i":{"d":"77,0r-55,0r0,-176r55,0r0,176xm50,-252v18,0,28,12,28,27v0,15,-11,27,-29,27v-17,0,-28,-12,-28,-27v0,-15,11,-27,29,-27","w":98},"j":{"d":"-14,35v38,-6,43,-14,43,-69r0,-142r55,0v-7,107,36,260,-93,253xm57,-252v18,0,28,12,28,27v0,15,-11,27,-29,27v-17,0,-29,-12,-29,-27v0,-15,12,-27,30,-27","w":104,"k":{",":4,".":4}},"k":{"d":"77,-256r0,154v15,-27,33,-49,49,-74r66,0r-63,71r72,105r-68,0r-43,-72r-13,17r0,55r-55,0r0,-256r55,0","w":195,"k":{"T":10,"g":5,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"c":5,"d":5,"e":5,"o":5,"q":5,"v":-1,"w":-1,"y":-1,"a":-2,":":-1,";":-1,"-":2,",":-1,".":-1}},"l":{"d":"22,0r0,-256r55,0r0,256r-55,0","w":99,"k":{",":3,".":3}},"m":{"d":"103,-136v-50,0,-21,88,-28,136r-53,0r-1,-176r46,0v2,7,0,18,3,24v8,-12,23,-28,53,-28v23,0,41,12,49,30v31,-48,116,-42,116,46r0,104r-53,0r0,-96v0,-26,-8,-40,-26,-40v-47,0,-20,89,-27,136r-53,0r0,-99v0,-22,-8,-37,-26,-37","w":309,"k":{"T":21,"t":2,"v":7,"w":7,"y":7,"\"":5,"'":5}},"n":{"d":"107,-136v-51,0,-23,87,-30,136r-55,0r-1,-176r47,0v2,7,0,18,4,24v7,-12,24,-28,54,-28v36,0,63,24,63,76r0,104r-55,0r0,-98v0,-23,-7,-38,-27,-38","w":210,"k":{"T":21,"t":2,"v":7,"w":7,"y":7,"\"":5,"'":5}},"o":{"d":"106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-51,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-54v0,-26,-10,-52,-35,-52","w":207,"k":{"T":18,"g":-1,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":3,"w":3,"y":3,"x":9,"z":3,"-":-6,")":3,"]":3,"}":3,"\"":7,"'":7,",":12,".":12}},"p":{"d":"22,71r-1,-247r47,0r3,24v42,-55,132,-25,132,62v0,86,-81,119,-126,74r0,87r-55,0xm148,-88v0,-56,-67,-66,-71,-12v-2,33,4,62,33,62v24,0,38,-20,38,-50","w":215,"k":{"T":18,"g":-1,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":3,"w":3,"y":3,"x":9,"z":3,"-":-6,")":3,"]":3,"}":3,"\"":7,"'":7,",":12,".":12}},"q":{"d":"12,-86v0,-88,86,-122,128,-69r1,-21r53,0r-1,247r-55,0r-1,-93v-41,54,-125,19,-125,-64xm67,-88v0,56,68,66,71,12v2,-33,-3,-61,-33,-62v-25,0,-38,22,-38,50","w":214,"k":{"T":13,",":3,".":3}},"r":{"d":"130,-128v-31,-5,-53,8,-53,39r0,89r-55,0r-1,-176r46,0v2,10,-2,26,4,32v13,-30,32,-39,59,-35r0,51","w":136,"k":{"T":7,"f":-10,"g":3,"b":1,"h":1,"k":1,"l":1,"c":3,"d":3,"e":3,"o":3,"q":3,"t":-8,"u":1,"v":-6,"w":-6,"y":-6,"x":-5,"a":4,"z":-3,":":1,";":1,",":23,".":23}},"s":{"d":"12,-9r10,-39v13,9,68,24,70,-1v0,-9,-5,-14,-25,-20v-81,-23,-59,-111,21,-111v21,0,38,5,49,10r-9,38v-11,-7,-57,-20,-59,4v0,9,6,13,28,20v74,22,60,116,-28,112v-23,0,-44,-6,-57,-13","w":156,"k":{"T":13,",":4,".":4}},"t":{"d":"121,-1v-47,14,-91,-3,-91,-63r0,-72r-24,0r0,-40r24,0r0,-33r53,-15r0,48r39,0r0,40r-39,0v4,39,-17,108,38,94r0,41","w":132,"k":{"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"v":-2,"w":-2,"y":-2,",":3,".":3}},"u":{"d":"76,-81v-7,51,57,52,57,10r0,-105r55,0r1,176r-47,0v-2,-8,0,-19,-4,-25v-7,11,-23,29,-55,29v-36,0,-62,-23,-62,-77r0,-103r55,0r0,95","w":209,"k":{"T":13,",":3,".":3}},"v":{"d":"3,-176r60,0v13,40,19,88,35,125v7,-43,21,-84,32,-125r58,0r-66,176r-55,0","w":190,"k":{"T":13,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"s":6,"v":-7,"w":-7,"y":-7,"a":3,":":-2,";":-2,"-":3,",":17,".":17}},"w":{"d":"4,-176r56,0r25,130r31,-130r43,0r32,130v6,-45,16,-88,25,-130r54,0r-54,176r-51,0r-29,-117v-6,47,-18,77,-29,117r-52,0","w":273,"k":{"T":13,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"s":6,"v":-7,"w":-7,"y":-7,"a":3,":":-2,";":-2,"-":3,",":17,".":17}},"x":{"d":"3,-176r61,0v11,18,20,39,32,56r29,-56r60,0r-58,84r58,92r-62,0v-11,-19,-19,-41,-32,-58r-30,58r-60,0r60,-90","w":186,"k":{"T":10,"c":8,"d":8,"e":8,"o":8,"q":8,"s":3,"t":-5,"v":-7,"w":-7,"y":-7,"-":1}},"y":{"d":"20,33v22,-5,58,-22,47,-48r-65,-161r61,0r36,119r30,-119r58,0v-40,93,-59,246,-155,256","w":188,"k":{"T":13,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"s":6,"v":-7,"w":-7,"y":-7,"a":3,":":-2,";":-2,"-":3,",":17,".":17}},"z":{"d":"8,0r0,-31r55,-70v10,-12,18,-21,28,-31r-77,0r0,-44r144,0r0,33r-53,67v-10,11,-19,22,-29,32r85,0r0,44r-153,0","w":168,"k":{"T":10,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-3,"w":-3,"y":-3}},"{":{"d":"34,-9v-2,-34,25,-76,-23,-81r0,-27v47,-4,21,-47,23,-81v2,-39,28,-52,68,-49r0,31v-63,-6,7,108,-56,113v37,2,31,51,27,87v-2,19,8,28,29,26r0,30v-40,2,-66,-8,-68,-49","w":113,"k":{"T":-8,"J":-4,"C":8,"G":8,"O":8,"Q":8,"V":-10,"W":-10,"X":-2,"Y":-11,"A":7,"j":-18}},"|":{"d":"32,-270r38,0r0,360r-38,0r0,-360","w":101},"}":{"d":"79,-198v2,34,-25,77,23,81r0,27v-47,5,-21,47,-23,81v-2,40,-28,51,-67,49r0,-30v62,5,-8,-109,55,-114v-37,-2,-30,-51,-27,-87v2,-18,-8,-27,-28,-25r0,-31v40,-2,65,11,67,49","w":113},"~":{"d":"151,-67v-25,0,-64,-30,-84,-32v-9,0,-16,7,-17,30r-35,0v0,-48,22,-67,51,-67v25,0,64,29,84,31v8,0,14,-7,15,-29r34,0v2,51,-21,67,-48,67","w":214},"'":{"d":"13,-249r48,0r-8,97r-32,0","w":73,"k":{"T":-3,"J":21,"C":3,"G":3,"O":3,"Q":3,"V":-3,"W":-3,"X":-1,"Y":-3,"A":17,"f":-9,"g":7,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-8,"v":-2,"w":-2,"y":-2,",":45,".":45}},"`":{"d":"1,-253r51,0r31,55r-38,0","w":108},"\u00a0":{"w":72,"k":{"T":14,"V":13,"W":13,"Y":14}}}});
Index: releases/1.0.0/inc/js/cufon-replace.js
===================================================================
--- releases/1.0.0/inc/js/cufon-replace.js (nonexistent)
+++ releases/1.0.0/inc/js/cufon-replace.js (revision 14234)
@@ -0,0 +1 @@
+Cufon.replace('#menu li a, #menu_active, .text1, .button, h2', { fontFamily: 'Myriad Pro', hover:true });
\ No newline at end of file
Index: releases/1.0.0/inc/js/jcookie.js
===================================================================
--- releases/1.0.0/inc/js/jcookie.js (nonexistent)
+++ releases/1.0.0/inc/js/jcookie.js (revision 14234)
@@ -0,0 +1 @@
+eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('j.5=u(9,a,2){6(h a!=\'v\'){2=2||{};6(a===m){a=\'\';2.3=-1}4 3=\'\';6(2.3&&(h 2.3==\'n\'||2.3.k)){4 7;6(h 2.3==\'n\'){7=w C();7.B(7.z()+(2.3*A*o*o*E))}l{7=2.3}3=\'; 3=\'+7.k()}4 8=2.8?\'; 8=\'+2.8:\'\';4 b=2.b?\'; b=\'+2.b:\'\';4 c=2.c?\'; c\':\'\';d.5=[9,\'=\',q(a),3,8,b,c].t(\'\')}l{4 g=m;6(d.5&&d.5!=\'\'){4 e=d.5.x(\';\');D(4 i=0;i<e.f;i++){4 5=j.r(e[i]);6(5.p(0,9.f+1)==(9+\'=\')){g=y(5.p(9.f+1));s}}}F g}};',42,42,'||options|expires|var|cookie|if|date|path|name|value|domain|secure|document|cookies|length|cookieValue|typeof||jQuery|toUTCString|else|null|number|60|substring|encodeURIComponent|trim|break|join|function|undefined|new|split|decodeURIComponent|getTime|24|setTime|Date|for|1000|return'.split('|'),0,{}))
Index: releases/1.0.0/inc/js/jquery-1.4.4.min.js
===================================================================
--- releases/1.0.0/inc/js/jquery-1.4.4.min.js (nonexistent)
+++ releases/1.0.0/inc/js/jquery-1.4.4.min.js (revision 14234)
@@ -0,0 +1,167 @@
+/*!
+ * jQuery JavaScript Library v1.4.4
+ * http://jquery.com/
+ *
+ * Copyright 2010, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2010, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Thu Nov 11 19:04:53 2010 -0500
+ */
+(function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}function la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof h==="function")h=
+h.events;if(!(a.liveFired===this||!h||!h.live||a.button&&a.type==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var J=h.live.slice(0);for(k=0;k<J.length;k++){h=J[k];h.origType.replace(X,"")===a.type?f.push(h.selector):J.splice(k--,1)}f=c(a.target).closest(f,a.currentTarget);o=0;for(x=f.length;o<x;o++){r=f[o];for(k=0;k<J.length;k++){h=J[k];if(r.selector===h.selector&&(!A||A.test(h.namespace))){l=r.elem;e=null;if(h.preType==="mouseenter"||
+h.preType==="mouseleave"){a.type=h.preType;e=c(a.relatedTarget).closest(h.selector)[0]}if(!e||e!==l)C.push({elem:l,handleObj:h,level:r.level})}}}o=0;for(x=C.length;o<x;o++){f=C[o];if(d&&f.level>d)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(La,
+"`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function na(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this,
+e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var l in e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function oa(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a,
+"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function da(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return d}function qa(a){if(!ea[a]){var b=c("<"+
+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return ea[a]}function fa(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var t=E.document,c=function(){function a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var b=function(j,s){return new b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,
+C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) ([\w.]+)/,n=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j,
+s){var v,z,H;if(!j)return this;if(j.nodeType){this.context=this[0]=j;this.length=1;return this}if(j==="body"&&!s&&t.body){this.context=t;this[0]=t.body;this.selector="body";this.length=1;return this}if(typeof j==="string")if((v=h.exec(j))&&(v[1]||!s))if(v[1]){H=s?s.ownerDocument||s:t;if(z=A.exec(j))if(b.isPlainObject(s)){j=[t.createElement(z[1])];b.fn.attr.call(j,s,true)}else j=[H.createElement(z[1])];else{z=b.buildFragment([v[1]],[H]);j=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this,
+j)}else{if((z=t.getElementById(v[2]))&&z.parentNode){if(z.id!==v[2])return f.find(j);this.length=1;this[0]=z}this.context=t;this.selector=j;return this}else if(!s&&!x.test(j)){this.selector=j;this.context=t;j=t.getElementsByTagName(j);return b.merge(this,j)}else return!s||s.jquery?(s||f).find(j):b(s).find(j);else if(b.isFunction(j))return f.ready(j);if(j.selector!==B){this.selector=j.selector;this.context=j.context}return b.makeArray(j,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length},
+toArray:function(){return N.call(this,0)},get:function(j){return j==null?this.toArray():j<0?this.slice(j)[0]:this[j]},pushStack:function(j,s,v){var z=b();b.isArray(j)?M.apply(z,j):b.merge(z,j);z.prevObject=this;z.context=this.context;if(s==="find")z.selector=this.selector+(this.selector?" ":"")+v;else if(s)z.selector=this.selector+"."+s+"("+v+")";return z},each:function(j,s){return b.each(this,j,s)},ready:function(j){b.bindReady();if(b.isReady)j.call(t,b);else q&&q.push(j);return this},eq:function(j){return j===
+-1?this.slice(j):this.slice(j,+j+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false;
+if(typeof G==="boolean"){ga=G;G=arguments[1]||{};K=2}if(typeof G!=="object"&&!b.isFunction(G))G={};if(Q===K){G=this;--K}for(;K<Q;K++)if((j=arguments[K])!=null)for(s in j){v=G[s];z=j[s];if(G!==z)if(ga&&z&&(b.isPlainObject(z)||(H=b.isArray(z)))){if(H){H=false;v=v&&b.isArray(v)?v:[]}else v=v&&b.isPlainObject(v)?v:{};G[s]=b.extend(ga,v,z)}else if(z!==B)G[s]=z}return G};b.extend({noConflict:function(j){E.$=e;if(j)E.jQuery=d;return b},isReady:false,readyWait:1,ready:function(j){j===true&&b.readyWait--;
+if(!b.readyWait||j!==true&&!b.isReady){if(!t.body)return setTimeout(b.ready,1);b.isReady=true;if(!(j!==true&&--b.readyWait>0))if(q){var s=0,v=q;for(q=null;j=v[s++];)j.call(t,b);b.fn.trigger&&b(t).trigger("ready").unbind("ready")}}},bindReady:function(){if(!p){p=true;if(t.readyState==="complete")return setTimeout(b.ready,1);if(t.addEventListener){t.addEventListener("DOMContentLoaded",u,false);E.addEventListener("load",b.ready,false)}else if(t.attachEvent){t.attachEvent("onreadystatechange",u);E.attachEvent("onload",
+b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r.test(j)||isNaN(j)},type:function(j){return j==null?String(j):R[y.call(j)]||"object"},isPlainObject:function(j){if(!j||b.type(j)!=="object"||j.nodeType||b.isWindow(j))return false;if(j.constructor&&
+!F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J,"@").replace(w,"]").replace(I,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(j):(new Function("return "+j))();else b.error("Invalid JSON: "+j)},noop:function(){},globalEval:function(j){if(j&&
+l.test(j)){var s=t.getElementsByTagName("head")[0]||t.documentElement,v=t.createElement("script");v.type="text/javascript";if(b.support.scriptEval)v.appendChild(t.createTextNode(j));else v.text=j;s.insertBefore(v,s.firstChild);s.removeChild(v)}},nodeName:function(j,s){return j.nodeName&&j.nodeName.toUpperCase()===s.toUpperCase()},each:function(j,s,v){var z,H=0,G=j.length,K=G===B||b.isFunction(j);if(v)if(K)for(z in j){if(s.apply(j[z],v)===false)break}else for(;H<G;){if(s.apply(j[H++],v)===false)break}else if(K)for(z in j){if(s.call(j[z],
+z,j[z])===false)break}else for(v=j[0];H<G&&s.call(v,H,v)!==false;v=j[++H]);return j},trim:O?function(j){return j==null?"":O.call(j)}:function(j){return j==null?"":j.toString().replace(k,"").replace(o,"")},makeArray:function(j,s){var v=s||[];if(j!=null){var z=b.type(j);j.length==null||z==="string"||z==="function"||z==="regexp"||b.isWindow(j)?M.call(v,j):b.merge(v,j)}return v},inArray:function(j,s){if(s.indexOf)return s.indexOf(j);for(var v=0,z=s.length;v<z;v++)if(s[v]===j)return v;return-1},merge:function(j,
+s){var v=j.length,z=0;if(typeof s.length==="number")for(var H=s.length;z<H;z++)j[v++]=s[z];else for(;s[z]!==B;)j[v++]=s[z++];j.length=v;return j},grep:function(j,s,v){var z=[],H;v=!!v;for(var G=0,K=j.length;G<K;G++){H=!!s(j[G],G);v!==H&&z.push(j[G])}return z},map:function(j,s,v){for(var z=[],H,G=0,K=j.length;G<K;G++){H=s(j[G],G,v);if(H!=null)z[z.length]=H}return z.concat.apply([],z)},guid:1,proxy:function(j,s,v){if(arguments.length===2)if(typeof s==="string"){v=j;j=v[s];s=B}else if(s&&!b.isFunction(s)){v=
+s;s=B}if(!s&&j)s=function(){return j.apply(v||this,arguments)};if(j)s.guid=j.guid=j.guid||s.guid||b.guid++;return s},access:function(j,s,v,z,H,G){var K=j.length;if(typeof s==="object"){for(var Q in s)b.access(j,Q,s[Q],z,H,v);return j}if(v!==B){z=!G&&z&&b.isFunction(v);for(Q=0;Q<K;Q++)H(j[Q],s,z?v.call(j[Q],Q,H(j[Q],s)):v,G);return j}return K?H(j[0],s):B},now:function(){return(new Date).getTime()},uaMatch:function(j){j=j.toLowerCase();j=L.exec(j)||g.exec(j)||i.exec(j)||j.indexOf("compatible")<0&&n.exec(j)||
+[];return{browser:j[1]||"",version:j[2]||"0"}},browser:{}});b.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(j,s){R["[object "+s+"]"]=s.toLowerCase()});m=b.uaMatch(m);if(m.browser){b.browser[m.browser]=true;b.browser.version=m.version}if(b.browser.webkit)b.browser.safari=true;if(D)b.inArray=function(j,s){return D.call(s,j)};if(!/\s/.test("\u00a0")){k=/^[\s\xA0]+/;o=/[\s\xA0]+$/}f=b(t);if(t.addEventListener)u=function(){t.removeEventListener("DOMContentLoaded",u,
+false);b.ready()};else if(t.attachEvent)u=function(){if(t.readyState==="complete"){t.detachEvent("onreadystatechange",u);b.ready()}};return E.jQuery=E.$=b}();(function(){c.support={};var a=t.documentElement,b=t.createElement("script"),d=t.createElement("div"),e="script"+c.now();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],l=t.createElement("select"),
+k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false,
+scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;c.support.optDisabled=!k.disabled;b.type="text/javascript";try{b.appendChild(t.createTextNode("window."+e+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}try{delete b.test}catch(x){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function r(){c.support.noCloneEvent=
+false;d.detachEvent("onclick",r)});d.cloneNode(true).fireEvent("onclick")}d=t.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=t.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var r=t.createElement("div");r.style.width=r.style.paddingLeft="1px";t.body.appendChild(r);c.boxModel=c.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display="inline";r.style.zoom=
+1;c.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="<div style='width:4px;'></div>";c.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";var A=r.getElementsByTagName("td");c.support.reliableHiddenOffsets=A[0].offsetHeight===0;A[0].style.display="";A[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&A[0].offsetHeight===0;r.innerHTML="";t.body.removeChild(r).style.display=
+"none"});a=function(r){var A=t.createElement("div");r="on"+r;var C=r in A;if(!C){A.setAttribute(r,"return;");C=typeof A[r]==="function"}return C};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();var ra={},Ja=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?ra:a;var e=a.nodeType,f=e?a[c.expando]:null,h=
+c.cache;if(!(e&&!f&&typeof b==="string"&&d===B)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==B)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?ra:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando);
+else if(d)delete f[e];else for(var l in a)delete a[l]}},acceptData:function(a){if(a.nodeName){var b=c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){var d=null;if(typeof a==="undefined"){if(this.length){var e=this[0].attributes,f;d=c.data(this[0]);for(var h=0,l=e.length;h<l;h++){f=e[h].name;if(f.indexOf("data-")===0){f=f.substr(5);ka(this[0],f,d[f])}}}return d}else if(typeof a==="object")return this.each(function(){c.data(this,
+a)});var k=a.split(".");k[1]=k[1]?"."+k[1]:"";if(b===B){d=this.triggerHandler("getData"+k[1]+"!",[k[0]]);if(d===B&&this.length){d=c.data(this[0],a);d=ka(this[0],a,d)}return d===B&&k[1]?this.data(k[0]):d}else return this.each(function(){var o=c(this),x=[k[0],b];o.triggerHandler("setData"+k[1]+"!",x);c.data(this,a,b);o.triggerHandler("changeData"+k[1]+"!",x)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var e=
+c.data(a,b);if(!d)return e||[];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===B)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,
+a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var sa=/[\n\t]/g,ha=/\s+/,Sa=/\r/g,Ta=/^(?:href|src|style)$/,Ua=/^(?:button|input)$/i,Va=/^(?:button|input|object|select|textarea)$/i,Wa=/^a(?:rea)?$/i,ta=/^(?:radio|checkbox)$/i;c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",
+colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};c.fn.extend({attr:function(a,b){return c.access(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(x){var r=c(this);r.addClass(a.call(this,x,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ha),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===
+1)if(f.className){for(var h=" "+f.className+" ",l=f.className,k=0,o=b.length;k<o;k++)if(h.indexOf(" "+b[k]+" ")<0)l+=" "+b[k];f.className=c.trim(l)}else f.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(o){var x=c(this);x.removeClass(a.call(this,o,x.attr("class")))});if(a&&typeof a==="string"||a===B)for(var b=(a||"").split(ha),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1&&f.className)if(a){for(var h=(" "+f.className+" ").replace(sa," "),
+l=0,k=b.length;l<k;l++)h=h.replace(" "+b[l]+" "," ");f.className=c.trim(h)}else f.className=""}return this},toggleClass:function(a,b){var d=typeof a,e=typeof b==="boolean";if(c.isFunction(a))return this.each(function(f){var h=c(this);h.toggleClass(a.call(this,f,h.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var f,h=0,l=c(this),k=b,o=a.split(ha);f=o[h++];){k=e?k:!l.hasClass(f);l[k?"addClass":"removeClass"](f)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,
+"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(sa," ").indexOf(a)>-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";
+if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h<e;h++){var l=f[h];if(l.selected&&(c.support.optDisabled?!l.disabled:l.getAttribute("disabled")===null)&&(!l.parentNode.disabled||!c.nodeName(l.parentNode,"optgroup"))){a=c(l).val();if(b)return a;d.push(a)}}return d}if(ta.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Sa,"")}return B}var k=c.isFunction(a);return this.each(function(o){var x=c(this),r=a;if(this.nodeType===1){if(k)r=
+a.call(this,o,x.val());if(r==null)r="";else if(typeof r==="number")r+="";else if(c.isArray(r))r=c.map(r,function(C){return C==null?"":C+""});if(c.isArray(r)&&ta.test(this.type))this.checked=c.inArray(x.val(),r)>=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},
+attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return B;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==B;b=e&&c.props[b]||b;var h=Ta.test(b);if((b in a||a[b]!==B)&&e&&!h){if(f){b==="type"&&Ua.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&
+b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g,Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0};
+c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;else if(!d)return;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var l=a.nodeType?"events":"__events__",k=h[l],o=h.handle;if(typeof k==="function"){o=k.handle;k=k.events}else if(!k){a.nodeType||(h[l]=h=function(){});h.events=k={}}if(!o)h.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,
+arguments):B};o.elem=a;b=b.split(" ");for(var x=0,r;l=b[x++];){h=f?c.extend({},f):{handler:d,data:e};if(l.indexOf(".")>-1){r=l.split(".");l=r.shift();h.namespace=r.slice(0).sort().join(".")}else{r=[];h.namespace=""}h.type=l;if(!h.guid)h.guid=d.guid;var A=k[l],C=c.event.special[l]||{};if(!A){A=k[l]=[];if(!C.setup||C.setup.call(a,e,r,o)===false)if(a.addEventListener)a.addEventListener(l,o,false);else a.attachEvent&&a.attachEvent("on"+l,o)}if(C.add){C.add.call(a,h);if(!h.handler.guid)h.handler.guid=
+d.guid}A.push(h);c.event.global[l]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,l=0,k,o,x,r,A,C,J=a.nodeType?"events":"__events__",w=c.data(a),I=w&&w[J];if(w&&I){if(typeof I==="function"){w=I;I=I.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;o=[];if(!k){o=f.split(".");f=o.shift();x=RegExp("(^|\\.)"+
+c.map(o.slice(0).sort(),Ya).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(A=I[f])if(d){r=c.event.special[f]||{};for(h=e||0;h<A.length;h++){C=A[h];if(d.guid===C.guid){if(k||x.test(C.namespace)){e==null&&A.splice(h--,1);r.remove&&r.remove.call(a,C)}if(e!=null)break}}if(A.length===0||e!=null&&A.length===1){if(!r.teardown||r.teardown.call(a,o)===false)c.removeEvent(a,f,w.handle);delete I[f]}}else for(h=0;h<A.length;h++){C=A[h];if(k||x.test(C.namespace)){c.event.remove(a,r,C.handler,h);A.splice(h--,1)}}}if(c.isEmptyObject(I)){if(b=
+w.handle)b.elem=null;delete w.events;delete w.handle;if(typeof w==="function")c.removeData(a,J);else c.isEmptyObject(w)&&c.removeData(a)}}}}},trigger:function(a,b,d,e){var f=a.type||a;if(!e){a=typeof a==="object"?a[c.expando]?a:c.extend(c.Event(f),a):c.Event(f);if(f.indexOf("!")>=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===
+8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){var l;e=a.target;var k=f.replace(X,""),o=c.nodeName(e,"a")&&k===
+"click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+
+d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var l=d.length;f<l;f++){var k=d[f];if(b||e.test(k.namespace)){a.handler=k.handler;a.data=k.data;a.handleObj=k;k=k.handler.apply(this,h);if(k!==B){a.result=k;if(k===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
+fix:function(a){if(a[c.expando])return a;var b=a;a=c.Event(b);for(var d=this.props.length,e;d;){e=this.props[--d];a[e]=b[e]}if(!a.target)a.target=a.srcElement||t;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=t.documentElement;d=t.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
+d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(a.which==null&&(a.charCode!=null||a.keyCode!=null))a.which=a.charCode!=null?a.charCode:a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==B)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,Y(a.origType,a.selector),c.extend({},a,{handler:Ka,guid:a.handler.guid}))},remove:function(a){c.event.remove(this,
+Y(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,d){if(c.isWindow(this))this.onbeforeunload=d},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.removeEvent=t.removeEventListener?function(a,b,d){a.removeEventListener&&a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent&&a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=
+c.now();this[c.expando]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=ca;var a=this.originalEvent;if(a)if(a.preventDefault)a.preventDefault();else a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=ca;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=ca;this.stopPropagation()},isDefaultPrevented:U,isPropagationStopped:U,isImmediatePropagationStopped:U};
+var va=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},wa=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?wa:va,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?wa:va)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!==
+"form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length){a.liveFired=B;return la("submit",this,arguments)}});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13){a.liveFired=B;return la("submit",this,arguments)}})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var V,
+xa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired=
+B;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",xa(a))}},setup:function(){if(this.type===
+"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ia.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ia.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}t.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){ua[b]++===0&&t.addEventListener(a,d,true)},teardown:function(){--ua[b]===
+0&&t.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=B}var l=b==="one"?c.proxy(f,function(o){c(this).unbind(o,l);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var k=this.length;h<k;h++)c.event.add(this[h],d,l,e)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var d in a)this.unbind(d,
+a[d]);else{d=0;for(var e=this.length;d<e;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,e){return this.live(b,d,e,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var d=c.Event(a);d.preventDefault();d.stopPropagation();c.event.trigger(d,b,this[0]);return d.result}},toggle:function(a){for(var b=arguments,d=
+1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var ya={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,e,f,h){var l,k=0,o,x,r=h||this.selector;h=h?this:c(this.context);if(typeof d===
+"object"&&!d.preventDefault){for(l in d)h[b](l,e,d[l],r);return this}if(c.isFunction(e)){f=e;e=B}for(d=(d||"").split(" ");(l=d[k++])!=null;){o=X.exec(l);x="";if(o){x=o[0];l=l.replace(X,"")}if(l==="hover")d.push("mouseenter"+x,"mouseleave"+x);else{o=l;if(l==="focus"||l==="blur"){d.push(ya[l]+x);l+=x}else l=(ya[l]||l)+x;if(b==="live"){x=0;for(var A=h.length;x<A;x++)c.event.add(h[x],"live."+Y(l,r),{data:e,selector:r,handler:f,origType:l,origHandler:f,preType:o})}else h.unbind("live."+Y(l,r),f)}}return this}});
+c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d,e){if(e==null){e=d;d=null}return arguments.length>0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
+(function(){function a(g,i,n,m,p,q){p=0;for(var u=m.length;p<u;p++){var y=m[p];if(y){var F=false;for(y=y[g];y;){if(y.sizcache===n){F=m[y.sizset];break}if(y.nodeType===1&&!q){y.sizcache=n;y.sizset=p}if(y.nodeName.toLowerCase()===i){F=y;break}y=y[g]}m[p]=F}}}function b(g,i,n,m,p,q){p=0;for(var u=m.length;p<u;p++){var y=m[p];if(y){var F=false;for(y=y[g];y;){if(y.sizcache===n){F=m[y.sizset];break}if(y.nodeType===1){if(!q){y.sizcache=n;y.sizset=p}if(typeof i!=="string"){if(y===i){F=true;break}}else if(k.filter(i,
+[y]).length>0){F=y;break}}y=y[g]}m[p]=F}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,l=true;[0,0].sort(function(){l=false;return 0});var k=function(g,i,n,m){n=n||[];var p=i=i||t;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!g||typeof g!=="string")return n;var q,u,y,F,M,N=true,O=k.isXML(i),D=[],R=g;do{d.exec("");if(q=d.exec(R)){R=q[3];D.push(q[1]);if(q[2]){F=q[3];
+break}}}while(q);if(D.length>1&&x.exec(g))if(D.length===2&&o.relative[D[0]])u=L(D[0]+D[1],i);else for(u=o.relative[D[0]]?[i]:k(D.shift(),i);D.length;){g=D.shift();if(o.relative[g])g+=D.shift();u=L(g,u)}else{if(!m&&D.length>1&&i.nodeType===9&&!O&&o.match.ID.test(D[0])&&!o.match.ID.test(D[D.length-1])){q=k.find(D.shift(),i,O);i=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]}if(i){q=m?{expr:D.pop(),set:C(m)}:k.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&i.parentNode?i.parentNode:i,O);u=q.expr?k.filter(q.expr,
+q.set):q.set;if(D.length>0)y=C(u);else N=false;for(;D.length;){q=M=D.pop();if(o.relative[M])q=D.pop();else M="";if(q==null)q=i;o.relative[M](y,q,O)}}else y=[]}y||(y=u);y||k.error(M||g);if(f.call(y)==="[object Array]")if(N)if(i&&i.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&k.contains(i,y[g])))n.push(u[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&n.push(u[g]);else n.push.apply(n,y);else C(y,n);if(F){k(F,p,n,m);k.uniqueSort(n)}return n};k.uniqueSort=function(g){if(w){h=
+l;g.sort(w);if(h)for(var i=1;i<g.length;i++)g[i]===g[i-1]&&g.splice(i--,1)}return g};k.matches=function(g,i){return k(g,null,null,i)};k.matchesSelector=function(g,i){return k(i,null,null,[g]).length>0};k.find=function(g,i,n){var m;if(!g)return[];for(var p=0,q=o.order.length;p<q;p++){var u,y=o.order[p];if(u=o.leftMatch[y].exec(g)){var F=u[1];u.splice(1,1);if(F.substr(F.length-1)!=="\\"){u[1]=(u[1]||"").replace(/\\/g,"");m=o.find[y](u,i,n);if(m!=null){g=g.replace(o.match[y],"");break}}}}m||(m=i.getElementsByTagName("*"));
+return{set:m,expr:g}};k.filter=function(g,i,n,m){for(var p,q,u=g,y=[],F=i,M=i&&i[0]&&k.isXML(i[0]);g&&i.length;){for(var N in o.filter)if((p=o.leftMatch[N].exec(g))!=null&&p[2]){var O,D,R=o.filter[N];D=p[1];q=false;p.splice(1,1);if(D.substr(D.length-1)!=="\\"){if(F===y)y=[];if(o.preFilter[N])if(p=o.preFilter[N](p,F,n,y,m,M)){if(p===true)continue}else q=O=true;if(p)for(var j=0;(D=F[j])!=null;j++)if(D){O=R(D,p,j,F);var s=m^!!O;if(n&&O!=null)if(s)q=true;else F[j]=false;else if(s){y.push(D);q=true}}if(O!==
+B){n||(F=y);g=g.replace(o.match[N],"");if(!q)return[];break}}}if(g===u)if(q==null)k.error(g);else break;u=g}return F};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var o=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,
+POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,i){var n=typeof i==="string",m=n&&!/\W/.test(i);n=n&&!m;if(m)i=i.toLowerCase();m=0;for(var p=g.length,q;m<p;m++)if(q=g[m]){for(;(q=q.previousSibling)&&q.nodeType!==1;);g[m]=n||q&&q.nodeName.toLowerCase()===
+i?q||false:q===i}n&&k.filter(i,g,true)},">":function(g,i){var n,m=typeof i==="string",p=0,q=g.length;if(m&&!/\W/.test(i))for(i=i.toLowerCase();p<q;p++){if(n=g[p]){n=n.parentNode;g[p]=n.nodeName.toLowerCase()===i?n:false}}else{for(;p<q;p++)if(n=g[p])g[p]=m?n.parentNode:n.parentNode===i;m&&k.filter(i,g,true)}},"":function(g,i,n){var m,p=e++,q=b;if(typeof i==="string"&&!/\W/.test(i)){m=i=i.toLowerCase();q=a}q("parentNode",i,p,g,m,n)},"~":function(g,i,n){var m,p=e++,q=b;if(typeof i==="string"&&!/\W/.test(i)){m=
+i=i.toLowerCase();q=a}q("previousSibling",i,p,g,m,n)}},find:{ID:function(g,i,n){if(typeof i.getElementById!=="undefined"&&!n)return(g=i.getElementById(g[1]))&&g.parentNode?[g]:[]},NAME:function(g,i){if(typeof i.getElementsByName!=="undefined"){for(var n=[],m=i.getElementsByName(g[1]),p=0,q=m.length;p<q;p++)m[p].getAttribute("name")===g[1]&&n.push(m[p]);return n.length===0?null:n}},TAG:function(g,i){return i.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,i,n,m,p,q){g=" "+g[1].replace(/\\/g,
+"")+" ";if(q)return g;q=0;for(var u;(u=i[q])!=null;q++)if(u)if(p^(u.className&&(" "+u.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))n||m.push(u);else if(n)i[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=i[1]+(i[2]||1)-0;g[3]=i[3]-0}g[0]=e++;return g},ATTR:function(g,i,n,
+m,p,q){i=g[1].replace(/\\/g,"");if(!q&&o.attrMap[i])g[1]=o.attrMap[i];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,i,n,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,i);else{g=k.filter(g[3],i,n,true^p);n||m.push.apply(m,g);return false}else if(o.match.POS.test(g[0])||o.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===
+true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===
+g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,i){return i===0},last:function(g,i,n,m){return i===m.length-1},even:function(g,i){return i%2===0},odd:function(g,i){return i%2===1},lt:function(g,i,n){return i<n[3]-0},gt:function(g,i,n){return i>n[3]-0},nth:function(g,i,n){return n[3]-
+0===i},eq:function(g,i,n){return n[3]-0===i}},filter:{PSEUDO:function(g,i,n,m){var p=i[1],q=o.filters[p];if(q)return q(g,n,i,m);else if(p==="contains")return(g.textContent||g.innerText||k.getText([g])||"").indexOf(i[3])>=0;else if(p==="not"){i=i[3];n=0;for(m=i.length;n<m;n++)if(i[n]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+p)},CHILD:function(g,i){var n=i[1],m=g;switch(n){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(n===
+"first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":n=i[2];var p=i[3];if(n===1&&p===0)return true;var q=i[0],u=g.parentNode;if(u&&(u.sizcache!==q||!g.nodeIndex)){var y=0;for(m=u.firstChild;m;m=m.nextSibling)if(m.nodeType===1)m.nodeIndex=++y;u.sizcache=q}m=g.nodeIndex-p;return n===0?m===0:m%n===0&&m/n>=0}},ID:function(g,i){return g.nodeType===1&&g.getAttribute("id")===i},TAG:function(g,i){return i==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===
+i},CLASS:function(g,i){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(g,i){var n=i[1];n=o.attrHandle[n]?o.attrHandle[n](g):g[n]!=null?g[n]:g.getAttribute(n);var m=n+"",p=i[2],q=i[4];return n==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&n!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,i,n,m){var p=o.setFilters[i[2]];
+if(p)return p(g,n,i,m)}}},x=o.match.POS,r=function(g,i){return"\\"+(i-0+1)},A;for(A in o.match){o.match[A]=RegExp(o.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source);o.leftMatch[A]=RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[A].source.replace(/\\(\d+)/g,r))}var C=function(g,i){g=Array.prototype.slice.call(g,0);if(i){i.push.apply(i,g);return i}return g};try{Array.prototype.slice.call(t.documentElement.childNodes,0)}catch(J){C=function(g,i){var n=0,m=i||[];if(f.call(g)==="[object Array]")Array.prototype.push.apply(m,
+g);else if(typeof g.length==="number")for(var p=g.length;n<p;n++)m.push(g[n]);else for(;g[n];n++)m.push(g[n]);return m}}var w,I;if(t.documentElement.compareDocumentPosition)w=function(g,i){if(g===i){h=true;return 0}if(!g.compareDocumentPosition||!i.compareDocumentPosition)return g.compareDocumentPosition?-1:1;return g.compareDocumentPosition(i)&4?-1:1};else{w=function(g,i){var n,m,p=[],q=[];n=g.parentNode;m=i.parentNode;var u=n;if(g===i){h=true;return 0}else if(n===m)return I(g,i);else if(n){if(!m)return 1}else return-1;
+for(;u;){p.unshift(u);u=u.parentNode}for(u=m;u;){q.unshift(u);u=u.parentNode}n=p.length;m=q.length;for(u=0;u<n&&u<m;u++)if(p[u]!==q[u])return I(p[u],q[u]);return u===n?I(g,q[u],-1):I(p[u],i,1)};I=function(g,i,n){if(g===i)return n;for(g=g.nextSibling;g;){if(g===i)return-1;g=g.nextSibling}return 1}}k.getText=function(g){for(var i="",n,m=0;g[m];m++){n=g[m];if(n.nodeType===3||n.nodeType===4)i+=n.nodeValue;else if(n.nodeType!==8)i+=k.getText(n.childNodes)}return i};(function(){var g=t.createElement("div"),
+i="script"+(new Date).getTime(),n=t.documentElement;g.innerHTML="<a name='"+i+"'/>";n.insertBefore(g,n.firstChild);if(t.getElementById(i)){o.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:B:[]};o.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}n.removeChild(g);
+n=g=null})();(function(){var g=t.createElement("div");g.appendChild(t.createComment(""));if(g.getElementsByTagName("*").length>0)o.find.TAG=function(i,n){var m=n.getElementsByTagName(i[1]);if(i[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")o.attrHandle.href=function(i){return i.getAttribute("href",2)};g=null})();t.querySelectorAll&&
+function(){var g=k,i=t.createElement("div");i.innerHTML="<p class='TEST'></p>";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){k=function(m,p,q,u){p=p||t;m=m.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!u&&!k.isXML(p))if(p.nodeType===9)try{return C(p.querySelectorAll(m),q)}catch(y){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var F=p.getAttribute("id"),M=F||"__sizzle__";F||p.setAttribute("id",M);try{return C(p.querySelectorAll("#"+M+" "+m),q)}catch(N){}finally{F||
+p.removeAttribute("id")}}return g(m,p,q,u)};for(var n in g)k[n]=g[n];i=null}}();(function(){var g=t.documentElement,i=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,n=false;try{i.call(t.documentElement,"[test!='']:sizzle")}catch(m){n=true}if(i)k.matchesSelector=function(p,q){q=q.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(p))try{if(n||!o.match.PSEUDO.test(q)&&!/!=/.test(q))return i.call(p,q)}catch(u){}return k(q,null,null,[p]).length>0}})();(function(){var g=
+t.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){o.order.splice(1,0,"CLASS");o.find.CLASS=function(i,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m)return n.getElementsByClassName(i[1])};g=null}}})();k.contains=t.documentElement.contains?function(g,i){return g!==i&&(g.contains?g.contains(i):true)}:t.documentElement.compareDocumentPosition?
+function(g,i){return!!(g.compareDocumentPosition(i)&16)}:function(){return false};k.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var L=function(g,i){for(var n,m=[],p="",q=i.nodeType?[i]:i;n=o.match.PSEUDO.exec(g);){p+=n[0];g=g.replace(o.match.PSEUDO,"")}g=o.relative[g]?g+"*":g;n=0;for(var u=q.length;n<u;n++)k(g,q[n],m);return k.filter(p,m)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=k.getText;c.isXMLDoc=k.isXML;
+c.contains=k.contains})();var Za=/Until$/,$a=/^(?:parents|prevUntil|prevAll)/,ab=/,/,Na=/^.[^:#\[\.,]*$/,bb=Array.prototype.slice,cb=c.expr.match.POS;c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,e=0,f=this.length;e<f;e++){d=b.length;c.find(a,this[e],b);if(e>0)for(var h=d;h<b.length;h++)for(var l=0;l<d;l++)if(b[l]===b[h]){b.splice(h--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,e=b.length;d<e;d++)if(c.contains(this,b[d]))return true})},
+not:function(a){return this.pushStack(ma(this,a,false),"not",a)},filter:function(a){return this.pushStack(ma(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){var d=[],e,f,h=this[0];if(c.isArray(a)){var l,k={},o=1;if(h&&a.length){e=0;for(f=a.length;e<f;e++){l=a[e];k[l]||(k[l]=c.expr.match.POS.test(l)?c(l,b||this.context):l)}for(;h&&h.ownerDocument&&h!==b;){for(l in k){e=k[l];if(e.jquery?e.index(h)>-1:c(h).is(e))d.push({selector:l,elem:h,level:o})}h=
+h.parentNode;o++}}return d}l=cb.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e<f;e++)for(h=this[e];h;)if(l?l.index(h)>-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context):
+c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,
+2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,
+b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Za.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||ab.test(e))&&$a.test(a))f=f.reverse();return this.pushStack(f,a,bb.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===B||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&
+e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/<tbody/i,eb=/<|&#?\w+;/,Ca=/<(?:script|object|embed|option|style)/i,Da=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/\=([^="'>\s]+\/)>/g,P={option:[1,
+"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
+c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==B)return this.empty().append((this[0]&&this[0].ownerDocument||t).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
+wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
+prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
+this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
+return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null;
+else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1></$2>");try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}}else c.isFunction(a)?this.each(function(f){var h=c(this);h.html(a.call(this,f,h.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=
+c(this),e=d.html();d.replaceWith(a.call(this,b,e))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){var e,f,h,l=a[0],k=[];if(!c.support.checkClone&&arguments.length===3&&typeof l==="string"&&Da.test(l))return this.each(function(){c(this).domManip(a,
+b,d,true)});if(c.isFunction(l))return this.each(function(x){var r=c(this);a[0]=l.call(this,x,b?r.html():B);r.domManip(a,b,d)});if(this[0]){e=l&&l.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:c.buildFragment(a,this,k);h=e.fragment;if(f=h.childNodes.length===1?h=h.firstChild:h.firstChild){b=b&&c.nodeName(f,"tr");f=0;for(var o=this.length;f<o;f++)d.call(b?c.nodeName(this[f],"table")?this[f].getElementsByTagName("tbody")[0]||this[f].appendChild(this[f].ownerDocument.createElement("tbody")):
+this[f]:this[f],f>0||e.cacheable||this.length>1?h.cloneNode(true):h)}k.length&&c.each(k,Oa)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:t;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===t&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append",
+prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=d.length;f<h;f++){var l=(f>0?this.clone(true):this).get();c(d[f])[b](l);e=e.concat(l)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||t;if(typeof b.createElement==="undefined")b=b.ownerDocument||
+b[0]&&b[0].ownerDocument||t;for(var f=[],h=0,l;(l=a[h])!=null;h++){if(typeof l==="number")l+="";if(l){if(typeof l==="string"&&!eb.test(l))l=b.createTextNode(l);else if(typeof l==="string"){l=l.replace(Aa,"<$1></$2>");var k=(Ba.exec(l)||["",""])[1].toLowerCase(),o=P[k]||P._default,x=o[0],r=b.createElement("div");for(r.innerHTML=o[1]+l+o[2];x--;)r=r.lastChild;if(!c.support.tbody){x=db.test(l);k=k==="table"&&!x?r.firstChild&&r.firstChild.childNodes:o[1]==="<table>"&&!x?r.childNodes:[];for(o=k.length-
+1;o>=0;--o)c.nodeName(k[o],"tbody")&&!k[o].childNodes.length&&k[o].parentNode.removeChild(k[o])}!c.support.leadingWhitespace&&$.test(l)&&r.insertBefore(b.createTextNode($.exec(l)[0]),r.firstChild);l=r.childNodes}if(l.nodeType)f.push(l);else f=c.merge(f,l)}}if(d)for(h=0;f[h];h++)if(e&&c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script"))));
+d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,l=0,k;(k=a[l])!=null;l++)if(!(k.nodeName&&c.noData[k.nodeName.toLowerCase()]))if(d=k[c.expando]){if((b=e[d])&&b.events)for(var o in b.events)f[o]?c.event.remove(k,o):c.removeEvent(k,o,b.handle);if(h)delete k[c.expando];else k.removeAttribute&&k.removeAttribute(c.expando);delete e[d]}}});var Ea=/alpha\([^)]*\)/i,gb=/opacity=([^)]*)/,hb=/-([a-z])/ig,ib=/([A-Z])/g,Fa=/^-?\d+(?:px)?$/i,
+jb=/^-?\d/,kb={position:"absolute",visibility:"hidden",display:"block"},Pa=["Left","Right"],Qa=["Top","Bottom"],W,Ga,aa,lb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===B)return this;return c.access(this,a,b,true,function(d,e,f){return f!==B?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,
+zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),l=a.style,k=c.cssHooks[h];b=c.cssProps[h]||h;if(d!==B){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!k||!("set"in k)||(d=k.set(a,d))!==B)try{l[b]=d}catch(o){}}}else{if(k&&"get"in k&&(f=k.get(a,false,e))!==B)return f;return l[b]}}},css:function(a,b,d){var e,f=c.camelCase(b),
+h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==B)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=e[f]},camelCase:function(a){return a.replace(hb,lb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=oa(d,b,f);else c.swap(d,kb,function(){h=oa(d,b,f)});if(h<=0){h=W(d,b,b);if(h==="0px"&&aa)h=aa(d,b,b);
+if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f=
+d.filter||"";d.filter=Ea.test(f)?f.replace(Ea,e):d.filter+" "+e}};if(t.defaultView&&t.defaultView.getComputedStyle)Ga=function(a,b,d){var e;d=d.replace(ib,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return B;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};if(t.documentElement.currentStyle)aa=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],h=a.style;if(!Fa.test(f)&&jb.test(f)){d=h.left;
+e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var mb=c.now(),nb=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
+ob=/^(?:select|textarea)/i,pb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,qb=/^(?:GET|HEAD)$/,Ra=/\[\]$/,T=/\=\?(&|$)/,ja=/\?/,rb=/([?&])_=[^&]*/,sb=/^(\w+:)?\/\/([^\/?#]+)/,tb=/%20/g,ub=/#.*$/,Ha=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ha)return Ha.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b===
+"object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(l,k){if(k==="success"||k==="notmodified")h.html(f?c("<div>").append(l.responseText.replace(nb,"")).find(f):l.responseText);d&&h.each(d,[l.responseText,k,l])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&
+!this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})},
+getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html",
+script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),l=qb.test(h);b.url=b.url.replace(ub,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ja.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data||
+!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+mb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var k=E[d];E[d]=function(m){if(c.isFunction(k))k(m);else{E[d]=B;try{delete E[d]}catch(p){}}f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);r&&r.removeChild(A)}}if(b.dataType==="script"&&b.cache===null)b.cache=
+false;if(b.cache===false&&l){var o=c.now(),x=b.url.replace(rb,"$1_="+o);b.url=x+(x===b.url?(ja.test(b.url)?"&":"?")+"_="+o:"")}if(b.data&&l)b.url+=(ja.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");o=(o=sb.exec(b.url))&&(o[1]&&o[1].toLowerCase()!==location.protocol||o[2].toLowerCase()!==location.host);if(b.dataType==="script"&&h==="GET"&&o){var r=t.getElementsByTagName("head")[0]||t.documentElement,A=t.createElement("script");if(b.scriptCharset)A.charset=b.scriptCharset;
+A.src=b.url;if(!d){var C=false;A.onload=A.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);A.onload=A.onreadystatechange=null;r&&A.parentNode&&r.removeChild(A)}}}r.insertBefore(A,r.firstChild);return B}var J=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!l||a&&a.contentType)w.setRequestHeader("Content-Type",
+b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}o||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(I){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&&
+c.triggerGlobal(b,"ajaxSend",[w,b]);var L=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){J||c.handleComplete(b,w,e,f);J=true;if(w)w.onreadystatechange=c.noop}else if(!J&&w&&(w.readyState===4||m==="timeout")){J=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d||
+c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&Function.prototype.call.call(g,w);L("abort")}}catch(i){}b.async&&b.timeout>0&&setTimeout(function(){w&&!J&&L("timeout")},b.timeout);try{w.send(l||b.data==null?null:b.data)}catch(n){c.handleError(b,w,null,n);c.handleComplete(b,w,e,f)}b.async||L();return w}},param:function(a,b){var d=[],e=function(h,l){l=c.isFunction(l)?l():l;d[d.length]=
+encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess",
+[b,a])},handleComplete:function(a,b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),
+e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}});
+if(E.ActiveXObject)c.ajaxSettings.xhr=function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var ea={},vb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,ba,pa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show",
+3),a,b,d);else{d=0;for(var e=this.length;d<e;d++){a=this[d];b=a.style.display;if(!c.data(a,"olddisplay")&&b==="none")b=a.style.display="";b===""&&c.css(a,"display")==="none"&&c.data(a,"olddisplay",qa(a.nodeName))}for(d=0;d<e;d++){a=this[d];b=a.style.display;if(b===""||b==="none")a.style.display=c.data(a,"olddisplay")||""}return this}},hide:function(a,b,d){if(a||a===0)return this.animate(S("hide",3),a,b,d);else{a=0;for(b=this.length;a<b;a++){d=c.css(this[a],"display");d!=="none"&&c.data(this[a],"olddisplay",
+d)}for(a=0;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b,d){var e=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||e?this.each(function(){var f=e?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(S("toggle",3),a,b,d);return this},fadeTo:function(a,b,d,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d,e)},animate:function(a,b,d,e){var f=c.speed(b,
+d,e);if(c.isEmptyObject(a))return this.each(f.complete);return this[f.queue===false?"each":"queue"](function(){var h=c.extend({},f),l,k=this.nodeType===1,o=k&&c(this).is(":hidden"),x=this;for(l in a){var r=c.camelCase(l);if(l!==r){a[r]=a[l];delete a[l];l=r}if(a[l]==="hide"&&o||a[l]==="show"&&!o)return h.complete.call(this);if(k&&(l==="height"||l==="width")){h.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(c.css(this,"display")==="inline"&&c.css(this,"float")==="none")if(c.support.inlineBlockNeedsLayout)if(qa(this.nodeName)===
+"inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}else this.style.display="inline-block"}if(c.isArray(a[l])){(h.specialEasing=h.specialEasing||{})[l]=a[l][1];a[l]=a[l][0]}}if(h.overflow!=null)this.style.overflow="hidden";h.curAnim=c.extend({},a);c.each(a,function(A,C){var J=new c.fx(x,h,A);if(vb.test(C))J[C==="toggle"?o?"show":"hide":C](a);else{var w=wb.exec(C),I=J.cur()||0;if(w){var L=parseFloat(w[2]),g=w[3]||"px";if(g!=="px"){c.style(x,A,(L||1)+g);I=(L||
+1)/J.cur()*I;c.style(x,A,I+g)}if(w[1])L=(w[1]==="-="?-1:1)*L+I;J.custom(I,L,g)}else J.custom(I,C,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b,
+d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a*
+Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(l){return f.step(l)}
+var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;
+this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide||
+this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=
+c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},interval:13,stop:function(){clearInterval(ba);ba=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===
+b.elem}).length};var xb=/^t(?:able|d|h)$/i,Ia=/^(?:body|html)$/i;c.fn.offset="getBoundingClientRect"in t.documentElement?function(a){var b=this[0],d;if(a)return this.each(function(l){c.offset.setOffset(this,a,l)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);try{d=b.getBoundingClientRect()}catch(e){}var f=b.ownerDocument,h=f.documentElement;if(!d||!c.contains(h,b))return d||{top:0,left:0};b=f.body;f=fa(f);return{top:d.top+(f.pageYOffset||c.support.boxModel&&
+h.scrollTop||b.scrollTop)-(h.clientTop||b.clientTop||0),left:d.left+(f.pageXOffset||c.support.boxModel&&h.scrollLeft||b.scrollLeft)-(h.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(x){c.offset.setOffset(this,a,x)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d,e=b.offsetParent,f=b.ownerDocument,h=f.documentElement,l=f.body;d=(f=f.defaultView)?f.getComputedStyle(b,null):b.currentStyle;
+for(var k=b.offsetTop,o=b.offsetLeft;(b=b.parentNode)&&b!==l&&b!==h;){if(c.offset.supportsFixedPosition&&d.position==="fixed")break;d=f?f.getComputedStyle(b,null):b.currentStyle;k-=b.scrollTop;o-=b.scrollLeft;if(b===e){k+=b.offsetTop;o+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&xb.test(b.nodeName))){k+=parseFloat(d.borderTopWidth)||0;o+=parseFloat(d.borderLeftWidth)||0}e=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"){k+=
+parseFloat(d.borderTopWidth)||0;o+=parseFloat(d.borderLeftWidth)||0}d=d}if(d.position==="relative"||d.position==="static"){k+=l.offsetTop;o+=l.offsetLeft}if(c.offset.supportsFixedPosition&&d.position==="fixed"){k+=Math.max(h.scrollTop,l.scrollTop);o+=Math.max(h.scrollLeft,l.scrollLeft)}return{top:k,left:o}};c.offset={initialize:function(){var a=t.body,b=t.createElement("div"),d,e,f,h=parseFloat(c.css(a,"marginTop"))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",
+height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.insertBefore(b,a.firstChild);d=b.firstChild;e=d.firstChild;f=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=e.offsetTop!==5;this.doesAddBorderForTableAndCells=
+f.offsetTop===5;e.style.position="fixed";e.style.top="20px";this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15;e.style.position=e.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==h;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.css(a,
+"marginTop"))||0;d+=parseFloat(c.css(a,"marginLeft"))||0}return{top:b,left:d}},setOffset:function(a,b,d){var e=c.css(a,"position");if(e==="static")a.style.position="relative";var f=c(a),h=f.offset(),l=c.css(a,"top"),k=c.css(a,"left"),o=e==="absolute"&&c.inArray("auto",[l,k])>-1;e={};var x={};if(o)x=f.position();l=o?x.top:parseInt(l,10)||0;k=o?x.left:parseInt(k,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+l;if(b.left!=null)e.left=b.left-h.left+k;"using"in b?b.using.call(a,
+e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Ia.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||t.body;a&&!Ia.test(a.nodeName)&&
+c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==B)return this.each(function(){if(h=fa(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=fa(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();
+c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(l){var k=c(this);k[d](e.call(this,l,k[d]()))});if(c.isWindow(f))return f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b];else if(f.nodeType===9)return Math.max(f.documentElement["client"+
+b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]);else if(e===B){f=c.css(f,d);var h=parseFloat(f);return c.isNaN(h)?f:h}else return this.css(d,typeof e==="string"?e:e+"px")}})})(window);
Index: releases/1.0.0/designs/form.tpl
===================================================================
--- releases/1.0.0/designs/form.tpl (nonexistent)
+++ releases/1.0.0/designs/form.tpl (revision 14234)
@@ -0,0 +1,80 @@
+<!--##
+<NAME>Online Form - Section Template</NAME>
+<DESC>Online Form</DESC>
+<SECTION>Pages</SECTION>
+##-->
+<inp2:m_include template="elements/dynamic_forms.elm"/>
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper">
+ <article class="col1"><h2><inp2:st_ContentBlock num="1"/></h2></article>
+ <article class="col2 pad_left1"><h2><inp2:st_ContentBlock num="2"/></h2></article>
+ </div>
+ </div>
+
+ <div class="box pad_bot1">
+ <div class="pad marg_top">
+
+ <article class="col1">
+
+ <inp2:st_ContentBlock num="3"/>
+
+ <form method="post" action="<inp2:m_Link m_cat_id="0" m_cat_page="1"/>" id="ContactForm">
+ <div>
+
+ <inp2:formsubs_PresetFormFields/>
+
+ <inp2:m_if check="formsubs_HasError" field="any">
+ <div class="wrapper red"><inp2:m_RenderElement name="error_message" /></div>
+ </inp2:m_if>
+
+ <inp2:formflds_PrintList render_as="form_field" SourcePrefix="formsubs" per_page="-1"/>
+
+ <inp2:m_if check="form_Field" name="UseSecurityImage" db="db">
+ <inp2:m_RenderElement name="inp_edit_captcha" prefix="formsubs"/>
+ </inp2:m_if>
+
+ <a href="javascript:;" class="button" style="" onclick="document.getElementById('ContactForm').submit();"><inp2:m_Phrase label='lu_btn_Send'/></a>
+ <a href="javascript:;" class="button" onclick="document.getElementById('ContactForm').reset();"><inp2:m_Phrase label='lu_btn_Clear'/></a>
+
+ <input type="hidden" name="events[formsubs][OnCreate]" value="1"/>
+ <input type="hidden" name="<inp2:formsubs_InputName field="FormId"/>" value="<inp2:m_Get var="form_id"/>"/>
+ <input type="hidden" name="form_id" value="<inp2:m_Get var="form_id"/>"/>
+ <input type="hidden" name="success_template" value="<inp2:st_Field name="FormSubmittedTemplate"/>"/>
+
+ </div>
+ </form>
+
+ <inp2:st_ContentBlock num="4"/>
+
+ </article>
+
+ <article class="col2 pad_left1">
+ <div class="wrapper">
+ <p class="cols pad_bot3">
+ <inp2:st_ContentBlock num="5"/>
+ </p>
+ <p class="pad_bot3">
+ <inp2:st_ContentBlock num="6"/>
+ </p>
+ </div>
+ <h2><inp2:st_ContentBlock num="7"/></h2>
+ <p class="pad_bot3"><inp2:st_ContentBlock num="8"/></p>
+ </article>
+
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page4"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/designs/.smsignore
===================================================================
--- releases/1.0.0/designs/.smsignore (nonexistent)
+++ releases/1.0.0/designs/.smsignore (revision 14234)
@@ -0,0 +1 @@
+.*\.tpl
\ No newline at end of file
Index: releases/1.0.0/designs/default_design.des.tpl
===================================================================
--- releases/1.0.0/designs/default_design.des.tpl (nonexistent)
+++ releases/1.0.0/designs/default_design.des.tpl (revision 14234)
@@ -0,0 +1,40 @@
+<inp2:m_CheckSSL/><inp2:m_DefaultParam body_pageid="page2"/>
+<!DOCTYPE html>
+<html lang="<inp2:lang.current_Field name='Locale' db='1'/>">
+ <head>
+ <title><inp2:m_GetConfig name="Site_Name"/> &mdash; <inp2:st_PageInfo type="title"/></title>
+ <inp2:m_Include template="elements/html_head.elm" strip_nl="2"/>
+ <inp2:m_Include template="elements/content_boxes.elm" strip_nl="2"/> <!--## includes system elements ##-->
+ </head>
+
+ <body id="<inp2:m_Param name='body_pageid'/>">
+
+ <!--## System tag please do not remove ##-->
+ <inp2:st_EditPage mode="start"/>
+
+ <div class="main">
+
+ <header>
+ <inp2:m_Include template="elements/header.elm" />
+ </header>
+
+ <section id="content">
+ <div class="wrapper">
+ <inp2:m_RenderElement name="content"/>
+ </div>
+ </section>
+
+ <footer>
+ <inp2:m_Include template="elements/footer.elm" />
+ </footer>
+
+ </div>
+ <!--footer end-->
+
+ <inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
+
+ <inp2:m_Include template="elements/tracking.elm" />
+
+ <script type="text/javascript"> Cufon.now(); </script>
+ </body>
+</html>
\ No newline at end of file
Index: releases/1.0.0/designs/general.tpl
===================================================================
--- releases/1.0.0/designs/general.tpl (nonexistent)
+++ releases/1.0.0/designs/general.tpl (revision 14234)
@@ -0,0 +1,33 @@
+<!--##
+<NAME>General - Section Template</NAME>
+<DESC>General</DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <div class="pad">
+ <div class="wrapper"><h2><inp2:st_PageInfo type="title"/></h2></div>
+ </div>
+
+ <div class="box pad_bot1 bot">
+ <div class="pad marg_top">
+
+ <inp2:st_ContentBlock num="1"/>
+
+ <inp2:st_ContentBlock num="2"/>
+
+ </div>
+ </div>
+
+ <div class="wrapper pad_bot4">
+ <inp2:st_ContentBlock num="101" page="index"/>
+ </div>
+
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" body_pageid="page2"/>
+<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: releases/1.0.0/elements/captcha_image.elm.tpl
===================================================================
--- releases/1.0.0/elements/captcha_image.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/captcha_image.elm.tpl (revision 14234)
@@ -0,0 +1 @@
+<inp2:m_CaptchaImage/>
\ No newline at end of file
Index: releases/1.0.0/elements/html_head.elm.tpl
===================================================================
--- releases/1.0.0/elements/html_head.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/html_head.elm.tpl (revision 14234)
@@ -0,0 +1,50 @@
+<inp2:m_if check="c.current_Field" name="MetaKeywords">
+ <meta name="Keywords" content="<inp2:c.current_Field name='MetaKeywords'/>"/>
+<inp2:m_else/>
+ <meta name="Keywords" content="<inp2:m_GetConfig name='Category_MetaKey'/>"/>
+</inp2:m_if>
+<inp2:m_if check="c.current_Field" name="MetaDescription">
+ <meta name="Description" content="<inp2:c.current_Field name='MetaDescription'/>"/>
+<inp2:m_else/>
+ <meta name="Description" content="<inp2:m_GetConfig name='Category_MetaDesc'/>"/>
+</inp2:m_if>
+<meta name="author" content="<inp2:m_GetConfig name='Site_Name'/>"/>
+<meta http-equiv="content-type" content="text/html; charset=<inp2:lang.current_Field name='Charset'/>" />
+
+<link rel="icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
+
+<!--## CSS ##-->
+<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/reset.css|inc/layout.css|inc/styles.css'/>" media="all" charset="<inp2:lang.current_Field name='Charset'/>"/>
+
+<!--## JS FOR ADMIN ##-->
+<inp2:st_EditingScripts/>
+
+<!--## JS FOR FRONT ##-->
+<inp2:m_ifnot check="m_GetConst" name="EDITING_MODE">
+ <!--## EXCLUDE THIS JS WHEN IN ADMIN ##-->
+ <script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/jquery-1.4.4.min.js"></script>
+</inp2:m_ifnot>
+
+<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/jcookie.js"></script>
+<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/cufon-yui.js"></script>
+<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/cufon-replace.js"></script>
+<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/Myriad_Pro_400.font.js"></script>
+<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/Myriad_Pro_700.font.js"></script>
+<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/Myriad_Pro_600.font.js"></script>
+
+<inp2:m_Comment>
+<!--[if lt IE 9]>
+ <script type="text/javascript" src="<inp2:m_TemplatesBase/>inc/js/ie6_script_other.js"></script>
+ <script type="text/javascript" src="<inp2:m_TemplatesBase/>inc/js/html5.js"></script>
+<![endif]-->
+</inp2:m_Comment>
+
+<!--##
+<script type="text/javascript">
+
+$(document).ready(function() {
+ $('li.active').prev('li').addClass('beforeactive');
+});
+</script>
+##-->
Index: releases/1.0.0/elements/header.elm.tpl
===================================================================
--- releases/1.0.0/elements/header.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/header.elm.tpl (revision 14234)
@@ -0,0 +1,32 @@
+<!--##
+<inp2:m_DefineElement name="lang_elem" no_editing="1">
+ <inp2:m_if check="SelectedLanguage">
+ <span><inp2:Field name="LocalName"/></span>
+ <inp2:m_else/>
+ <a href="<inp2:LanguageLink/>"><inp2:Field name="LocalName"/></a>
+ </inp2:m_if>
+ <inp2:m_ifnot check="m_Param" name="is_last"> | </inp2:m_ifnot>
+</inp2:m_DefineElement>
+
+<inp2:lang_ListLanguages render_as="lang_elem" no_table="1"/>
+##-->
+
+<div class="wrapper">
+ <h1><a href="<inp2:m_Link template="index" m_cat_id="0" />" id="logo" title="<inp2:m_GetConfig name="Site_Name"/>"><inp2:m_GetConfig name="Site_Name"/></a></h1>
+ <form id="search" action="<inp2:m_Link template='search' use_section='1'/>" method="get">
+ <div class="bg">
+ <input type="submit" class="submit" value="">
+ <input type="text" class="input" name="keywords" value="">
+ <inp2:m_GetFormHiddens template="search" />
+ </div>
+ </form>
+</div>
+
+<inp2:m_Include template="elements/navigation_menu.elm" />
+
+<div class="wrapper">
+ <div class="text">
+ <span class="text1"><inp2:m_Phrase label="lu_text_PromoHeader1"/></span>
+ <inp2:st_ContentBlock num="100" page="index"/>
+ </div>
+</div>
\ No newline at end of file
Index: releases/1.0.0/elements/content_boxes.elm.tpl
===================================================================
--- releases/1.0.0/elements/content_boxes.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/content_boxes.elm.tpl (revision 14234)
@@ -0,0 +1,28 @@
+<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content_box" type="text">
+ <h2 class="movable-header"><inp2:m_param name="header"/></h2>
+ <div class="<inp2:m_Param name="type"/>">
+ <inp2:m_param name="content"/>
+ </div>
+</inp2:m_DefineElement>
+<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
+
+<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="side_box" type="">
+ <div class="<inp2:m_Param name="type"/>">
+ <h3 class="movable-header"><inp2:m_param name="header"/></h3>
+ <dl>
+ <inp2:m_param name="content"/>
+ </dl>
+ </div>
+</inp2:m_DefineElement>
+<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
+
+<!--## DEFAULT CONTENT-TOP ELEMENT ##-->
+<inp2:m_DefineElement name="default_content_banner" no_editing="1">
+
+ <!-- default banners -->
+ <inp2:st_ContentBlock num="101" page="index"/>
+ <!-- //default banners -->
+
+</inp2:m_DefineElement>
\ No newline at end of file
Index: releases/1.0.0/elements/dynamic_forms.elm.tpl
===================================================================
--- releases/1.0.0/elements/dynamic_forms.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/dynamic_forms.elm.tpl (revision 14234)
@@ -0,0 +1,79 @@
+<inp2:m_DefineElement name="form_field_text">
+<div class="bg">
+ <input type="text" class="input" name="<inp2:CustomInputName/>" id="<inp2:Field name='FieldName'/>" value="<inp2:SubmissionTag tag="Field"/>" <inp2:m_param name="field_params" /> tabindex="0"/>
+</div>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="error_message">
+ <inp2:m_phrase name="lu_AProblemInForm"/><br /><br />
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_field_password">
+<div class="bg">
+ <input type="password" class="field" primarytype="password" name="<inp2:CustomInputName/>" id="<inp2:CustomInputName/>" value="" tabindex="0"/>
+ <input type="password" class="field" name="<inp2:CustomInputName verify="1"/>" id="verify_<inp2:CustomInputName verify="1"/>" value="" tabindex="0"/>
+<div class="bg">
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_field_option">
+ <option value="<inp2:m_param name="key"/>"<inp2:m_param name="selected"/>><inp2:m_param name="option"/></option>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_field_select">
+<div class="bg">
+ <select name="<inp2:CustomInputName/>" id="<inp2:Field name='FieldName'/>" class="input-select" tabindex="0">
+ <inp2:SubmissionTag tag="PredefinedOptions" field="$field" block="form_field_option" selected_param="selected" selected=" selected='selected'"/>
+ </select>
+</div>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_field_checkbox">
+ <input type="hidden" id="<inp2:CustomInputName/>" name="<inp2:CustomInputName/>" value="<inp2:SubmissionTag tag="Field" field="$field" db="db"/>">
+ <input type="checkbox" id="_cb_<inp2:m_param name="field"/>" name="_cb_<inp2:m_param name="field"/>" <inp2:SubmissionTag tag="Field" checked="checked" db="db"/> class="fieldcheckbox"/>" onclick="document.getElementById('<inp2:CustomInputName/>').value = this.checked ? 1:0">
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_field_textarea">
+<div class="bg2">
+ <textarea name="<inp2:CustomInputName/>" id="<inp2:Field name='FieldName'/>" class="fieldtextarea" <inp2:m_param name="field_params" /> cols="40" rows="5"><inp2:SubmissionTag tag="Field" field="$field" /></textarea>
+</div>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_radio_item">
+ <input type="radio" <inp2:m_param name="checked"/> name="<inp2:m_param name="field_name"/>" id="<inp2:m_param name="field_name"/>_<inp2:m_param name="key"/>" value="<inp2:m_param name="key"/>"><label for="<inp2:m_param name="field_name"/>_<inp2:m_param name="key"/>"><inp2:m_param name="option"/></label>&nbsp;
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_field_radio">
+ <em>
+ <inp2:SubmissionTag tag="PredefinedOptions" field="$field" block="form_radio_item" selected="checked"/>
+</em>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="form_field">
+<div class="wrapper">
+ <label for="<inp2:Field name='FieldName'/>" <inp2:m_if check="SubmissionTag" tag="HasError">class="red"</inp2:m_if>>
+ <inp2:Field name="FieldLabel" plus_or_as_label="1"/>&nbsp;<inp2:m_if check="FieldEquals" field="Required" value="1"><span class="red">*</span></inp2:m_if>:
+ </label>
+ <inp2:ConfigFormElement field="Value" blocks_prefix="form_field_" element_type_field="ElementType" value_list_field="ValueList" />
+
+ <inp2:m_if check="SubmissionTag" tag="HasError">
+ <inp2:m_ifnot check="Field" name="ElementType" db="1" equals_to="textarea">
+ <span class="field-error"><inp2:SubmissionTag tag="Error"/></span>
+ </inp2:m_ifnot>
+ </inp2:m_if>
+</div>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="inp_edit_captcha" style="" title="lu_fld_Captcha" no_editing="1" is_last="0">
+<div class="wrapper">
+ <label for="<inp2:{$prefix}_InputName field='Captcha'/>" class="long-label <inp2:m_if check="{$prefix}_HasError" field="Captcha">red</inp2:m_if>">
+ <inp2:m_phrase label="$title"/>&nbsp;<inp2:m_if check="{$prefix}_IsRequired" field="Captcha"><span class="red">*</span></inp2:m_if>:
+ </label>
+ <div class="bg">
+ <input type="text" class="input-short" name="<inp2:{$prefix}_InputName field="Captcha"/>" value="<inp2:{$prefix}_Field field="Captcha"/>">
+ </div>
+ <img class="captcha-image" src="<inp2:m_Link template="elements/captcha_image.elm" var="{$prefix}_captcha_code" w="150" h="30"/>" alt="<inp2:m_Phrase name="$title" no_editing="1"/>"/>
+ <inp2:m_if check="{$prefix}_HasError" field="Captcha">
+ <span class="field-error"><inp2:{$prefix}_Error field="Captcha"/></span>
+ </inp2:m_if>
+</div>
+</inp2:m_DefineElement>
\ No newline at end of file
Index: releases/1.0.0/elements/footer.elm.tpl
===================================================================
--- releases/1.0.0/elements/footer.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/footer.elm.tpl (revision 14234)
@@ -0,0 +1,5 @@
+&copy; <inp2:lang.current_CurrentDate format="Y"/> <inp2:m_GetConfig name="Site_Name"/><br/>
+<a href="http://www.templatemonster.com/" target="_blank">Website template</a> designed by TemplateMonster.com<br/>
+Powered by <a href="http://www.in-portal.com" target="_blank">In-Portal &mdash; Open Source CMS</a>
+
+<inp2:m_RegisterPageHit/>
\ No newline at end of file
Index: releases/1.0.0/elements/tracking.elm.tpl
===================================================================
--- releases/1.0.0/elements/tracking.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/tracking.elm.tpl (revision 14234)
@@ -0,0 +1,3 @@
+<!-- Tracking Code Starts-->
+<inp2:st_PageInfo type="tracking"/>
+<!-- Tracking Code Ends -->
\ No newline at end of file
Index: releases/1.0.0/elements/navigation_menu.elm.tpl
===================================================================
--- releases/1.0.0/elements/navigation_menu.elm.tpl (nonexistent)
+++ releases/1.0.0/elements/navigation_menu.elm.tpl (revision 14234)
@@ -0,0 +1,9 @@
+<inp2:m_DefineElement name="menu_element" no_editing="1">
+<li <inp2:m_if check="m_Param" name="active">id="menu_active"</inp2:m_if> class="<inp2:m_if check="m_Param" name="is_first">alpha </inp2:m_if><inp2:m_if check="m_Param" name="is_last">omega </inp2:m_if>">
+ <a href="<inp2:m_Link template='$template' m_cat_id='$cat_id' use_section='$use_section' m_cat_page='1'/>" title="<inp2:m_Param name="title"/>"><span><span><inp2:m_Param name="title"/></span></span></a>
+</li>
+</inp2:m_DefineElement>
+
+<ul id="menu">
+ <inp2:st_CachedMenu render_as="menu_element" category_id="1"/>
+</ul>
\ No newline at end of file
Index: releases/1.0.0/img/bg_cont.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/bg_cont.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/menu_left.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/menu_left.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/left_menu.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/left_menu.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/bg_img1.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/bg_img1.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/bg_img2.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/bg_img2.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/button_bg.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/button_bg.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/line_ver1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/line_ver1.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/bg_textarea.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/bg_textarea.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/right_menu_active.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/right_menu_active.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/menu_right_active.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/menu_right_active.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/bg_top2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/bg_top2.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/button_form.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/button_form.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/menu_active.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/menu_active.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/logo.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/logo.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/menu_right.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/menu_right.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/marker_1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/marker_1.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/right_menu.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/right_menu.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/marker_2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/marker_2.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/marker_3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/marker_3.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/menu.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/menu.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/search.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/bg_input.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/bg_input.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/left_menu_active.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/left_menu_active.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/menu_left_active.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/menu_left_active.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: releases/1.0.0/img/bg_top.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: releases/1.0.0/img/bg_top.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property

Event Timeline