Commit d8587d17 by Motohisa Nakano

リリース用環境整備

parent 2ad8deee
......@@ -2,3 +2,6 @@
_bk/
abvw.zip
_config/
ob/
*.gz
*.zip
# directory index file list
DirectoryIndex login.html index.html
# mimetype
AddType image/svg+xml .svg
AddType video/mp4 .mov
# favicon
AddType image/x-icon .ico
<Files favicon.ico>
ErrorDocument 404 ./favicon.ico
</Files>
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript" src="./abvw/common/js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="./abvw/common/js/jquery-ui-1.8.23.custom.min.js"></script>
<!--<script src="abvw/common/js/common.js" type="text/javascript"></script>-->
<script type="text/javascript">
function ShowLocalStorage() {
$("#divLocalStorage").html("");
$("#divLocalStorage").append("<h3>Local Storage List</h3>");
var localStorageKeys = Object.keys(localStorage);
for (var nIndex = 0; nIndex < localStorageKeys.length; nIndex++) {
var strKey = localStorageKeys[nIndex];
var item = "";
item += "<div>";
item += "<li>" + strKey + "<br/>->" + localStorage.getItem(strKey) + "</li>";
item += "</div>";
$("#divLocalStorage").append(item);
}
}
function ShowSessionStorage() {
$("#divSessionStorage").html("");
$("#divSessionStorage").append("<h3>Session Storage List</h3>");
var sessionStorageKeys = Object.keys(sessionStorage);
for (var nIndex = 0; nIndex < sessionStorageKeys.length; nIndex++) {
var strKey = sessionStorageKeys[nIndex];
var item = "";
item += "<div>";
item += "<li>" + strKey + "<br/>->" + sessionStorage.getItem(strKey) + "</li>";
item += "</div>";
$("#divSessionStorage").append(item);
}
}
$(document).ready(function () {
$("#btnShowLocalStorage").click(function () { ShowLocalStorage(); });
$("#btnClearLocalStorage").click(function () { localStorage.clear(); ShowLocalStorage(); });
$("#btnShowSessionStorage").click(function () { ShowSessionStorage(); });
$("#btnClearSessionStorage").click(function () { sessionStorage.clear(); ShowSessionStorage(); });
$("#btnSetLocal").attr('disabled', 'disabled');
$("#btnSetSession").click(function () {
var strKey = $("#txtKey1").val() + "";
var strValue = $("#txtValue1").val() + "";
if (strKey != "") {
sessionStorage.setItem(strKey, strValue);
}
});
});
</script>
</head>
<body>
<h1>Local</h1> <br />
Key: <input type="text" id="txtKey" />&nbsp;Value: <input type="text" id="txtValue" /><button id="btnSetLocal">Set local</button>
<br />
<h1>Session</h1> <br />
Key: <input type="text" id="txtKey1" />&nbsp;Value: <input type="text" id="txtValue1" /><button id="btnSetSession">Set session</button>
<table>
<tr>
<td style="vertical-align: top;">
<button id="btnShowLocalStorage" >Show local storage</button>
<button id="btnClearLocalStorage" >Clear local storage</button>
<div id="divLocalStorage">
<h3>Local Storage List</h3>
</div>
</td>
<td style="vertical-align: top;">
<button id="btnShowSessionStorage" >Show session storage</button>
<button id="btnClearSessionStorage" >Clear session storage</button>
<div id="divSessionStorage">
<h3>Session Storage List</h3>
</div>
</td>
</tr>
</table>
</body>
</html>
SetEnvIf Referer "^http://web3\.agentec\.jp/web_test/ob/" RefererCheck
Order deny,allow
Deny from all
Allow from env=RefererCheck
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link type="text/css" rel="stylesheet" href="./common/css/screen.css"/>
<link type="text/css" rel="stylesheet" href="css/common.css" />
<link type="text/css" rel="stylesheet" href="css/list_shiori.css" />
<link type="text/css" rel="stylesheet" href="css/tab.css" />
<link type="text/css" rel="stylesheet" href="css/header.css" />
<link type="text/css" rel="stylesheet" href="css/delete_shiori.css" />
<link href="css/backup.css" rel="stylesheet" type="text/css" />
<link type="text/css" rel="stylesheet" href="./common/css/default.css"/>
<link type="text/css" rel="stylesheet" href="./common/css/screenLock.css"/>
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="common/js/screenLock.js" type="text/javascript"></script>
<script src="./js/header.js" type="text/javascript"></script>
<script src="./js/bookmark.js" type="text/javascript"></script>
<script type="text/javascript" src="./common/js/gotop.js"></script>
<title>Bookmark | ABook Viewer For Web</title>
</head>
<body id="list">
<p id="gotop" class="go_top">
<a href="#"> </a>
</p>
<header>
<div class="cnt_header">
<a class="logo" href="javascript:void(0);" onclick="avwScreenMove(ScreenIds.Home)"> </a>
<div class="menu_language">
<ul>
<li><label class="lang" lang="txtLoginUser">こんにちは</label><label id="login-username"> </label></li>
<li class="jp" id="language-jp"><a href="#">日本語</a></li>
<li class="eng" id="language-en"><a href="#">English</a></li>
<li class="kor" id="language-kr"><a href="#">한글</a></li>
<li style="padding-left:0;"><input id="searchbox-key" type="text" placeholder="キーワードを入力してください"></li>
<div id="header-searchbox">
<input type="radio" id="searchbox-content" name="searchbox-searchtype" value="1" checked /><span id="searchbox-content-header" class="lang" lang="txtCtnNm">コンテンツ名</span><br/>
<input type="radio" id="searchbox-tag" name="searchbox-searchtype" value="2" /><span class="lang" id="searchbox-tag-header" lang="txtTag">タグ</span><br/>
<input type="radio" id="searchbox-body" name="searchbox-searchtype" value="3" /><span class="lang" id="searchbox-body-header" lang="txtContTxt">本文</span><br/>
<a class="blue lang" href="#" id="searchbox-search" lang="txtSearch">検索</a>
</div>
</ul>
<p class="button">
<a style="margin-right:0;" class="blue lang" href="#" id="dspLogout" lang="dspLogout">ログアウト</a>
<a class="blue lang" href="#" lang="dspSetting" id="dspSetting">設定変更</a>
<a class="blue lang" href="#" lang="dspViewHistory" id="dspViewHistory">閲覧履歴</a>
<a class="blue lang" href="#" id="dspShiori" lang="dspShiori">しおり</a>
<a class="blue lang" id="dspHome" lang="dspHome" href="#">ホーム</a>
</p>
</div>
</div>
</header>
<section class="sectionbackup1 " id="dlgConfirmBackup1">
<h1><label class="lang" lang="txtBackupTitle">バックアップ確認</label></h1>
<p class="message"><label lang="txtLogoutBkMsg" class="lang">ログアウトする前にバックアップしますか?</label></p>
<p class="notice">
<input type="checkbox" id="chkRememberBackup" />
<span class="lang" lang="txtLogoutOptBkCfm">今回の行動を記憶し、次回から確認せずに、同じことをする。</span><br/>
</p>
<p class="backupbtn">
<a class="cancel lang" href="#" lang="dspBkCancel" id="dlgConfirmBackup-withoutbackup">バックアップしないでログアウト</a>
<a class="ok lang" href="#" id="dlgConfirmBackup-backup" lang="dspBkOK">バックアップしてログアウト</a>
</p>
</section>
<div class="wrapper">
<div id="main">
<article id="articleMain" class="articleMain">
<div id="sortingDiv" class="tops">
<ul>
<li><span class="lang" lang="txtSort">並べ替え</span><b>|</b></li>
<li><a id="dspTitleNm" lang="dspTitleNm" class="lang">タイトル名</a>
<span id="txtTitleNmAsc"></span><span id="txtTitleNmDesc"></span><b>|</b></li>
<li><a id="dspTitleNmKn" lang="dspTitleNmKn" class="lang">タイトル名(かな)</a>
<span id="txtTitleNmKnAsc"></span><span id="txtTitleNmKnDesc"></span><b id="dspTitleNmKn_Seperate">|</b></li>
<li><a id="dspPubDt" class="lang" lang="dspRegDt">登録日</a>
<span id="txtPubDtAsc"></span><span id="txtPubDtDesc"></span></li>
</ul>
</div>
<section id="pnlTop" class='top'>
<a class="delete lang" id="dspDelete" lang="dspDelete">削除</a>
</section>
<div class="shioriNotExist lang" id="msgShioriNotExists" lang="msgShioriNotExists"></div>
<section id="bottom">
<a class="delete lang" id="dspDelete1" lang="dspDelete">削除</a>
</section>
</article>
</div>
</div>
<!-- Delete panel [start]-->
<section class="sectionDeleteConfirm" id="delete_shiori">
<h1 class="lang" lang="txtDeleteConfirmTitle">しおり削除確認</h1>
<p class="message lang" lang="dspShioriDelConf">設定されているしおりを削除しますか?</p>
<p class="deletebtn"><a id="dspConfirmOK" lang="dspOK" class="ok lang">OK</a><a id="dspCancel" lang="dspCancel" class="cancel lang">キャンセル</a></p>
</section>
<!-- Delete panel [end] -->
<footer>
<div class="border">
<div class="cnt_footer">
COPYRIGHT © 2012 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</body>
</html>
@charset('utf-8');
/*
* {
font-family: "メイリオ", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif";
font-size: 12pt;
-webkit-font-smoothing: antialiased;
}
*/
/**
* システムエラーメッセージスタイル
*/
.toast-container {
z-index: 90001;
}
.toast-item {
border-radius: 10px;
}
.toast-position-middle-center {
margin-left: -250px;
width: 500px;
}
/*! jQuery UI - v1.8.19 - 2012-04-16
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
.ui-autocomplete { position: absolute; cursor: default; }
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
/*
* jQuery UI Menu 1.8.19
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
list-style:none;
padding: 2px;
margin: 0;
display:block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }
/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/
top: -4px; /*must have*/
left: -4px; /*must have*/
width: 200px; /*must have*/
height: 200px; /*must have*/
}
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(../../img/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(../../img/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(../../img/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../../img/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../../img/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../../img/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../../img/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../img/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../../img/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../../img/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../../img/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../img/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../../img/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../../img/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../img/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(../../img/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(../../img/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
\ No newline at end of file
/* PowerTip Plugin */
#powerTip {
cursor: default;
background-color: #333; /* fallback for browsers that dont support rgba */
background-color: rgba(0, 0, 0, 0.4);
border-radius: 6px;
color: #FFF;
display: none;
padding: 10px;
position: absolute;
white-space: nowrap;
z-index: 2;
font-size:11px;
}
#powerTip.n:before, #powerTip.e:before, #powerTip.s:before, #powerTip.w:before,
#powerTip.ne:before, #powerTip.nw:before, #powerTip.se:before, #powerTip.sw:before {
content: "";
position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
border-right: 5px solid transparent;
border-left: 5px solid transparent;
left: 50%;
margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
margin-top: -5px;
top: 50%;
}
#powerTip.n:before {
/*border-top: 10px solid rgba(0, 0, 0, 0.8);*/
bottom: -10px;
}
#powerTip.e:before {
border-right: 10px solid rgba(0, 0, 0, 0.8);
left: -10px;
}
#powerTip.s:before {
/*border-bottom: 10px solid rgba(0, 0, 0, 0.8);*/
top: -10px;
}
#powerTip.w:before {
border-left: 10px solid rgba(0, 0, 0, 0.8);
right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
border-right: 10px solid transparent;
border-left: 0;
left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
border-left: 10px solid transparent;
border-right: 0;
right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
top: -10px;
}
.toast-container {
width: 280px;
z-index: 9999;
}
* html .toast-container {
position: absolute;
}
.toast-item {
height: auto;
background: #333;
opacity: 0.9;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
color: #eee;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 6px;
padding-right: 6px;
font-family: lucida Grande;
font-size: 14px;
border: 2px solid #999;
display: block;
position: relative;
margin: 0 0 12px 0;
}
.toast-item p {
text-align: left;
margin-left: 50px;
}
.toast-item-close {
background:url(./images/close.gif);
width:22px;
height:22px;
position: absolute;
top:7px;
right:7px;
}
.toast-item-image {
width:32px;
height: 32px;
position: absolute;
top: 50%;
margin-top: -16px;
left: 10px;
}
.toast-item-image-notice {
background:url(./images/notice.png);
}
.toast-item-image-success {
background:url(./images/success.png);
}
.toast-item-image-warning {
background:url(./images/warning.png);
}
.toast-item-image-error {
background:url(./images/error.png);
}
/**
* toast types
*
* pattern: toast-type-[value]
* where 'value' is the real value of the plugin option 'type'
*
*/
.toast-type-notice {
color: white;
}
.toast-type-success {
color: white;
}
.toast-type-warning {
color: white;
border-color: #FCBD57;
}
.toast-type-error {
color: white;
border-color: #B32B2B;
}
/**
* positions
*
* pattern: toast-position-[value]
* where 'value' is the real value of the plugin option 'position'
*
*/
.toast-position-top-left {
position: fixed;
left: 20px;
top: 20px;
}
.toast-position-top-center {
position: fixed;
top: 20px;
left: 50%;
margin-left: -140px;
}
.toast-position-top-right {
position: fixed;
top: 20px;
right: 20px;
}
.toast-position-middle-left {
position: fixed;
left: 20px;
top: 50%;
margin-top: -40px;
}
.toast-position-middle-center {
position: fixed;
left: 50%;
margin-left: -140px;
margin-top: -40px;
top: 50%;
}
.toast-position-middle-right {
position: fixed;
right: 20px;
margin-left: -140px;
margin-top: -40px;
top: 50%;
}
.treeview, .treeview ul {
padding: 10px;
margin: 0;
list-style: none;
}
.treeview
{
white-space: nowrap;
overflow-x: auto;
}
.treeview ul {
background-color: white;
margin-top: 4px;
}
.treeview .hitarea {
background: url('../../img/branch/treeview-default.gif') -64px -25px no-repeat;
height: 16px;
width: 16px;
margin-left: -16px;
float: left;
cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
display: inline;
float:none;
}
.treeview li {
margin: 0;
padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
background-color: #eee;
}
#treecontrol { margin: 1em 0; display: none; }
/*.treeview .hover { color: red; cursor: pointer; }*/
.treeview .hover { color: red; cursor: pointer; text-decoration: underline;}
.treeview li { background: url('../../img/treeview/treeview-default-line.gif') 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url('../../img/branch/treeview-default.gif'); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url('../../img/treeview/treeview-red-line.gif'); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url('../../img/treeview/treeview-red.gif'); }
.treeview-black li { background-image: url('../../img/treeview/treeview-black-line.gif'); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url('../../img/treeview/treeview-black.gif'); }
.treeview-gray li { background-image: url('../../images/treeview/treeview-gray-line.gif'); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url('../../img/treeview/treeview-gray.gif'); }
.treeview-famfamfam li { background-image: url('../../img/treeview/treeview-famfamfam-line.gif'); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url('../../img/treeview/treeview-famfamfam.gif'); }
.treeview .placeholder {
background: url('../../img/treeview/ajax-loader.gif') 0 0 no-repeat;
height: 16px;
width: 16px;
display: block;
}
.filetree li { padding: 3px 0 2px 16px; }
/*.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block;}*/
.filetree span.folder { background: url('../../img/treeview/folder.gif') 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url('../../img/treeview/folder-closed.gif') 0 0 no-repeat; }
.filetree span.file { background: url('../../img/treeview/file.gif') 0 0 no-repeat; }
/*
Edit new 2012-10-04 - Delivery
*/
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; cursor: pointer; }
span.file:hover { text-decoration: underline;}
\ No newline at end of file
html, body {height:100%; margin: 0; padding: 0; }
html>body {
font-size: 16px;
font-size: 68.75%;
} /* Reset Base Font Size */
body {
font-family: Verdana, helvetica, arial, sans-serif;
font-size: 68.75%;
background: #fff;
color: #333;
}
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
#main { padding: 1em; }
a img { border: none; }
\ No newline at end of file
@charset('utf-8');
/**
* screen lock style definition
*/
.screenLock {
font-size: 10pt;
-webkit-font-smoothing: antialiased;
}
.screenLock-content img {
margin: 0 auto;
width: 128px;
height: 128px;
}
.screenLock-error {
color: #f33;
margin: 8px auto;
}
#passwd-txt {
font-size: 10pt;
width: 180px;
}
.ime-inactive
{
ime-mode: inactive;
}
.ime-disabled
{
ime-mode: disabled;
}
\ No newline at end of file
#slideWrapper
{
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
.gallery-image
{
width: 80%;
margin: 0 auto;
margin-top:1%;
height: 65%;
box-shadow: 0px 2px 8px 0px #999;
position: relative;
overflow: hidden;
}
.slideshow-control
{
width: 10%;
}
.gallery-thumb
{
width: 100%;
margin: 0 auto;
margin-top: 2%;
height: 20%;
}
#selector-img
{
height: 100%;
width: 80%;
/*overflow: hidden;*/
margin: 0 auto;
position: relative;
left: 20px;
}
#control-prev
{
float: left;
}
#control-next
{
float: right;
clear:none;
clear:none;
position: relative;
top: -100%;
}
.main-control
{
width: 10%;
height: 100%;
opacity: 0.65;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
background-color: #AAAAAA;
}
#main-control-prev
{
float: left;
background-color: gray;
z-index: 1;
position: relative;
background-image: url('../../img/main_previous.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
#main-control-next
{
float: right;
clear:none;
background-color: gray;
z-index: 1;
position: relative;
top: -100%;
background-image: url('../../img/main_next.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.slideshow-control img
{
height:50%;
width: 50%;
margin-top: 40%;
}
#control-prev img
{
float:right;
}
#main-img
{
background-color: black;
height:100%;
width: 100%;
z-index: 0;
position: relative;
}
.mainThumbnail
{
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 100%;
width: 100%;
position: absolute;
display: block;
}
.thumbnail
{
width: 15%;
height: 100%;
padding: 2px;
margin: 0% 1%;
display: block;
vertical-align: middle;
box-shadow: 0px 2px 8px 0px #ccc;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
border:3px solid #fff;
background-color: black;
float: left;
clear: none;
position: relative;
}
.first
{
margin-left: 23px;
}
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('3 182=6(){8.81=204.81;8.26=204.26;8.65=161(8.26);8.251=162(8.26);8.250=6(){10(8.65=="110")};8.249=6(){10(8.65=="117")};8.252=6(){10(8.65=="112")};8.255=6(){10(8.65=="113")};8.254=6(){10(8.65=="116")};6 161(26){5(26.36().38("110")>=0){10"110"}5(26.36().38("117")>=0){5(26.36().38("112")>=0){10"112"}5(26.36().38("113")>=0){10"113"}10"117"}5(26.36().38("116")>=0){10"116"}10"164"};6 162(26){5(26.36().38("159")>=0){10"159"}5(26.36().38("160")>=0){10"160"}5(26.36().38("166")>=0){5(26.36().38("165")>=0){10"165"}10"166"}5(26.36().38("163")>=0){10"163"}10"164"}};3 43=6(){8.54="247";8.52=8.83()};43.30.83=6(){3 11=13.73;3 12=22;3 37=22;5(11){3 12=11.60(8.54);5(!12){12="{}";}37=75.99(12)}10 37};43.30.131=6(19,12){5(!8.52){8.52=8.83()}3 46=8.52;5(!46){46={19:12}}17{46[19]=12}3 11=13.73;5(11){3 153=75.151(46);11.76(8.54,153)}8.52=46};43.30.104=6(19){5(!8.52){8.52=8.83()}3 46=8.52;5(46){10 46[19]}10 22};43.30.156=6(105){3 11=13.73;3 24="<61>";5(11){3 12=11.60(8.54);5(12){3 37=75.99(12);$.154(37,6(108,126){24=24+"<98>"+108+"</98>:"+126+"<177 />"})}24=24+"</61>";$(105).178(24)}};43.30.256=6(){3 11=13.73;3 123=[];5(11){3 12=11.60(8.54);5(12){3 37=75.99(12);3 16=0;$.154(37,6(108,126){123[16++]=108})}10 123}10 22};43.30.152=6(19){3 11=13.73;5(11){3 12=11.60(8.54);5(12){3 37=75.99(12);5(37){265 37[19];11.76(8.54,75.151(37))}}}};43.30.270=6(){3 11=13.73;5(11){11.152(8.54)}};3 47=6(){8.51=27};47.30.71=6(87){8.51=27;5(87==\'179\'){3 12=22;269{12=8.136(\'71\')}264(94){12=22}259{5(12){8.51=32}}}17{8.131("71",33 206().258());8.51=32}};47.30.131=6(19,12){3 11=13.55;5(11){5(8.51==27){5(19=="71"){11.76("128"+19,12)}17{157 33 158("155 257.")}}17{11.76("128"+19,12)}}};47.30.104=6(19){3 12=22;5(8.51){12=8.136(19)}17{157 33 158("155 263.")}10 12};47.30.136=6(19){3 11=13.55;3 12=22;5(11){12=11.60("128"+19)}10 12};47.30.180=6(){3 11=13.55;5(11){11.220();8.51=27}};47.30.156=6(105){3 11=13.55;3 24="<61>";5(11){78(3 16=0;16<11.62;16++){3 19=11.19(16);3 12=11.60(19);24=24+"<98>"+19+"</98>:"+12+"<177 />"}24=24+"</61>";$(105).178(24)}};3 40=22;3 95=22;3 91=22;3 138=22;$(6(){3 79=13.79.223().36();3 84=\'\';5(79.38(\'/175\')<0){84=\'./175/176/74/80/181.74\'}17{84=\'./176/74/80/181.74\'}$.137({31:84,45:27,147:27,132:\'74\',18:6(35){138=35},14:6(72,69,68){3 14=\'234 240 83 237 238 227 185. 228 225 226.\';14+=\'\\39\'+72.107+\' \'+69+\' \'+68+\' : \'+84;232(14)}});214()});6 53(){10 138};6 230(){5(91==22){91=33 182()}10 91};6 169(){5(!40){3 96=33 47();96.71(\'179\');5(96.51){40=96;10 40}17{10 22}}10 40};6 324(){5(40){40.180()}17{40=33 47();40.71()}10 40};6 328(87){3 170=169();5(!170){3 24=\'<41 127="49-111-14">\'+\'<41 167="168:173; 48:100%; 42:100%;">\'+\'<41 167="168:173-316; 77-174:186; 313-174:208;">\'+\'<61><171>314</171>320。</61>\'+\'<41><172 127="49-148-146">318</172></41>\'+\'</41></41></41>\';$(\'34\').341(24);$(\'#49-111-14\').106({\'342\':\'#343\',\'211\':1,\'121\':\'183\',\'195\':\'0\',\'196\':\'0\',\'48\':$(13).48(),\'42\':$(13).42(),\'194\':\'#340\',\'345\':\'346\'});$(13).192(6(){$(\'#49-111-14\').106({\'48\':$(13).48(),\'42\':$(13).42()})});3 90;5(87){90=87}17{3 149=53();90=149.339}$(\'#49-148-146\').337(6(){13.79=90});10 27}10 32};6 335(){5(95==22){95=33 43()}10 95};6 89(88){78(3 16=1;16<143.62;16++){3 141=33 334("\\\\{"+(16-1)+"\\\\}","344");88=88.312(141,143[16])}10 88};6 283(20,28,29,21,18,14){3 25=53();82(25.15,20,28,29,21,32,18,14)};6 284(20,28,29,21,18,14){3 25=53();82(25.15,20,28,29,21,27,18,14)};6 287(31,20,28,29,21,18,14){82(31,20,28,29,21,32,18,14)};6 290(31,20,28,29,21,18,14){82(31,20,28,29,21,27,18,14)};6 82(31,20,28,29,21,45,18,14){3 25=53();3 15;5(!31){15=25.15}17{15=31}5(20){15=89(15,20)}15=15+\'/\'+28+\'/\';$.288.289=32;$.137({45:(45)?45:27,29:(29)?29:\'104\',31:15,147:27,132:\'74\',35:21,275:32,198:6(59){59.58(\'63-70-139\',25.81);59.58(\'63-70-133\',25.125)},18:6(35){5(18){18(35)}},14:6(72,69,68){5(14){14(72,69,68)}17{129()}}})};3 276=6(){8.144=6(130){3 124=[];78(3 16=0;16<130.62;16++){124[16]=130.273(16)&274}10 150.277.280(150,124)};8.279=6(85,102){3 92;3 140;3 135=\'97\';5(102){92=8.142(85)}17{3 101=8.144(85);92=305(101);140=101.306(0,9);135=8.145(140)}10\'35:187/\'+135+\';119,\'+92};8.145=6(86){5(86.109(/^\\311/)){10\'97\'}17 5(86.109(/^308/)||86.109(/^309/)){10\'302\'}17 5(86.109(/^\\296\\293/)){10\'294\'}17{10\'97\'}};8.142=6(85){3 67=33 114("301.298");67.299(\'<?67 300="1.0" ?> <297/>\');67.202.323("295:310","307:304-303-292:278");3 66=67.281("185-66");66.132="101.119";66.282=85;67.202.291(66);3 193=66.77;10 193}};6 286(20,21,18,14){3 25=53();3 28=\'285\';3 15;15=25.15;5(20){15=89(15,20)}15=15+\'/\'+28+\'/\';3 209=\'216=\'+21.216+\'&212=\'+21.212+\'&218=\'+21.218;15+=\'?\'+209+\'&336=32\';3 23;3 102=27;5(13.114){23=33 114(\'338.333\');102=32}17{23=33 332()}23.319(\'104\',15);23.58(\'63-70-139\',25.81);23.58(\'63-70-133\',25.125);23.321=6(){5(23.317==4){5(23.107==200){3 120;120=\'35:187/97;119,\'+23.315;5(18){18(120)}}17{5(14){14(23,23.107,23.191)}17{205.207(23.107+\' \'+23.191)}}}};23.322()};6 329(20,21,45,18,14){3 25=53();3 28=\'331\';3 15;15=25.15;5(20){15=89(15,20)}15=15+\'/\'+28+\'/\';3 34=\'\';3 64=\'\';3 50=33 206();64=\'------------------------\'+50.330()+(50.327()+1)+50.326()+50.325()+50.272()+50.239()+50.229();78(3 16=0;16<21.62;16++){3 57=21[16];34+=\'--\'+64+\'\\56\\39\';34+=\'122-231: 215-35; 190="\'+57.190+\'"\';5(57.201){34+=\'; 233="\'+57.201+\'"\\56\\39\'}17{34+=\'\\56\\39\'}5(57.197){34+=\'122-199="\'+57.197+\'"\\56\\39\'}34+=\'\\56\\39\';34+=57.236+\'\\56\\39\'}34+=\'--\'+64+\'--\\56\\39\';$.137({45:(45)?45:27,29:\'235\',31:15,35:34,198:6(59){59.58(\'63-70-139\',25.81);59.58(\'63-70-133\',25.125);59.58(\'122-199\',\'221/215-35; 64=\'+64);},18:6(35){5(18){18(35)}},14:6(72,69,68){5(14){14(72,69,68)}17{129()}}})};6 222(77){103=0;78(16=0;16<77.62;16++){39=224(77.219(16));5(39.62<4){103++}17{103+=2}}10 103};3 93=\'261\';6 129(){5(189()){10}17{203()}3 188=213(\'262\');3 24=\'<41 127="49-80-14"></41>\';$(\'34\').260(24);$(\'#49-80-14\').106({\'211\':0.7,\'121\':\'183\',\'195\':\'0\',\'196\':\'0\',\'48\':$(13).48(),\'42\':$(13).42(),\'194\':\'#271\',\'268-266\':267});$(13).192(6(){$(\'#49-80-14\').106({\'48\':$(13).48(),\'42\':$(13).42()})});$().184({121:\'208-186\'});$().184(\'245\',{29:\'14\',246:32,77:188});};6 189(){3 44=13.55;3 134=27;5(44){134=44.60(93)}10(134==\'32\')};6 203(){3 44=13.55;5(44){44.76(93,32)}};6 214(){3 44=13.55;5(44){44.76(93,27)}};6 244(){13.217=6(118){3 115=213(\'241\');3 94=118||13.118;5(94){94.242=115}10 115}};6 243(31){13.217=22;13.79=31};6 248(210){5(53().253){205.207(210)}};',10,347,'|||var||if|function||this||return|storage|value|window|error|apiUrl|i|else|success|key|accountPath|params|null|xmlHttp|tags|sysSettings|userAgent|false|apiName|type|prototype|url|true|new|body|data|toLowerCase|js|indexOf|n|avwUserSessionObj|div|height|UserSetting|session|async|values|UserSession|width|avw|date|available|userSetting|avwSysSetting|US_KEY|sessionStorage|r|item|setRequestHeader|xhr|getItem|p|length|X|boundary|os|node|xml|errorThrown|txtStatus|AGT|init|xmlHttpRequest|localStorage|json|JSON|setItem|text|for|location|sys|appName|_callCmsApi|load|sysFile|binaryData|header|option|fmt|format|returnPage|avwUserEnvObj|b64Data|hasErrorKey|e|avwUserSettingObj|obj|png|b|parse||bin|ie|count|get|elmid|css|status|k|match|windows|auth|ipad|iphone|ActiveXObject|message|android|mac|event|base64|src|position|Content|keyList|bytes|appVersion|v|id|AVWS_|showSystemError|filestream|set|dataType|AppVersion|isError|imgType|_get|ajax|avwSysSettingObj|AppId|imgHeader|reg|base64encodeForIE|arguments|convBinaryToString|checkImageType|ok|cache|unauth|sysSetting|String|stringify|remove|jsonStr|each|Session|show|throw|Error|msie|firefox|checkOS|checkBrowser|opera|unknown|chrome|safari|style|display|avwUserSession|userSession|h4|button|table|align|abvw|common|br|html|restore|destroy|conf|UserEnvironment|fixed|toastmessage|file|center|image|errMes|avwHasError|name|statusText|resize|base64encoded_text|background|top|left|contentType|beforeSend|Type||fileName|documentElement|avwSetErrorState|navigator|console|Date|log|middle|requestParams|msg|opacity|sid|i18nText|avwClearError|form|contentId|onbeforeunload|pageNo|charAt|clear|multipart|getByte|toString|escape|check|it|configuration|Please|getSeconds|avwUserEnv|Disposition|alert|filename|Could|post|content|the|system|getHours|not|sysInfoWithoutLogout|returnValue|avwScreenMove|avwSetLogoutNortice|showToast|sticky|AVWUS|avwLog|isMac|isWindows|browser|isIpad|debug|isAndroid|isIphone|keys|destoryed|toLocaleString|finally|append|AVW_HASERR|sysErrorCallApi01|Destroyed|catch|delete|index|90000|z|try|removeAll|999|getDay|charCodeAt|0xff|crossDomain|ImageDataScheme|fromCharCode|datatypes|convImageToDataScheme|apply|createElement|nodeTypedValue|avwCmsApi|avwCmsApiSync|webContentPageImage|avwGrabContentPageImage|avwCmsApiWithUrl|support|cors|avwCmsApiSyncWithUrl|appendChild|com|xd8|jpeg|xmlns|xff|root|XMLDOM|loadXML|version|Microsoft|gif|microsoft|schemas|btoa|substring|urn|GIF87a|GIF89a|dt|x89PNG|replace|vertical|認証エラー|responseText|cell|readyState|OK|open|ログインしてからご利用ください|onreadystatechange|send|setAttribute|avwCreateUserSession|getFullYear|getMinutes|getMonth|avwCheckLogin|avwUploadBackupFile|getMilliseconds|uploadBackupFile|XMLHttpRequest|XMLHTTP|RegExp|avwUserSetting|isBase64|click|Msxml2|loginPage|ccc|prepend|color|fff|g|zIndex|10000'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('15 280={327:1,380:2,379:1,395:2,387:"389",391:"394",384:"383",386:"316",381:"397",390:0,393:1,396:2,325:392};15 385={378:37,388:39,439:188,438:190,437:13,440:219,443:221};15 442={436:\'./../323.82\',431:\'430.82\',429:\'432.82\',435:\'434.82\',433:\'454.82\',453:\'455.82\',451:\'447.82\'};15 6={74:\'74\',76:\'76\',156:\'156\',149:\'149\',159:\'159\',130:\'130\',174:\'174\',68:\'68\',372:\'372\',150:\'150\',146:\'146\',145:\'145\',147:\'147\',154:\'154\',155:\'155\',148:\'148\',56:\'56\',63:\'63\',59:\'59\',162:\'162\',158:\'158\',251:\'450\',169:\'169\',151:\'151\',152:\'152\',153:\'153\',170:\'170\',71:\'285\',232:\'449\',237:\'448\',249:\'428\',241:\'423\',131:\'422\',171:\'171\',136:\'136\',178:\'178\',179:\'179\',137:\'137\',198:\'419\',195:\'417\',202:\'418\',217:\'416\',207:\'413\',214:\'414\',199:\'415\',200:\'420\',180:\'180\',239:\'425\',175:\'175\',238:\'426\',236:\'427\',244:\'424\',240:\'421\',246:\'402\',228:\'403\',229:\'404\',233:\'401\',176:\'176\',177:\'177\',231:\'398\',234:\'399\',160:\'160\',161:\'161\',235:\'400\',226:\'405\',224:\'410\',227:\'411\',230:\'412\',138:\'138\',133:\'133\',134:\'134\',135:\'135\',142:\'142\',143:\'143\',97:\'328\',70:\'409\',197:\'406\',192:\'382\',196:\'407\',107:\'408\',108:\'444\',103:\'445\',88:\'88\',102:\'446\',105:\'456\',204:\'457\',144:\'144\',139:\'139\',140:\'140\',141:\'141\',172:\'172\',78:\'78\'};11 374(){21.41="";21.55=0;21.165="";21.164="";21.163=32 38()};11 342(){21.41="";21.55=0;21.129=-1;21.128=-1;21.132=""};11 375(){21.41="";21.55=-1;21.126=""};11 294(){21.41="";21.89=32 38();21.96=33;21.113=0;21.299=4};11 458(){15 51=[];15 254={115:1,10:[]};15 259={115:2,10:[]};15 258={115:3,10:[]};46(15 19=0;19<27.56().16;19++){15 337={41:27.56()[19].41,55:27.56()[19].55,165:27.56()[19].165,164:27.56()[19].164,163:27.56()[19].163};258.10.72(337)}51.72(258);46(15 19=0;19<27.63().16;19++){15 335={41:27.63()[19].41,55:27.63()[19].55,126:27.63()[19].126};259.10.72(335)}51.72(259);46(15 19=0;19<27.59().16;19++){15 340={41:27.59()[19].41,55:27.59()[19].55,129:27.59()[19].129,128:27.59()[19].128,132:27.59()[19].132};254.10.72(340)}51.72(254);12 51};11 452(341){15 10=341;15 81=27.59();81.114();27.59(81);81=27.63();81.114();27.63(81);81=27.56();81.114();27.56(81);15 271=[];15 273=[];15 277=[];46(15 19=0;19<10.16;19++){15 40=10[19];14(40.115==1){46(15 36=0;36<40.10.16;36++){15 44=32 342();44.41=40.10[36].41;44.55=40.10[36].55;44.129=40.10[36].129;44.128=40.10[36].128;44.132=40.10[36].132;277.72(44)}}14(40.115==2){46(15 36=0;36<40.10.16;36++){15 44=32 375();44.41=40.10[36].41;44.55=40.10[36].55;44.126=40.10[36].126;271.72(44)}}14(40.115==3){46(15 36=0;36<40.10.16;36++){15 44=32 374();44.41=40.10[36].41;44.55=40.10[36].55;44.165=40.10[36].165;44.164=40.10[36].164;44.163=40.10[36].163;273.72(44)}}}27.56(273);27.63(271);27.59(277);12 10};11 20(278,30,275){14(278.16>0){15 10=278[0];157.26(30,10);17.26(30,67.173(10))}18{14(17.22(30)!=\'23\'&&17.22(30)!=23&&17.22(30)!=\'\'&&17.22(30)!=33&&17.22(30)!=\'33\'){14(157.260(30)==57){12 67.116(17.22(30))}18{12 275}}18{14(157.260(30)==57){17.26(30,67.173(157.22(30)));12 67.116(17.22(30))}12 275}}};15 27={74:11(10){14(8.16>0){17.26(6.74,67.173(10))}18{14(17.22(6.74)!=\'23\'&&17.22(6.74)!=23&&17.22(6.74)!=\'\'&&17.22(6.74)!=33&&17.22(6.74)!=\'33\'){12 67.116(17.22(6.74))}12 1}},70:11(10){14(8.16>0){42().26(6.70,10)}18{12 42().22(6.70)}},441:11(10){14(8.16>0){42().26(6.71,10)}18{12 42().22(6.71)}},97:11(10){14(8.16>0){42().26(6.97,10)}18{12 42().22(6.97)}},197:11(10){14(8.16>0){42().26(6.197,10)}18{12 42().22(6.197)}},159:11(10){14(8.16>0){20(8,6.159,[])}18{12 20(8,6.159,[])}},162:11(10){14(8.16>0){20(8,6.162,[])}18{12 20(8,6.162,[])}},130:11(10){14(8.16>0){20(8,6.130,[])}18{12 20(8,6.130,[])}},158:11(10){14(8.16>0){20(8,6.158,[])}18{12 20(8,6.158,[])}},148:11(10){14(8.16>0){20(8,6.148,[])}18{12 20(8,6.148,[])}},56:11(10){14(8.16>0){20(8,6.56,[])}18{12 20(8,6.56,[])}},63:11(10){14(8.16>0){20(8,6.63,[])}18{12 20(8,6.63,[])}},68:11(10){14(8.16>0){20(8,6.68,[])}18{12 20(8,6.68,[])}},59:11(10){14(8.16>0){20(8,6.59,[])}18{12 20(8,6.59,[])}},149:11(10){14(8.16>0){20(8,6.149,23)}18{12 20(8,6.149,23)}},150:11(10){14(8.16>0){20(8,6.150,23)}18{12 20(8,6.150,23)}},145:11(10){14(8.16>0){20(8,6.145,23)}18{12 20(8,6.145,23)}},146:11(10){14(8.16>0){20(8,6.146,23)}18{12 20(8,6.146,23)}},147:11(10){14(8.16>0){20(8,6.147,23)}18{12 20(8,6.147,23)}},154:11(10){14(8.16>0){20(8,6.154,23)}18{12 20(8,6.154,23)}},155:11(10){14(8.16>0){20(8,6.155,23)}18{12 20(8,6.155,23)}},251:11(10){14(8.16>0){20(8,6.251,23)}18{12 20(8,6.251,23)}},156:11(10){14(8.16>0){20(8,6.156,23)}18{12 20(8,6.156,23)}},151:11(10){14(8.16>0){20(8,6.151,23)}18{12 20(8,6.151,23)}},152:11(10){14(8.16>0){20(8,6.152,23)}18{12 20(8,6.152,23)}},153:11(10){14(8.16>0){20(8,6.153,23)}18{12 20(8,6.153,23)}},136:11(10){14(8.16>0){20(8,6.136,23)}18{12 20(8,6.136,23)}},137:11(10){14(8.16>0){20(8,6.137,23)}18{12 20(8,6.137,23)}},138:11(10){14(8.16>0){20(8,6.138,23)}18{12 20(8,6.138,23)}},133:11(10){14(8.16>0){20(8,6.133,23)}18{12 20(8,6.133,23)}},134:11(10){14(8.16>0){20(8,6.134,23)}18{12 20(8,6.134,23)}},135:11(10){14(8.16>0){20(8,6.135,23)}18{12 20(8,6.135,23)}},142:11(10){14(8.16>0){20(8,6.142,23)}18{12 20(8,6.142,23)}},143:11(10){14(8.16>0){20(8,6.143,23)}18{12 20(8,6.143,23)}},192:11(10){14(8.16>0){20(8,6.192,23)}18{12 20(8,6.192,23)}},196:11(10){14(8.16>0){20(8,6.196,23)}18{12 20(8,6.196,23)}},107:11(10){14(8.16>0){20(8,6.107,23)}18{12 20(8,6.107,23)}},108:11(10){14(8.16>0){20(8,6.108,23)}18{12 20(8,6.108,23)}},103:11(10){14(8.16>0){20(8,6.103,23)}18{12 20(8,6.103,23)}},88:11(10){14(8.16>0){20(8,6.88,23)}18{12 20(8,6.88,23)}},102:11(10){14(8.16>0){20(8,6.102,23)}18{12 20(8,6.102,23)}},105:11(10){14(8.16>0){20(8,6.105,23)}18{12 20(8,6.105,23)}},204:11(10){14(8.16>0){20(8,6.204,23)}18{12 20(8,6.204,23)}},144:11(10){14(8.16>0){20(8,6.144,23)}18{12 20(8,6.144,23)}},139:11(10){14(8.16>0){20(8,6.139,23)}18{12 20(8,6.139,23)}},140:11(10){14(8.16>0){20(8,6.140,23)}18{12 20(8,6.140,23)}},141:11(10){14(8.16>0){20(8,6.141,23)}18{12 20(8,6.141,23)}},172:11(10){14(8.16>0){20(8,6.172,23)}18{12 20(8,6.172,23)}},78:11(10){14(8.16>0){17.26(6.78,67.173(10))}18{14(17.22(6.78)!=\'23\'&&17.22(6.78)!=23&&17.22(6.78)!=\'\'&&17.22(6.78)!=33&&17.22(6.78)!=\'33\'){12 67.116(17.22(6.78))}12 33}},76:11(10){14(8.16>0){17.26(6.76,67.173(10))}18{14(17.22(6.76)!=\'23\'&&17.22(6.76)!=23&&17.22(6.76)!=\'\'&&17.22(6.76)!=33&&17.22(6.76)!=\'33\'){12 67.116(17.22(6.76))}12 61}},174:11(10){14(8.16>0){17.26(6.174,10)}18{12 17.22(6.174)}},169:11(10){14(8.16>0){17.26(6.169,10)}18{12 17.22(6.169)}},170:11(10){14(8.16>0){17.26(6.170,10)}18{12 17.22(6.170)}},71:11(10){14(8.16>0){17.26(6.71,10);42().26(6.71,10)}18{14(86()){12 17.22(6.71)}12 33}},232:11(10){14(8.16>0){17.26(6.232,10)}18{12 17.22(6.232)}},237:11(10){14(8.16>0){17.26(6.237,10)}18{12 17.22(6.237)}},249:11(10){14(8.16>0){17.26(6.249,10)}18{12 17.22(6.249)}},241:11(10){14(8.16>0){17.26(6.241,10)}18{12 17.22(6.241)}},131:11(10){14(8.16>0){17.26(6.131,10)}18{12 17.22(6.131)}},171:11(10){14(8.16>0){17.26(6.171,10)}18{12 17.22(6.171)}},178:11(10){14(8.16>0){17.26(6.178,10)}18{12 17.22(6.178)}},179:11(10){14(8.16>0){17.26(6.179,10)}18{12 17.22(6.179)}},198:11(10){14(8.16>0){17.26(6.198,10)}18{12 17.22(6.198)}},195:11(10){14(8.16>0){17.26(6.195,10)}18{12 17.22(6.195)}},202:11(10){14(8.16>0){17.26(6.202,10)}18{12 17.22(6.202)}},217:11(10){14(8.16>0){17.26(6.217,10)}18{12 17.22(6.217)}},207:11(10){14(8.16>0){17.26(6.207,10)}18{12 17.22(6.207)}},214:11(10){14(8.16>0){17.26(6.214,10)}18{12 17.22(6.214)}},199:11(10){14(8.16>0){17.26(6.199,10)}18{12 17.22(6.199)}},200:11(10){14(8.16>0){17.26(6.200,10)}18{12 17.22(6.200)}},180:11(10){14(8.16>0){17.26(6.180,10)}18{12 17.22(6.180)}},239:11(10){14(8.16>0){17.26(6.239,10)}18{12 17.22(6.239)}},175:11(10){14(8.16>0){17.26(6.175,10)}18{12 17.22(6.175)}},238:11(10){14(8.16>0){17.26(6.238,10)}18{12 17.22(6.238)}},236:11(10){14(8.16>0){17.26(6.236,10)}18{12 17.22(6.236)}},244:11(10){14(8.16>0){17.26(6.244,10)}18{12 17.22(6.244)}},240:11(10){14(8.16>0){17.26(6.240,10)}18{12 17.22(6.240)}},246:11(10){14(8.16>0){17.26(6.246,10)}18{12 17.22(6.246)}},228:11(10){14(8.16>0){17.26(6.228,10)}18{12 17.22(6.228)}},229:11(10){14(8.16>0){17.26(6.229,10)}18{12 17.22(6.229)}},233:11(10){14(8.16>0){17.26(6.233,10)}18{12 17.22(6.233)}},176:11(10){14(8.16>0){17.26(6.176,10)}18{12 17.22(6.176)}},177:11(10){14(8.16>0){17.26(6.177,10)}18{12 17.22(6.177)}},231:11(10){14(8.16>0){17.26(6.231,10)}18{12 17.22(6.231)}},234:11(10){14(8.16>0){17.26(6.234,10)}18{12 17.22(6.234)}},160:11(10){14(8.16>0){17.26(6.160,10)}18{12 17.22(6.160)}},161:11(10){14(8.16>0){17.26(6.161,10)}18{12 17.22(6.161)}},235:11(10){14(8.16>0){17.26(6.235,10)}18{12 17.22(6.235)}},226:11(10){14(8.16>0){17.26(6.226,10)}18{12 17.22(6.226)}},224:11(10){14(8.16>0){17.26(6.224,10)}18{12 17.22(6.224)}},227:11(10){14(8.16>0){17.26(6.227,10)}18{12 17.22(6.227)}},230:11(10){14(8.16>0){17.26(6.230,10)}18{12 17.22(6.230)}},329:11(10){14(8.16>0){17.26(6.97,10)}18{12 17.22(6.97)}},528:11(10){14(8.16>0){17.26(6.70,10)}18{12 17.22(6.70)}}};15 157={120:11(){15 118="";14(42().22(6.70)){118+=42().22(6.70)}14(42().22(6.97)){118+="."+42().22(6.97)}14(118!=""){118+="."}12 118},22:11(30){15 122=21.120()+30;12 42().22(122)},26:11(30,243){15 122=21.120()+30;42().26(122,243)},166:11(30){15 122=21.120()+30;42().166(122);17.166(30)},114:11(){15 261=42().101();46(15 19=0;19<261.16;19++){15 30=261[19];14((30+"").363(21.120())){42().166(30)}}},260:11(30){15 101=42().101();15 331=21.120()+30;15 269=61;14(101!=33&&101!=23){46(15 19=0;19<101.16;19++){14(101[19]==331){269=57;225}}}12 269}};15 17={323:11(){14(86()){}18{529()}},22:11(30){12 86().22(30)},26:11(30,243){86().26(30,243)},114:11(){14(86()){86().530()}},166:11(30){86().26(30,33)}};38.43.525=11(){15 29="";15 99=21.193()+"";15 92=(21.194()+1)+"";15 91=21.216()+"";15 69=21.167()+"";15 75=21.168()+"";15 83=21.123()+"";29+=99.31("0",4)+"/"+92.31("0",2)+"/"+91.31("0",2);29+=" "+69.31("0",2)+":"+75.31("0",2)+":"+83.31("0",2);12 29};38.43.291=11(){15 29="";15 99=21.193()+"";15 92=(21.194()+1)+"";15 91=21.216()+"";15 69=21.167()+"";15 75=21.168()+"";15 83=21.123()+"";29+=99.31("0",4)+"-"+92.31("0",2)+"-"+91.31("0",2);29+=" "+69.31("0",2)+":"+75.31("0",2)+":"+83.31("0",2);12 29};38.43.526=11(){15 29="";15 99=21.193()+"";15 92=(21.194()+1)+"";15 91=21.216()+"";29+=99.31("0",4)+"/"+92.31("0",2)+"/"+91.31("0",2);12 29};38.43.527=11(){15 29="";15 69=21.167()+"";15 75=21.168()+"";15 83=21.123()+"";29+=" "+69.31("0",2)+":"+75.31("0",2)+":"+83.31("0",2);12 29};38.43.534=11(){15 29="";15 69=21.167()+"";15 75=21.168()+"";15 83=21.123()+"";29+=" "+69.31("0",2)+":"+75.31("0",2);12 29};38.43.535=11(){15 29="";15 99=21.193()+"";15 92=(21.194()+1)+"";15 91=21.216()+"";15 69=21.167()+"";15 75=21.168()+"";15 83=21.123()+"";15 310=21.536()+"";29+=99.31("0",4)+92.31("0",2)+91.31("0",2);29+=69.31("0",2)+75.31("0",2)+83.31("0",2)+310.31("0",3);12 29};38.43.531=11(211){15 209=212.303(21-211);15 210=212.366(209/(60*60*24*272));12 210};38.43.318=11(302){15 304=32 38(21.532()+302*272);12 304};38.43.250=11(211){15 209=212.303(21-211);15 210=212.366(209/272);12 210};106.43.533=11(){12 21.182(/^\\215+|\\215+$/524,"")};106.43.515=11(){12 21.182(/^\\215+/,"")};106.43.516=11(){12 21.182(/\\215+$/,"")};106.43.31=11(90,16){15 58=21;264(58.16<16)58=90+58;12 58};106.43.257=11(90,16){15 58=21;264(58.16<16)58=58+90;12 58};106.43.363=11(362){14(21.73(362)!=-1){12 57}12 61};94.43.31=11(90,16){15 58=21+"";12 58.31(90,16)};94.43.257=11(90,16){15 58=21+"";12 58.257(90,16)};268.43.114=11(){21.517(0,21.16)};11 512(121){14(121){15 365=121.187(\'.\');15 29="";14(365.16>1){15 376=121.513(\'.\');29=121.64(0,376)}18{29=121}12 29}12""};15 514={521:11(28){14(28==33||28==\'\'){12 61}12 57},255:11(28){15 77=322(28);14(77.73("%")!=-1){15 48=77.187("%").16-1;14(48==0)48++;15 247=77.16-(48*3);48=48+247}18{48=77.16}12 48},522:11(28,127){14(21.255(28)<127)12 61;12 57},523:11(28,127){14(21.255(28)>127)12 61;12 57},518:11(28){15 50=32 95("^[0-9]+$");12 50.93(28)},519:11(28){15 50=32 95("^[334-191-124]+$");12 50.93(28)},520:11(28){15 50=32 95("\\109\\110\\25\\356\\25\\355\\25\\360\\25\\359\\25\\205\\25\\358\\25\\354\\25\\110\\25\\350\\25\\349\\25\\348\\25\\353\\25\\222\\25\\208\\25\\352\\25\\351\\25\\357\\25\\347\\25\\218\\25\\338\\25\\339\\25\\25\\25\\336\\25\\344\\25\\345\\25\\220\\25\\213\\25\\346\\80\\79\\109\\80\\112\\80\\80\\112");12!50.93(28)},537:11(28){15 50=32 95("^[0-248-191-124]+@[0-248-191-124]+[\\\\.]{1}[0-248-191-124]+[\\\\.]?[0-248-191-124]+$");12 50.93(28)},560:11(28){15 50=32 95("^(?=.*\\555)(?=.*[334-270])(?=.*[557-124])(?=.*[#+-\\\\./:556]).{1,47}$");12 50.93(28)},553:11(28){15 50=32 95("\\109\\110\\369\\79\\370\\333\\79\\297\\301\\79\\309\\25\\356\\25\\355\\25\\360\\25\\359\\25\\205\\25\\358\\25\\354\\25\\110\\25\\350\\25\\349\\25\\348\\25\\353\\25\\222\\25\\208\\25\\352\\25\\351\\25\\357\\25\\347\\25\\218\\25\\338\\25\\339\\25\\25\\25\\336\\25\\344\\25\\345\\25\\220\\25\\213\\25\\346\\80\\79\\109\\80\\112\\80\\80\\112");12!50.93(28)},554:11(28){15 284=32 268();15 183;46(15 49=0;49<28.16;49++){183=28[49];46(15 98=49+1;98<28.16;98++){14(28[98]==183){28=28.343(0,98)+28.343(98+1,28.127);98=98-1}}284[49]=183}15 48=284.16;12 48},558:11(28){46(15 49=0;49<28.16;49++){14(28[49]==\'*\')12 57}12 61},542:11(28){15 50=32 95("\\109\\110\\25\\205\\25\\208\\80\\79\\25\\213\\25\\220\\25\\218\\25\\222\\112");12!50.93(28)},543:11(28){15 50=32 95("\\109\\110\\369\\79\\370\\333\\79\\297\\301\\79\\309\\25\\205\\25\\208\\80\\79\\25\\213\\25\\220\\25\\218\\25\\222\\112");12!50.93(28)}};11 544(296){12 296.182(/^10:541\\/(326|538);539,/,"")};11 540(){14(86()){14(27.131()=="545"){550({551:280.325,82:\'<104 364="104/552.326" 549="546 547" /><548 />\',475:332,319:476(\'477\')})}}};$(11(){14(86()){14(27.105()==33||27.105()==23){27.105(280.327);}14(27.108()==33||27.108()==23){27.108(1)}14(27.107()==33||27.107()==23){27.107(1)}14(27.103()==33||27.103()==23){27.103(1)}14(27.102()==33||27.102()==23){27.102(1)}14(27.88()==33||27.88()==23){27.88(1)}}});11 332(314){15 472=8[1];15 51=61;15 223={473:27.71(),328:27.329(),474:314,478:27.70()};15 311=482();15 281=311.281;15 125=\'\';483(281,33,\'484\',\'479\',223,11(10){14(10.51==\'316\'){27.71(10.285);51=57;}},11(111,480,481){14(111.321&&111.368!=0){125=67.116(111.321)}18{125={319:"462"}}});14(51==57){14(45.317){317()}}12{\'51\':51,\'125\':125}};11 463(186){15 266=61;15 34=27.68();46(15 19=0;19<34.16;19++){14(34[19].41==186){34[19].89=32 38();34[19].96=(32 38()).318(1);34[19].113=34[19].96.250(34[19].89);266=57;225}}14(266==61){15 292=32 38();15 290=32 38();15 85=32 294();85.89=292;85.41=186;290.298(292.123()+1);85.96=290;85.113=85.96.250(85.89);34.72(85)}27.68(34)};11 464(186){15 85=32 294();15 34=27.68();46(15 19=0;19<34.16;19++){14(34[19].41==186){15 189=32 38();15 245=32 38(34[19].89);34[19].96=189;34[19].113=189.250(245)}}27.68(34)};11 459(){15 34=27.68();15 283=61;46(15 19=0;19<34.16;19++){15 189=32 38(34[19].96);15 245=32 38(34[19].89);15 223={285:27.71(),460:34[19].41,89:245.291(),96:189.291(),113:34[19].113,299:4};461(27.70(),"465",\'22\',223,33,11(111,469,183){14(111.368!=0){283=57}18{470()}})};14(471()){12}14(!283){27.68([])}};11 466(){46(15 19=0;19<8.16;19++){14($(8[19])){$(8[19]).467(\'256\',\'256\')}}};11 468(){46(15 19=0;19<8.16;19++){14($(8[19])){$(8[19]).485(\'256\')}}};11 502(){$(\'#52-54-53-87\').361()};11 503(){14(288.367(\'52-54-53-87\')){$(\'#52-54-53-87\').371()}18{15 206=\'<181 253="52-54-53-87"><104 253="52-54-53-87-104" 364="104/504.499"/></181>\';$(\'373\').300(206);$(\'#52-54-53-87\').62({\'305\':0.7,\'119\':\'276\',\'117\':\'0\',\'203\':\'0\',\'65\':$(45).65(),\'66\':$(45).66(),\'308\':\'#306\',\'270-307\':100});$("#52-54-53-87-104").274();$(45).295(11(){$(\'#52-54-53-87\').62({\'65\':$(45).65(),\'66\':$(45).66()});$("#52-54-53-87-104").274()})}};11 500(){$(\'#52-54-53\').361()};11 501(){14(288.367(\'52-54-53\')){$(\'#52-54-53\').371()}18{15 206=\'<181 253="52-54-53"></181>\';$(\'373\').300(206);$(\'#52-54-53\').62({\'305\':0.7,\'119\':\'276\',\'117\':\'0\',\'203\':\'0\',\'65\':$(45).65(),\'66\':$(45).66(),\'308\':\'#306\',\'270-307\':100});$(45).295(11(){$(\'#52-54-53\').62({\'65\':$(45).65(),\'66\':$(45).66()})})}};185.242.274=11(){21.62("119","276");21.62("117",(($(45).66()-21.66())/2)+"184");21.62("203",(($(45).65()-21.65())/2)+"184");12 21};185.242.117=11(){21.62("119","262");21.62("117",($(45).330()+1)+"184");12 21};185.242.505=11(){21.62("119","262");21.62("203",($(45).65()-21.65()-5)+$(45).509()+"184");12 21};185.242.510=11(){21.62("119","262");21.62("117",($(45).66()-21.66()-5)+$(45).330()+"184");12 21};106.43.511=11(267,313){15 29=21;264(29.73(267)>=0){29=29.182(267,313)}12 29};11 506(265,320){15 51="";15 201=32 268();201=265.187(\'\\263\');46(15 49=0;49<320;49++){14(49>=201.16){225}14(49<(265.187(\'\\263\').16)&&49!=0){51+="\\263"}51+=201[49]}12 51};11 507(377){15 84;15 252=0;15 289=0;15 287=0;15 279=0;15 286=0;15 282=0;15 35=377;15 19;19=35.73("-");252=94(35.64(0,19));35=35.64(19+1);19=35.73("-");289=94(35.64(0,19));35=35.64(19+1);19=35.73(" ");287=94(35.64(0,19));35=35.64(19+1);19=35.73(":");279=94(35.64(0,19));35=35.64(19+1);19=35.73(":");286=94(35.64(0,19));35=35.64(19+1);19=35.73(".");282=94(35.64(0,19));84=32 38();84.508(252);84.489(289);84.490(287);84.491(279);84.486(286);84.298(282);12 84};11 487(28){12 185(\'<181/>\').488(28||\'\').82()};11 492(){15 324=\'496\'497 288.498;14(324){12 57}12 61};11 315(28){15 77=322(28);14(77.73("%")!=-1){15 48=77.187("%").16-1;14(48==0)48++;15 247=77.16-(48*3);48=(48/3)*2+247}18{48=77.16}12 48};11 493(28,312){15 29="";46(15 19=0;19<28.16;19++){14(315(29+28[19])<=312){29+=28[19]}18{225}}12 29};11 494(){15 293=61;14(27.88()==1){293=57}14(293==61){45.495=33}18{559()}};',10,561,'||||||Keys||arguments||data|function|return||if|var|length|SessionStorageUtils|else|nIndex|operateData|this|get|undefined||u0027|set|ClientData|value|strResult|strKey|padLeft|new|null|arrContentLogs|strTemp|nIndex1||Date||oneType|contentid|avwUserSetting|prototype|obj|window|for||count|i|reg|result|avw|modal|sys|pageNo|BookMarkData|true|str|MemoData||false|css|MarkingData|substr|width|height|JSON|ContentLogData|strHour|userInfo_accountPath|userInfo_sid|push|indexOf|zoom_ratioPre|strMinute|IsRefresh|escapedStr|memo_copyText|u002d|u005c|arr|html|strSecond|dateResult|log|avwUserSession|wait|userOpt_closeOrRefreshAlert|readingStartDate|padString|strDayInMonth|strMonth|test|Number|RegExp|readingEndDate|userInfo_loginId|j|strYear||keys|userOpt_bkConfirmFlg|userOpt_makingDsp|img|sortOpt_viewMode|String|userOpt_videoMode|userOpt_musicMode|u005b|u005e|xhr|u005d|readingTime|clear|type|parse|top|uniqueId|position|getUniqueId|strName|key|getSeconds|Z|errorCode|content|len|posY|posX|ContentViewDetail|serviceOpt_force_login_periodically|Text|penOpt_size|maker_color|maker_size|common_preContentId|common_prePageNo|penOpt_color|sortOpt_sortType|bookmark_pageNo|memo_contentNo|erase_color|erase_size|sortOpt_searchDivision|IsAddingMarking|IsAddingMemo|IsDisplayMarking|ReadingContentIds|IsJumpBack|IsHideToolbar|isChangedMemo|isChangedMarkingData|isChangedBookmark|IsDisplayMemo|MarkingType|BookmarkScreen|LocalStorageUtils|MetaVersion|JumpQueue|searchCond_searchDivision|searchCond_sortType|ResourceVersion|registerDate|contentTitleKana|contentTitle|remove|getHours|getMinutes|contentInfo_contentThumbnail|requirePasswordChange|common_contentId|memo_pageNo|stringify|userInfo_userName|contentInfo_contentId|contentInfo_metaVersion|contentInfo_resourceVersion|common_contentDataChkFlg|pageInfo_pageNo|linkInfo_destPageNumber|div|replace|c|px|jQuery|strContentId|split||dateEnd||zA|userInfo_lastLoginTime|getFullYear|getMonth|pageInfo_pageImgResrcId|userInfo_pwdSkipDt|userInfo_rememberLogin|pageInfo_pageText|linkInfo_linkKind|linkInfo_destURI|arrSource|linkInfo_linkLocationX|left|sortOpt_viewType|u0023|tags|linkInfo_linkLocationWidth|u002b|milis|days|targetDate|Math|u002e|linkInfo_linkLocationHeight|s|getDate|linkInfo_linkLocationY|u003a||u002f||u005f|params|searchCond_recordTo|break|searchCond_recordFrom|searchCond_genreId|contentInfo_deliveryEndDate|contentInfo_thumbnailName|searchCond_groupId|contentInfo_allPageNum|serviceOpt_force_pw_change_on_login|contentInfo_thumbnailBigName|searchCond_searchText|searchCond_sortOrder|contentInfo_contentName|serviceOpt_force_pw_change_periodically|contentInfo_categoryId|log_contentStartViewDt|contentInfo_contentDetail|serviceOpt_marking|fn|objValue|contentInfo_contentNameKana|dateStart|contentInfo_deliveryStartDate|tmp|9a|serviceOpt_user_data_backup|subtractBySeconds|userOpt_logoutMode|nYear|id|template1|GetByteCount|disabled|padRight|template3|template2|existKey|localStorageKeys|absolute|n|while|source|isFound|oldText|Array|isExisted|z|arrMarking|1000|arrBookMark|center|returnDefaultData|fixed|arrMemo|args|nHour|Consts|apiLoginUrl|nSecond|isError|list|sid|nMinute|nDay|document|nMonth|curr1|jpDateTimeString1|curr|isShow|LogEntity|resize|imgSource|u005a|setSeconds|deviceTypeId|prepend|u0030|plusSeconds|abs|newDate|opacity|999|index|background|u0039|strMilisecond|sysSettings|byteCount|newText|inputPass|getBytes|success|onUnlock|addSeconds|errorMessage|number|responseText|encodeURI|login|is_touch_device|ConstLockScreenTime|png|ConstDisplayMode_BookShelf|loginId|userInfo_loginId_session|scrollTop|findKey|unlockFunction|u0041|a|oneItem1|u003c|oneItem|u0022|u003b|oneItem2|jsonString|MemoEntity|slice|u003e|u003f|u002c|u007c|u0028|u002a|u0026|u007b|u003d|u0029|u0025|u007e|u0060|u007d|u0024|u0040|u0021|hide|string|contains|src|arrString|floor|getElementById|status|u0061|u007a|show|IsLocked|body|BookMarkEntity|MarkingEntity|nLastIndex|input|MovePrevious|ConstOrderSetting_Asc|ConstDisplayMode_List|ConstAPI_FAIL|lastLoginTime|ko|ConstLanguage_Ko|ShortKeys|ConstAPI_SUCCESS|ConstLanguage_En|MoveNext|en|ConstServiceOption_NON|ConstLanguage_Ja|600000|ConstServiceOption_REGULAR|ja|ConstOrderSetting_Desc|ConstServiceOption_FORCE|fail|allPageNum|searchText|sortOrder|thumbnailBigName|deliveryStartDate|deliveryEndDate|thumbnailName|recordFrom|rememberLogin|pwdSkipDt|videoMode|accountPath|recordTo|genreId|groupId|linkLocationWidth|linkLocationHeight|linkKind|linkLocationY|pageImgResrcId|linkLocationX|pageText|destURI|contentDetail|force_login_periodically|marking|contentNameKana|contentStartViewDt|categoryId|contentName|user_data_backup|ContentView|home|Home|contentview|BookmarkList|settings|Setting|Login|ZoomFit|ZoomOut|ZoomIn|ShowHideToolbar|userInfo_sid_local|ScreenIds|ShowHideMarking|musicMode|makingDsp|bkConfirmFlg|history|force_pw_change_periodically|force_pw_change_on_login|logoutMode|History|restoreData|ContentSearch|bookmark|contentsearch|viewMode|viewType|buildBackupData|RegisterLog|contentId|avwCmsApiSync|E001|SetStartLog|SetEndLog|contentReadingLog|disable|attr|enable|b|showSystemError|avwHasError|forceUnlockFunc|previousSid|password|unlockFunc|i18nText|msgLoginErrWrong|urlpath|GET|statusText|errorThrown|avwSysSetting|avwCmsApiSyncWithUrl|webClientLogin|removeAttr|setMinutes|htmlEncode|text|setMonth|setDate|setHours|isTouchDevice|truncateByBytes|ToogleLogoutNortice|onbeforeunload|ontouchstart|in|documentElement|gif|unlockLayout|lockLayout|StopWaitProcess|WaitProcess|data_loading|right|getLines|convertToDate|setYear|scrollLeft|bottom|replaceAll|removeExt|lastIndexOf|ValidationUtil|trimLeft|trimRight|splice|IsNumber|IsAlphabet|IsSymbol|CheckRequiredForText|CheckMinLengthForByte|CheckMaxLengthForByte|g|jpDateTimeString|jpDateString|jpTimeString|userInfo_accountPath_session|avwCreateUserSession|destroy|subtractByDays|getTime|trim|jpShortTimeString|toIdString|getMilliseconds|CheckEmailValid|jpg|base64|LockScreen|image|IsPasswordSymbol|IsPasswordAlphabetOrNumerOrSymbol|getBase64Image|Y|Screen|Lock|br|alt|screenLock|timeout|1222|IsAlphabetOrNumberOrSymbol|CheckNumberOfTypeInString|d|_|A|IsCharacterSpecial|avwSetLogoutNortice|CheckPasswordValid'.split('|'),0,{}))
// add new HTML tag for ie
//-----------------------------------------------------------------------------------------
var newtag = [ 'header', 'nav', 'section', 'article', 'aside', 'footer', 'address', 'menu' ];
for (var key in newtag) {
var tag= newtag[key];
document.createElement(tag);
};
\ No newline at end of file
$(function(){
$('#gotop').hide(); // デフォルトで非表示とする
$(window).scroll(function(){
if ($(this).scrollTop() > 100) { // scrollTop() で現在のスクロール上の上位置を取得
$('#gotop').fadeIn(); // 100を過ぎていたら、#backToTop(戻るボタン)をフェードインさせる
} else {
$('#gotop').fadeOut(); // それ以外は、フェードアウト
}
});
// クリック時にスムーズにページ上部へスクロールさせる
$('#gotop').click(function(){
$('body,html').animate({ scrollTop: 0 }, 350);
return false; // ←【1】
});
});
/*
* HTML Parser By John Resig (ejohn.org)
* Original code by Erik Arvidsson, Mozilla Public License
* http://erik.eae.net/simplehtmlparser/simplehtmlparser.js
*
* // Use like so:
* HTMLParser(htmlString, {
* start: function(tag, attrs, unary) {},
* end: function(tag) {},
* chars: function(text) {},
* comment: function(text) {}
* });
*
* // or to get an XML string:
* HTMLtoXML(htmlString);
*
* // or to get an XML DOM Document
* HTMLtoDOM(htmlString);
*
* // or to inject into an existing document/DOM node
* HTMLtoDOM(htmlString, document);
* HTMLtoDOM(htmlString, document.body);
*
*/
(function () {
// Regular Expressions for parsing tags and attributes
var startTag = /^<([-A-Za-z0-9_]+)((?:\s+\w+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/,
endTag = /^<\/([-A-Za-z0-9_]+)[^>]*>/,
attr = /([-A-Za-z0-9_]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g;
// Empty Elements - HTML 4.01
var empty = makeMap("area,base,basefont,br,col,frame,hr,img,input,isindex,link,meta,param,embed");
// Block Elements - HTML 4.01
var block = makeMap("address,applet,blockquote,button,center,dd,del,dir,div,dl,dt,fieldset,form,frameset,hr,iframe,ins,isindex,li,map,menu,noframes,noscript,object,ol,p,pre,script,table,tbody,td,tfoot,th,thead,tr,ul");
// Inline Elements - HTML 4.01
var inline = makeMap("a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,del,dfn,em,font,i,iframe,img,input,ins,kbd,label,map,object,q,s,samp,script,select,small,span,strike,strong,sub,sup,textarea,tt,u,var");
// Elements that you can, intentionally, leave open
// (and which close themselves)
var closeSelf = makeMap("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr");
// Attributes that have their values filled in disabled="disabled"
var fillAttrs = makeMap("checked,compact,declare,defer,disabled,ismap,multiple,nohref,noresize,noshade,nowrap,readonly,selected");
// Special Elements (can contain anything)
var special = makeMap("script,style");
var HTMLParser = this.HTMLParser = function (html, handler) {
var index, chars, match, stack = [], last = html;
stack.last = function () {
return this[this.length - 1];
};
while (html) {
chars = true;
// Make sure we're not in a script or style element
if (!stack.last() || !special[stack.last()]) {
// Comment
if (html.indexOf("<!--") == 0) {
index = html.indexOf("-->");
if (index >= 0) {
if (handler.comment)
handler.comment(html.substring(4, index));
html = html.substring(index + 3);
chars = false;
}
// end tag
} else if (html.indexOf("</") == 0) {
match = html.match(endTag);
if (match) {
html = html.substring(match[0].length);
match[0].replace(endTag, parseEndTag);
chars = false;
}
// start tag
} else if (html.indexOf("<") == 0) {
match = html.match(startTag);
if (match) {
html = html.substring(match[0].length);
match[0].replace(startTag, parseStartTag);
chars = false;
}
}
if (chars) {
index = html.indexOf("<");
var text = index < 0 ? html : html.substring(0, index);
html = index < 0 ? "" : html.substring(index);
if (handler.chars)
handler.chars(text);
}
} else {
html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function (all, text) {
text = text.replace(/<!--(.*?)-->/g, "$1")
.replace(/<!\[CDATA\[(.*?)]]>/g, "$1");
if (handler.chars)
handler.chars(text);
return "";
});
parseEndTag("", stack.last());
}
if (html == last)
throw "Parse Error: " + html;
last = html;
}
// Clean up any remaining tags
parseEndTag();
function parseStartTag(tag, tagName, rest, unary) {
tagName = tagName.toLowerCase();
if (block[tagName]) {
while (stack.last() && inline[stack.last()]) {
parseEndTag("", stack.last());
}
}
if (closeSelf[tagName] && stack.last() == tagName) {
parseEndTag("", tagName);
}
unary = empty[tagName] || !!unary;
if (!unary)
stack.push(tagName);
if (handler.start) {
var attrs = [];
rest.replace(attr, function (match, name) {
var value = arguments[2] ? arguments[2] :
arguments[3] ? arguments[3] :
arguments[4] ? arguments[4] :
fillAttrs[name] ? name : "";
attrs.push({
name: name,
value: value,
escaped: value.replace(/(^|[^\\])"/g, '$1\\\"') //"
});
});
if (handler.start)
handler.start(tagName, attrs, unary);
}
}
function parseEndTag(tag, tagName) {
// If no tag name is provided, clean shop
if (!tagName)
var pos = 0;
// Find the closest opened tag of the same type
else
for (var pos = stack.length - 1; pos >= 0; pos--)
if (stack[pos] == tagName)
break;
if (pos >= 0) {
// Close all the open elements, up the stack
for (var i = stack.length - 1; i >= pos; i--)
if (handler.end)
handler.end(stack[i]);
// Remove the open elements from the stack
stack.length = pos;
}
}
};
this.HTMLtoXML = function (html) {
var results = "";
HTMLParser(html, {
start: function (tag, attrs, unary) {
results += "<" + tag;
for (var i = 0; i < attrs.length; i++)
results += " " + attrs[i].name + '="' + attrs[i].escaped + '"';
results += (unary ? "/" : "") + ">";
},
end: function (tag) {
results += "</" + tag + ">";
},
chars: function (text) {
results += text;
},
comment: function (text) {
results += "<!--" + text + "-->";
}
});
return results;
};
this.HTMLtoDOM = function (html, doc) {
// There can be only one of these elements
var one = makeMap("html,head,body,title");
// Enforce a structure for the document
var structure = {
link: "head",
base: "head"
};
if (!doc) {
if (typeof DOMDocument != "undefined")
doc = new DOMDocument();
else if (typeof document != "undefined" && document.implementation && document.implementation.createDocument)
doc = document.implementation.createDocument("", "", null);
else if (typeof ActiveX != "undefined")
doc = new ActiveXObject("Msxml.DOMDocument");
} else
doc = doc.ownerDocument ||
doc.getOwnerDocument && doc.getOwnerDocument() ||
doc;
var elems = [],
documentElement = doc.documentElement ||
doc.getDocumentElement && doc.getDocumentElement();
// If we're dealing with an empty document then we
// need to pre-populate it with the HTML document structure
if (!documentElement && doc.createElement) (function () {
var html = doc.createElement("html");
var head = doc.createElement("head");
head.appendChild(doc.createElement("title"));
html.appendChild(head);
html.appendChild(doc.createElement("body"));
doc.appendChild(html);
})();
// Find all the unique elements
if (doc.getElementsByTagName)
for (var i in one)
one[i] = doc.getElementsByTagName(i)[0];
// If we're working with a document, inject contents into
// the body element
var curParentNode = one.body;
HTMLParser(html, {
start: function (tagName, attrs, unary) {
// If it's a pre-built element, then we can ignore
// its construction
if (one[tagName]) {
curParentNode = one[tagName];
if (!unary) {
elems.push(curParentNode);
}
return;
}
var elem = doc.createElement(tagName);
for (var attr in attrs)
elem.setAttribute(attrs[attr].name, attrs[attr].value);
if (structure[tagName] && typeof one[structure[tagName]] != "boolean")
one[structure[tagName]].appendChild(elem);
else if (curParentNode && curParentNode.appendChild)
curParentNode.appendChild(elem);
if (!unary) {
elems.push(elem);
curParentNode = elem;
}
},
end: function (tag) {
elems.length -= 1;
// Init the new parentNode
curParentNode = elems[elems.length - 1];
},
chars: function (text) {
curParentNode.appendChild(doc.createTextNode(text));
},
comment: function (text) {
// create comment node
}
});
return doc;
};
function makeMap(str) {
var obj = {}, items = str.split(",");
for (var i = 0; i < items.length; i++)
obj[items[i]] = true;
return obj;
};
})();
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('1 15="/70/10/3";1 40="/71";1 12="69";1 30="67";$(6(){1 26=11.26.68().72();4(26.43(40)<0){15="."+40+15}22{15="."+15}1 3="21";1 5=11.58;4(5){1 3=5.23(12);4(!3){3=31()}}34(3)});6 31(){1 3=(39.77||39.46||39.73);1 35=[\'45\',\'44\',\'21\'];4(3.74(/45|44|21/59)){42(1 9=0;9<35.41;9++){1 38=3.43(35[9]);4(38>=0){3=3.65(38,2);66}}}22{3=\'21\';}14 3};6 34(3){1 19="3-"+3+".10";$.62({63:15+"/"+19,78:48,92:\'10\',94:48,93:6(47){91.96.3=3;1 8=47;33(8);57(3,8)},18:6(51,50,49){1 18=\'101 99 97 98 46 82 \'+19+\'. 83 84 79.\';18+=\'\\80\'+51.88+\' \'+50+\' \'+49+\' : \'+19;85(18)}})};6 33(8){1 29=$(\'.3\').41;4(29>0){42(1 9=0;9<29;9++){1 7=$(\'.3:87(\'+9+\')\');1 28=7.32(\'3\');4(28){1 20=36(8,28);1 52=7.86()[0].90;4(52==\'89\'){4(7.32(\'56\')==\'81\'||7.32(\'56\')==\'100\'){7.95(20)}22{7.16(20)}}22{7.16(20)}}}}};6 60(){1 5=11.25;4(5){1 13=5.23(12);4(13){1 10=37.55(13);33(10)}}};6 64(17){1 5=11.25;4(5){1 13=5.23(12);4(13){1 10=37.55(13);14 36(10,17)}}14"53"};6 36(8,17){4(8){1 16=8[17];14 16}14"53."};6 61(3){1 5=11.58;4(5){5.27(12,3)}34(3)};6 57(3,54){1 24=11.25;4(24){24.27(12,37.75(54));24.27(30,3)}};6 76(){1 3;1 5=11.25;4(5){3=5.23(30)}4(!3){3=31()}14 3};',10,102,'|var||lang|if|storage|function|obj|jsonLangData|i|json|window|avwsys_storagekey|value|return|avwsys_location|text|key|error|langfile|langText|en|else|getItem|ss|sessionStorage|location|setItem|langId|itemCount|avwsys_currLang|getNavigatorLanguage|attr|replaceText|loadLanguage|languages|getLangText|JSON|index|navigator|avwsys_dir|length|for|indexOf|ko|ja|language|data|false|errorThrown|txtStatus|xhr|tn|undefined|langData|parse|type|storeCurrentLanguage|localStorage|g|i18nReplaceText|changeLanguage|ajax|url|i18nText|substring|break|AVW_CurrLang|toString|AVWUS_Lang|common|abvw|toLowerCase|userLanguage|match|stringify|getCurrentLanguage|browserLanguage|async|it|n|button|file|please|check|alert|get|eq|status|input|localName|document|dataType|success|cache|val|documentElement|load|a|not|submit|Could'.split('|'),0,{}))
/*! jQuery v@1.8.1 jquery.com | jquery.org/license */
(function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:+d+""===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b==="data"&&p.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function bi(a,b){do a=a[b];while(a&&a.nodeType!==1);return a}function bj(a,b,c){b=b||0;if(p.isFunction(b))return p.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return p.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=p.grep(a,function(a){return a.nodeType===1});if(be.test(b))return p.filter(b,d,!c);b=p.filter(b,d)}return p.grep(a,function(a,d){return p.inArray(a,b)>=0===c})}function bk(a){var b=bl.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function bC(a,b){return a.getElementsByTagName(b)[0]||a.appendChild(a.ownerDocument.createElement(b))}function bD(a,b){if(b.nodeType!==1||!p.hasData(a))return;var c,d,e,f=p._data(a),g=p._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;d<e;d++)p.event.add(b,c,h[c][d])}g.data&&(g.data=p.extend({},g.data))}function bE(a,b){var c;if(b.nodeType!==1)return;b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?(b.parentNode&&(b.outerHTML=a.outerHTML),p.support.html5Clone&&a.innerHTML&&!p.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):c==="input"&&bv.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text),b.removeAttribute(p.expando)}function bF(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bG(a){bv.test(a.type)&&(a.defaultChecked=a.checked)}function bY(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=bW.length;while(e--){b=bW[e]+c;if(b in a)return b}return d}function bZ(a,b){return a=b||a,p.css(a,"display")==="none"||!p.contains(a.ownerDocument,a)}function b$(a,b){var c,d,e=[],f=0,g=a.length;for(;f<g;f++){c=a[f];if(!c.style)continue;e[f]=p._data(c,"olddisplay"),b?(!e[f]&&c.style.display==="none"&&(c.style.display=""),c.style.display===""&&bZ(c)&&(e[f]=p._data(c,"olddisplay",cc(c.nodeName)))):(d=bH(c,"display"),!e[f]&&d!=="none"&&p._data(c,"olddisplay",d))}for(f=0;f<g;f++){c=a[f];if(!c.style)continue;if(!b||c.style.display==="none"||c.style.display==="")c.style.display=b?e[f]||"":"none"}return a}function b_(a,b,c){var d=bP.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function ca(a,b,c,d){var e=c===(d?"border":"content")?4:b==="width"?1:0,f=0;for(;e<4;e+=2)c==="margin"&&(f+=p.css(a,c+bV[e],!0)),d?(c==="content"&&(f-=parseFloat(bH(a,"padding"+bV[e]))||0),c!=="margin"&&(f-=parseFloat(bH(a,"border"+bV[e]+"Width"))||0)):(f+=parseFloat(bH(a,"padding"+bV[e]))||0,c!=="padding"&&(f+=parseFloat(bH(a,"border"+bV[e]+"Width"))||0));return f}function cb(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=!0,f=p.support.boxSizing&&p.css(a,"boxSizing")==="border-box";if(d<=0||d==null){d=bH(a,b);if(d<0||d==null)d=a.style[b];if(bQ.test(d))return d;e=f&&(p.support.boxSizingReliable||d===a.style[b]),d=parseFloat(d)||0}return d+ca(a,b,c||(f?"border":"content"),e)+"px"}function cc(a){if(bS[a])return bS[a];var b=p("<"+a+">").appendTo(e.body),c=b.css("display");b.remove();if(c==="none"||c===""){bI=e.body.appendChild(bI||p.extend(e.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!bJ||!bI.createElement)bJ=(bI.contentWindow||bI.contentDocument).document,bJ.write("<!doctype html><html><body>"),bJ.close();b=bJ.body.appendChild(bJ.createElement(a)),c=bH(b,"display"),e.body.removeChild(bI)}return bS[a]=c,c}function ci(a,b,c,d){var e;if(p.isArray(b))p.each(b,function(b,e){c||ce.test(a)?d(a,e):ci(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&p.type(b)==="object")for(e in b)ci(a+"["+e+"]",b[e],c,d);else d(a,b)}function cz(a){return function(b,c){typeof b!="string"&&(c=b,b="*");var d,e,f,g=b.toLowerCase().split(s),h=0,i=g.length;if(p.isFunction(c))for(;h<i;h++)d=g[h],f=/^\+/.test(d),f&&(d=d.substr(1)||"*"),e=a[d]=a[d]||[],e[f?"unshift":"push"](c)}}function cA(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h,i=a[f],j=0,k=i?i.length:0,l=a===cv;for(;j<k&&(l||!h);j++)h=i[j](c,d,e),typeof h=="string"&&(!l||g[h]?h=b:(c.dataTypes.unshift(h),h=cA(a,c,d,e,h,g)));return(l||!h)&&!g["*"]&&(h=cA(a,c,d,e,"*",g)),h}function cB(a,c){var d,e,f=p.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((f[d]?a:e||(e={}))[d]=c[d]);e&&p.extend(!0,a,e)}function cC(a,c,d){var e,f,g,h,i=a.contents,j=a.dataTypes,k=a.responseFields;for(f in k)f in d&&(c[k[f]]=d[f]);while(j[0]==="*")j.shift(),e===b&&(e=a.mimeType||c.getResponseHeader("content-type"));if(e)for(f in i)if(i[f]&&i[f].test(e)){j.unshift(f);break}if(j[0]in d)g=j[0];else{for(f in d){if(!j[0]||a.converters[f+" "+j[0]]){g=f;break}h||(h=f)}g=g||h}if(g)return g!==j[0]&&j.unshift(g),d[g]}function cD(a,b){var c,d,e,f,g=a.dataTypes.slice(),h=g[0],i={},j=0;a.dataFilter&&(b=a.dataFilter(b,a.dataType));if(g[1])for(c in a.converters)i[c.toLowerCase()]=a.converters[c];for(;e=g[++j];)if(e!=="*"){if(h!=="*"&&h!==e){c=i[h+" "+e]||i["* "+e];if(!c)for(d in i){f=d.split(" ");if(f[1]===e){c=i[h+" "+f[0]]||i["* "+f[0]];if(c){c===!0?c=i[d]:i[d]!==!0&&(e=f[0],g.splice(j--,0,e));break}}}if(c!==!0)if(c&&a["throws"])b=c(b);else try{b=c(b)}catch(k){return{state:"parsererror",error:c?k:"No conversion from "+h+" to "+e}}}h=e}return{state:"success",data:b}}function cL(){try{return new a.XMLHttpRequest}catch(b){}}function cM(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function cU(){return setTimeout(function(){cN=b},0),cN=p.now()}function cV(a,b){p.each(b,function(b,c){var d=(cT[b]||[]).concat(cT["*"]),e=0,f=d.length;for(;e<f;e++)if(d[e].call(a,b,c))return})}function cW(a,b,c){var d,e=0,f=0,g=cS.length,h=p.Deferred().always(function(){delete i.elem}),i=function(){var b=cN||cU(),c=Math.max(0,j.startTime+j.duration-b),d=1-(c/j.duration||0),e=0,f=j.tweens.length;for(;e<f;e++)j.tweens[e].run(d);return h.notifyWith(a,[j,d,c]),d<1&&f?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:p.extend({},b),opts:p.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:cN||cU(),duration:c.duration,tweens:[],createTween:function(b,c,d){var e=p.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(e),e},stop:function(b){var c=0,d=b?j.tweens.length:0;for(;c<d;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;cX(k,j.opts.specialEasing);for(;e<g;e++){d=cS[e].call(j,a,k,j.opts);if(d)return d}return cV(j,k),p.isFunction(j.opts.start)&&j.opts.start.call(a,j),p.fx.timer(p.extend(i,{anim:j,queue:j.opts.queue,elem:a})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function cX(a,b){var c,d,e,f,g;for(c in a){d=p.camelCase(c),e=b[d],f=a[c],p.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=p.cssHooks[d];if(g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}}function cY(a,b,c){var d,e,f,g,h,i,j,k,l=this,m=a.style,n={},o=[],q=a.nodeType&&bZ(a);c.queue||(j=p._queueHooks(a,"fx"),j.unqueued==null&&(j.unqueued=0,k=j.empty.fire,j.empty.fire=function(){j.unqueued||k()}),j.unqueued++,l.always(function(){l.always(function(){j.unqueued--,p.queue(a,"fx").length||j.empty.fire()})})),a.nodeType===1&&("height"in b||"width"in b)&&(c.overflow=[m.overflow,m.overflowX,m.overflowY],p.css(a,"display")==="inline"&&p.css(a,"float")==="none"&&(!p.support.inlineBlockNeedsLayout||cc(a.nodeName)==="inline"?m.display="inline-block":m.zoom=1)),c.overflow&&(m.overflow="hidden",p.support.shrinkWrapBlocks||l.done(function(){m.overflow=c.overflow[0],m.overflowX=c.overflow[1],m.overflowY=c.overflow[2]}));for(d in b){f=b[d];if(cP.exec(f)){delete b[d];if(f===(q?"hide":"show"))continue;o.push(d)}}g=o.length;if(g){h=p._data(a,"fxshow")||p._data(a,"fxshow",{}),q?p(a).show():l.done(function(){p(a).hide()}),l.done(function(){var b;p.removeData(a,"fxshow",!0);for(b in n)p.style(a,b,n[b])});for(d=0;d<g;d++)e=o[d],i=l.createTween(e,q?h[e]:0),n[e]=h[e]||p.style(a,e),e in h||(h[e]=i.start,q&&(i.end=i.start,i.start=e==="width"||e==="height"?1:0))}}function cZ(a,b,c,d,e){return new cZ.prototype.init(a,b,c,d,e)}function c$(a,b){var c,d={height:a},e=0;b=b?1:0;for(;e<4;e+=2-b)c=bV[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function da(a){return p.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}var c,d,e=a.document,f=a.location,g=a.navigator,h=a.jQuery,i=a.$,j=Array.prototype.push,k=Array.prototype.slice,l=Array.prototype.indexOf,m=Object.prototype.toString,n=Object.prototype.hasOwnProperty,o=String.prototype.trim,p=function(a,b){return new p.fn.init(a,b,c)},q=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,r=/\S/,s=/\s+/,t=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,u=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,y=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,z=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,A=/^-ms-/,B=/-([\da-z])/gi,C=function(a,b){return(b+"").toUpperCase()},D=function(){e.addEventListener?(e.removeEventListener("DOMContentLoaded",D,!1),p.ready()):e.readyState==="complete"&&(e.detachEvent("onreadystatechange",D),p.ready())},E={};p.fn=p.prototype={constructor:p,init:function(a,c,d){var f,g,h,i;if(!a)return this;if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(typeof a=="string"){a.charAt(0)==="<"&&a.charAt(a.length-1)===">"&&a.length>=3?f=[null,a,null]:f=u.exec(a);if(f&&(f[1]||!c)){if(f[1])return c=c instanceof p?c[0]:c,i=c&&c.nodeType?c.ownerDocument||c:e,a=p.parseHTML(f[1],i,!0),v.test(f[1])&&p.isPlainObject(c)&&this.attr.call(a,c,!0),p.merge(this,a);g=e.getElementById(f[2]);if(g&&g.parentNode){if(g.id!==f[2])return d.find(a);this.length=1,this[0]=g}return this.context=e,this.selector=a,this}return!c||c.jquery?(c||d).find(a):this.constructor(c).find(a)}return p.isFunction(a)?d.ready(a):(a.selector!==b&&(this.selector=a.selector,this.context=a.context),p.makeArray(a,this))},selector:"",jquery:"1.8.1",length:0,size:function(){return this.length},toArray:function(){return k.call(this)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=p.merge(this.constructor(),a);return d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")"),d},each:function(a,b){return p.each(this,a,b)},ready:function(a){return p.ready.promise().done(a),this},eq:function(a){return a=+a,a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(k.apply(this,arguments),"slice",k.call(arguments).join(","))},map:function(a){return this.pushStack(p.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:j,sort:[].sort,splice:[].splice},p.fn.init.prototype=p.fn,p.extend=p.fn.extend=function(){var a,c,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;typeof h=="boolean"&&(k=h,h=arguments[1]||{},i=2),typeof h!="object"&&!p.isFunction(h)&&(h={}),j===i&&(h=this,--i);for(;i<j;i++)if((a=arguments[i])!=null)for(c in a){d=h[c],e=a[c];if(h===e)continue;k&&e&&(p.isPlainObject(e)||(f=p.isArray(e)))?(f?(f=!1,g=d&&p.isArray(d)?d:[]):g=d&&p.isPlainObject(d)?d:{},h[c]=p.extend(k,g,e)):e!==b&&(h[c]=e)}return h},p.extend({noConflict:function(b){return a.$===p&&(a.$=i),b&&a.jQuery===p&&(a.jQuery=h),p},isReady:!1,readyWait:1,holdReady:function(a){a?p.readyWait++:p.ready(!0)},ready:function(a){if(a===!0?--p.readyWait:p.isReady)return;if(!e.body)return setTimeout(p.ready,1);p.isReady=!0;if(a!==!0&&--p.readyWait>0)return;d.resolveWith(e,[p]),p.fn.trigger&&p(e).trigger("ready").off("ready")},isFunction:function(a){return p.type(a)==="function"},isArray:Array.isArray||function(a){return p.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):E[m.call(a)]||"object"},isPlainObject:function(a){if(!a||p.type(a)!=="object"||a.nodeType||p.isWindow(a))return!1;try{if(a.constructor&&!n.call(a,"constructor")&&!n.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||n.call(a,d)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},error:function(a){throw new Error(a)},parseHTML:function(a,b,c){var d;return!a||typeof a!="string"?null:(typeof b=="boolean"&&(c=b,b=0),b=b||e,(d=v.exec(a))?[b.createElement(d[1])]:(d=p.buildFragment([a],b,c?null:[]),p.merge([],(d.cacheable?p.clone(d.fragment):d.fragment).childNodes)))},parseJSON:function(b){if(!b||typeof b!="string")return null;b=p.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(w.test(b.replace(y,"@").replace(z,"]").replace(x,"")))return(new Function("return "+b))();p.error("Invalid JSON: "+b)},parseXML:function(c){var d,e;if(!c||typeof c!="string")return null;try{a.DOMParser?(e=new DOMParser,d=e.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(f){d=b}return(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&p.error("Invalid XML: "+c),d},noop:function(){},globalEval:function(b){b&&r.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(A,"ms-").replace(B,C)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var e,f=0,g=a.length,h=g===b||p.isFunction(a);if(d){if(h){for(e in a)if(c.apply(a[e],d)===!1)break}else for(;f<g;)if(c.apply(a[f++],d)===!1)break}else if(h){for(e in a)if(c.call(a[e],e,a[e])===!1)break}else for(;f<g;)if(c.call(a[f],f,a[f++])===!1)break;return a},trim:o&&!o.call(" ")?function(a){return a==null?"":o.call(a)}:function(a){return a==null?"":a.toString().replace(t,"")},makeArray:function(a,b){var c,d=b||[];return a!=null&&(c=p.type(a),a.length==null||c==="string"||c==="function"||c==="regexp"||p.isWindow(a)?j.call(d,a):p.merge(d,a)),d},inArray:function(a,b,c){var d;if(b){if(l)return l.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=c.length,e=a.length,f=0;if(typeof d=="number")for(;f<d;f++)a[e++]=c[f];else while(c[f]!==b)a[e++]=c[f++];return a.length=e,a},grep:function(a,b,c){var d,e=[],f=0,g=a.length;c=!!c;for(;f<g;f++)d=!!b(a[f],f),c!==d&&e.push(a[f]);return e},map:function(a,c,d){var e,f,g=[],h=0,i=a.length,j=a instanceof p||i!==b&&typeof i=="number"&&(i>0&&a[0]&&a[i-1]||i===0||p.isArray(a));if(j)for(;h<i;h++)e=c(a[h],h,d),e!=null&&(g[g.length]=e);else for(f in a)e=c(a[f],f,d),e!=null&&(g[g.length]=e);return g.concat.apply([],g)},guid:1,proxy:function(a,c){var d,e,f;return typeof c=="string"&&(d=a[c],c=a,a=d),p.isFunction(a)?(e=k.call(arguments,2),f=function(){return a.apply(c,e.concat(k.call(arguments)))},f.guid=a.guid=a.guid||f.guid||p.guid++,f):b},access:function(a,c,d,e,f,g,h){var i,j=d==null,k=0,l=a.length;if(d&&typeof d=="object"){for(k in d)p.access(a,c,k,d[k],1,g,e);f=1}else if(e!==b){i=h===b&&p.isFunction(e),j&&(i?(i=c,c=function(a,b,c){return i.call(p(a),c)}):(c.call(a,e),c=null));if(c)for(;k<l;k++)c(a[k],d,i?e.call(a[k],k,c(a[k],d)):e,h);f=1}return f?a:j?c.call(a):l?c(a[0],d):g},now:function(){return(new Date).getTime()}}),p.ready.promise=function(b){if(!d){d=p.Deferred();if(e.readyState==="complete")setTimeout(p.ready,1);else if(e.addEventListener)e.addEventListener("DOMContentLoaded",D,!1),a.addEventListener("load",p.ready,!1);else{e.attachEvent("onreadystatechange",D),a.attachEvent("onload",p.ready);var c=!1;try{c=a.frameElement==null&&e.documentElement}catch(f){}c&&c.doScroll&&function g(){if(!p.isReady){try{c.doScroll("left")}catch(a){return setTimeout(g,50)}p.ready()}}()}}return d.promise(b)},p.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){E["[object "+b+"]"]=b.toLowerCase()}),c=p(e);var F={};p.Callbacks=function(a){a=typeof a=="string"?F[a]||G(a):p.extend({},a);var c,d,e,f,g,h,i=[],j=!a.once&&[],k=function(b){c=a.memory&&b,d=!0,h=f||0,f=0,g=i.length,e=!0;for(;i&&h<g;h++)if(i[h].apply(b[0],b[1])===!1&&a.stopOnFalse){c=!1;break}e=!1,i&&(j?j.length&&k(j.shift()):c?i=[]:l.disable())},l={add:function(){if(i){var b=i.length;(function d(b){p.each(b,function(b,c){var e=p.type(c);e==="function"&&(!a.unique||!l.has(c))?i.push(c):c&&c.length&&e!=="string"&&d(c)})})(arguments),e?g=i.length:c&&(f=b,k(c))}return this},remove:function(){return i&&p.each(arguments,function(a,b){var c;while((c=p.inArray(b,i,c))>-1)i.splice(c,1),e&&(c<=g&&g--,c<=h&&h--)}),this},has:function(a){return p.inArray(a,i)>-1},empty:function(){return i=[],this},disable:function(){return i=j=c=b,this},disabled:function(){return!i},lock:function(){return j=b,c||l.disable(),this},locked:function(){return!j},fireWith:function(a,b){return b=b||[],b=[a,b.slice?b.slice():b],i&&(!d||j)&&(e?j.push(b):k(b)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!d}};return l},p.extend({Deferred:function(a){var b=[["resolve","done",p.Callbacks("once memory"),"resolved"],["reject","fail",p.Callbacks("once memory"),"rejected"],["notify","progress",p.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return p.Deferred(function(c){p.each(b,function(b,d){var f=d[0],g=a[b];e[d[1]](p.isFunction(g)?function(){var a=g.apply(this,arguments);a&&p.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f+"With"](this===e?c:this,[a])}:c[f])}),a=null}).promise()},promise:function(a){return typeof a=="object"?p.extend(a,d):d}},e={};return d.pipe=d.then,p.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[a^1][2].disable,b[2][2].lock),e[f[0]]=g.fire,e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=k.call(arguments),d=c.length,e=d!==1||a&&p.isFunction(a.promise)?d:0,f=e===1?a:p.Deferred(),g=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?k.call(arguments):d,c===h?f.notifyWith(b,c):--e||f.resolveWith(b,c)}},h,i,j;if(d>1){h=new Array(d),i=new Array(d),j=new Array(d);for(;b<d;b++)c[b]&&p.isFunction(c[b].promise)?c[b].promise().done(g(b,j,c)).fail(f.reject).progress(g(b,i,h)):--e}return e||f.resolveWith(j,c),f.promise()}}),p.support=function(){var b,c,d,f,g,h,i,j,k,l,m,n=e.createElement("div");n.setAttribute("className","t"),n.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",c=n.getElementsByTagName("*"),d=n.getElementsByTagName("a")[0],d.style.cssText="top:1px;float:left;opacity:.5";if(!c||!c.length||!d)return{};f=e.createElement("select"),g=f.appendChild(e.createElement("option")),h=n.getElementsByTagName("input")[0],b={leadingWhitespace:n.firstChild.nodeType===3,tbody:!n.getElementsByTagName("tbody").length,htmlSerialize:!!n.getElementsByTagName("link").length,style:/top/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:/^0.5/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:h.value==="on",optSelected:g.selected,getSetAttribute:n.className!=="t",enctype:!!e.createElement("form").enctype,html5Clone:e.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:e.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},h.checked=!0,b.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,b.optDisabled=!g.disabled;try{delete n.test}catch(o){b.deleteExpando=!1}!n.addEventListener&&n.attachEvent&&n.fireEvent&&(n.attachEvent("onclick",m=function(){b.noCloneEvent=!1}),n.cloneNode(!0).fireEvent("onclick"),n.detachEvent("onclick",m)),h=e.createElement("input"),h.value="t",h.setAttribute("type","radio"),b.radioValue=h.value==="t",h.setAttribute("checked","checked"),h.setAttribute("name","t"),n.appendChild(h),i=e.createDocumentFragment(),i.appendChild(n.lastChild),b.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=h.checked,i.removeChild(h),i.appendChild(n);if(n.attachEvent)for(k in{submit:!0,change:!0,focusin:!0})j="on"+k,l=j in n,l||(n.setAttribute(j,"return;"),l=typeof n[j]=="function"),b[k+"Bubbles"]=l;return p(function(){var c,d,f,g,h="padding:0;margin:0;border:0;display:block;overflow:hidden;",i=e.getElementsByTagName("body")[0];if(!i)return;c=e.createElement("div"),c.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",i.insertBefore(c,i.firstChild),d=e.createElement("div"),c.appendChild(d),d.innerHTML="<table><tr><td></td><td>t</td></tr></table>",f=d.getElementsByTagName("td"),f[0].style.cssText="padding:0;margin:0;border:0;display:none",l=f[0].offsetHeight===0,f[0].style.display="",f[1].style.display="none",b.reliableHiddenOffsets=l&&f[0].offsetHeight===0,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",b.boxSizing=d.offsetWidth===4,b.doesNotIncludeMarginInBodyOffset=i.offsetTop!==1,a.getComputedStyle&&(b.pixelPosition=(a.getComputedStyle(d,null)||{}).top!=="1%",b.boxSizingReliable=(a.getComputedStyle(d,null)||{width:"4px"}).width==="4px",g=e.createElement("div"),g.style.cssText=d.style.cssText=h,g.style.marginRight=g.style.width="0",d.style.width="1px",d.appendChild(g),b.reliableMarginRight=!parseFloat((a.getComputedStyle(g,null)||{}).marginRight)),typeof d.style.zoom!="undefined"&&(d.innerHTML="",d.style.cssText=h+"width:1px;padding:1px;display:inline;zoom:1",b.inlineBlockNeedsLayout=d.offsetWidth===3,d.style.display="block",d.style.overflow="visible",d.innerHTML="<div></div>",d.firstChild.style.width="5px",b.shrinkWrapBlocks=d.offsetWidth!==3,c.style.zoom=1),i.removeChild(c),c=d=f=g=null}),i.removeChild(n),c=d=f=g=h=i=n=null,b}();var H=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,I=/([A-Z])/g;p.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(p.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){return a=a.nodeType?p.cache[a[p.expando]]:a[p.expando],!!a&&!K(a)},data:function(a,c,d,e){if(!p.acceptData(a))return;var f,g,h=p.expando,i=typeof c=="string",j=a.nodeType,k=j?p.cache:a,l=j?a[h]:a[h]&&h;if((!l||!k[l]||!e&&!k[l].data)&&i&&d===b)return;l||(j?a[h]=l=p.deletedIds.pop()||++p.uuid:l=h),k[l]||(k[l]={},j||(k[l].toJSON=p.noop));if(typeof c=="object"||typeof c=="function")e?k[l]=p.extend(k[l],c):k[l].data=p.extend(k[l].data,c);return f=k[l],e||(f.data||(f.data={}),f=f.data),d!==b&&(f[p.camelCase(c)]=d),i?(g=f[c],g==null&&(g=f[p.camelCase(c)])):g=f,g},removeData:function(a,b,c){if(!p.acceptData(a))return;var d,e,f,g=a.nodeType,h=g?p.cache:a,i=g?a[p.expando]:p.expando;if(!h[i])return;if(b){d=c?h[i]:h[i].data;if(d){p.isArray(b)||(b in d?b=[b]:(b=p.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,f=b.length;e<f;e++)delete d[b[e]];if(!(c?K:p.isEmptyObject)(d))return}}if(!c){delete h[i].data;if(!K(h[i]))return}g?p.cleanData([a],!0):p.support.deleteExpando||h!=h.window?delete h[i]:h[i]=null},_data:function(a,b,c){return p.data(a,b,c,!0)},acceptData:function(a){var b=a.nodeName&&p.noData[a.nodeName.toLowerCase()];return!b||b!==!0&&a.getAttribute("classid")===b}}),p.fn.extend({data:function(a,c){var d,e,f,g,h,i=this[0],j=0,k=null;if(a===b){if(this.length){k=p.data(i);if(i.nodeType===1&&!p._data(i,"parsedAttrs")){f=i.attributes;for(h=f.length;j<h;j++)g=f[j].name,g.indexOf("data-")===0&&(g=p.camelCase(g.substring(5)),J(i,g,k[g]));p._data(i,"parsedAttrs",!0)}}return k}return typeof a=="object"?this.each(function(){p.data(this,a)}):(d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!",p.access(this,function(c){if(c===b)return k=this.triggerHandler("getData"+e,[d[0]]),k===b&&i&&(k=p.data(i,a),k=J(i,a,k)),k===b&&d[1]?this.data(d[0]):k;d[1]=c,this.each(function(){var b=p(this);b.triggerHandler("setData"+e,d),p.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1))},removeData:function(a){return this.each(function(){p.removeData(this,a)})}}),p.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=p._data(a,b),c&&(!d||p.isArray(c)?d=p._data(a,b,p.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=p.queue(a,b),d=c.length,e=c.shift(),f=p._queueHooks(a,b),g=function(){p.dequeue(a,b)};e==="inprogress"&&(e=c.shift(),d--),e&&(b==="fx"&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return p._data(a,c)||p._data(a,c,{empty:p.Callbacks("once memory").add(function(){p.removeData(a,b+"queue",!0),p.removeData(a,c,!0)})})}}),p.fn.extend({queue:function(a,c){var d=2;return typeof a!="string"&&(c=a,a="fx",d--),arguments.length<d?p.queue(this[0],a):c===b?this:this.each(function(){var b=p.queue(this,a,c);p._queueHooks(this,a),a==="fx"&&b[0]!=="inprogress"&&p.dequeue(this,a)})},dequeue:function(a){return this.each(function(){p.dequeue(this,a)})},delay:function(a,b){return a=p.fx?p.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){var d,e=1,f=p.Deferred(),g=this,h=this.length,i=function(){--e||f.resolveWith(g,[g])};typeof a!="string"&&(c=a,a=b),a=a||"fx";while(h--)d=p._data(g[h],a+"queueHooks"),d&&d.empty&&(e++,d.empty.add(i));return i(),f.promise(c)}});var L,M,N,O=/[\t\r\n]/g,P=/\r/g,Q=/^(?:button|input)$/i,R=/^(?:button|input|object|select|textarea)$/i,S=/^a(?:rea|)$/i,T=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,U=p.support.getSetAttribute;p.fn.extend({attr:function(a,b){return p.access(this,p.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){p.removeAttr(this,a)})},prop:function(a,b){return p.access(this,p.prop,a,b,arguments.length>1)},removeProp:function(a){return a=p.propFix[a]||a,this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,f,g,h;if(p.isFunction(a))return this.each(function(b){p(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(s);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{f=" "+e.className+" ";for(g=0,h=b.length;g<h;g++)~f.indexOf(" "+b[g]+" ")||(f+=b[g]+" ");e.className=p.trim(f)}}}return this},removeClass:function(a){var c,d,e,f,g,h,i;if(p.isFunction(a))return this.each(function(b){p(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(s);for(h=0,i=this.length;h<i;h++){e=this[h];if(e.nodeType===1&&e.className){d=(" "+e.className+" ").replace(O," ");for(f=0,g=c.length;f<g;f++)while(d.indexOf(" "+c[f]+" ")>-1)d=d.replace(" "+c[f]+" "," ");e.className=a?p.trim(d):""}}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";return p.isFunction(a)?this.each(function(c){p(this).toggleClass(a.call(this,c,this.className,b),b)}):this.each(function(){if(c==="string"){var e,f=0,g=p(this),h=b,i=a.split(s);while(e=i[f++])h=d?h:!g.hasClass(e),g[h?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&p._data(this,"__className__",this.className),this.className=this.className||a===!1?"":p._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(O," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,f=this[0];if(!arguments.length){if(f)return c=p.valHooks[f.type]||p.valHooks[f.nodeName.toLowerCase()],c&&"get"in c&&(d=c.get(f,"value"))!==b?d:(d=f.value,typeof d=="string"?d.replace(P,""):d==null?"":d);return}return e=p.isFunction(a),this.each(function(d){var f,g=p(this);if(this.nodeType!==1)return;e?f=a.call(this,d,g.val()):f=a,f==null?f="":typeof f=="number"?f+="":p.isArray(f)&&(f=p.map(f,function(a){return a==null?"":a+""})),c=p.valHooks[this.type]||p.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,f,"value")===b)this.value=f})}}),p.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,f=a.selectedIndex,g=[],h=a.options,i=a.type==="select-one";if(f<0)return null;c=i?f:0,d=i?f+1:h.length;for(;c<d;c++){e=h[c];if(e.selected&&(p.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!p.nodeName(e.parentNode,"optgroup"))){b=p(e).val();if(i)return b;g.push(b)}}return i&&!g.length&&h.length?p(h[f]).val():g},set:function(a,b){var c=p.makeArray(b);return p(a).find("option").each(function(){this.selected=p.inArray(p(this).val(),c)>=0}),c.length||(a.selectedIndex=-1),c}}},attrFn:{},attr:function(a,c,d,e){var f,g,h,i=a.nodeType;if(!a||i===3||i===8||i===2)return;if(e&&p.isFunction(p.fn[c]))return p(a)[c](d);if(typeof a.getAttribute=="undefined")return p.prop(a,c,d);h=i!==1||!p.isXMLDoc(a),h&&(c=c.toLowerCase(),g=p.attrHooks[c]||(T.test(c)?M:L));if(d!==b){if(d===null){p.removeAttr(a,c);return}return g&&"set"in g&&h&&(f=g.set(a,d,c))!==b?f:(a.setAttribute(c,""+d),d)}return g&&"get"in g&&h&&(f=g.get(a,c))!==null?f:(f=a.getAttribute(c),f===null?b:f)},removeAttr:function(a,b){var c,d,e,f,g=0;if(b&&a.nodeType===1){d=b.split(s);for(;g<d.length;g++)e=d[g],e&&(c=p.propFix[e]||e,f=T.test(e),f||p.attr(a,e,""),a.removeAttribute(U?e:c),f&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(Q.test(a.nodeName)&&a.parentNode)p.error("type property can't be changed");else if(!p.support.radioValue&&b==="radio"&&p.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}},value:{get:function(a,b){return L&&p.nodeName(a,"button")?L.get(a,b):b in a?a.value:null},set:function(a,b,c){if(L&&p.nodeName(a,"button"))return L.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,f,g,h=a.nodeType;if(!a||h===3||h===8||h===2)return;return g=h!==1||!p.isXMLDoc(a),g&&(c=p.propFix[c]||c,f=p.propHooks[c]),d!==b?f&&"set"in f&&(e=f.set(a,d,c))!==b?e:a[c]=d:f&&"get"in f&&(e=f.get(a,c))!==null?e:a[c]},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):R.test(a.nodeName)||S.test(a.nodeName)&&a.href?0:b}}}}),M={get:function(a,c){var d,e=p.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;return b===!1?p.removeAttr(a,c):(d=p.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase())),c}},U||(N={name:!0,id:!0,coords:!0},L=p.valHooks.button={get:function(a,c){var d;return d=a.getAttributeNode(c),d&&(N[c]?d.value!=="":d.specified)?d.value:b},set:function(a,b,c){var d=a.getAttributeNode(c);return d||(d=e.createAttribute(c),a.setAttributeNode(d)),d.value=b+""}},p.each(["width","height"],function(a,b){p.attrHooks[b]=p.extend(p.attrHooks[b],{set:function(a,c){if(c==="")return a.setAttribute(b,"auto"),c}})}),p.attrHooks.contenteditable={get:L.get,set:function(a,b,c){b===""&&(b="false"),L.set(a,b,c)}}),p.support.hrefNormalized||p.each(["href","src","width","height"],function(a,c){p.attrHooks[c]=p.extend(p.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),p.support.style||(p.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),p.support.optSelected||(p.propHooks.selected=p.extend(p.propHooks.selected,{get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}})),p.support.enctype||(p.propFix.enctype="encoding"),p.support.checkOn||p.each(["radio","checkbox"],function(){p.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),p.each(["radio","checkbox"],function(){p.valHooks[this]=p.extend(p.valHooks[this],{set:function(a,b){if(p.isArray(b))return a.checked=p.inArray(p(a).val(),b)>=0}})});var V=/^(?:textarea|input|select)$/i,W=/^([^\.]*|)(?:\.(.+)|)$/,X=/(?:^|\s)hover(\.\S+|)\b/,Y=/^key/,Z=/^(?:mouse|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=function(a){return p.event.special.hover?a:a.replace(X,"mouseenter$1 mouseleave$1")};p.event={add:function(a,c,d,e,f){var g,h,i,j,k,l,m,n,o,q,r;if(a.nodeType===3||a.nodeType===8||!c||!d||!(g=p._data(a)))return;d.handler&&(o=d,d=o.handler,f=o.selector),d.guid||(d.guid=p.guid++),i=g.events,i||(g.events=i={}),h=g.handle,h||(g.handle=h=function(a){return typeof p!="undefined"&&(!a||p.event.triggered!==a.type)?p.event.dispatch.apply(h.elem,arguments):b},h.elem=a),c=p.trim(_(c)).split(" ");for(j=0;j<c.length;j++){k=W.exec(c[j])||[],l=k[1],m=(k[2]||"").split(".").sort(),r=p.event.special[l]||{},l=(f?r.delegateType:r.bindType)||l,r=p.event.special[l]||{},n=p.extend({type:l,origType:k[1],data:e,handler:d,guid:d.guid,selector:f,namespace:m.join(".")},o),q=i[l];if(!q){q=i[l]=[],q.delegateCount=0;if(!r.setup||r.setup.call(a,e,m,h)===!1)a.addEventListener?a.addEventListener(l,h,!1):a.attachEvent&&a.attachEvent("on"+l,h)}r.add&&(r.add.call(a,n),n.handler.guid||(n.handler.guid=d.guid)),f?q.splice(q.delegateCount++,0,n):q.push(n),p.event.global[l]=!0}a=null},global:{},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,q,r=p.hasData(a)&&p._data(a);if(!r||!(m=r.events))return;b=p.trim(_(b||"")).split(" ");for(f=0;f<b.length;f++){g=W.exec(b[f])||[],h=i=g[1],j=g[2];if(!h){for(h in m)p.event.remove(a,h+b[f],c,d,!0);continue}n=p.event.special[h]||{},h=(d?n.delegateType:n.bindType)||h,o=m[h]||[],k=o.length,j=j?new RegExp("(^|\\.)"+j.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(l=0;l<o.length;l++)q=o[l],(e||i===q.origType)&&(!c||c.guid===q.guid)&&(!j||j.test(q.namespace))&&(!d||d===q.selector||d==="**"&&q.selector)&&(o.splice(l--,1),q.selector&&o.delegateCount--,n.remove&&n.remove.call(a,q));o.length===0&&k!==o.length&&((!n.teardown||n.teardown.call(a,j,r.handle)===!1)&&p.removeEvent(a,h,r.handle),delete m[h])}p.isEmptyObject(m)&&(delete r.handle,p.removeData(a,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,f,g){if(!f||f.nodeType!==3&&f.nodeType!==8){var h,i,j,k,l,m,n,o,q,r,s=c.type||c,t=[];if($.test(s+p.event.triggered))return;s.indexOf("!")>=0&&(s=s.slice(0,-1),i=!0),s.indexOf(".")>=0&&(t=s.split("."),s=t.shift(),t.sort());if((!f||p.event.customEvent[s])&&!p.event.global[s])return;c=typeof c=="object"?c[p.expando]?c:new p.Event(s,c):new p.Event(s),c.type=s,c.isTrigger=!0,c.exclusive=i,c.namespace=t.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+t.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,m=s.indexOf(":")<0?"on"+s:"";if(!f){h=p.cache;for(j in h)h[j].events&&h[j].events[s]&&p.event.trigger(c,d,h[j].handle.elem,!0);return}c.result=b,c.target||(c.target=f),d=d!=null?p.makeArray(d):[],d.unshift(c),n=p.event.special[s]||{};if(n.trigger&&n.trigger.apply(f,d)===!1)return;q=[[f,n.bindType||s]];if(!g&&!n.noBubble&&!p.isWindow(f)){r=n.delegateType||s,k=$.test(r+s)?f:f.parentNode;for(l=f;k;k=k.parentNode)q.push([k,r]),l=k;l===(f.ownerDocument||e)&&q.push([l.defaultView||l.parentWindow||a,r])}for(j=0;j<q.length&&!c.isPropagationStopped();j++)k=q[j][0],c.type=q[j][1],o=(p._data(k,"events")||{})[c.type]&&p._data(k,"handle"),o&&o.apply(k,d),o=m&&k[m],o&&p.acceptData(k)&&o.apply(k,d)===!1&&c.preventDefault();return c.type=s,!g&&!c.isDefaultPrevented()&&(!n._default||n._default.apply(f.ownerDocument,d)===!1)&&(s!=="click"||!p.nodeName(f,"a"))&&p.acceptData(f)&&m&&f[s]&&(s!=="focus"&&s!=="blur"||c.target.offsetWidth!==0)&&!p.isWindow(f)&&(l=f[m],l&&(f[m]=null),p.event.triggered=s,f[s](),p.event.triggered=b,l&&(f[m]=l)),c.result}return},dispatch:function(c){c=p.event.fix(c||a.event);var d,e,f,g,h,i,j,k,l,m,n=(p._data(this,"events")||{})[c.type]||[],o=n.delegateCount,q=[].slice.call(arguments),r=!c.exclusive&&!c.namespace,s=p.event.special[c.type]||{},t=[];q[0]=c,c.delegateTarget=this;if(s.preDispatch&&s.preDispatch.call(this,c)===!1)return;if(o&&(!c.button||c.type!=="click"))for(f=c.target;f!=this;f=f.parentNode||this)if(f.disabled!==!0||c.type!=="click"){h={},j=[];for(d=0;d<o;d++)k=n[d],l=k.selector,h[l]===b&&(h[l]=p(l,this).index(f)>=0),h[l]&&j.push(k);j.length&&t.push({elem:f,matches:j})}n.length>o&&t.push({elem:this,matches:n.slice(o)});for(d=0;d<t.length&&!c.isPropagationStopped();d++){i=t[d],c.currentTarget=i.elem;for(e=0;e<i.matches.length&&!c.isImmediatePropagationStopped();e++){k=i.matches[e];if(r||!c.namespace&&!k.namespace||c.namespace_re&&c.namespace_re.test(k.namespace))c.data=k.data,c.handleObj=k,g=((p.event.special[k.origType]||{}).handle||k.handler).apply(i.elem,q),g!==b&&(c.result=g,g===!1&&(c.preventDefault(),c.stopPropagation()))}}return s.postDispatch&&s.postDispatch.call(this,c),c.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,c){var d,f,g,h=c.button,i=c.fromElement;return a.pageX==null&&c.clientX!=null&&(d=a.target.ownerDocument||e,f=d.documentElement,g=d.body,a.pageX=c.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=c.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?c.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0),a}},fix:function(a){if(a[p.expando])return a;var b,c,d=a,f=p.event.fixHooks[a.type]||{},g=f.props?this.props.concat(f.props):this.props;a=p.Event(d);for(b=g.length;b;)c=g[--b],a[c]=d[c];return a.target||(a.target=d.srcElement||e),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,f.filter?f.filter(a,d):a},special:{load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){p.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=p.extend(new p.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?p.event.trigger(e,null,b):p.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},p.event.handle=p.event.dispatch,p.removeEvent=e.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]=="undefined"&&(a[d]=null),a.detachEvent(d,c))},p.Event=function(a,b){if(this instanceof p.Event)a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?bb:ba):this.type=a,b&&p.extend(this,b),this.timeStamp=a&&a.timeStamp||p.now(),this[p.expando]=!0;else return new p.Event(a,b)},p.Event.prototype={preventDefault:function(){this.isDefaultPrevented=bb;var a=this.originalEvent;if(!a)return;a.preventDefault?a.preventDefault():a.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=bb;var a=this.originalEvent;if(!a)return;a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=bb,this.stopPropagation()},isDefaultPrevented:ba,isPropagationStopped:ba,isImmediatePropagationStopped:ba},p.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){p.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj,g=f.selector;if(!e||e!==d&&!p.contains(d,e))a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b;return c}}}),p.support.submitBubbles||(p.event.special.submit={setup:function(){if(p.nodeName(this,"form"))return!1;p.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=p.nodeName(c,"input")||p.nodeName(c,"button")?c.form:b;d&&!p._data(d,"_submit_attached")&&(p.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),p._data(d,"_submit_attached",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&p.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(p.nodeName(this,"form"))return!1;p.event.remove(this,"._submit")}}),p.support.changeBubbles||(p.event.special.change={setup:function(){if(V.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")p.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),p.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),p.event.simulate("change",this,a,!0)});return!1}p.event.add(this,"beforeactivate._change",function(a){var b=a.target;V.test(b.nodeName)&&!p._data(b,"_change_attached")&&(p.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&p.event.simulate("change",this.parentNode,a,!0)}),p._data(b,"_change_attached",!0))})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){return p.event.remove(this,"._change"),!V.test(this.nodeName)}}),p.support.focusinBubbles||p.each({focus:"focusin",blur:"focusout"},function(a,b){var c=0,d=function(a){p.event.simulate(b,a.target,p.event.fix(a),!0)};p.event.special[b]={setup:function(){c++===0&&e.addEventListener(a,d,!0)},teardown:function(){--c===0&&e.removeEventListener(a,d,!0)}}}),p.fn.extend({on:function(a,c,d,e,f){var g,h;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(h in a)this.on(h,c,d,a[h],f);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=ba;else if(!e)return this;return f===1&&(g=e,e=function(a){return p().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=p.guid++)),this.each(function(){p.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){var e,f;if(a&&a.preventDefault&&a.handleObj)return e=a.handleObj,p(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler),this;if(typeof a=="object"){for(f in a)this.off(f,c,a[f]);return this}if(c===!1||typeof c=="function")d=c,c=b;return d===!1&&(d=ba),this.each(function(){p.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){return p(this.context).on(a,this.selector,b,c),this},die:function(a,b){return p(this.context).off(a,this.selector||"**",b),this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a||"**",c)},trigger:function(a,b){return this.each(function(){p.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return p.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||p.guid++,d=0,e=function(c){var e=(p._data(this,"lastToggle"+a.guid)||0)%d;return p._data(this,"lastToggle"+a.guid,e+1),c.preventDefault(),b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),p.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 contextmenu".split(" "),function(a,b){p.fn[b]=function(a,c){return c==null&&(c=a,a=null),arguments.length>0?this.on(b,null,a,c):this.trigger(b)},Y.test(b)&&(p.event.fixHooks[b]=p.event.keyHooks),Z.test(b)&&(p.event.fixHooks[b]=p.event.mouseHooks)}),function(a,b){function $(a,b,c,d){c=c||[],b=b||q;var e,f,g,j,k=b.nodeType;if(k!==1&&k!==9)return[];if(!a||typeof a!="string")return c;g=h(b);if(!g&&!d)if(e=L.exec(a))if(j=e[1]){if(k===9){f=b.getElementById(j);if(!f||!f.parentNode)return c;if(f.id===j)return c.push(f),c}else if(b.ownerDocument&&(f=b.ownerDocument.getElementById(j))&&i(b,f)&&f.id===j)return c.push(f),c}else{if(e[2])return u.apply(c,t.call(b.getElementsByTagName(a),0)),c;if((j=e[3])&&X&&b.getElementsByClassName)return u.apply(c,t.call(b.getElementsByClassName(j),0)),c}return bk(a,b,c,d,g)}function _(a){return function(b){var c=b.nodeName.toLowerCase();return c==="input"&&b.type===a}}function ba(a){return function(b){var c=b.nodeName.toLowerCase();return(c==="input"||c==="button")&&b.type===a}}function bb(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}function bc(a,b,c,d){var e,g,h,i,j,k,l,m,n,p,r=!c&&b!==q,s=(r?"<s>":"")+a.replace(H,"$1<s>"),u=y[o][s];if(u)return d?0:t.call(u,0);j=a,k=[],m=0,n=f.preFilter,p=f.filter;while(j){if(!e||(g=I.exec(j)))g&&(j=j.slice(g[0].length),h.selector=l),k.push(h=[]),l="",r&&(j=" "+j);e=!1;if(g=J.exec(j))l+=g[0],j=j.slice(g[0].length),e=h.push({part:g.pop().replace(H," "),string:g[0],captures:g});for(i in p)(g=S[i].exec(j))&&(!n[i]||(g=n[i](g,b,c)))&&(l+=g[0],j=j.slice(g[0].length),e=h.push({part:i,string:g.shift(),captures:g}));if(!e)break}return l&&(h.selector=l),d?j.length:j?$.error(a):t.call(y(s,k),0)}function bd(a,b,e,f){var g=b.dir,h=s++;return a||(a=function(a){return a===e}),b.first?function(b){while(b=b[g])if(b.nodeType===1)return a(b)&&b}:f?function(b){while(b=b[g])if(b.nodeType===1&&a(b))return b}:function(b){var e,f=h+"."+c,i=f+"."+d;while(b=b[g])if(b.nodeType===1){if((e=b[o])===i)return b.sizset;if(typeof e=="string"&&e.indexOf(f)===0){if(b.sizset)return b}else{b[o]=i;if(a(b))return b.sizset=!0,b;b.sizset=!1}}}}function be(a,b){return a?function(c){var d=b(c);return d&&a(d===!0?c:d)}:b}function bf(a,b,c){var d,e,g=0;for(;d=a[g];g++)f.relative[d.part]?e=bd(e,f.relative[d.part],b,c):e=be(e,f.filter[d.part].apply(null,d.captures.concat(b,c)));return e}function bg(a){return function(b){var c,d=0;for(;c=a[d];d++)if(c(b))return!0;return!1}}function bh(a,b,c,d){var e=0,f=b.length;for(;e<f;e++)$(a,b[e],c,d)}function bi(a,b,c,d,e,g){var h,i=f.setFilters[b.toLowerCase()];return i||$.error(b),(a||!(h=e))&&bh(a||"*",d,h=[],e),h.length>0?i(h,c,g):[]}function bj(a,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q,r,s=0,t=a.length,v=S.POS,w=new RegExp("^"+v.source+"(?!"+A+")","i"),x=function(){var a=1,c=arguments.length-2;for(;a<c;a++)arguments[a]===b&&(n[a]=b)};for(;s<t;s++){f=a[s],g="",m=e;for(h=0,i=f.length;h<i;h++){j=f[h],k=j.string;if(j.part==="PSEUDO"){v.exec(""),l=0;while(n=v.exec(k)){o=!0,p=v.lastIndex=n.index+n[0].length;if(p>l){g+=k.slice(l,n.index),l=p,q=[c],J.test(g)&&(m&&(q=m),m=e);if(r=O.test(g))g=g.slice(0,-5).replace(J,"$&*"),l++;n.length>1&&n[0].replace(w,x),m=bi(g,n[1],n[2],q,m,r)}g=""}}o||(g+=k),o=!1}g?J.test(g)?bh(g,m||[c],d,e):$(g,c,d,e?e.concat(m):m):u.apply(d,m)}return t===1?d:$.uniqueSort(d)}function bk(a,b,e,g,h){a=a.replace(H,"$1");var i,k,l,m,n,o,p,q,r,s,v=bc(a,b,h),w=b.nodeType;if(S.POS.test(a))return bj(v,b,e,g);if(g)i=t.call(g,0);else if(v.length===1){if((o=t.call(v[0],0)).length>2&&(p=o[0]).part==="ID"&&w===9&&!h&&f.relative[o[1].part]){b=f.find.ID(p.captures[0].replace(R,""),b,h)[0];if(!b)return e;a=a.slice(o.shift().string.length)}r=(v=N.exec(o[0].string))&&!v.index&&b.parentNode||b,q="";for(n=o.length-1;n>=0;n--){p=o[n],s=p.part,q=p.string+q;if(f.relative[s])break;if(f.order.test(s)){i=f.find[s](p.captures[0].replace(R,""),r,h);if(i==null)continue;a=a.slice(0,a.length-q.length)+q.replace(S[s],""),a||u.apply(e,t.call(i,0));break}}}if(a){k=j(a,b,h),c=k.dirruns++,i==null&&(i=f.find.TAG("*",N.test(a)&&b.parentNode||b));for(n=0;m=i[n];n++)d=k.runs++,k(m)&&e.push(m)}return e}var c,d,e,f,g,h,i,j,k,l,m=!0,n="undefined",o=("sizcache"+Math.random()).replace(".",""),q=a.document,r=q.documentElement,s=0,t=[].slice,u=[].push,v=function(a,b){return a[o]=b||!0,a},w=function(){var a={},b=[];return v(function(c,d){return b.push(c)>f.cacheLength&&delete a[b.shift()],a[c]=d},a)},x=w(),y=w(),z=w(),A="[\\x20\\t\\r\\n\\f]",B="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",C=B.replace("w","w#"),D="([*^$|!~]?=)",E="\\["+A+"*("+B+")"+A+"*(?:"+D+A+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+C+")|)|)"+A+"*\\]",F=":("+B+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+E+")|[^:]|\\\\.)*|.*))\\)|)",G=":(nth|eq|gt|lt|first|last|even|odd)(?:\\(((?:-\\d)?\\d*)\\)|)(?=[^-]|$)",H=new RegExp("^"+A+"+|((?:^|[^\\\\])(?:\\\\.)*)"+A+"+$","g"),I=new RegExp("^"+A+"*,"+A+"*"),J=new RegExp("^"+A+"*([\\x20\\t\\r\\n\\f>+~])"+A+"*"),K=new RegExp(F),L=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,M=/^:not/,N=/[\x20\t\r\n\f]*[+~]/,O=/:not\($/,P=/h\d/i,Q=/input|select|textarea|button/i,R=/\\(?!\\)/g,S={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),NAME:new RegExp("^\\[name=['\"]?("+B+")['\"]?\\]"),TAG:new RegExp("^("+B.replace("w","w*")+")"),ATTR:new RegExp("^"+E),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|nth|last|first)-child(?:\\("+A+"*(even|odd|(([+-]|)(\\d*)n|)"+A+"*(?:([+-]|)"+A+"*(\\d+)|))"+A+"*\\)|)","i"),POS:new RegExp(G,"ig"),needsContext:new RegExp("^"+A+"*[>+~]|"+G,"i")},T=function(a){var b=q.createElement("div");try{return a(b)}catch(c){return!1}finally{b=null}},U=T(function(a){return a.appendChild(q.createComment("")),!a.getElementsByTagName("*").length}),V=T(function(a){return a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!==n&&a.firstChild.getAttribute("href")==="#"}),W=T(function(a){a.innerHTML="<select></select>";var b=typeof a.lastChild.getAttribute("multiple");return b!=="boolean"&&b!=="string"}),X=T(function(a){return a.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!a.getElementsByClassName||!a.getElementsByClassName("e").length?!1:(a.lastChild.className="e",a.getElementsByClassName("e").length===2)}),Y=T(function(a){a.id=o+0,a.innerHTML="<a name='"+o+"'></a><div name='"+o+"'></div>",r.insertBefore(a,r.firstChild);var b=q.getElementsByName&&q.getElementsByName(o).length===2+q.getElementsByName(o+0).length;return e=!q.getElementById(o),r.removeChild(a),b});try{t.call(r.childNodes,0)[0].nodeType}catch(Z){t=function(a){var b,c=[];for(;b=this[a];a++)c.push(b);return c}}$.matches=function(a,b){return $(a,null,null,b)},$.matchesSelector=function(a,b){return $(b,null,null,[a]).length>0},g=$.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(e===1||e===9||e===11){if(typeof a.textContent=="string")return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=g(a)}else if(e===3||e===4)return a.nodeValue}else for(;b=a[d];d++)c+=g(b);return c},h=$.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?b.nodeName!=="HTML":!1},i=$.contains=r.contains?function(a,b){var c=a.nodeType===9?a.documentElement:a,d=b&&b.parentNode;return a===d||!!(d&&d.nodeType===1&&c.contains&&c.contains(d))}:r.compareDocumentPosition?function(a,b){return b&&!!(a.compareDocumentPosition(b)&16)}:function(a,b){while(b=b.parentNode)if(b===a)return!0;return!1},$.attr=function(a,b){var c,d=h(a);return d||(b=b.toLowerCase()),f.attrHandle[b]?f.attrHandle[b](a):W||d?a.getAttribute(b):(c=a.getAttributeNode(b),c?typeof a[b]=="boolean"?a[b]?b:null:c.specified?c.value:null:null)},f=$.selectors={cacheLength:50,createPseudo:v,match:S,order:new RegExp("ID|TAG"+(Y?"|NAME":"")+(X?"|CLASS":"")),attrHandle:V?{}:{href:function(a){return a.getAttribute("href",2)},type:function(a){return a.getAttribute("type")}},find:{ID:e?function(a,b,c){if(typeof b.getElementById!==n&&!c){var d=b.getElementById(a);return d&&d.parentNode?[d]:[]}}:function(a,c,d){if(typeof c.getElementById!==n&&!d){var e=c.getElementById(a);return e?e.id===a||typeof e.getAttributeNode!==n&&e.getAttributeNode("id").value===a?[e]:b:[]}},TAG:U?function(a,b){if(typeof b.getElementsByTagName!==n)return b.getElementsByTagName(a)}:function(a,b){var c=b.getElementsByTagName(a);if(a==="*"){var d,e=[],f=0;for(;d=c[f];f++)d.nodeType===1&&e.push(d);return e}return c},NAME:function(a,b){if(typeof b.getElementsByName!==n)return b.getElementsByName(name)},CLASS:function(a,b,c){if(typeof b.getElementsByClassName!==n&&!c)return b.getElementsByClassName(a)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(R,""),a[3]=(a[4]||a[5]||"").replace(R,""),a[2]==="~="&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),a[1]==="nth"?(a[2]||$.error(a[0]),a[3]=+(a[3]?a[4]+(a[5]||1):2*(a[2]==="even"||a[2]==="odd")),a[4]=+(a[6]+a[7]||a[2]==="odd")):a[2]&&$.error(a[0]),a},PSEUDO:function(a,b,c){var d,e;if(S.CHILD.test(a[0]))return null;if(a[3])a[2]=a[3];else if(d=a[4])K.test(d)&&(e=bc(d,b,c,!0))&&(e=d.indexOf(")",d.length-e)-d.length)&&(d=d.slice(0,e),a[0]=a[0].slice(0,e)),a[2]=d;return a.slice(0,3)}},filter:{ID:e?function(a){return a=a.replace(R,""),function(b){return b.getAttribute("id")===a}}:function(a){return a=a.replace(R,""),function(b){var c=typeof b.getAttributeNode!==n&&b.getAttributeNode("id");return c&&c.value===a}},TAG:function(a){return a==="*"?function(){return!0}:(a=a.replace(R,"").toLowerCase(),function(b){return b.nodeName&&b.nodeName.toLowerCase()===a})},CLASS:function(a){var b=x[o][a];return b||(b=x(a,new RegExp("(^|"+A+")"+a+"("+A+"|$)"))),function(a){return b.test(a.className||typeof a.getAttribute!==n&&a.getAttribute("class")||"")}},ATTR:function(a,b,c){return b?function(d){var e=$.attr(d,a),f=e+"";if(e==null)return b==="!=";switch(b){case"=":return f===c;case"!=":return f!==c;case"^=":return c&&f.indexOf(c)===0;case"*=":return c&&f.indexOf(c)>-1;case"$=":return c&&f.substr(f.length-c.length)===c;case"~=":return(" "+f+" ").indexOf(c)>-1;case"|=":return f===c||f.substr(0,c.length+1)===c+"-"}}:function(b){return $.attr(b,a)!=null}},CHILD:function(a,b,c,d){if(a==="nth"){var e=s++;return function(a){var b,f,g=0,h=a;if(c===1&&d===0)return!0;b=a.parentNode;if(b&&(b[o]!==e||!a.sizset)){for(h=b.firstChild;h;h=h.nextSibling)if(h.nodeType===1){h.sizset=++g;if(h===a)break}b[o]=e}return f=a.sizset-d,c===0?f===0:f%c===0&&f/c>=0}}return function(b){var c=b;switch(a){case"only":case"first":while(c=c.previousSibling)if(c.nodeType===1)return!1;if(a==="first")return!0;c=b;case"last":while(c=c.nextSibling)if(c.nodeType===1)return!1;return!0}}},PSEUDO:function(a,b,c,d){var e,g=f.pseudos[a]||f.pseudos[a.toLowerCase()];return g||$.error("unsupported pseudo: "+a),g[o]?g(b,c,d):g.length>1?(e=[a,a,"",b],function(a){return g(a,0,e)}):g}},pseudos:{not:v(function(a,b,c){var d=j(a.replace(H,"$1"),b,c);return function(a){return!d(a)}}),enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&!!a.checked||b==="option"&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},parent:function(a){return!f.pseudos.empty(a)},empty:function(a){var b;a=a.firstChild;while(a){if(a.nodeName>"@"||(b=a.nodeType)===3||b===4)return!1;a=a.nextSibling}return!0},contains:v(function(a){return function(b){return(b.textContent||b.innerText||g(b)).indexOf(a)>-1}}),has:v(function(a){return function(b){return $(a,b).length>0}}),header:function(a){return P.test(a.nodeName)},text:function(a){var b,c;return a.nodeName.toLowerCase()==="input"&&(b=a.type)==="text"&&((c=a.getAttribute("type"))==null||c.toLowerCase()===b)},radio:_("radio"),checkbox:_("checkbox"),file:_("file"),password:_("password"),image:_("image"),submit:ba("submit"),reset:ba("reset"),button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&a.type==="button"||b==="button"},input:function(a){return Q.test(a.nodeName)},focus:function(a){var b=a.ownerDocument;return a===b.activeElement&&(!b.hasFocus||b.hasFocus())&&(!!a.type||!!a.href)},active:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b,c){return c?a.slice(1):[a[0]]},last:function(a,b,c){var d=a.pop();return c?a:[d]},even:function(a,b,c){var d=[],e=c?1:0,f=a.length;for(;e<f;e=e+2)d.push(a[e]);return d},odd:function(a,b,c){var d=[],e=c?0:1,f=a.length;for(;e<f;e=e+2)d.push(a[e]);return d},lt:function(a,b,c){return c?a.slice(+b):a.slice(0,+b)},gt:function(a,b,c){return c?a.slice(0,+b+1):a.slice(+b+1)},eq:function(a,b,c){var d=a.splice(+b,1);return c?a:d}}},k=r.compareDocumentPosition?function(a,b){return a===b?(l=!0,0):(!a.compareDocumentPosition||!b.compareDocumentPosition?a.compareDocumentPosition:a.compareDocumentPosition(b)&4)?-1:1}:function(a,b){if(a===b)return l=!0,0;if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,h=b.parentNode,i=g;if(g===h)return bb(a,b);if(!g)return-1;if(!h)return 1;while(i)e.unshift(i),i=i.parentNode;i=h;while(i)f.unshift(i),i=i.parentNode;c=e.length,d=f.length;for(var j=0;j<c&&j<d;j++)if(e[j]!==f[j])return bb(e[j],f[j]);return j===c?bb(a,f[j],-1):bb(e[j],b,1)},[0,0].sort(k),m=!l,$.uniqueSort=function(a){var b,c=1;l=m,a.sort(k);if(l)for(;b=a[c];c++)b===a[c-1]&&a.splice(c--,1);return a},$.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},j=$.compile=function(a,b,c){var d,e,f,g=z[o][a];if(g&&g.context===b)return g;d=bc(a,b,c);for(e=0,f=d.length;e<f;e++)d[e]=bf(d[e],b,c);return g=z(a,bg(d)),g.context=b,g.runs=g.dirruns=0,g},q.querySelectorAll&&function(){var a,b=bk,c=/'|\\/g,d=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,e=[],f=[":active"],g=r.matchesSelector||r.mozMatchesSelector||r.webkitMatchesSelector||r.oMatchesSelector||r.msMatchesSelector;T(function(a){a.innerHTML="<select><option selected=''></option></select>",a.querySelectorAll("[selected]").length||e.push("\\["+A+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),a.querySelectorAll(":checked").length||e.push(":checked")}),T(function(a){a.innerHTML="<p test=''></p>",a.querySelectorAll("[test^='']").length&&e.push("[*^$]="+A+"*(?:\"\"|'')"),a.innerHTML="<input type='hidden'/>",a.querySelectorAll(":enabled").length||e.push(":enabled",":disabled")}),e=e.length&&new RegExp(e.join("|")),bk=function(a,d,f,g,h){if(!g&&!h&&(!e||!e.test(a)))if(d.nodeType===9)try{return u.apply(f,t.call(d.querySelectorAll(a),0)),f}catch(i){}else if(d.nodeType===1&&d.nodeName.toLowerCase()!=="object"){var j,k,l,m=d.getAttribute("id"),n=m||o,p=N.test(a)&&d.parentNode||d;m?n=n.replace(c,"\\$&"):d.setAttribute("id",n),j=bc(a,d,h),n="[id='"+n+"']";for(k=0,l=j.length;k<l;k++)j[k]=n+j[k].selector;try{return u.apply(f,t.call(p.querySelectorAll(j.join(",")),0)),f}catch(i){}finally{m||d.removeAttribute("id")}}return b(a,d,f,g,h)},g&&(T(function(b){a=g.call(b,"div");try{g.call(b,"[test!='']:sizzle"),f.push(S.PSEUDO.source,S.POS.source,"!=")}catch(c){}}),f=new RegExp(f.join("|")),$.matchesSelector=function(b,c){c=c.replace(d,"='$1']");if(!h(b)&&!f.test(c)&&(!e||!e.test(c)))try{var i=g.call(b,c);if(i||a||b.document&&b.document.nodeType!==11)return i}catch(j){}return $(c,null,null,[b]).length>0})}(),f.setFilters.nth=f.setFilters.eq,f.filters=f.pseudos,$.attr=p.attr,p.find=$,p.expr=$.selectors,p.expr[":"]=p.expr.pseudos,p.unique=$.uniqueSort,p.text=$.getText,p.isXMLDoc=$.isXML,p.contains=$.contains}(a);var bc=/Until$/,bd=/^(?:parents|prev(?:Until|All))/,be=/^.[^:#\[\.,]*$/,bf=p.expr.match.needsContext,bg={children:!0,contents:!0,next:!0,prev:!0};p.fn.extend({find:function(a){var b,c,d,e,f,g,h=this;if(typeof a!="string")return p(a).filter(function(){for(b=0,c=h.length;b<c;b++)if(p.contains(h[b],this))return!0});g=this.pushStack("","find",a);for(b=0,c=this.length;b<c;b++){d=g.length,p.find(a,this[b],g);if(b>0)for(e=d;e<g.length;e++)for(f=0;f<d;f++)if(g[f]===g[e]){g.splice(e--,1);break}}return g},has:function(a){var b,c=p(a,this),d=c.length;return this.filter(function(){for(b=0;b<d;b++)if(p.contains(this,c[b]))return!0})},not:function(a){return this.pushStack(bj(this,a,!1),"not",a)},filter:function(a){return this.pushStack(bj(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?bf.test(a)?p(a,this.context).index(this[0])>=0:p.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c,d=0,e=this.length,f=[],g=bf.test(a)||typeof a!="string"?p(a,b||this.context):0;for(;d<e;d++){c=this[d];while(c&&c.ownerDocument&&c!==b&&c.nodeType!==11){if(g?g.index(c)>-1:p.find.matchesSelector(c,a)){f.push(c);break}c=c.parentNode}}return f=f.length>1?p.unique(f):f,this.pushStack(f,"closest",a)},index:function(a){return a?typeof a=="string"?p.inArray(this[0],p(a)):p.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(a,b){var c=typeof a=="string"?p(a,b):p.makeArray(a&&a.nodeType?[a]:a),d=p.merge(this.get(),c);return this.pushStack(bh(c[0])||bh(d[0])?d:p.unique(d))},addBack:function(a){return this.add(a==null?this.prevObject:this.prevObject.filter(a))}}),p.fn.andSelf=p.fn.addBack,p.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return p.dir(a,"parentNode")},parentsUntil:function(a,b,c){return p.dir(a,"parentNode",c)},next:function(a){return bi(a,"nextSibling")},prev:function(a){return bi(a,"previousSibling")},nextAll:function(a){return p.dir(a,"nextSibling")},prevAll:function(a){return p.dir(a,"previousSibling")},nextUntil:function(a,b,c){return p.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return p.dir(a,"previousSibling",c)},siblings:function(a){return p.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return p.sibling(a.firstChild)},contents:function(a){return p.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:p.merge([],a.childNodes)}},function(a,b){p.fn[a]=function(c,d){var e=p.map(this,b,c);return bc.test(a)||(d=c),d&&typeof d=="string"&&(e=p.filter(d,e)),e=this.length>1&&!bg[a]?p.unique(e):e,this.length>1&&bd.test(a)&&(e=e.reverse()),this.pushStack(e,a,k.call(arguments).join(","))}}),p.extend({filter:function(a,b,c){return c&&(a=":not("+a+")"),b.length===1?p.find.matchesSelector(b[0],a)?[b[0]]:[]:p.find.matches(a,b)},dir:function(a,c,d){var e=[],f=a[c];while(f&&f.nodeType!==9&&(d===b||f.nodeType!==1||!p(f).is(d)))f.nodeType===1&&e.push(f),f=f[c];return e},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var bl="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",bm=/ jQuery\d+="(?:null|\d+)"/g,bn=/^\s+/,bo=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bp=/<([\w:]+)/,bq=/<tbody/i,br=/<|&#?\w+;/,bs=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,bu=new RegExp("<(?:"+bl+")[\\s/>]","i"),bv=/^(?:checkbox|radio)$/,bw=/checked\s*(?:[^=]|=\s*.checked.)/i,bx=/\/(java|ecma)script/i,by=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,bz={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,"",""]},bA=bk(e),bB=bA.appendChild(e.createElement("div"));bz.optgroup=bz.option,bz.tbody=bz.tfoot=bz.colgroup=bz.caption=bz.thead,bz.th=bz.td,p.support.htmlSerialize||(bz._default=[1,"X<div>","</div>"]),p.fn.extend({text:function(a){return p.access(this,function(a){return a===b?p.text(this):this.empty().append((this[0]&&this[0].ownerDocument||e).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(p.isFunction(a))return this.each(function(b){p(this).wrapAll(a.call(this,b))});if(this[0]){var b=p(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return p.isFunction(a)?this.each(function(b){p(this).wrapInner(a.call(this,b))}):this.each(function(){var b=p(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=p.isFunction(a);return this.each(function(c){p(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){p.nodeName(this,"body")||p(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(a,this.firstChild)})},before:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(a,this),"before",this.selector)}},after:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(this,a),"after",this.selector)}},remove:function(a,b){var c,d=0;for(;(c=this[d])!=null;d++)if(!a||p.filter(a,[c]).length)!b&&c.nodeType===1&&(p.cleanData(c.getElementsByTagName("*")),p.cleanData([c])),c.parentNode&&c.parentNode.removeChild(c);return this},empty:function(){var a,b=0;for(;(a=this[b])!=null;b++){a.nodeType===1&&p.cleanData(a.getElementsByTagName("*"));while(a.firstChild)a.removeChild(a.firstChild)}return this},clone:function(a,b){return a=a==null?!1:a,b=b==null?a:b,this.map(function(){return p.clone(this,a,b)})},html:function(a){return p.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(bm,""):b;if(typeof a=="string"&&!bs.test(a)&&(p.support.htmlSerialize||!bu.test(a))&&(p.support.leadingWhitespace||!bn.test(a))&&!bz[(bp.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(bo,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(p.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(f){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){return bh(this[0])?this.length?this.pushStack(p(p.isFunction(a)?a():a),"replaceWith",a):this:p.isFunction(a)?this.each(function(b){var c=p(this),d=c.html();c.replaceWith(a.call(this,b,d))}):(typeof a!="string"&&(a=p(a).detach()),this.each(function(){var b=this.nextSibling,c=this.parentNode;p(this).remove(),b?p(b).before(a):p(c).append(a)}))},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){a=[].concat.apply([],a);var e,f,g,h,i=0,j=a[0],k=[],l=this.length;if(!p.support.checkClone&&l>1&&typeof j=="string"&&bw.test(j))return this.each(function(){p(this).domManip(a,c,d)});if(p.isFunction(j))return this.each(function(e){var f=p(this);a[0]=j.call(this,e,c?f.html():b),f.domManip(a,c,d)});if(this[0]){e=p.buildFragment(a,this,k),g=e.fragment,f=g.firstChild,g.childNodes.length===1&&(g=f);if(f){c=c&&p.nodeName(f,"tr");for(h=e.cacheable||l-1;i<l;i++)d.call(c&&p.nodeName(this[i],"table")?bC(this[i],"tbody"):this[i],i===h?g:p.clone(g,!0,!0))}g=f=null,k.length&&p.each(k,function(a,b){b.src?p.ajax?p.ajax({url:b.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):p.error("no ajax"):p.globalEval((b.text||b.textContent||b.innerHTML||"").replace(by,"")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),p.buildFragment=function(a,c,d){var f,g,h,i=a[0];return c=c||e,c=!c.nodeType&&c[0]||c,c=c.ownerDocument||c,a.length===1&&typeof i=="string"&&i.length<512&&c===e&&i.charAt(0)==="<"&&!bt.test(i)&&(p.support.checkClone||!bw.test(i))&&(p.support.html5Clone||!bu.test(i))&&(g=!0,f=p.fragments[i],h=f!==b),f||(f=c.createDocumentFragment(),p.clean(a,c,f,d),g&&(p.fragments[i]=h&&f)),{fragment:f,cacheable:g}},p.fragments={},p.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){p.fn[a]=function(c){var d,e=0,f=[],g=p(c),h=g.length,i=this.length===1&&this[0].parentNode;if((i==null||i&&i.nodeType===11&&i.childNodes.length===1)&&h===1)return g[b](this[0]),this;for(;e<h;e++)d=(e>0?this.clone(!0):this).get(),p(g[e])[b](d),f=f.concat(d);return this.pushStack(f,a,g.selector)}}),p.extend({clone:function(a,b,c){var d,e,f,g;p.support.html5Clone||p.isXMLDoc(a)||!bu.test("<"+a.nodeName+">")?g=a.cloneNode(!0):(bB.innerHTML=a.outerHTML,bB.removeChild(g=bB.firstChild));if((!p.support.noCloneEvent||!p.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!p.isXMLDoc(a)){bE(a,g),d=bF(a),e=bF(g);for(f=0;d[f];++f)e[f]&&bE(d[f],e[f])}if(b){bD(a,g);if(c){d=bF(a),e=bF(g);for(f=0;d[f];++f)bD(d[f],e[f])}}return d=e=null,g},clean:function(a,b,c,d){var f,g,h,i,j,k,l,m,n,o,q,r,s=b===e&&bA,t=[];if(!b||typeof b.createDocumentFragment=="undefined")b=e;for(f=0;(h=a[f])!=null;f++){typeof h=="number"&&(h+="");if(!h)continue;if(typeof h=="string")if(!br.test(h))h=b.createTextNode(h);else{s=s||bk(b),l=b.createElement("div"),s.appendChild(l),h=h.replace(bo,"<$1></$2>"),i=(bp.exec(h)||["",""])[1].toLowerCase(),j=bz[i]||bz._default,k=j[0],l.innerHTML=j[1]+h+j[2];while(k--)l=l.lastChild;if(!p.support.tbody){m=bq.test(h),n=i==="table"&&!m?l.firstChild&&l.firstChild.childNodes:j[1]==="<table>"&&!m?l.childNodes:[];for(g=n.length-1;g>=0;--g)p.nodeName(n[g],"tbody")&&!n[g].childNodes.length&&n[g].parentNode.removeChild(n[g])}!p.support.leadingWhitespace&&bn.test(h)&&l.insertBefore(b.createTextNode(bn.exec(h)[0]),l.firstChild),h=l.childNodes,l.parentNode.removeChild(l)}h.nodeType?t.push(h):p.merge(t,h)}l&&(h=l=s=null);if(!p.support.appendChecked)for(f=0;(h=t[f])!=null;f++)p.nodeName(h,"input")?bG(h):typeof h.getElementsByTagName!="undefined"&&p.grep(h.getElementsByTagName("input"),bG);if(c){q=function(a){if(!a.type||bx.test(a.type))return d?d.push(a.parentNode?a.parentNode.removeChild(a):a):c.appendChild(a)};for(f=0;(h=t[f])!=null;f++)if(!p.nodeName(h,"script")||!q(h))c.appendChild(h),typeof h.getElementsByTagName!="undefined"&&(r=p.grep(p.merge([],h.getElementsByTagName("script")),q),t.splice.apply(t,[f+1,0].concat(r)),f+=r.length)}return t},cleanData:function(a,b){var c,d,e,f,g=0,h=p.expando,i=p.cache,j=p.support.deleteExpando,k=p.event.special;for(;(e=a[g])!=null;g++)if(b||p.acceptData(e)){d=e[h],c=d&&i[d];if(c){if(c.events)for(f in c.events)k[f]?p.event.remove(e,f):p.removeEvent(e,f,c.handle);i[d]&&(delete i[d],j?delete e[h]:e.removeAttribute?e.removeAttribute(h):e[h]=null,p.deletedIds.push(d))}}}}),function(){var a,b;p.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},a=p.uaMatch(g.userAgent),b={},a.browser&&(b[a.browser]=!0,b.version=a.version),b.chrome?b.webkit=!0:b.webkit&&(b.safari=!0),p.browser=b,p.sub=function(){function a(b,c){return new a.fn.init(b,c)}p.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function c(c,d){return d&&d instanceof p&&!(d instanceof a)&&(d=a(d)),p.fn.init.call(this,c,d,b)},a.fn.init.prototype=a.fn;var b=a(e);return a}}();var bH,bI,bJ,bK=/alpha\([^)]*\)/i,bL=/opacity=([^)]*)/,bM=/^(top|right|bottom|left)$/,bN=/^(none|table(?!-c[ea]).+)/,bO=/^margin/,bP=new RegExp("^("+q+")(.*)$","i"),bQ=new RegExp("^("+q+")(?!px)[a-z%]+$","i"),bR=new RegExp("^([-+])=("+q+")","i"),bS={},bT={position:"absolute",visibility:"hidden",display:"block"},bU={letterSpacing:0,fontWeight:400},bV=["Top","Right","Bottom","Left"],bW=["Webkit","O","Moz","ms"],bX=p.fn.toggle;p.fn.extend({css:function(a,c){return p.access(this,function(a,c,d){return d!==b?p.style(a,c,d):p.css(a,c)},a,c,arguments.length>1)},show:function(){return b$(this,!0)},hide:function(){return b$(this)},toggle:function(a,b){var c=typeof a=="boolean";return p.isFunction(a)&&p.isFunction(b)?bX.apply(this,arguments):this.each(function(){(c?a:bZ(this))?p(this).show():p(this).hide()})}}),p.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bH(a,"opacity");return c===""?"1":c}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":p.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!a||a.nodeType===3||a.nodeType===8||!a.style)return;var f,g,h,i=p.camelCase(c),j=a.style;c=p.cssProps[i]||(p.cssProps[i]=bY(j,i)),h=p.cssHooks[c]||p.cssHooks[i];if(d===b)return h&&"get"in h&&(f=h.get(a,!1,e))!==b?f:j[c];g=typeof d,g==="string"&&(f=bR.exec(d))&&(d=(f[1]+1)*f[2]+parseFloat(p.css(a,c)),g="number");if(d==null||g==="number"&&isNaN(d))return;g==="number"&&!p.cssNumber[i]&&(d+="px");if(!h||!("set"in h)||(d=h.set(a,d,e))!==b)try{j[c]=d}catch(k){}},css:function(a,c,d,e){var f,g,h,i=p.camelCase(c);return c=p.cssProps[i]||(p.cssProps[i]=bY(a.style,i)),h=p.cssHooks[c]||p.cssHooks[i],h&&"get"in h&&(f=h.get(a,!0,e)),f===b&&(f=bH(a,c)),f==="normal"&&c in bU&&(f=bU[c]),d||e!==b?(g=parseFloat(f),d||p.isNumeric(g)?g||0:f):f},swap:function(a,b,c){var d,e,f={};for(e in b)f[e]=a.style[e],a.style[e]=b[e];d=c.call(a);for(e in b)a.style[e]=f[e];return d}}),a.getComputedStyle?bH=function(b,c){var d,e,f,g,h=a.getComputedStyle(b,null),i=b.style;return h&&(d=h[c],d===""&&!p.contains(b.ownerDocument,b)&&(d=p.style(b,c)),bQ.test(d)&&bO.test(c)&&(e=i.width,f=i.minWidth,g=i.maxWidth,i.minWidth=i.maxWidth=i.width=d,d=h.width,i.width=e,i.minWidth=f,i.maxWidth=g)),d}:e.documentElement.currentStyle&&(bH=function(a,b){var c,d,e=a.currentStyle&&a.currentStyle[b],f=a.style;return e==null&&f&&f[b]&&(e=f[b]),bQ.test(e)&&!bM.test(b)&&(c=f.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":e,e=f.pixelLeft+"px",f.left=c,d&&(a.runtimeStyle.left=d)),e===""?"auto":e}),p.each(["height","width"],function(a,b){p.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth===0&&bN.test(bH(a,"display"))?p.swap(a,bT,function(){return cb(a,b,d)}):cb(a,b,d)},set:function(a,c,d){return b_(a,c,d?ca(a,b,d,p.support.boxSizing&&p.css(a,"boxSizing")==="border-box"):0)}}}),p.support.opacity||(p.cssHooks.opacity={get:function(a,b){return bL.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=p.isNumeric(b)?"alpha(opacity="+b*100+")":"",f=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&p.trim(f.replace(bK,""))===""&&c.removeAttribute){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bK.test(f)?f.replace(bK,e):f+" "+e}}),p(function(){p.support.reliableMarginRight||(p.cssHooks.marginRight={get:function(a,b){return p.swap(a,{display:"inline-block"},function(){if(b)return bH(a,"marginRight")})}}),!p.support.pixelPosition&&p.fn.position&&p.each(["top","left"],function(a,b){p.cssHooks[b]={get:function(a,c){if(c){var d=bH(a,b);return bQ.test(d)?p(a).position()[b]+"px":d}}}})}),p.expr&&p.expr.filters&&(p.expr.filters.hidden=function(a){return a.offsetWidth===0&&a.offsetHeight===0||!p.support.reliableHiddenOffsets&&(a.style&&a.style.display||bH(a,"display"))==="none"},p.expr.filters.visible=function(a){return!p.expr.filters.hidden(a)}),p.each({margin:"",padding:"",border:"Width"},function(a,b){p.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bV[d]+b]=e[d]||e[d-2]||e[0];return f}},bO.test(a)||(p.cssHooks[a+b].set=b_)});var cd=/%20/g,ce=/\[\]$/,cf=/\r?\n/g,cg=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,ch=/^(?:select|textarea)/i;p.fn.extend({serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ch.test(this.nodeName)||cg.test(this.type))}).map(function(a,b){var c=p(this).val();return c==null?null:p.isArray(c)?p.map(c,function(a,c){return{name:b.name,value:a.replace(cf,"\r\n")}}):{name:b.name,value:c.replace(cf,"\r\n")}}).get()}}),p.param=function(a,c){var d,e=[],f=function(a,b){b=p.isFunction(b)?b():b==null?"":b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=p.ajaxSettings&&p.ajaxSettings.traditional);if(p.isArray(a)||a.jquery&&!p.isPlainObject(a))p.each(a,function(){f(this.name,this.value)});else for(d in a)ci(d,a[d],c,f);return e.join("&").replace(cd,"+")};var cj,ck,cl=/#.*$/,cm=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,cn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,co=/^(?:GET|HEAD)$/,cp=/^\/\//,cq=/\?/,cr=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,cs=/([?&])_=[^&]*/,ct=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,cu=p.fn.load,cv={},cw={},cx=["*/"]+["*"];try{cj=f.href}catch(cy){cj=e.createElement("a"),cj.href="",cj=cj.href}ck=ct.exec(cj.toLowerCase())||[],p.fn.load=function(a,c,d){if(typeof a!="string"&&cu)return cu.apply(this,arguments);if(!this.length)return this;var e,f,g,h=this,i=a.indexOf(" ");return i>=0&&(e=a.slice(i,a.length),a=a.slice(0,i)),p.isFunction(c)?(d=c,c=b):c&&typeof c=="object"&&(f="POST"),p.ajax({url:a,type:f,dataType:"html",data:c,complete:function(a,b){d&&h.each(d,g||[a.responseText,b,a])}}).done(function(a){g=arguments,h.html(e?p("<div>").append(a.replace(cr,"")).find(e):a)}),this},p.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){p.fn[b]=function(a){return this.on(b,a)}}),p.each(["get","post"],function(a,c){p[c]=function(a,d,e,f){return p.isFunction(d)&&(f=f||e,e=d,d=b),p.ajax({type:c,url:a,data:d,success:e,dataType:f})}}),p.extend({getScript:function(a,c){return p.get(a,b,c,"script")},getJSON:function(a,b,c){return p.get(a,b,c,"json")},ajaxSetup:function(a,b){return b?cB(a,p.ajaxSettings):(b=a,a=p.ajaxSettings),cB(a,b),a},ajaxSettings:{url:cj,isLocal:cn.test(ck[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":cx},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":p.parseJSON,"text xml":p.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:cz(cv),ajaxTransport:cz(cw),ajax:function(a,c){function y(a,c,f,i){var k,s,t,u,w,y=c;if(v===2)return;v=2,h&&clearTimeout(h),g=b,e=i||"",x.readyState=a>0?4:0,f&&(u=cC(l,x,f));if(a>=200&&a<300||a===304)l.ifModified&&(w=x.getResponseHeader("Last-Modified"),w&&(p.lastModified[d]=w),w=x.getResponseHeader("Etag"),w&&(p.etag[d]=w)),a===304?(y="notmodified",k=!0):(k=cD(l,u),y=k.state,s=k.data,t=k.error,k=!t);else{t=y;if(!y||a)y="error",a<0&&(a=0)}x.status=a,x.statusText=""+(c||y),k?o.resolveWith(m,[s,y,x]):o.rejectWith(m,[x,y,t]),x.statusCode(r),r=b,j&&n.trigger("ajax"+(k?"Success":"Error"),[x,l,k?s:t]),q.fireWith(m,[x,y]),j&&(n.trigger("ajaxComplete",[x,l]),--p.active||p.event.trigger("ajaxStop"))}typeof a=="object"&&(c=a,a=b),c=c||{};var d,e,f,g,h,i,j,k,l=p.ajaxSetup({},c),m=l.context||l,n=m!==l&&(m.nodeType||m instanceof p)?p(m):p.event,o=p.Deferred(),q=p.Callbacks("once memory"),r=l.statusCode||{},t={},u={},v=0,w="canceled",x={readyState:0,setRequestHeader:function(a,b){if(!v){var c=a.toLowerCase();a=u[c]=u[c]||a,t[a]=b}return this},getAllResponseHeaders:function(){return v===2?e:null},getResponseHeader:function(a){var c;if(v===2){if(!f){f={};while(c=cm.exec(e))f[c[1].toLowerCase()]=c[2]}c=f[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){return v||(l.mimeType=a),this},abort:function(a){return a=a||w,g&&g.abort(a),y(0,a),this}};o.promise(x),x.success=x.done,x.error=x.fail,x.complete=q.add,x.statusCode=function(a){if(a){var b;if(v<2)for(b in a)r[b]=[r[b],a[b]];else b=a[x.status],x.always(b)}return this},l.url=((a||l.url)+"").replace(cl,"").replace(cp,ck[1]+"//"),l.dataTypes=p.trim(l.dataType||"*").toLowerCase().split(s),l.crossDomain==null&&(i=ct.exec(l.url.toLowerCase()),l.crossDomain=!(!i||i[1]==ck[1]&&i[2]==ck[2]&&(i[3]||(i[1]==="http:"?80:443))==(ck[3]||(ck[1]==="http:"?80:443)))),l.data&&l.processData&&typeof l.data!="string"&&(l.data=p.param(l.data,l.traditional)),cA(cv,l,c,x);if(v===2)return x;j=l.global,l.type=l.type.toUpperCase(),l.hasContent=!co.test(l.type),j&&p.active++===0&&p.event.trigger("ajaxStart");if(!l.hasContent){l.data&&(l.url+=(cq.test(l.url)?"&":"?")+l.data,delete l.data),d=l.url;if(l.cache===!1){var z=p.now(),A=l.url.replace(cs,"$1_="+z);l.url=A+(A===l.url?(cq.test(l.url)?"&":"?")+"_="+z:"")}}(l.data&&l.hasContent&&l.contentType!==!1||c.contentType)&&x.setRequestHeader("Content-Type",l.contentType),l.ifModified&&(d=d||l.url,p.lastModified[d]&&x.setRequestHeader("If-Modified-Since",p.lastModified[d]),p.etag[d]&&x.setRequestHeader("If-None-Match",p.etag[d])),x.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+(l.dataTypes[0]!=="*"?", "+cx+"; q=0.01":""):l.accepts["*"]);for(k in l.headers)x.setRequestHeader(k,l.headers[k]);if(!l.beforeSend||l.beforeSend.call(m,x,l)!==!1&&v!==2){w="abort";for(k in{success:1,error:1,complete:1})x[k](l[k]);g=cA(cw,l,c,x);if(!g)y(-1,"No Transport");else{x.readyState=1,j&&n.trigger("ajaxSend",[x,l]),l.async&&l.timeout>0&&(h=setTimeout(function(){x.abort("timeout")},l.timeout));try{v=1,g.send(t,y)}catch(B){if(v<2)y(-1,B);else throw B}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var cE=[],cF=/\?/,cG=/(=)\?(?=&|$)|\?\?/,cH=p.now();p.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=cE.pop()||p.expando+"_"+cH++;return this[a]=!0,a}}),p.ajaxPrefilter("json jsonp",function(c,d,e){var f,g,h,i=c.data,j=c.url,k=c.jsonp!==!1,l=k&&cG.test(j),m=k&&!l&&typeof i=="string"&&!(c.contentType||"").indexOf("application/x-www-form-urlencoded")&&cG.test(i);if(c.dataTypes[0]==="jsonp"||l||m)return f=c.jsonpCallback=p.isFunction(c.jsonpCallback)?c.jsonpCallback():c.jsonpCallback,g=a[f],l?c.url=j.replace(cG,"$1"+f):m?c.data=i.replace(cG,"$1"+f):k&&(c.url+=(cF.test(j)?"&":"?")+c.jsonp+"="+f),c.converters["script json"]=function(){return h||p.error(f+" was not called"),h[0]},c.dataTypes[0]="json",a[f]=function(){h=arguments},e.always(function(){a[f]=g,c[f]&&(c.jsonpCallback=d.jsonpCallback,cE.push(f)),h&&p.isFunction(g)&&g(h[0]),h=g=b}),"script"}),p.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){return p.globalEval(a),a}}}),p.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),p.ajaxTransport("script",function(a){if(a.crossDomain){var c,d=e.head||e.getElementsByTagName("head")[0]||e.documentElement;return{send:function(f,g){c=e.createElement("script"),c.async="async",a.scriptCharset&&(c.charset=a.scriptCharset),c.src=a.url,c.onload=c.onreadystatechange=function(a,e){if(e||!c.readyState||/loaded|complete/.test(c.readyState))c.onload=c.onreadystatechange=null,d&&c.parentNode&&d.removeChild(c),c=b,e||g(200,"success")},d.insertBefore(c,d.firstChild)},abort:function(){c&&c.onload(0,1)}}}});var cI,cJ=a.ActiveXObject?function(){for(var a in cI)cI[a](0,1)}:!1,cK=0;p.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&cL()||cM()}:cL,function(a){p.extend(p.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(p.ajaxSettings.xhr()),p.support.ajax&&p.ajaxTransport(function(c){if(!c.crossDomain||p.support.cors){var d;return{send:function(e,f){var g,h,i=c.xhr();c.username?i.open(c.type,c.url,c.async,c.username,c.password):i.open(c.type,c.url,c.async);if(c.xhrFields)for(h in c.xhrFields)i[h]=c.xhrFields[h];c.mimeType&&i.overrideMimeType&&i.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(h in e)i.setRequestHeader(h,e[h])}catch(j){}i.send(c.hasContent&&c.data||null),d=function(a,e){var h,j,k,l,m;try{if(d&&(e||i.readyState===4)){d=b,g&&(i.onreadystatechange=p.noop,cJ&&delete cI[g]);if(e)i.readyState!==4&&i.abort();else{h=i.status,k=i.getAllResponseHeaders(),l={},m=i.responseXML,m&&m.documentElement&&(l.xml=m);try{l.text=i.responseText}catch(a){}try{j=i.statusText}catch(n){j=""}!h&&c.isLocal&&!c.crossDomain?h=l.text?200:404:h===1223&&(h=204)}}}catch(o){e||f(-1,o)}l&&f(h,j,l,k)},c.async?i.readyState===4?setTimeout(d,0):(g=++cK,cJ&&(cI||(cI={},p(a).unload(cJ)),cI[g]=d),i.onreadystatechange=d):d()},abort:function(){d&&d(0,1)}}}});var cN,cO,cP=/^(?:toggle|show|hide)$/,cQ=new RegExp("^(?:([-+])=|)("+q+")([a-z%]*)$","i"),cR=/queueHooks$/,cS=[cY],cT={"*":[function(a,b){var c,d,e,f=this.createTween(a,b),g=cQ.exec(b),h=f.cur(),i=+h||0,j=1;if(g){c=+g[2],d=g[3]||(p.cssNumber[a]?"":"px");if(d!=="px"&&i){i=p.css(f.elem,a,!0)||c||1;do e=j=j||".5",i=i/j,p.style(f.elem,a,i+d),j=f.cur()/h;while(j!==1&&j!==e)}f.unit=d,f.start=i,f.end=g[1]?i+(g[1]+1)*c:c}return f}]};p.Animation=p.extend(cW,{tweener:function(a,b){p.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");var c,d=0,e=a.length;for(;d<e;d++)c=a[d],cT[c]=cT[c]||[],cT[c].unshift(b)},prefilter:function(a,b){b?cS.unshift(a):cS.push(a)}}),p.Tween=cZ,cZ.prototype={constructor:cZ,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(p.cssNumber[c]?"":"px")},cur:function(){var a=cZ.propHooks[this.prop];return a&&a.get?a.get(this):cZ.propHooks._default.get(this)},run:function(a){var b,c=cZ.propHooks[this.prop];return this.options.duration?this.pos=b=p.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):cZ.propHooks._default.set(this),this}},cZ.prototype.init.prototype=cZ.prototype,cZ.propHooks={_default:{get:function(a){var b;return a.elem[a.prop]==null||!!a.elem.style&&a.elem.style[a.prop]!=null?(b=p.css(a.elem,a.prop,!1,""),!b||b==="auto"?0:b):a.elem[a.prop]},set:function(a){p.fx.step[a.prop]?p.fx.step[a.prop](a):a.elem.style&&(a.elem.style[p.cssProps[a.prop]]!=null||p.cssHooks[a.prop])?p.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},cZ.propHooks.scrollTop=cZ.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},p.each(["toggle","show","hide"],function(a,b){var c=p.fn[b];p.fn[b]=function(d,e,f){return d==null||typeof d=="boolean"||!a&&p.isFunction(d)&&p.isFunction(e)?c.apply(this,arguments):this.animate(c$(b,!0),d,e,f)}}),p.fn.extend({fadeTo:function(a,b,c,d){return this.filter(bZ).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=p.isEmptyObject(a),f=p.speed(b,c,d),g=function(){var b=cW(this,p.extend({},a),f);e&&b.stop(!0)};return e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,c,d){var e=function(a){var b=a.stop;delete a.stop,b(d)};return typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,c=a!=null&&a+"queueHooks",f=p.timers,g=p._data(this);if(c)g[c]&&g[c].stop&&e(g[c]);else for(c in g)g[c]&&g[c].stop&&cR.test(c)&&e(g[c]);for(c=f.length;c--;)f[c].elem===this&&(a==null||f[c].queue===a)&&(f[c].anim.stop(d),b=!1,f.splice(c,1));(b||!d)&&p.dequeue(this,a)})}}),p.each({slideDown:c$("show"),slideUp:c$("hide"),slideToggle:c$("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){p.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),p.speed=function(a,b,c){var d=a&&typeof a=="object"?p.extend({},a):{complete:c||!c&&b||p.isFunction(a)&&a,duration:a,easing:c&&b||b&&!p.isFunction(b)&&b};d.duration=p.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in p.fx.speeds?p.fx.speeds[d.duration]:p.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";return d.old=d.complete,d.complete=function(){p.isFunction(d.old)&&d.old.call(this),d.queue&&p.dequeue(this,d.queue)},d},p.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},p.timers=[],p.fx=cZ.prototype.init,p.fx.tick=function(){var a,b=p.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||p.fx.stop()},p.fx.timer=function(a){a()&&p.timers.push(a)&&!cO&&(cO=setInterval(p.fx.tick,p.fx.interval))},p.fx.interval=13,p.fx.stop=function(){clearInterval(cO),cO=null},p.fx.speeds={slow:600,fast:200,_default:400},p.fx.step={},p.expr&&p.expr.filters&&(p.expr.filters.animated=function(a){return p.grep(p.timers,function(b){return a===b.elem}).length});var c_=/^(?:body|html)$/i;p.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){p.offset.setOffset(this,a,b)});var c,d,e,f,g,h,i,j,k,l,m=this[0],n=m&&m.ownerDocument;if(!n)return;return(e=n.body)===m?p.offset.bodyOffset(m):(d=n.documentElement,p.contains(d,m)?(c=m.getBoundingClientRect(),f=da(n),g=d.clientTop||e.clientTop||0,h=d.clientLeft||e.clientLeft||0,i=f.pageYOffset||d.scrollTop,j=f.pageXOffset||d.scrollLeft,k=c.top+i-g,l=c.left+j-h,{top:k,left:l}):{top:0,left:0})},p.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;return p.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(p.css(a,"marginTop"))||0,c+=parseFloat(p.css(a,"marginLeft"))||0),{top:b,left:c}},setOffset:function(a,b,c){var d=p.css(a,"position");d==="static"&&(a.style.position="relative");var e=p(a),f=e.offset(),g=p.css(a,"top"),h=p.css(a,"left"),i=(d==="absolute"||d==="fixed")&&p.inArray("auto",[g,h])>-1,j={},k={},l,m;i?(k=e.position(),l=k.top,m=k.left):(l=parseFloat(g)||0,m=parseFloat(h)||0),p.isFunction(b)&&(b=b.call(a,c,f)),b.top!=null&&(j.top=b.top-f.top+l),b.left!=null&&(j.left=b.left-f.left+m),"using"in b?b.using.call(a,j):e.css(j)}},p.fn.extend({position:function(){if(!this[0])return;var a=this[0],b=this.offsetParent(),c=this.offset(),d=c_.test(b[0].nodeName)?{top:0,left:0}:b.offset();return c.top-=parseFloat(p.css(a,"marginTop"))||0,c.left-=parseFloat(p.css(a,"marginLeft"))||0,d.top+=parseFloat(p.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(p.css(b[0],"borderLeftWidth"))||0,{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||e.body;while(a&&!c_.test(a.nodeName)&&p.css(a,"position")==="static")a=a.offsetParent;return a||e.body})}}),p.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);p.fn[a]=function(e){return p.access(this,function(a,e,f){var g=da(a);if(f===b)return g?c in g?g[c]:g.document.documentElement[e]:a[e];g?g.scrollTo(d?p(g).scrollLeft():f,d?f:p(g).scrollTop()):a[e]=f},a,e,arguments.length,null)}}),p.each({Height:"height",Width:"width"},function(a,c){p.each({padding:"inner"+a,content:c,"":"outer"+a},function(d,e){p.fn[e]=function(e,f){var g=arguments.length&&(d||typeof e!="boolean"),h=d||(e===!0||f===!0?"margin":"border");return p.access(this,function(c,d,e){var f;return p.isWindow(c)?c.document.documentElement["client"+a]:c.nodeType===9?(f=c.documentElement,Math.max(c.body["scroll"+a],f["scroll"+a],c.body["offset"+a],f["offset"+a],f["client"+a])):e===b?p.css(c,d,e,h):p.style(c,d,e,h)},c,g?e:b,g,null)}})}),a.jQuery=a.$=p,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return p})})(window);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
/**
* Cookie plugin
*
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
*/
/**
* Create a cookie with the given name and value and other optional parameters.
*
* @example $.cookie('the_cookie', 'the_value');
* @desc Set the value of a cookie.
* @example $.cookie('the_cookie', 'the_value', {expires: 7, path: '/', domain: 'jquery.com', secure: true});
* @desc Create a cookie with all available options.
* @example $.cookie('the_cookie', 'the_value');
* @desc Create a session cookie.
* @example $.cookie('the_cookie', null);
* @desc Delete a cookie by passing null as value.
*
* @param String name The name of the cookie.
* @param String value The value of the cookie.
* @param Object options An object literal containing key/value pairs to provide optional cookie attributes.
* @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object.
* If a negative value is specified (e.g. a date in the past), the cookie will be deleted.
* If set to null or omitted, the cookie will be a session cookie and will not be retained
* when the the browser exits.
* @option String path The value of the path atribute of the cookie (default: path of page that created the cookie).
* @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).
* @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will
* require a secure protocol (like HTTPS).
* @type undefined
*
* @name $.cookie
* @cat Plugins/Cookie
* @author Klaus Hartl/klaus.hartl@stilbuero.de
*/
/**
* Get the value of a cookie with the given name.
*
* @example $.cookie('the_cookie');
* @desc Get the value of a cookie.
*
* @param String name The name of the cookie.
* @return The value of the cookie.
* @type String
*
* @name $.cookie
* @cat Plugins/Cookie
* @author Klaus Hartl/klaus.hartl@stilbuero.de
*/
jQuery.cookie = function(name, value, options) {
if (typeof value != 'undefined') { // name and value given, set cookie
options = options || {};
if (value === null) {
value = '';
options.expires = -1;
}
var expires = '';
if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
var date;
if (typeof options.expires == 'number') {
date = new Date();
date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
} else {
date = options.expires;
}
expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE
}
var path = options.path ? '; path=' + options.path : '';
var domain = options.domain ? '; domain=' + options.domain : '';
var secure = options.secure ? '; secure' : '';
document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
} else { // only name given, get cookie
var cookieValue = null;
if (document.cookie && document.cookie != '') {
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies[i]);
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) == (name + '=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}
return cookieValue;
}
};
\ No newline at end of file
/**
* PowerTip
*
* @fileoverview jQuery plugin that creates hover tooltips.
* @link http://stevenbenner.github.com/jquery-powertip/
* @author Steven Benner (http://stevenbenner.com/)
* @version 1.1.0
* @requires jQuery 1.7+
*
* @license jQuery PowerTip Plugin v1.1.0
* http://stevenbenner.github.com/jquery-powertip/
* Copyright 2012 Steven Benner (http://stevenbenner.com/)
* Released under the MIT license.
* <https://raw.github.com/stevenbenner/jquery-powertip/master/LICENSE.txt>
*/
/// <reference path="i18n.js" />
(function($) {
'use strict';
// useful private variables
var $document = $(document),
$window = $(window),
$body = $('body');
/**
* Session data
* Private properties global to all powerTip instances
* @type Object
*/
var session = {
isPopOpen: false,
isFixedPopOpen: false,
isClosing: false,
popOpenImminent: false,
activeHover: null,
currentX: 0,
currentY: 0,
previousX: 0,
previousY: 0,
desyncTimeout: null,
mouseTrackingActive: false
};
/**
* Display hover tooltips on the matched elements.
* @param {Object} opts The options object to use for the plugin.
* @return {Object} jQuery object for the matched selectors.
*/
$.fn.powerTip = function(opts) {
// don't do any work if there were no matched elements
if (!this.length) {
return this;
}
// extend options
var options = $.extend({}, $.fn.powerTip.defaults, opts),
tipController = new TooltipController(options);
// hook mouse tracking
initMouseTracking();
// setup the elements
this.each(function() {
var $this = $(this),
dataPowertip = $this.data('powertip'),
dataElem = $this.data('powertipjq'),
dataTarget = $this.data('powertiptarget'),
//title = $this.attr('title');
title = i18nText($this.attr('lang'));
// attempt to use title attribute text if there is no data-powertip,
// data-powertipjq or data-powertiptarget. If we do use the title
// attribute, delete the attribute so the browser will not show it
if (!dataPowertip && !dataTarget && !dataElem && title) {
$this.data('powertip', title);
$this.removeAttr('title');
}
// create hover controllers for each element
$this.data(
'displayController',
new DisplayController($this, options, tipController)
);
});
// attach hover events to all matched elements
return this.on({
// mouse events
mouseenter: function(event) {
trackMouse(event);
session.previousX = event.pageX;
session.previousY = event.pageY;
$(this).data('displayController').show();
},
mouseleave: function() {
$(this).data('displayController').hide();
},
// keyboard events
focus: function() {
var element = $(this);
if (!isMouseOver(element)) {
element.data('displayController').show(true);
}
},
blur: function() {
$(this).data('displayController').hide(true);
}
});
};
/**
* Default options for the powerTip plugin.
* @type Object
*/
$.fn.powerTip.defaults = {
fadeInTime: 200,
fadeOutTime: 100,
followMouse: false,
popupId: 'powerTip',
intentSensitivity: 7,
intentPollInterval: 100,
closeDelay: 100,
placement: 'n',
smartPlacement: false,
offset: 7,
mouseOnToPopup: false
};
/**
* Default smart placement priority lists.
* The first item in the array is the highest priority, the last is the
* lowest. The last item is also the default, which will be used if all
* previous options do not fit.
* @type Object
*/
$.fn.powerTip.smartPlacementLists = {
n: ['n', 'ne', 'nw', 's'],
e: ['e', 'ne', 'se', 'w', 'nw', 'sw', 'n', 's', 'e'],
s: ['s', 'se', 'sw', 'n'],
w: ['w', 'nw', 'sw', 'e', 'ne', 'se', 'n', 's', 'w'],
nw: ['nw', 'w', 'sw', 'n', 's', 'se', 'nw'],
ne: ['ne', 'e', 'se', 'n', 's', 'sw', 'ne'],
sw: ['sw', 'w', 'nw', 's', 'n', 'ne', 'sw'],
se: ['se', 'e', 'ne', 's', 'n', 'nw', 'se']
};
/**
* Public API
* @type Object
*/
$.powerTip = {
/**
* Attempts to show the tooltip for the specified element.
* @public
* @param {Object} element The element that the tooltip should for.
*/
showTip: function(element) {
// close any open tooltip
$.powerTip.closeTip();
// grab only the first matched element and ask it to show its tip
element = element.first();
if (!isMouseOver(element)) {
element.data('displayController').show(true, true);
}
},
/**
* Attempts to close any open tooltips.
* @public
*/
closeTip: function() {
$document.triggerHandler('closePowerTip');
}
};
/**
* Creates a new tooltip display controller.
* @private
* @constructor
* @param {Object} element The element that this controller will handle.
* @param {Object} options Options object containing settings.
* @param {TooltipController} tipController The TooltipController for this instance.
*/
function DisplayController(element, options, tipController) {
var hoverTimer = null;
/**
* Begins the process of showing a tooltip.
* @private
* @param {Boolean=} immediate Skip intent testing (optional).
* @param {Boolean=} forceOpen Ignore cursor position and force tooltip to open (optional).
*/
function openTooltip(immediate, forceOpen) {
cancelTimer();
if (!element.data('hasActiveHover')) {
if (!immediate) {
session.popOpenImminent = true;
hoverTimer = setTimeout(
function() {
hoverTimer = null;
checkForIntent(element);
},
options.intentPollInterval
);
} else {
if (forceOpen) {
element.data('forcedOpen', true);
}
tipController.showTip(element);
}
}
}
/**
* Begins the process of closing a tooltip.
* @private
* @param {Boolean=} disableDelay Disable close delay (optional).
*/
function closeTooltip(disableDelay) {
cancelTimer();
if (element.data('hasActiveHover')) {
session.popOpenImminent = false;
element.data('forcedOpen', false);
if (!disableDelay) {
hoverTimer = setTimeout(
function() {
hoverTimer = null;
tipController.hideTip(element);
},
options.closeDelay
);
} else {
tipController.hideTip(element);
}
}
}
/**
* Checks mouse position to make sure that the user intended to hover
* on the specified element before showing the tooltip.
* @private
*/
function checkForIntent() {
// calculate mouse position difference
var xDifference = Math.abs(session.previousX - session.currentX),
yDifference = Math.abs(session.previousY - session.currentY),
totalDifference = xDifference + yDifference;
// check if difference has passed the sensitivity threshold
if (totalDifference < options.intentSensitivity) {
tipController.showTip(element);
} else {
// try again
session.previousX = session.currentX;
session.previousY = session.currentY;
openTooltip();
}
}
/**
* Cancels active hover timer.
* @private
*/
function cancelTimer() {
hoverTimer = clearTimeout(hoverTimer);
}
// expose the methods
return {
show: openTooltip,
hide: closeTooltip,
cancel: cancelTimer
};
}
/**
* Creates a new tooltip controller.
* @private
* @constructor
* @param {Object} options Options object containing settings.
*/
function TooltipController(options) {
// build and append popup div if it does not already exist
var tipElement = $('#' + options.popupId);
if (tipElement.length === 0) {
tipElement = $('<div></div>', { id: options.popupId });
// grab body element if it was not populated when the script loaded
// this hack exists solely for jsfiddle support
if ($body.length === 0) {
$body = $('body');
}
$body.append(tipElement);
}
// hook mousemove for cursor follow tooltips
if (options.followMouse) {
// only one positionTipOnCursor hook per popup element, please
if (!tipElement.data('hasMouseMove')) {
$document.on({
mousemove: positionTipOnCursor,
scroll: positionTipOnCursor
});
}
tipElement.data('hasMouseMove', true);
}
// if we want to be able to mouse onto the popup then we need to attach
// hover events to the popup that will cancel a close request on hover
// and start a new close request on mouseleave
if (options.followMouse || options.mouseOnToPopup) {
tipElement.on({
mouseenter: function() {
if (tipElement.data('followMouse') || tipElement.data('mouseOnToPopup')) {
// check activeHover in case the mouse cursor entered
// the tooltip during the fadeOut and close cycle
if (session.activeHover) {
session.activeHover.data('displayController').cancel();
}
}
},
mouseleave: function() {
if (tipElement.data('mouseOnToPopup')) {
// check activeHover in case the mouse cursor entered
// the tooltip during the fadeOut and close cycle
if (session.activeHover) {
session.activeHover.data('displayController').hide();
}
}
}
});
}
/**
* Gives the specified element the active-hover state and queues up
* the showTip function.
* @private
* @param {Object} element The element that the tooltip should target.
*/
function beginShowTip(element) {
element.data('hasActiveHover', true);
// show popup, asap
tipElement.queue(function(next) {
showTip(element);
next();
});
}
/**
* Shows the tooltip popup, as soon as possible.
* @private
* @param {Object} element The element that the popup should target.
*/
function showTip(element) {
// it is possible, especially with keyboard navigation, to move on
// to another element with a tooltip during the queue to get to
// this point in the code. if that happens then we need to not
// proceed or we may have the fadeout callback for the last tooltip
// execute immediately after this code runs, causing bugs.
if (!element.data('hasActiveHover')) {
return;
}
// if the popup is open and we got asked to open another one then
// the old one is still in its fadeOut cycle, so wait and try again
if (session.isPopOpen) {
if (!session.isClosing) {
hideTip(session.activeHover);
}
tipElement.delay(100).queue(function(next) {
showTip(element);
next();
});
return;
}
// trigger powerTipPreRender event
element.trigger('powerTipPreRender');
var tipText = element.data('powertip'),
tipTarget = element.data('powertiptarget'),
tipElem = element.data('powertipjq'),
tipContent = tipTarget ? $('#' + tipTarget) : [];
// set popup content
if (tipText) {
tipElement.html(tipText);
} else if (tipElem && tipElem.length > 0) {
tipElement.empty();
tipElem.clone(true, true).appendTo(tipElement);
} else if (tipContent && tipContent.length > 0) {
tipElement.html($('#' + tipTarget).html());
} else {
// we have no content to display, give up
return;
}
// trigger powerTipRender event
element.trigger('powerTipRender');
// hook close event for triggering from the api
$document.on('closePowerTip', function() {
element.data('displayController').hide(true);
});
session.activeHover = element;
session.isPopOpen = true;
tipElement.data('followMouse', options.followMouse);
tipElement.data('mouseOnToPopup', options.mouseOnToPopup);
// set popup position
if (!options.followMouse) {
positionTipOnElement(element);
session.isFixedPopOpen = true;
} else {
positionTipOnCursor();
}
// fadein
tipElement.fadeIn(options.fadeInTime, function() {
// start desync polling
if (!session.desyncTimeout) {
session.desyncTimeout = setInterval(closeDesyncedTip, 500);
}
// trigger powerTipOpen event
element.trigger('powerTipOpen');
});
}
/**
* Hides the tooltip popup, immediately.
* @private
* @param {Object} element The element that the popup should target.
*/
function hideTip(element) {
session.isClosing = true;
element.data('hasActiveHover', false);
element.data('forcedOpen', false);
// reset session
session.activeHover = null;
session.isPopOpen = false;
// stop desync polling
session.desyncTimeout = clearInterval(session.desyncTimeout);
// unhook close event api listener
$document.off('closePowerTip');
// fade out
tipElement.fadeOut(options.fadeOutTime, function() {
session.isClosing = false;
session.isFixedPopOpen = false;
tipElement.removeClass();
// support mouse-follow and fixed position pops at the same
// time by moving the popup to the last known cursor location
// after it is hidden
setTipPosition(
session.currentX + options.offset,
session.currentY + options.offset
);
// trigger powerTipClose event
element.trigger('powerTipClose');
});
}
/**
* Checks for a tooltip desync and closes the tooltip if one occurs.
* @private
*/
function closeDesyncedTip() {
// It is possible for the mouse cursor to leave an element without
// firing the mouseleave event. This seems to happen (in FF) if the
// element is disabled under mouse cursor, the element is moved out
// from under the mouse cursor (such as a slideDown() occurring
// above it), or if the browser is resized by code moving the
// element from under the mouse cursor. If this happens it will
// result in a desynced tooltip because we wait for any exiting
// open tooltips to close before opening a new one. So we should
// periodically check for a desync situation and close the tip if
// such a situation arises.
if (session.isPopOpen && !session.isClosing) {
var isDesynced = false;
// case 1: user already moused onto another tip - easy test
if (session.activeHover.data('hasActiveHover') === false) {
isDesynced = true;
} else {
// case 2: hanging tip - have to test if mouse position is
// not over the active hover and not over a tooltip set to
// let the user interact with it.
// for keyboard navigation, this only counts if the element
// does not have focus.
// for tooltips opened via the api we need to check if it
// has the forcedOpen flag.
if (!isMouseOver(session.activeHover) && !session.activeHover.is(":focus") && !session.activeHover.data('forcedOpen')) {
if (tipElement.data('mouseOnToPopup')) {
if (!isMouseOver(tipElement)) {
isDesynced = true;
}
} else {
isDesynced = true;
}
}
}
if (isDesynced) {
// close the desynced tip
hideTip(session.activeHover);
}
}
}
/**
* Moves the tooltip popup to the users mouse cursor.
* @private
*/
function positionTipOnCursor() {
// to support having fixed powertips on the same page as cursor
// powertips, where both instances are referencing the same popup
// element, we need to keep track of the mouse position constantly,
// but we should only set the pop location if a fixed pop is not
// currently open, a pop open is imminent or active, and the popup
// element in question does have a mouse-follow using it.
if ((session.isPopOpen && !session.isFixedPopOpen) || (session.popOpenImminent && !session.isFixedPopOpen && tipElement.data('hasMouseMove'))) {
// grab measurements
var scrollTop = $window.scrollTop(),
windowWidth = $window.width(),
windowHeight = $window.height(),
popWidth = tipElement.outerWidth(),
popHeight = tipElement.outerHeight(),
x = 0,
y = 0;
// constrain pop to browser viewport
if ((popWidth + session.currentX + options.offset) < windowWidth) {
x = session.currentX + options.offset;
} else {
x = windowWidth - popWidth;
}
if ((popHeight + session.currentY + options.offset) < (scrollTop + windowHeight)) {
y = session.currentY + options.offset;
} else {
y = scrollTop + windowHeight - popHeight;
}
// position the tooltip
setTipPosition(x, y);
}
}
/**
* Sets the tooltip popup too the correct position relative to the
* specified target element. Based on options settings.
* @private
* @param {Object} element The element that the popup should target.
*/
function positionTipOnElement(element) {
var tipWidth = tipElement.outerWidth(),
tipHeight = tipElement.outerHeight(),
priorityList,
placementCoords,
finalPlacement,
collisions;
// with smart placement we will try a series of placement
// options and use the first one that does not collide with the
// browser view port boundaries.
if (options.smartPlacement) {
// grab the placement priority list
priorityList = $.fn.powerTip.smartPlacementLists[options.placement];
// iterate over the priority list and use the first placement
// option that does not collide with the viewport. if they all
// collide then the last placement in the list will be used.
$.each(priorityList, function(idx, pos) {
// get placement coordinates
placementCoords = computePlacementCoords(
element,
pos,
tipWidth,
tipHeight
);
finalPlacement = pos;
// find collisions
collisions = getViewportCollisions(
placementCoords,
tipWidth,
tipHeight
);
// break if there were no collisions
if (collisions.length === 0) {
return false;
}
});
} else {
// if we're not going to use the smart placement feature then
// just compute the coordinates and do it
placementCoords = computePlacementCoords(
element,
options.placement,
tipWidth,
tipHeight
);
finalPlacement = options.placement;
}
// add placement as class for CSS arrows
tipElement.addClass(finalPlacement);
// position the tooltip
setTipPosition(placementCoords.x, placementCoords.y);
}
/**
* Compute the top/left coordinates to display the tooltip at the
* specified placement relative to the specified element.
* @private
* @param {Object} element The element that the tooltip should target.
* @param {String} placement The placement for the tooltip.
* @param {Number} popWidth Width of the tooltip element in pixels.
* @param {Number} popHeight Height of the tooltip element in pixels.
* @retun {Object} An object with the x and y coordinates.
*/
function computePlacementCoords(element, placement, popWidth, popHeight) {
// grab measurements
var objectOffset = element.offset(),
objectWidth = element.outerWidth(),
objectHeight = element.outerHeight(),
x = 0,
y = 0;
// calculate the appropriate x and y position in the document
switch (placement) {
case 'n':
x = (objectOffset.left + (objectWidth / 2)) - (popWidth / 2);
y = objectOffset.top - popHeight - options.offset;
break;
case 'e':
x = objectOffset.left + objectWidth + options.offset;
y = (objectOffset.top + (objectHeight / 2)) - (popHeight / 2);
break;
case 's':
x = (objectOffset.left + (objectWidth / 2)) - (popWidth / 2);
y = objectOffset.top + objectHeight + options.offset;
break;
case 'w':
x = objectOffset.left - popWidth - options.offset;
y = (objectOffset.top + (objectHeight / 2)) - (popHeight / 2);
break;
case 'nw':
x = (objectOffset.left - popWidth) + 20;
y = objectOffset.top - popHeight - options.offset;
break;
case 'ne':
x = (objectOffset.left + objectWidth) - 20;
y = objectOffset.top - popHeight - options.offset;
break;
case 'sw':
x = (objectOffset.left - popWidth) + 20;
y = objectOffset.top + objectHeight + options.offset;
break;
case 'se':
x = (objectOffset.left + objectWidth) - 20;
y = objectOffset.top + objectHeight + options.offset;
break;
}
return {
x: Math.round(x),
y: Math.round(y)
};
}
/**
* Sets the tooltip CSS position on the document.
* @private
* @param {Number} x Left position in pixels.
* @param {Number} y Top position in pixels.
*/
function setTipPosition(x, y) {
tipElement.css('left', x + 'px');
tipElement.css('top', y + 'px');
}
// expose methods
return {
showTip: beginShowTip,
hideTip: hideTip
};
}
/**
* Hooks mouse position tracking to mousemove and scroll events.
* Prevents attaching the events more than once.
* @private
*/
function initMouseTracking() {
var lastScrollX = 0,
lastScrollY = 0;
if (!session.mouseTrackingActive) {
session.mouseTrackingActive = true;
// grab the current scroll position on load
$(function() {
lastScrollX = $document.scrollLeft();
lastScrollY = $document.scrollTop();
});
// hook mouse position tracking
$document.on({
mousemove: trackMouse,
scroll: function() {
var x = $document.scrollLeft(),
y = $document.scrollTop();
if (x !== lastScrollX) {
session.currentX += x - lastScrollX;
lastScrollX = x;
}
if (y !== lastScrollY) {
session.currentY += y - lastScrollY;
lastScrollY = y;
}
}
});
}
}
/**
* Saves the current mouse coordinates to the powerTip session object.
* @private
* @param {Object} event The mousemove event for the document.
*/
function trackMouse(event) {
session.currentX = event.pageX;
session.currentY = event.pageY;
}
/**
* Tests if the mouse is currently over the specified element.
* @private
* @param {Object} element The element to check for hover.
* @return {Boolean}
*/
function isMouseOver(element) {
var elementPosition = element.offset();
return session.currentX >= elementPosition.left &&
session.currentX <= elementPosition.left + element.outerWidth() &&
session.currentY >= elementPosition.top &&
session.currentY <= elementPosition.top + element.outerHeight();
}
/**
* Finds any viewport collisions that an element (the tooltip) would have
* if it were absolutely positioned at the specified coordinates.
* @private
* @param {Object} coords Coordinates for the element. (e.g. {x: 123, y: 123})
* @param {Number} elementWidth Width of the element in pixels.
* @param {Number} elementHeight Height of the element in pixels.
* @return {Array} Array of words representing directional collisions.
*/
function getViewportCollisions(coords, elementWidth, elementHeight) {
var scrollLeft = $window.scrollLeft(),
scrollTop = $window.scrollTop(),
windowWidth = $window.width(),
windowHeight = $window.height(),
collisions = [];
if (coords.y < scrollTop) {
collisions.push('top');
}
if (coords.y + elementHeight > scrollTop + windowHeight) {
collisions.push('bottom');
}
if (coords.x < scrollLeft) {
collisions.push('left');
}
if (coords.x + elementWidth > scrollLeft + windowWidth) {
collisions.push('right');
}
return collisions;
}
}(jQuery));
/*
* Copyright 2010 akquinet
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* This JQuery Plugin will help you in showing some nice Toast-Message like notification messages. The behavior is
* similar to the android Toast class.
* You have 4 different toast types you can show. Each type comes with its own icon and colored border. The types are:
* - notice
* - success
* - warning
* - error
*
* The following methods will display a toast message:
*
* $().toastmessage('showNoticeToast', 'some message here');
* $().toastmessage('showSuccessToast', "some message here");
* $().toastmessage('showWarningToast', "some message here");
* $().toastmessage('showErrorToast', "some message here");
*
* // user configured toastmessage:
* $().toastmessage('showToast', {
* text : 'Hello World',
* sticky : true,
* position : 'top-right',
* type : 'success',
* close : function () {console.log("toast is closed ...");}
* });
*
* To see some more examples please have a look into the Tests in src/test/javascript/ToastmessageTest.js
*
* For further style configuration please see corresponding css file: jquery-toastmessage.css
*
* This plugin is based on the jquery-notice (http://sandbox.timbenniks.com/projects/jquery-notice/)
* but is enhanced in several ways:
*
* configurable positioning
* convenience methods for different message types
* callback functionality when closing the toast
* included some nice free icons
* reimplemented to follow jquery plugin good practices rules
*
* Author: Daniel Bremer-Tonn
**/
(function($)
{
var settings = {
inEffect: {opacity: 'show'}, // in effect
inEffectDuration: 600, // in effect duration in miliseconds
stayTime: 3000, // time in miliseconds before the item has to disappear
text: '', // content of the item. Might be a string or a jQuery object. Be aware that any jQuery object which is acting as a message will be deleted when the toast is fading away.
sticky: false, // should the toast item sticky or not?
type: 'notice', // notice, warning, error, success
position: 'top-right', // top-left, top-center, top-right, middle-left, middle-center, middle-right ... Position of the toast container holding different toast. Position can be set only once at the very first call, changing the position after the first call does nothing
closeText: '', // text which will be shown as close button, set to '' when you want to introduce an image via css
close: null // callback function when the toastmessage is closed
};
var methods = {
init : function(options)
{
if (options) {
$.extend( settings, options );
}
},
showToast : function(options)
{
var localSettings = {};
$.extend(localSettings, settings, options);
// declare variables
var toastWrapAll, toastItemOuter, toastItemInner, toastItemClose, toastItemImage;
toastWrapAll = (!$('.toast-container').length) ? $('<div></div>').addClass('toast-container').addClass('toast-position-' + localSettings.position).appendTo('body') : $('.toast-container');
toastItemOuter = $('<div></div>').addClass('toast-item-wrapper');
toastItemInner = $('<div></div>').hide().addClass('toast-item toast-type-' + localSettings.type).appendTo(toastWrapAll).html($('<p>').append (localSettings.text)).animate(localSettings.inEffect, localSettings.inEffectDuration).wrap(toastItemOuter);
toastItemClose = $('<div></div>').addClass('toast-item-close').prependTo(toastItemInner).html(localSettings.closeText).click(function() { $().toastmessage('removeToast',toastItemInner, localSettings) });
toastItemImage = $('<div></div>').addClass('toast-item-image').addClass('toast-item-image-' + localSettings.type).prependTo(toastItemInner);
if(navigator.userAgent.match(/MSIE 6/i))
{
toastWrapAll.css({top: document.documentElement.scrollTop});
}
if(!localSettings.sticky)
{
setTimeout(function()
{
$().toastmessage('removeToast', toastItemInner, localSettings);
},
localSettings.stayTime);
}
return toastItemInner;
},
showNoticeToast : function (message)
{
var options = {text : message, type : 'notice'};
return $().toastmessage('showToast', options);
},
showSuccessToast : function (message)
{
var options = {text : message, type : 'success'};
return $().toastmessage('showToast', options);
},
showErrorToast : function (message)
{
var options = {text : message, type : 'error'};
return $().toastmessage('showToast', options);
},
showWarningToast : function (message)
{
var options = {text : message, type : 'warning'};
return $().toastmessage('showToast', options);
},
removeToast: function(obj, options)
{
obj.animate({opacity: '0'}, 600, function()
{
obj.parent().animate({height: '0px'}, 300, function()
{
obj.parent().remove();
});
});
// callback
if (options && options.close !== null)
{
options.close();
}
}
};
$.fn.toastmessage = function( method ) {
// Method calling logic
if ( methods[method] ) {
return methods[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ));
} else if ( typeof method === 'object' || ! method ) {
return methods.init.apply( this, arguments );
} else {
$.error( 'Method ' + method + ' does not exist on jQuery.toastmessage' );
}
};
})(jQuery);
\ No newline at end of file
(function($) {
// var CLASSES = $.treeview.classes;
// var proxied = $.fn.treeview;
// $.fn.treeview = function(settings) {
// settings = $.extend({}, settings);
// if (settings.add) {
// return this.trigger("add", [settings.add]);
// }
// if (settings.remove) {
// return this.trigger("remove", [settings.remove]);
// }
// return proxied.apply(this, arguments).bind("add", function(event, branches) {
// $(branches).prev()
// .removeClass(CLASSES.last)
// .removeClass(CLASSES.lastCollapsable)
// .removeClass(CLASSES.lastExpandable)
// .find(">.hitarea")
// .removeClass(CLASSES.lastCollapsableHitarea)
// .removeClass(CLASSES.lastExpandableHitarea);
// $(branches).find("li").andSelf().prepareBranches(settings).applyClasses(settings, $(this).data("toggler"));
// }).bind("remove", function(event, branches) {
// var prev = $(branches).prev();
// var parent = $(branches).parent();
// $(branches).remove();
// prev.filter(":last-child").addClass(CLASSES.last)
// .filter("." + CLASSES.expandable).replaceClass(CLASSES.last, CLASSES.lastExpandable).end()
// .find(">.hitarea").replaceClass(CLASSES.expandableHitarea, CLASSES.lastExpandableHitarea).end()
// .filter("." + CLASSES.collapsable).replaceClass(CLASSES.last, CLASSES.lastCollapsable).end()
// .find(">.hitarea").replaceClass(CLASSES.collapsableHitarea, CLASSES.lastCollapsableHitarea);
// if (parent.is(":not(:has(>))") && parent[0] != this) {
// parent.parent().removeClass(CLASSES.collapsable).removeClass(CLASSES.expandable)
// parent.siblings(".hitarea").andSelf().remove();
// }
// });
// };
})(jQuery);
\ No newline at end of file
/*
* Treeview 1.5pre - jQuery plugin to hide and show branches of a tree
*
* http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
* http://docs.jquery.com/Plugins/Treeview
*
* Copyright (c) 2007 Jörn Zaefferer
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Revision: $Id: jquery.treeview.js 5759 2008-07-01 07:50:28Z joern.zaefferer $
*
*/
;(function($) {
// TODO rewrite as a widget, removing all the extra plugins
$.extend($.fn, {
swapClass: function(c1, c2) {
var c1Elements = this.filter('.' + c1);
this.filter('.' + c2).removeClass(c2).addClass(c1);
c1Elements.removeClass(c1).addClass(c2);
return this;
},
replaceClass: function(c1, c2) {
return this.filter('.' + c1).removeClass(c1).addClass(c2).end();
},
hoverClass: function(className) {
className = className || "hover";
return this.hover(function() {
$(this).addClass(className);
}, function() {
$(this).removeClass(className);
});
},
heightToggle: function(animated, callback) {
animated ?
this.animate({ height: "toggle" }, animated, callback) :
this.each(function(){
jQuery(this)[ jQuery(this).is(":hidden") ? "show" : "hide" ]();
if(callback)
callback.apply(this, arguments);
});
},
heightHide: function(animated, callback) {
if (animated) {
this.animate({ height: "hide" }, animated, callback);
} else {
this.hide();
if (callback)
this.each(callback);
}
},
prepareBranches: function(settings) {
if (!settings.prerendered) {
// mark last tree items
this.filter(":last-child:not(ul)").addClass(CLASSES.last);
// collapse whole tree, or only those marked as closed, anyway except those marked as open
this.filter((settings.collapsed ? "" : "." + CLASSES.closed) + ":not(." + CLASSES.open + ")").find(">ul").hide();
}
// return all items with sublists
return this.filter(":has(>ul)");
},
applyClasses: function(settings, toggler) {
// TODO use event delegation
this.filter(":has(>ul):not(:has(>a))").find(">span").unbind("click.treeview").bind("click.treeview", function(event) {
// don't handle click events on children, eg. checkboxes
if ( this == event.target )
toggler.apply($(this).next());
}).add( $("a", this) ).hoverClass();
if (!settings.prerendered) {
// handle closed ones first
this.filter(":has(>ul:hidden)")
.addClass(CLASSES.expandable)
.replaceClass(CLASSES.last, CLASSES.lastExpandable);
// handle open ones
this.not(":has(>ul:hidden)")
.addClass(CLASSES.collapsable)
.replaceClass(CLASSES.last, CLASSES.lastCollapsable);
// create hitarea if not present
var hitarea = this.find("div." + CLASSES.hitarea);
if (!hitarea.length)
hitarea = this.prepend("<div class=\"" + CLASSES.hitarea + "\"/>").find("div." + CLASSES.hitarea);
hitarea.removeClass().addClass(CLASSES.hitarea).each(function() {
var classes = "";
$.each($(this).parent().attr("class").split(" "), function() {
classes += this + "-hitarea ";
});
$(this).addClass( classes );
})
}
// apply event to hitarea
this.find("div." + CLASSES.hitarea).click( toggler );
},
treeview: function(settings) {
settings = $.extend({
cookieId: "treeview"
}, settings);
if ( settings.toggle ) {
var callback = settings.toggle;
settings.toggle = function() {
return callback.apply($(this).parent()[0], arguments);
};
}
// factory for treecontroller
function treeController(tree, control) {
// factory for click handlers
function handler(filter) {
return function() {
// reuse toggle event handler, applying the elements to toggle
// start searching for all hitareas
toggler.apply( $("div." + CLASSES.hitarea, tree).filter(function() {
// for plain toggle, no filter is provided, otherwise we need to check the parent element
return filter ? $(this).parent("." + filter).length : true;
}) );
return false;
};
}
// click on first element to collapse tree
$("a:eq(0)", control).click( handler(CLASSES.collapsable) );
// click on second to expand tree
$("a:eq(1)", control).click( handler(CLASSES.expandable) );
// click on third to toggle tree
$("a:eq(2)", control).click( handler() );
}
// handle toggle event
function toggler() {
$(this)
.parent()
// swap classes for hitarea
.find(">.hitarea")
.swapClass( CLASSES.collapsableHitarea, CLASSES.expandableHitarea )
.swapClass( CLASSES.lastCollapsableHitarea, CLASSES.lastExpandableHitarea )
.end()
// swap classes for parent li
.swapClass( CLASSES.collapsable, CLASSES.expandable )
.swapClass( CLASSES.lastCollapsable, CLASSES.lastExpandable )
// find child lists
.find( ">ul" )
// toggle them
.heightToggle( settings.animated, settings.toggle );
if ( settings.unique ) {
$(this).parent()
.siblings()
// swap classes for hitarea
.find(">.hitarea")
.replaceClass( CLASSES.collapsableHitarea, CLASSES.expandableHitarea )
.replaceClass( CLASSES.lastCollapsableHitarea, CLASSES.lastExpandableHitarea )
.end()
.replaceClass( CLASSES.collapsable, CLASSES.expandable )
.replaceClass( CLASSES.lastCollapsable, CLASSES.lastExpandable )
.find( ">ul" )
.heightHide( settings.animated, settings.toggle );
}
}
this.data("toggler", toggler);
function serialize() {
function binary(arg) {
return arg ? 1 : 0;
}
var data = [];
branches.each(function(i, e) {
data[i] = $(e).is(":has(>ul:visible)") ? 1 : 0;
});
$.cookie(settings.cookieId, data.join(""), settings.cookieOptions );
}
function deserialize() {
var stored = $.cookie(settings.cookieId);
if ( stored ) {
var data = stored.split("");
branches.each(function(i, e) {
$(e).find(">ul")[ parseInt(data[i]) ? "show" : "hide" ]();
});
}
}
// add treeview class to activate styles
this.addClass("treeview");
// prepare branches and find all tree items with child lists
var branches = this.find("li").prepareBranches(settings);
switch(settings.persist) {
case "cookie":
var toggleCallback = settings.toggle;
settings.toggle = function() {
serialize();
if (toggleCallback) {
toggleCallback.apply(this, arguments);
}
};
deserialize();
break;
case "location":
var current = this.find("a").filter(function() {
return this.href.toLowerCase() == location.href.toLowerCase();
});
if ( current.length ) {
// TODO update the open/closed classes
var items = current.addClass("selected").parents("ul, li").add( current.next() ).show();
if (settings.prerendered) {
// if prerendered is on, replicate the basic class swapping
items.filter("li")
.swapClass( CLASSES.collapsable, CLASSES.expandable )
.swapClass( CLASSES.lastCollapsable, CLASSES.lastExpandable )
.find(">.hitarea")
.swapClass( CLASSES.collapsableHitarea, CLASSES.expandableHitarea )
.swapClass( CLASSES.lastCollapsableHitarea, CLASSES.lastExpandableHitarea );
}
}
break;
}
branches.applyClasses(settings, toggler);
// if control option is set, create the treecontroller and show it
if ( settings.control ) {
treeController(this, settings.control);
$(settings.control).show();
}
return this;
}
});
// classes used by the plugin
// need to be styled via external stylesheet, see first example
$.treeview = {};
var CLASSES = ($.treeview.classes = {
open: "open",
closed: "closed",
expandable: "expandable",
expandableHitarea: "expandable-hitarea",
lastExpandableHitarea: "lastExpandable-hitarea",
collapsable: "collapsable",
collapsableHitarea: "collapsable-hitarea",
lastCollapsableHitarea: "lastCollapsable-hitarea",
lastCollapsable: "lastCollapsable",
lastExpandable: "lastExpandable",
last: "last",
hitarea: "hitarea"
});
})(jQuery);
// ====================================================
// Function for treeview [start]
// ====================================================
/* variable using for node ID */
var nodeId = 0;
function TreeNode() {
var currDate = new Date();
this.Id = "node" + currDate.toIdString();
this.Value = "";
this.Text = "New text";
this.Tooltip = this.Text;
this.ChildNodes = new Array();
this.IsClosed = true;
this.IsCategory = true;
this.ContentCount = 0;
this.ChildsCount = 0;
this.ExpandAfterBuild = false;
/*
AddChild = function(newNode) {
ChildNodes.push(newNode);
};
RemoveChild = function(index) {
ChildNodes.splice(index, 1);
};
*/
};
// Add category node
function AddCategory(targetTreeView, sourceTreeNode, targetTreeNode, callbackFunction) {
var branches;
var scriptCallback = "";
if (callbackFunction != undefined && callbackFunction != null) {
scriptCallback += ' onclick="';
scriptCallback += "var currNode = new TreeNode(); currNode.Id = '" + sourceTreeNode.Id + "'; currNode.Text = '" + sourceTreeNode.Text + "';";
scriptCallback += "currNode.Value = '" + sourceTreeNode.Value + "'; currNode.Tooltip = '" + sourceTreeNode.Tooltip + "'; currNode.IsClosed = " + sourceTreeNode.IsClosed + ";";
scriptCallback += "currNode.IsCategory = " + sourceTreeNode.IsCategory + ";";
scriptCallback += callbackFunction + "(currNode);";
scriptCallback += '"';
}
if (targetTreeNode != undefined && targetTreeNode != null) {
if (sourceTreeNode.IsClosed == true) { // Collapse
if (targetTreeView.IsShowTotal == true) { // Show total count
branches = $("<li class='closed'><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder' " + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;(" + sourceTreeNode.ContentCount + ")<ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeNode.Id);
}
else {
branches = $("<li class='closed'><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder' " + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + "><ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeNode.Id);
}
}
else {
if (targetTreeView.IsShowTotal == true) { // Show total count
branches = $("<li ><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder'" + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;(" + sourceTreeNode.ContentCount + ")<ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeNode.Id);
}
else {
branches = $("<li ><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder'" + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + "><ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeNode.Id);
}
}
}
else {
if (sourceTreeNode.IsClosed == true) { // Collapse
if (targetTreeView.IsShowTotal == true) { // Show total count
branches = $("<li class='closed'><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder'" + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;(" + sourceTreeNode.ContentCount + ")<ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeView.Id);
}
else {
branches = $("<li class='closed'><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder'" + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + "><ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeView.Id);
}
}
else {
if (targetTreeView.IsShowTotal == true) { // Show total count
branches = $("<li><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder'" + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;(" + sourceTreeNode.ContentCount + ")<ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeView.Id);
}
else {
branches = $("<li><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='folder'" + scriptCallback + ">" + sourceTreeNode.Text + "</" + targetTreeView.CategoryTagName + "><ul id='" + sourceTreeNode.Id + "'>" +
"</ul></li>").appendTo("#" + targetTreeView.Id);
}
}
}
if (sourceTreeNode.ExpandAfterBuild == true) {
// Add node to expand after build treeview
targetTreeView.ExpandNodes.push(sourceTreeNode.Id);
}
/*$("#" + targetTreeView.Id).treeview({
add: branches
});*/
};
// Add item
function AddItem(targetTreeView, sourceTreeNodeItem, targetTreeNode, callbackFunction) {
var branches;
var scriptCallback = "";
if (callbackFunction != undefined && callbackFunction != null) {
scriptCallback += ' id="' + sourceTreeNodeItem.Id + '"';
scriptCallback += ' onclick="';
//scriptCallback += "var currNode = new TreeNode(); currNode.Id = '" + sourceTreeNodeItem.Id + "'; currNode.Text = '" + sourceTreeNodeItem.Text + "';";
scriptCallback += "var currNode = new TreeNode(); currNode.Id = '" + sourceTreeNodeItem.Id + "';";
scriptCallback += "currNode.Value = '" + sourceTreeNodeItem.Value + "'; currNode.Tooltip = '" + sourceTreeNodeItem.Tooltip + "'; currNode.IsClosed = " + sourceTreeNodeItem.IsClosed + ";";
scriptCallback += "currNode.IsCategory = " + sourceTreeNodeItem.IsCategory + ";";
scriptCallback += callbackFunction + "(currNode);";
scriptCallback += '"';
}
if (targetTreeNode != undefined && targetTreeNode != null) {
// Nodes of root
if (targetTreeView.IsShowTotal == true) {
branches = $("<li><" + targetTreeView.CategoryTagName + " class='file'" + scriptCallback + ">" + sourceTreeNodeItem.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;(" + sourceTreeNodeItem.ContentCount + ")</li>").appendTo("#" + targetTreeNode.Id);
}
else {
branches = $("<li><" + targetTreeView.CategoryTagName + " class='file'" + scriptCallback + ">" + sourceTreeNodeItem.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;</li>").appendTo("#" + targetTreeNode.Id);
}
}
else {
if (sourceTreeNodeItem.Id == "all") { // All nodes
if (targetTreeView.IsShowTotal == true) {
branches = $("<li><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='file lang root' lang='txtAll'" + scriptCallback + ">" + sourceTreeNodeItem.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;(" + targetTreeView.TotalCount + ")</li>").appendTo("#" + targetTreeView.Id);
}
else {
branches = $("<li><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='file lang root' lang='txtAll'" + scriptCallback + ">" + sourceTreeNodeItem.Text + "</" + targetTreeView.CategoryTagName + "></li>").appendTo("#" + targetTreeView.Id);
}
}
else { // Node of root but not be "all node"
if (targetTreeView.IsShowTotal == true) {
branches = $("<li><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='file'" + scriptCallback + ">" + sourceTreeNodeItem.Text + "</" + targetTreeView.CategoryTagName + ">&nbsp;(" + sourceTreeNodeItem.ContentCount + ")</li>").appendTo("#" + targetTreeView.Id);
}
else {
branches = $("<li><" + targetTreeView.CategoryTagName + " style='padding-left: 5px;' class='file'" + scriptCallback + ">" + sourceTreeNodeItem.Text + "</" + targetTreeView.CategoryTagName + "></li>").appendTo("#" + targetTreeView.Id);
}
}
}
/*$("#" + targetTreeView.Id).treeview({
add: branches
});*/
};
// Add node loopback
function AddChildNode(tree, parenTreeNode, childDataNode, callbackFunctionName) {
if (childDataNode.IsCategory) {
// Count contents of childs
childDataNode.ChildsCount = Number(childDataNode.ContentCount) + CountChilds(childDataNode.ChildNodes);
if (childDataNode.ChildsCount > 0) {
// Set unique id
childDataNode.Id += nodeId++;
if (childDataNode.ChildsCount != childDataNode.ContentCount) {
// Add category
AddCategory(tree, childDataNode, parenTreeNode, callbackFunctionName);
if (childDataNode.ChildNodes.length > 0) {
for (var nIndex = 0; nIndex < childDataNode.ChildNodes.length; nIndex++) {
// Call loop back
AddChildNode(tree, childDataNode, childDataNode.ChildNodes[nIndex], callbackFunctionName);
}
}
}
else {
// Add as item
childDataNode.IsCategory = false;
AddItem(tree, childDataNode, parenTreeNode, callbackFunctionName);
}
}
}
else {
if (childDataNode.ContentCount > 0) {
// Set unique id
childDataNode.Id += nodeId++;
// Add single item
AddItem(tree, childDataNode, parenTreeNode, callbackFunctionName);
}
}
};
// Add node loopback
function AddChildNodeIndex(tree, parenTreeNode, childDataNode, callbackFunctionName) {
if (childDataNode.IsCategory) {
// Set unique id
childDataNode.Id += nodeId++;
if (childDataNode.ChildNodes.length > 0) {
// Add category
AddCategory(tree, childDataNode, parenTreeNode, callbackFunctionName);
for (var nIndex = 0; nIndex < childDataNode.ChildNodes.length; nIndex++) {
// Call loop back
AddChildNodeIndex(tree, childDataNode, childDataNode.ChildNodes[nIndex], callbackFunctionName);
}
}
else {
// Add as item
childDataNode.IsCategory = false;
AddItem(tree, childDataNode, parenTreeNode, callbackFunctionName);
}
}
else {
// Set unique id
childDataNode.Id += nodeId++;
// Add single item
AddItem(tree, childDataNode, parenTreeNode, callbackFunctionName);
}
};
/*
Calculate childs count
*/
function CountChilds(nodes) {
var nTotal = 0;
if (nodes) {
for (var nIndex = 0; nIndex < nodes.length; nIndex++) {
// Count current node
nTotal += Number(nodes[nIndex].ContentCount);
// Continue to count childs
if (nodes[nIndex].ChildNodes) {
nTotal += CountChilds(nodes[nIndex].ChildNodes);
}
}
}
return nTotal;
};
function TreeView() {
var currDate = new Date();
this.Id = "treeview" + currDate.toIdString();
this.Nodes = new Array();
this.TotalCount = 0;
this.IsShowTotal = true;
this.ExpandNodes = [];
this.CategoryTagName = "span"; // Use to expand/ not expand when clicking in
this.Show = function (containerId, nodes, callbackFunctionName) {
var tree = this;
tree.Id = containerId;
var newItem = new TreeNode();
newItem.Text = i18nText('txtAll');
newItem.Id = "all";
newItem.IsCategory = false;
newItem.ContentCount = this.TotalCount;
AddItem(tree, newItem, null, callbackFunctionName);
if (nodes != undefined && nodes != null) {
for (var nIndex = 0; nIndex < nodes.length; nIndex++) {
//alert(tree.IsShowTotal);
if (tree.IsShowTotal == true) {
AddChildNode(tree, null, nodes[nIndex], callbackFunctionName);
}
else {
AddChildNodeIndex(tree, null, nodes[nIndex], callbackFunctionName);
}
}
}
};
};
function TreeViewIndex() {
var currDate = new Date();
this.Id = "treeview" + currDate.toIdString();
this.Nodes = new Array();
this.TotalCount = 0;
this.IsShowTotal = true;
this.CategoryTagName = "span";
this.Show = function (containerId, nodes, callbackFunctionName) {
var tree = this;
tree.Id = containerId;
if (nodes != undefined && nodes != null) {
for (var nIndex = 0; nIndex < nodes.length; nIndex++) {
//alert(tree.IsShowTotal);
if (tree.IsShowTotal) {
AddChildNode(tree, null, nodes[nIndex], callbackFunctionName);
}
else {
AddChildNodeIndex(tree, null, nodes[nIndex], callbackFunctionName);
}
}
}
};
};
// ====================================================
// Function for treeview [ end ]
// ====================================================
\ No newline at end of file
/*
* jQuery UI Touch Punch 0.2.2
*
* Copyright 2011, Dave Furfero
* Dual licensed under the MIT or GPL Version 2 licenses.
*
* Depends:
* jquery.ui.widget.js
* jquery.ui.mouse.js
*/
(function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return;}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return;}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f);}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return;}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown");};c._touchMove=function(f){if(!a){return;}this._touchMoved=true;d(f,"mousemove");};c._touchEnd=function(f){if(!a){return;}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click");}a=false;};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f);};})(jQuery);
\ No newline at end of file
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('3 33(2){5 20=21;5 28=47;5 1={18:117,10:\'71\',19:\'73。\',12:\'#86\',14:\'0.95\',11:\'#84\',16:\'88\',9:\'87。83。\',8:3(6){$(\'#\'+6).70(16,3(){$(\'#\'+6).82();45();30()});34{\'65\':35,\'62\':\'81\'}}};5 18,6,19,12,14,11,16,85,8,9;7(2){18=(2.18)?2.18:1.18;6=(2.10)?2.10:1.10;19=(2.19)?2.19:1.19;12=(2.12)?2.12:1.12;14=(2.14)?2.14:1.14;11=(2.11)?2.11:1.11;16=(2.16)?2.16:1.16;8=(2.8)?2.8:21;9=(2.9)?2.9:1.9}78{18=1.18;6=1.10;19=1.19;12=1.12;14=1.14;11=1.11;16=1.16;8=1.8;9=1.9}$(17).43(23).79(23).66(23).59(\'80\',23).59(\'89\',23);30();3 30(){5 37=18;7(20){27(20);20=21}7(54()){37=0}45();20=68(3(){27(20);20=21;28=35;61();56()},37);28=47};3 23(){7(!28){30()}};3 56(){5 69=\'<15 10="\'+6+\'" 38="33">\'+\'<15 32="25:55; 24:100%; 26:100%;">\'+\'<15 32="25:55-75; 67-52:76; 77-52:107;">\'+\'<48 38="33-110">\'+19+53(\'111\')+\'</48>\'+\'<15 10="40" 32="25:39;">\'+\'<106 10="31-36" 108="\'+53(\'112\')+\'" 101="118" 116="" />&113;\'+\'<60 10="49-51">114</60>\'+\'<15 10="44" 38="33-94" 32="25:39;">\'+9+\'</15>\'+\'</15>\'+\'</15>\'+\'</15>\'+\'</15>\';$(96.97).93(69);$(\'#\'+6).58({\'12\':12,\'14\':14,\'25\':\'39\',\'90\':\'91\',\'92\':\'0\',\'103\':\'0\',\'24\':$(17).24(),\'26\':$(17).26(),\'11\':11,\'104\':\'105\'}).46(16);$(\'#\'+6).43(3(){$(\'#40\').46();5 22=21;22=68(3(){$(\'#40\').70();27(22)},98);$(\'#31-36\').50().66(3(64){7(22){27(22)}22=21;7(64.99==13){42()}})});3 63(){1.8(6)};3 42(){7(8){5 29=8($(\'#31-36\').29(),63);7(!29.65){$(\'#44\').67(102(9,29.62.9));$(\'#44\').46();$(\'#31-36\').50();34}}1.8(6)}$(\'#49-51\').43(3(){42()});$(17).115(3(){$(\'#\'+6).58({\'24\':$(17).24(),\'26\':$(17).26()})})};3 61(){5 4=17.4;7(4){4.109(\'41\',35)}};3 45(){5 4=17.4;7(4){4.74(\'41\')}};3 54(){5 4=17.4;7(4){5 57=4.72(\'41\');7(57){34 35}}34 47}};',10,119,'|defaultOptions|options|function|sessionStorage|var|elmId|if|unlockFunc|errorMessage|id|background|color||opacity|div|lockspeed|window|timeout|html|idleTimerId|null|pwInputTimer|resetIdleTimer|width|display|height|clearTimeout|bTimeout|val|setIdleTimer|passwd|style|screenLock|return|true|txt|idleStateTimeout|class|none|pw|AVW_ScreenLock|executeUnlock|click|screenLockErrMsg|removeLockState|fadeIn|false|p|unlock|focus|btn|align|i18nText|isLocked|table|showLockScreen|lockState|css|bind|button|setLockState|errorCode|forceUnlockFunc|event|result|keydown|text|setTimeout|tags|fadeOut|to|getItem|Clickして画面ロックを解除してください|removeItem|cell|center|vertical|else|mousemove|touchstart|success|remove|入力したパスワードを確認してください|333|unlockEvent|fff|ロックを解除できません|slow|touchmove|position|fixed|top|append|error||document|body|15000|which||type|format|left|zIndex|10000|input|middle|placeholder|setItem|content|sysInfoScrLock01|sysLockScrPwdInput|nbsp|OK|resize|value|600000|password'.split('|'),0,{}))
$(function() {
if(avwUserEnvObj.os == 'ipad' || avwUserEnvObj.os == 'android'){
}else{
// placement examples
$('.home').powerTip({placement: 's'});
$('.back').powerTip({placement: 's'});
$('.bmList').powerTip({placement: 's'});
$('.bmAdd').powerTip({placement: 's'});
$('.index').powerTip({placement: 's'});
$('.copy').powerTip({placement: 's'});
$('.memoDisplay').powerTip({placement: 's'});
$('.memoAdd').powerTip({placement: 's'});
$('.marking').powerTip({placement: 's'});
$('.markingToolbar').powerTip({placement: 's'});
$('.begin').powerTip({placement: 'n'});
$('.prev').powerTip({placement: 'n'});
$('.next').powerTip({placement: 'n'});
$('.last').powerTip({placement: 'n'});
$('.expansion').powerTip({placement: 'n'});
$('.fit').powerTip({placement: 'n'});
$('.reduction').powerTip({placement: 'n'});
$('.toolbar').powerTip({placement: 'n'});
}
});
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('10 79=0;10 74=4;10 14=[];10 52=28;10 99=33;10 105=0;10 106=0;10 104;10 23=0;10 24=4;10 12=0;8 102(){79=0;74=4;14=[];52=28;99=33;105=0;106=0;104;23=0;24=4;12=0};8 132(31,59){102();11(59!=110&&59!=\'111\'&&59.41>0){14=108(59);11(31!=110&&31!=\'111\'){11(14.41==1){31.94(\'\');31.61(\'<2 26="81">\'+\'</2>\');10 58=$(\'#81\');10 107={\'36-17\':\'70(\'+14[0].13+\')\',\'36-109\':\'135-109\',\'36-133\':\'129\',\'36-124\':\'116\',\'36-126\':\'125\'};58.3(107);58.128().3(\'136-146\',\'57\')}20{83(31);121();49(0);123()}}}20{83(31);$(\'.6-9\').3(\'25\',\'43\');$(\'.87-9\').3(\'25\',\'43\')}84()};8 108(101){10 67=101;10 82=[];145(10 44=0;44<67.41;44++){82.149({73:44,17:67[44],13:67[44]})}148 82};8 83(31){10 80=31;80.94(\'\');80.61(\'<2 26="81">\'+\' <2 34="86-17" 26="86-17">\'+\' <2 34="6-9" 26="6-9-18"> </2>\'+\' <2 26="6-7" 26="98"><2 34="98"></2></2>\'+\' <2 34="6-9" 26="6-9-16"> </2>\'+\' </2>\'+\' <2 34="86-140">\'+\' <2 26="9-18" 34="87-9"><7 45="././7/97-15.96"></2>\'+\' <2 26="47-7">\'+\' </2>\'+\' <2 26="9-16" 34="87-9"><7 45="././7/97-141.96"></2>\'+\' </2>\'+\'</2>\');$(138).144(8(){84()});};8 84(){10 42="142";10 122=1.143;10 46=42/122;11($("#21").30()<42||$("#21").54()<46){11($("#21").30()<42){$("#21").3(\'30\',42+\'50\');$("#21").3(\'54\',46+\'50\')}11($("#21").54()<46){$("#21").3(\'54\',46+\'50\');$("#21").3(\'30\',42+\'50\')}}20{$("#21").3(\'30\',42+\'50\');$("#21").3(\'54\',46+\'50\')}$("#21").116()};8 121(){10 78=$(\'#47-7\');$.147(14,8(56,17){11(79<=56&&56<=74){78.61(\'<2 34="13" 64="\'+17.73+\'" 114="48:91; 36-17 : 70(\'+17.13+\')"></2>\')}20{78.61(\'<2 34="13" 64="\'+17.73+\'" 114="48:88; 36-17 : 70(\'+17.13+\')"></2>\')}})};8 123(){$(\'#9-16\').53(90);$(\'#9-18\').53(76);$(\'#6-9-16\').53(118);$(\'#6-9-18\').53(115);$(\'.13\').53(112);$(\'.13\').77(95);$(\'.13\').75(103);$(\'.6-9\').3(\'22\',\'0\');$(\'#6-9-16\').75(119);$(\'#6-9-18\').75(117);11(69()==28){$(\'#6-9-16\').77(120);$(\'#6-9-18\').77(113)}$(\'.13:131\').3(\'40-38\',\'57 37 37 #63\');29()};8 120(){$(35).3(\'22\',\'0.5\')};8 119(){$(35).3(\'22\',\'0\')};8 113(){$(35).3(\'22\',\'0.5\')};8 117(){$(35).3(\'22\',\'0\')};8 90(){11(24<14.41-1){$(\'#47-7 2:71(\'+23+\')\').19({30:\'62\'},{130:8(134,127){$(\'#47-7 2:71(\'+24+\')\').19({30:\'65\'})}});23=23+1;24=24+1;29()}};8 76(){10 39=23-1;11(23>0){$(\'#47-7 2:71(\'+39+\')\').19({30:\'65\'});$(\'#47-7 2:71(\'+24+\')\').19({30:\'62\'});23=23-1;24=24-1;29()}};10 32=28;8 118(){11(69()==33){$(\'#6-9-16\').3(\'22\',\'0.5\')}11(32==28){32=33;10 39=51(12)+1;11(12<14.41-1){$(\'#6-7 2\').19({"15":"-=100%"},{60:8(){$(\'#6-7 2\').62();49(39);$(\'#6-7 2\').3(\'15\',\'+=72%\');$(\'#6-7 2\').65();$(\'<7/>\').55(\'45\',14[39].13).66(8(){$(\'#6-7 2\').19({15:\'0%\'})});12=51(12)+1;92();29()}})}}};8 115(){11(69()==33){$(\'#6-9-18\').3(\'22\',\'0.5\')}11(32==28){32=33;10 39=51(12)-1;11(12>0){$(\'#6-7 2\').19({"15":"+=100%"},{93:"89",60:8(){$(\'#6-7 2\').62();49(39);$(\'#6-7 2\').3(\'15\',\'-=72%\');$(\'#6-7 2\').65();$(\'<7/>\').55(\'45\',14[39].13).66(8(){$(\'#6-7 2\').19({15:\'0%\'})});12=51(12)-1;92();29()}})}}};8 112(){11(32==28){32=33;10 27=$(35).55(\'64\');11(27>12){$(\'#6-7 2\').19({"15":"-=100%"},{93:"89",60:8(){$(\'#6-7 2\').3(\'48\',\'88\');49(27);$(\'#6-7 2\').3(\'15\',\'+=72%\');$(\'#6-7 2\').3(\'48\',\'91\');$(\'<7/>\').55(\'45\',14[27].13).66(8(){$(\'#6-7 2\').19({15:\'0%\'})});12=27;29()}})}20 11(27<12){$(\'#6-7 2\').19({"15":"+=100%"},{93:"89",60:8(){$(\'#6-7 2\').3(\'48\',\'88\');49(27);$(\'#6-7 2\').3(\'15\',\'-=72%\');$(\'#6-7 2\').3(\'48\',\'91\');$(\'<7/>\').55(\'45\',14[27].13).66(8(){$(\'#6-7 2\').19({15:\'0%\'})});12=27;29()}})}20{32=28;12=27;29()}$(\'.13\').3(\'40-38\',\'\');$(35).3(\'40-38\',\'57 37 37 #63\');52=33}};8 49(56){10 58=$(\'#6-7 2\');58.3(\'36-17\',\'70(\'+14[56].13+\')\');32=28;11(69()==33){$(\'#6-9-16\').3(\'22\',\'0\');$(\'#6-9-18\').3(\'22\',\'0\')}};8 103(){11(!52){$(\'35\').3(\'40-38\',\'\');52=28}20{}};8 95(){$(\'.13\').3(\'40-38\',\'\');$(35).3(\'40-38\',\'57 37 37 #63\')};8 150(){$(\'.6-9\').3(\'22\',\'0\')};8 139(){$(\'.6-9\').3(\'22\',\'0.5\')};8 92(){10 85=$(\'.13[64="\'+12+\'"]\');11(85.137(\':43\')){11(12>24){90()}20 11(12<23){76()}}$(\'.13\').3(\'40-38\',\'\');85.3(\'40-38\',\'57 37 37 #63\')};8 29(){11(23>0){$(\'#9-18\').3(\'25\',\'68\')}20{$(\'#9-18\').3(\'25\',\'43\')}11(24<(51(14.41)-1)){$(\'#9-16\').3(\'25\',\'68\')}20{$(\'#9-16\').3(\'25\',\'43\')}11(12>0){$(\'#6-9-18\').3(\'25\',\'68\')}20{$(\'#6-9-18\').3(\'25\',\'43\')}11(12<(51(14.41)-1)){$(\'#6-9-16\').3(\'25\',\'68\')}20{$(\'#6-9-16\').3(\'25\',\'43\')}};',10,151,'||div|css|||main|img|function|control|var|if|slideshowMainCurrIndex|thumbnail|slideshowImageCollection|left|next|image|prev|animate|else|dialog|opacity|slideshowSelectFirstIndex|slideshowSelectLastIndex|visibility|id|imgIndex|false|handleDispNextPrevButton|width|targetId|slideshow_isTransaction|true|class|this|background|7px|shadow|fixedIndex|box|length|maxW|hidden|nIndex|src|maxH|selector|display|renderMainImage|px|eval|slideshowClickFlg|click|height|attr|i|0px|mainImg|imgList|complete|append|hide|555|imageId|show|load|oldSource|visible|isTouchDevice|url|eq|300|index|slideshowImgTo|mouseleave|imageSelectPrevFunction|mouseenter|selectImg|slideshowImgFrom|targetDiv|slideWrapper|newSource|renderSlideShowBackground|optimizeSizeImagePreview|thumbImg|gallery|slideshow|none|medium|imageSelectNextFunction|block|syncImageMainWithSelectImage|duration|html|selectImgMouseEnterFunction|gif|arrow|mainThumbnail|slideshowInitFlg||source|refreshSlideShowValue|selectImgMouseLeaveFunction|totalRecord|slideshowSelectedIndex|slideshowControlToggleFlg|cssObj|setImageSource|repeat|null|undefined|selectImgClickFunction|mainControlPrevMouseEnterFunction|style|imageMainSelectPrevFunction|center|mainControlPrevMouseLeaveFunction|imageMainSelectNextFunction|mainControlNextMouseLeaveFunction|mainControlNextMouseEnterFunction|renderSelectImage|ratio|handleImagePreviewEvent|position|black|color|fx|parent|contain|step|first|showImagePreview|size|now|no|padding|is|window|mainControlMouseEnterFunction|thumb|right|798|566|resize|for|top|each|return|push|mainControlMouseLeaveFunction'.split('|'),0,{}))
$(function() {
$("ul.switchingTab li a").click(function(){
$("div.tabUnit-list").each(
function(i) {
var thisID = "#list_"+i;
if($(thisID).css("display") == "block"){
$(thisID).css("display","none");
}
}
);
$("ul.switchingTab li a").removeClass("current");
$(this).addClass("current");
var tabTarget = $(this).attr("href");
var tabTargetID = tabTarget;
$(tabTargetID).css("display","block");
return false;
});
});
\ No newline at end of file
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('33 69(13,38,58){3 19=67.75(\'19\');19.13=13;19.38=38;3 5=19.74(\'77\');3 41=\'\';3 8=0;3 39=0;3 22=0;3 25=13;3 9=0;3 26=55;3 15=\'37\';3 11=2;41=58.10(/\\\\/,\'\');71(41,{70:33(35,12,73){3 18=35.20();4(18==\'72\'){3 16;32(3 7=0;7<12.29;7++){3 23=12[7].62.20();4(23==\'16\'){16=12[7].34;15=16}}4(16==\'37\'){9=0;5.15=\'37\'}30 4(16==\'43\'){9=25/2;5.15=\'43\'}30 4(16==\'46\'){9=25;5.15=\'46\'}}4(18==\'44\'){3 42=\'76 64\';3 31=\'63\';3 48=\'#66\';32(3 7=0;7<12.29;7++){3 23=12[7].62.20();4(23==\'65\'){42=12[7].34}4(23==\'21\'){3 54=12[7].34;3 40=54.51(\';\');32(3 36=0;36<40.29;36++){3 21=40[36].51(\':\');4(21[0].20()==\'44-68\'){31=21[1]}4(21[0].20()==\'78-38\'){39=52(21[1].10(\'53\',\'\'))}}}4(23==\'93\'){48=12[7].34}}5.44=31+" "+"\'"+42+"\'";5.45=48;22=52(31.10(\'53\',\'\'))*(39/91)}4(18==\'89\'){8+=(22+11)}4(18==\'50\'){26=90}},97:33(35){3 18=35.20();4(18==\'50\'){26=55}},98:33(6){6=6.10(/&96;/17,\' \');6=6.10(/&94;/17,\'>\');6=6.10(/&95;/17,\'<\');6=6.10(/&82;/17,\'&\');6=6.10(/&92;/17,\'(81)\');6=6.10(/&79;/17,\'(80)\');6=6.10(/&87;/17,\'\\\\\');4(8==0){8+=22/2}3 88=0;3 86=0;3 14=\'\';32(3 7=0;7<6.29;7++){3 24=5.84(14+6.47(7),9,8);4(24.13<25){14+=6.47(7)}30{5.14(14,9,8+11);4(26){5.57();5.56(0,8+11);5.61(25,8+11);5.60=5.45;5.59()}8+=(22+11);14=6.47(7)}}4(14.29>0){5.14(14,9,8+11);4(26){3 28,27;4(15==\'37\'){28=0;27=24.13}30 4(15==\'43\'){28=9-(24.13/2);27=9+(24.13/2)}30 4(15=-\'46\'){28=9;27=9-24.13}5.57();5.56(28,8+11);5.61(27,8+11);5.60=5.45;5.59()}8+=(22+11)}}});3 49=19.85();83 49};',10,99,'|||var|if|context|text|i|currentLine|startPosition|replace|margin|attrs|width|fillText|textAlign|align|g|t|canvas|toLowerCase|style|nextLinePosition|attrName|metrices|lineWidth|hasUnderLine|x2|x1|length|else|fontSize|for|function|escaped|tag|j|left|height|lineHeight|styles|dataHtml|fontFace|center|font|fillStyle|right|charAt|fontColor|imageUrl|u|split|parseInt|px|styleBase|false|moveTo|beginPath|htmlData|stroke|strokeStyle|lineTo|name|11px|Pゴシック|face|000000|document|size|getTextObjectImage|start|HTMLParser|div|unary|getContext|createElement|MS|2d|line|reg|R|C|amp|return|measureText|toDataURL|index|yen|w|br|true|100|copy|color|gt|lt|nbsp|end|chars'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('0 2=1;0 6=1;0 4;0 10=24;0 12;0 11=30;0 5=-1;0 8=-1;18 16(){2=19.2();3(4){27(4);4=26}6=15.14.17/7.13;3(2!=6){3(5==-1){5=15.14.17}3(8==-1){8=15.14.17}3(12){12(2,6,5,8,7.13,7.25)}2=6;19.2(2);5=7.13;8=7.25}3(10==21){4=22("16();",11)}};18 29(){10=24};18 28(9){10=21;3(9.20){12=9.20}3(9.23){11=9.23}4=22("16();",11)};',10,31,'var||zoom_ratioPre|if|zoom_timer|zoom_oldW|zoom_ratio|window|zoom_oldH|params|zoom_continue|zoom_miliSeconds|zoom_callbackFunction|innerWidth|documentElement|document|calculateZoomLevel|clientWidth|function|ClientData|callbackFunction|true|setTimeout|time|false|innerHeight|null|clearTimeout|startDetectZoom|stopDetectZoom|1000'.split('|'),0,{}))
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
{
"sysErrorCallApi01":"System error.<br/>Please close this window and contact administrator.",
"sysInfoScrLock01":"Click to unlock.",
"sysInfoWithoutLogout":"Are you sure to close this window without logout?\nIncorrect logout will cause login problem next time.",
"txtUsrCap":"User Infomation",
"txtLastLoginTime":"Last login date:",
"txtOpt":"Option",
"txtOpt001":"Initial Screen",
"txtHondana":"Bookshelf",
"txtList":"List",
"txtOpt002":"Repeat movie and audio",
"txtOpt003":"Show marking when opening contents.",
"dspOptReset":"Reset",
"txtBkResCap":"Backup / Restore",
"txtOptBkCfm":"Confirm backup at every logout.",
"dspOptBk":"Backup",
"dspOptRes":"Restore",
"dspSave":"Apply",
"txtBkMsg":"Backup to server?",
"txtResMsg":"Restore from Server?",
"msgPwdEmpty":"Password is required.",
"msgPwdOldWrong":"Current Password mismatch.",
"msgPwdNotMatch":"New Password doesn't match.",
"msgLoginErrWrong":"LoginId or Password wrong: {0}",
"dspPubDt2":"Distributed Date:",
"txtPage":"Page:",
"dspDelete":"Delete",
"dspShioriDelConf":"Are you sure to delete bookmark?",
"dspRegDt":"Registered Date",
"dspLogin":"Login",
"dspSkip":"Skip",
"dspPwdUpd":"Apply",
"txtLoginAccPath":"Account Path:",
"txtLoginId":"Login Id:",
"txtLoginPwd":"Password:",
"txtLoginPwdRbr":"Remember Account Path and Login Id.",
"txtPwdCurr":"Current Password",
"txtPwdNew":"New Password",
"txtPwdNewRe":"Again",
"txtPwdRemind":"This message won't be shown during 30days if skip selected.",
"txtSearch":"Search",
"dspShiori":"Bookmark",
"dspSetting":"Setting",
"dspLogout":"Logout",
"txtRead":"Read",
"txtSort":"Sort",
"dspTitleNm":"Title",
"dspTitleNmKn":"Title(Kana)",
"txtPubDt":"Released Date",
"txtRecordNum":" ",
"txtRecordTotal":" ",
"dspViewMore":">> Next {0} contents",
"txtGen":"Genre",
"txtGr":"Group",
"txtViewDt":"Accessed Date",
"txtDetailPage":"Detail",
"txtCtnNm":"Content Name",
"txtTag":"Tag",
"txtContTxt":"Body Text",
"txtLogoutBkMsg":"Backup before logout?",
"txtLogoutOptBkCfm":"Remember this operation",
"dspBkOK":"Backup and Logout",
"dspBkCancel":"Logout",
"txtSearchResult":"Result",
"dspHome":"Home",
"txtLoginUser":"(Ver.20121221-3)User:",
"txtAll":"All",
"txtMkgSize":"Size",
"txtMkgS":"S",
"txtMkgM":"M",
"txtMkgB":"L",
"txtMkgSB":"LL",
"dspOK":"OK",
"dspCancel":"Cancel",
"txtMkToolBar":"Marking Toolbar",
"dspPgClear":"Clear this page",
"txtColor":"Color",
"txtIndex":"Index",
"txtShioriCtnLs":"Bookmark list",
"txtTextCopy":"Copy Body Text",
"txtNoTextCopy":"No Text",
"txtNoSearchResult":"No Result",
"msgShioriNotExists":"no Bookmark",
"msgPwdChangeOK":"Success.",
"msgPwdChangeNG":"Failed.<br/>Password requires at least both of character and numeric.",
"msgSearchNotExist":"No content",
"txtTooltipBack":"Back",
"txtTooltipBookmark":"Add/Delete Bookmark",
"txtTooltipShowMemo":"Show/Hide memo",
"txtTooltipAddMemo":"Add memo",
"txtTooltipShowMarking":"Show/Hide Marking",
"txtTooltipShowMarkingTool":"Show/Hide Marking Panel",
"msgShioriDeleted":"Page was deleted.",
"dspViewHistory":"History",
"msgLoginEmpty":"Please fill empty field.",
"msgSaveOk":"Saved",
"msgPlaceHolder":"Keyword",
"txtOpt004":"Show when content will be opened.",
"txtRestoreTitle":"Restore confirmation",
"txtBackupTitle":"Backup confirmation",
"txtResMsgNotice":"This operation will override current data and all of your data will be lost.",
"dspChange":"Change",
"msgNoIndex":"No index.",
"msgBackupSuccess":"Backup success.",
"msgBackupFailed":"Backup failed.",
"msgRestoreSuccess":"Restore success.",
"msgRestoreFailed":"Restore failed.",
"txtDeleteConfirmTitle":"Delete confirmation",
"msgHistoryNotExist":"No history",
"msgChangePassword":"Change Password",
"txtMemoEdit":"Edit memo",
"txtMemoCopy":"Copy",
"msgPageImgErr":"Unable to show contents. Maybe it was deleted at server. Back home and choose another content.",
"sysAppTitle":"ABook Viewer for Web",
"sysLockScrPwdInput":"Input password",
"txtOpt005":"Show alert when press F5.close tab.broswer.",
"txtMemoMenu":"Edit memo",
"txtMemoNew":"New",
"txtMemoPaste":"Paste",
"txtMemoClear":"Clear",
"txtMemo":"Memo",
"msgBGMPlayConfirm":"Content BGM will be played automatically.",
"msgPWDNeedChange":"Change password is required. Please back Setting view.",
"msgBGMPagePlayConfirm":"Page BGM will be played automatically."
}
{
"sysErrorCallApi01":"ご迷惑をおかけし申し訳ございません。<br />システムエラーが発生しました。<br />アプリケーションを終了し、管理者に連絡してください。",
"sysInfoScrLock01":"長時間操作されなかったため、画面をロックしています。<br />画面をクリックしてロックを解除してください。",
"sysInfoWithoutLogout":"ログアウトしていませんが、このまま終了してもよろしいですか?\n※【注意】ログアウトしないと次回ログインできない場合がございます。",
"txtUsrCap":"ユーザ情報",
"txtLastLoginTime":"最終ログイン時間:",
"txtOpt":"オプション",
"txtOpt001":"初期表示",
"txtHondana":"本棚",
"txtList":"リスト",
"txtOpt002":"動画・音楽を繰り返し再生する",
"txtOpt003":"マーキング",
"dspOptReset":"初期設定に戻る",
"txtBkResCap":"サーバにバックアップ/リストア",
"txtOptBkCfm":"ログアウトの時、バックアップするかどうか確認する",
"dspOptBk":"バックアップ",
"dspOptRes":"リストア",
"dspSave":"保存",
"txtBkMsg":"サーバにデータをバックアップしますか?",
"txtResMsg":"サーバからデータをリストアしますか?",
"msgPwdEmpty":"パスワードを入力してください",
"msgPwdOldWrong":"現在のパスワードに誤りがあります",
"msgPwdNotMatch":"変更パスワードが一致していません。",
"msgLoginErrWrong":"ログインできません。入力情報を確認してください。(エラーコード:{0})",
"dspPubDt2":"発行日:",
"txtPage":"ページ:",
"dspDelete":"削除",
"dspShioriDelConf":"選択されているしおりを削除しますか?",
"dspRegDt":"登録日",
"dspLogin":"ログイン",
"dspSkip":"スキップ",
"dspPwdUpd":"パスワード変更",
"txtLoginAccPath":"アカウントパス:",
"txtLoginId":"ログインID:",
"txtLoginPwd":"パスワード:",
"txtLoginPwdRbr":"アカウントパスとログインIDを記憶する",
"txtPwdCurr":"現在パスワード",
"txtPwdNew":"変更パスワード",
"txtPwdNewRe":"(再)変更パスワード",
"txtPwdRemind":"※スキップを選択すると、30日以内にこのメッセージが表示されせん",
"txtSearch":"検索",
"dspShiori":"しおり",
"dspSetting":"設定変更",
"dspLogout":"ログアウト",
"txtRead":"読む",
"txtSort":"並べ替え",
"dspTitleNm":"タイトル",
"dspTitleNmKn":"タイトル(カナ)",
"txtPubDt":"公開日",
"txtRecordNum":"件",
"txtRecordTotal":"件 表示",
"dspViewMore":">> 次の{0}件を表示",
"txtGen":"ジャンル",
"txtGr":"グループ",
"txtViewDt":"閲覧日",
"txtDetailPage":"詳細画面",
"txtCtnNm":"コンテンツ名",
"txtTag":"タグ",
"txtContTxt":"本文",
"txtLogoutBkMsg":"ログアウトする前にバックアップしますか?",
"txtLogoutOptBkCfm":"今回の行動を記憶する。",
"dspBkOK":"バックアップしてログアウト",
"dspBkCancel":"バックアップせずにログアウト",
"txtSearchResult":"検索結果",
"dspHome":"ホーム",
"txtLoginUser":"(Ver.20121221-3)ログイン中:",
"txtAll":"すべて",
"txtMkgSize":"太さ",
"txtMkgS":"小",
"txtMkgM":"中",
"txtMkgB":"大",
"txtMkgSB":"特大",
"dspOK":"OK",
"dspCancel":"キャンセル",
"txtMkToolBar":"マーキング",
"dspPgClear":"このページクリア",
"txtColor":"色",
"txtIndex":"インデックス",
"txtShioriCtnLs":"しおり一覧",
"txtTextCopy":"テキストコピー",
"txtNoTextCopy":"テキストがありません。",
"txtNoSearchResult":"検索結果がありません。",
"msgShioriNotExists":"しおりがありません",
"msgPwdChangeOK":"パスワードを変更しました。",
"msgPwdChangeNG":"パスワード変更に失敗しました。再入力してください。※注意:新規パスワードには英字および数字両方を含める必要があります。",
"msgSearchNotExist":"条件に該当するコンテンツがありません。",
"txtTooltipBack":"戻る",
"txtTooltipBookmark":"しおり追加・削除",
"txtTooltipShowMemo":"メモ表示・非表示",
"txtTooltipAddMemo":"メモ追加",
"txtTooltipShowMarking":"マーキング表示・非表示",
"txtTooltipShowMarkingTool":"マーキングツールバーを表示・非表示",
"msgShioriDeleted":"ページが削除しました。",
"dspViewHistory":"閲覧履歴",
"msgLoginEmpty":"ログイン情報を入力してください",
"msgSaveOk":"保存しました",
"msgPlaceHolder":"キーワードを入力してください",
"txtOpt004":"※コンテンツを開いた時に表示する",
"txtRestoreTitle":"リストア確認",
"txtBackupTitle":"バックアップ確認",
"txtResMsgNotice":"※リストアすると、現時点のローカルのデータでサーバのバックアップデータを上書きします。リストア後、元の状態に復元できませんので、ご注意ください",
"dspChange":"変更",
"msgNoIndex":"インデックスがありません",
"msgBackupSuccess":"バックアップが正常に終了しました",
"msgBackupFailed":"バックアップに失敗しました",
"msgRestoreSuccess":"リストアが正常に終了しました",
"msgRestoreFailed":"リストアに失敗しました",
"txtDeleteConfirmTitle":"しおり削除確認",
"msgHistoryNotExist":"閲覧履歴はありません。",
"msgChangePassword":"パスワード変更",
"txtMemoEdit":"編集",
"txtMemoCopy":"コピー",
"msgPageImgErr":"コンテンツを表示することができません。コンテンツが削除された可能性があります。ホーム画面に戻り、異なるコンテンツを選択してください。",
"sysAppTitle":"ABook閲覧ウェブ版",
"sysLockScrPwdInput":"パスワードを入力してください",
"txtOpt005":"タブ・ブラウザ終了・F5時のアラートが表示する",
"txtMemoMenu":"メモ編集",
"txtMemoNew":"新規",
"txtMemoPaste":"貼り付け",
"txtMemoClear":"クリア",
"txtMemo":"メモ",
"msgBGMPlayConfirm":"コンテンツBGMが自動再生されます。",
"msgPWDNeedChange":"パスワードの変更が必要です。設定変更画面に戻って変更してください。",
"msgBGMPagePlayConfirm":"ページBGMが自動再生されます。"
}
{
"sysErrorCallApi01":"시스템 에러가 발생했습니다. 이용에 불편을 드려 죄송합니다.",
"sysInfoScrLock01":"장시간 조작이 없었으므로, 화면이 잠겼습니다.<br/>잠김을 해제하려면 화면을 클릭하십시오.",
"sysInfoWithoutLogout":"로그아웃하지 않은 상태로 창을 닫으면, 다음에 로그인되지 않는 경우도 있습니다. 이대로 창을 닫으시겠습니까?\n(이 메세지는 브라우저를 '새로 고침' 할 때에도 표시됩니다.)",
"txtUsrCap":"사용자 정보",
"txtLastLoginTime":"최종 로그인 시간:",
"txtOpt":"옵션",
"txtOpt001":"기본 화면 선택",
"txtHondana":"그리드",
"txtList":"리스트",
"txtOpt002":"동영상, 음악 반복 재생",
"txtOpt003":"마킹",
"dspOptReset":"설정 리셋",
"txtBkResCap":"서버 백업/복원",
"txtOptBkCfm":"로그아웃할 때 백업을 할지 항상 확인",
"dspOptBk":"백업",
"dspOptRes":"복원",
"dspSave":"저장",
"txtBkMsg":"서버에 백업하시겠습니까?",
"txtResMsg":"기존에 서버에 백업한 데이터를 복원하시겠습니까?",
"msgPwdEmpty":"패스워드를 입력해 주십시오.",
"msgPwdOldWrong":"기존 패스워드를 바르게 입력해 주십시오.",
"msgPwdNotMatch":"신규 패스워드와 신규 패스워드 확인이 일치하지 않습니다.",
"msgLoginErrWrong":"로그인ID 또는 패스워드를 잘못 입력하셨습니다.(Error Code:{0})",
"dspPubDt2":"발행일:",
"txtPage":"페이지:",
"dspDelete":"삭제",
"dspShioriDelConf":"선택한 북마크를 삭제하시겠습니까?",
"dspRegDt":"등록일",
"dspLogin":"로그인",
"dspSkip":"스킵",
"dspPwdUpd":"패스워드 변경",
"txtLoginAccPath":"어카운트 패스:",
"txtLoginId":"로그인 ID:",
"txtLoginPwd":"패스워드:",
"txtLoginPwdRbr":"어카운트 패스와 로그인 ID를 저장",
"txtPwdCurr":"현재 패스워드",
"txtPwdNew":"신규 패스워드",
"txtPwdNewRe":"신규 패스워드 확인",
"txtPwdRemind":"스킵을 선택하면 30일 이내에는 이 메세지를 표시하지 않습니다.",
"txtSearch":"검색",
"dspShiori":"북마크",
"dspSetting":"환경설정",
"dspLogout":"로그아웃",
"txtRead":"열람",
"txtSort":"정렬",
"dspTitleNm":"제목",
"dspTitleNmKn":"제목",
"txtPubDt":"공개일",
"txtRecordNum":"건",
"txtRecordTotal":"건 표시",
"dspViewMore":">> 다음 {0}건 표시",
"txtGen":"분류",
"txtGr":"그룹",
"txtViewDt":"열람일",
"txtDetailPage":"상세화면",
"txtCtnNm":"제목",
"txtTag":"태그",
"txtContTxt":"본문",
"txtLogoutBkMsg":"로그아웃하기 전에 백업하시겠습니까?",
"txtLogoutOptBkCfm":"지금 선택한 내용을 다음부터 자동으로 실행",
"dspBkOK":"백업 후 로그아웃",
"dspBkCancel":"로그아웃",
"txtSearchResult":"검색 결과",
"dspHome":"홈",
"txtLoginUser":"(Ver.20121221-3)로그인 중:",
"txtAll":"전체",
"txtMkgSize":"두께",
"txtMkgS":"소",
"txtMkgM":"중",
"txtMkgB":"대",
"txtMkgSB":"특대",
"dspOK":"확인",
"dspCancel":"취소",
"txtMkToolBar":"마킹 툴바",
"dspPgClear":"이 페이지 클리어",
"txtColor":"색",
"txtIndex":"목차",
"txtShioriCtnLs":"북마크 일람",
"txtTextCopy":"본문 복사",
"txtNoTextCopy":"이 페이지에는 텍스트가 없습니다.",
"txtNoSearchResult":"검색 결과가 없습니다.",
"msgShioriNotExists":"북마크가 없습니다.",
"msgPwdChangeOK":"패스워드가 변경되었습니다.",
"msgPwdChangeNG":"패스워드를 변경하지 못했습니다. 다시 시도하시기 바랍니다.<br/>※주의 : 패스워드에는 영/숫자를 1개 이상씩 사용해야 합니다.",
"msgSearchNotExist":"조건에 맞는 컨텐츠가 없습니다.",
"txtTooltipBack":"뒤로 가기",
"txtTooltipBookmark":"북마크 추가/삭제",
"txtTooltipShowMemo":"메모 표시/비표시",
"txtTooltipAddMemo":"메모 추가",
"txtTooltipShowMarking":"마킹 표시/비표시",
"txtTooltipShowMarkingTool":"마킹 툴바 표시/비표시",
"msgShioriDeleted":"북마크한 페이지가 삭제되었습니다.",
"dspViewHistory":"열람 이력",
"msgLoginEmpty":"로그인 정보를 입력해 주십시오.",
"msgSaveOk":"저장했습니다.",
"msgPlaceHolder":"키워드를 입력해 주십시오.",
"txtOpt004":"컨텐츠를 열 때 표시",
"txtRestoreTitle":"복원 확인",
"txtBackupTitle":"백업 확인",
"txtResMsgNotice":"※복원하면, 사용자 디바이스(PC, 태블릿 등)에 저장된 데이터를 마지막으로 백업한 데이터로 덮어씁니다. 복원 후 취소할 수 없습니다.",
"dspChange":"변경",
"msgNoIndex":"목차가 없습니다.",
"msgBackupSuccess":"백업했습니다.",
"msgBackupFailed":"백업을 실패했습니다.",
"msgRestoreSuccess":"복원했습니다.",
"msgRestoreFailed":"복원을 실패했습니다.",
"txtDeleteConfirmTitle":"북마크 삭제 확인",
"msgHistoryNotExist":"열람 이력이 없습니다.",
"msgChangePassword":"패스워드 변경를 변경해 주십시오.",
"txtMemoEdit":"편집",
"txtMemoCopy":"복사",
"msgPageImgErr":"컨텐츠를 표시할 수 없습니다. 이 컨텐츠는 삭제되었을 가능성이 있습니다.",
"sysAppTitle":"ABook : 멀티미디어 컨텐츠 플랫폼",
"sysLockScrPwdInput":"패스워드를 입력해 주십시오.",
"txtOpt005":"새로고침을 하거나, 탭/창을 닫을 때 경고 표시",
"txtMemoMenu":"편집",
"txtMemoNew":"신규",
"txtMemoPaste":"붙여넣기",
"txtMemoClear":"클리어",
"txtMemo":"메모",
"msgBGMPlayConfirm":"이 컨텐츠는 BGM을 포함하고 있습니다. 재생을 시작합니다.",
"msgPWDNeedChange":"패스워드를 변경해야 합니다. 환경설정에서 패스워드를 변경해 주십시오.",
"msgBGMPagePlayConfirm":"이 페이지는 BGM을 포함하고 있습니다. 재생을 시작합니다."
}
{
"apiUrl" : "http://web3.agentec.jp/acms/{0}/abvapi",
"apiLoginUrl" : "http://web3.agentec.jp/acms/nuabvapi",
"apiResourceDlUrl" : "http://web3.agentec.jp/acms/{0}/dl",
"bookShelfCount": 15,
"bookListCount" : 15,
"debug" : true,
"loginPage" : "index.html",
"appName" : "ABookWebCL",
"appVersion" : "0.0.1"
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>Content Search | ABook Viewer for WEB</title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link type="text/css" rel="stylesheet" href="css/list_shirori_detail.css" />
<link rel="stylesheet" type="text/css" href="./css/contentsearch.css" />
<link rel="stylesheet" type="text/css" href="./common/css/screen.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/header.css" rel="stylesheet" type="text/css" />
<link href="css/backup.css" rel="stylesheet" type="text/css" />
<link href="css/restore.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/common.js"></script>
<script src="./js/contentsearch.js"></script>
<script src="./js/header.js"></script>
<script src="./common/js/gotop.js"></script>
<script src="common/js/tab.js"></script>
<script src="./common/js/screenLock.js" type="text/javascript"></script>
<script src="js/detail.js" type="text/javascript"></script>
</head>
<body>
<p id="gotop" class="go_top" style="z-index: 99">
<a> </a>
</p>
<header>
<div class="cnt_header">
<a class="logo" href="javascript:void(0);" onclick="avwScreenMove(ScreenIds.Home)"> </a>
<div class="menu_language">
<ul>
<li><label class="lang" lang="txtLoginUser">こんにちは</label><label id="login-username"> </label></li>
<li class="jp" id="language-jp"><a href="#">日本語</a></li>
<li class="eng" id="language-en"><a href="#">English</a></li>
<li class="kor" id="language-kr"><a href="#">한글</a></li>
<li style="padding-left:0;"><input id="searchbox-key" type="text" placeholder="キーワードを入力してください"></li>
<div id="header-searchbox">
<input type="radio" id="searchbox-content" name="searchbox-searchtype" value="1" checked /><span id="searchbox-content-header" class="lang" lang="txtCtnNm">コンテンツ名</span><br/>
<input type="radio" id="searchbox-tag" name="searchbox-searchtype" value="2" /><span class="lang" id="searchbox-tag-header" lang="txtTag">タグ</span><br/>
<input type="radio" id="searchbox-body" name="searchbox-searchtype" value="3" /><span class="lang" id="searchbox-body-header" lang="txtContTxt">本文</span><br/>
<a class="blue lang" href="#" id="searchbox-search" lang="txtSearch">検索</a>
</div>
</ul>
<p class="button">
<a style="margin-right:0;" class="blue lang" href="#" id="dspLogout" lang="dspLogout">ログアウト</a>
<a class="blue lang" href="#" lang="dspSetting" id="dspSetting">設定変更</a>
<a class="blue lang" href="#" lang="dspViewHistory" id="dspViewHistory">閲覧履歴</a>
<a class="blue lang" href="#" id="dspShiori" lang="dspShiori">しおり</a>
<a class="blue lang" id="dspHome" lang="dspHome" href="#">ホーム</a>
</p>
</div>
</div>
</header>
<section class="sectionbackup1 " id="dlgConfirmBackup1">
<h1><label class="lang" lang="txtBackupTitle">バックアップ確認</label></h1>
<p class="message"><label lang="txtLogoutBkMsg" class="lang">ログアウトする前にバックアップしますか?</label></p>
<p class="notice">
<input type="checkbox" id="chkRememberBackup" />
<span class="lang" lang="txtLogoutOptBkCfm">今回の行動を記憶し、次回から確認せずに、同じことをする。</span><br/>
</p>
<p class="backupbtn">
<a class="cancel lang" href="#" lang="dspBkCancel" id="dlgConfirmBackup-withoutbackup">バックアップしないでログアウト</a>
<a class="ok lang" href="#" id="dlgConfirmBackup-backup" lang="dspBkOK">バックアップしてログアウト</a>
</p>
</section>
<article id="contentDetail" class="contentDetail">
<section id='sectionContentDetail' class='sectionContentDetail'>
<a class="closebtn" href="#" id="contentDetailClose"> </a>
<div id="book_data">
<p class="book_img"><img src="" id="imgContentThumbnail" alt="" height="120" width="160" /></p>
<ul>
<li class="title" id="txtContentTitle">Abook資料</li>
<li class="date"><label id="txtPubDt2" lang="dspPubDt2" class="lang">発行日:</label><label id="txtPubDt2_Dsp">____/__/__ __:__</label></li>
<li class="explain" id="txtContentDetail">スマートデバイス向け<br />統合ソリューション</li>
</ul>
<p class="read_btn"><a class="read lang" href="#" id="contentdetail_dspRead" lang="txtRead">読む</a></p>
</div>
<div id="book_list"> </div>
</section>
</article>
<div class="wrapper">
<div id="main">
<article class="articlecontentsearch">
<div class="tops">
<div id="main-searchresult">
<span class="lang" lang="txtSearchResult" id="txtSearchResult">検索結果</span>
<input type="text" id="txtSearch" />
<input type="radio" id="main-content" name="main-searchtype" value="1" checked/><span id="main-search-content" class="lang" lang="txtCtnNm">コンテンツ名</span>
<input type="radio" id="main-tag" name="main-searchtype" value="2" /><span id="main-search-tag" class="lang" lang="txtTag">タグ</span>
<input type="radio" id="main-body" name="main-searchtype" value="3" /><span id="main-search-body" class="lang" lang="txtContTxt">本文</span>
<a class="btn_blue lang" href="#" id="main-search" lang="txtSearch">検索</a>
</div>
<br/>
<ul>
<li><span class="lang" lang="txtSort">並べ替え</span><b>|</b></li>
<li>
<a class="active_tops lang control_sort_on nottouchdevice" id="control-sort-title" lang="dspTitleNm">タイトル名</a>
<a class="lang control_sort_off active_tops" style="display: none" lang="dspTitleNm">タイトル名</a>
<span id="title-sorttype"> </span>
<span><b>|</b></span>
</li>
<li>
<a id="control-sort-titlekana" class="lang control_sort_on nottouchdevice" lang="dspTitleNmKn" >タイトル名(かな)</a>
<a id="label-sort-titlekana" class="lang control_sort_off " style="display: none" lang="dspTitleNmKn">タイトル名(かな)</a>
<span id="titlekana-sorttype"> </span>
<span id="separate"><b>|</b></span>
</li>
<li>
<a id="control-sort-releasedate" class="lang control_sort_on nottouchdevice" lang="txtPubDt" >公開日</a>
<a class="lang control_sort_off" style="display: none" lang="txtPubDt">公開日</a>
<span id="rDate-sorttype"> </span>
</li>
</ul>
<p>
<label id="dispPage" class="pageNumControl" style="visibility: hidden"> </label>
<label class="lang pageNumControl" lang="txtRecordNum" style="visibility: hidden"></label >
<label class="pageNumControl" style="visibility: hidden">/</label>
<label id="totalPage" class="pageNumControl" style="visibility: hidden"> </label>
<label class="lang pageNumControl" lang="txtRecordTotal" style="visibility: hidden">件 表示</label>
</p>
</div>
<br/>
<div id="content-grid">
</div>
<div id="msgSearchNotExist" class="lang" lang="msgSearchNotExist"> </div>
<br/>
<section style="height:110px; width:100%;">
<a class="btn_bott" id="control-nextrecord" style="visibility:hidden">次の15件を表示する >></a>
</section>
</article>
</div>
</div>
<footer>
<div class="border">
<div class="cnt_footer">
COPYRIGHT © 2012 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title> </title>
<link rel="stylesheet" type="text/css" href="./common/css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/contentview.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/slideshow.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link href="css/delete_shiori.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.ui.touch-punch.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/slideshow.js"></script>
<script src="./common/js/jquery.cookie.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.edit.js" type="text/javascript"></script>
<script src="./common/js/screenLock.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="./common/js/htmlparser.js"></script>
<script src="./common/js/textObject.js"></script>
<script src="./js/contentview.js"></script>
<script src="./js/contentview_Memo.js"></script>
<script src="./js/contentview_Gomu.js"></script>
<script src="./js/contentview_Maker.js"></script>
<script src="./js/contentview_Pen.js"></script>
<script src="./js/contentview_Marking.js"></script>
<script src="./js/contentview_PopupText.js"></script>
<script src="./js/contentview_Paint.js"></script>
<script src="common/js/zoomDetector.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="css/reset.css" />
<link type="text/css" rel="stylesheet" href="css/viewer.css" />
<link type="text/css" rel="stylesheet" href="./common/css/jquery.treeview.css" />
<link type="text/css" rel="stylesheet" href="./common/css/jquery.powertip.css" />
<script type="text/javascript" src="common/js/jquery.powertip.js"></script>
<script type="text/javascript" src="common/js/script.js"></script>
</head>
<body id="viewer">
<div id="wrapper">
<!--Viewer component is added here -->
<div id="overlay" class="web_dialog_overlay"> </div>
<div id="dialog" class="web_dialog">
</div>
<div id="divCheckExistMarking" class="check_marking" style="display:none">
<img src="img/viewer/marking.png" />
</div>
<header id ="header_toolbar" class="header">
<div class = "wrapper_header">
<div id ="top_toolbar" class="hdLcolumn fix">
<span class="hgloupe">
<a id="imgHome" class="home" title="ホーム" lang="dspHome"> </a>
<a id="imgBack" class="back" title="戻る" lang="txtTooltipBack"> </a>
</span>
<!-- <img src="img/home.png" height="25" id="imgHome" class="toolbar_icon" />
<img src="img/back.png" id="imgBack" height="25" class="toolbar_icon"/> -->
<span class="gloupe">
<a id="listbookmark" class="bmList" title="しおり一覧" lang="txtShioriCtnLs"> </a>
<a id="imgbookmark" class="bmAdd" title="しおり追加" lang="txtTooltipBookmark"> </a>
</span>
<!-- <img src="img/bookmarklist.png" id="listbookmark" height="25" class="toolbar_icon"/>
<img id="imgbookmark" src="img/bookmark.png" height="25" class="toolbar_icon"/> -->
<span class="gloupe">
<a id="listindex" class="index" title="インデックス" lang="txtIndex"> </a>
</span>
<!-- <img src="img/indexlist.png" id="listindex" height="25" class="toolbar_icon"/> -->
<aside id="boxIndex" class="indexBox" style="display: none;">
<h1 id="indexBoxHdIndex" class="indexBoxHd">繧、繝ウ繝・ャ繧ッ繧ケ
<a id="indexClosing" class="delete" > </a>
</h1>
<div id="divListIndex" class="indexBoxBody_on">
</div>
</aside>
<span class="gloupe">
<a id="copytext" class="copy" title="コピー" lang="txtTextCopy"> </a>
</span>
<!-- <img src="img/textcopy.png" id="copytext" height="25" class="toolbar_icon"/> -->
<!-- <div id="divCopyText" style="display: none" > </div> -->
<!-- Copy text box start -->
<aside class="bookmarkBox" id ="boxCopyText" style="display: none;width:400px;height:375px;">
<h1 class="bookmarkBoxHd" id="bookmarkBoxHdCT" style="width:395px;">
</h1>
<ul id="divCopyText" class="bookmarkBoxBody_on" style="width:100%;height:93.4%;overflow: auto;">
</ul>
</aside>
<!-- Copy text box end -->
<aside class="bookmarkBox" id="boxBookMark" style="display: none;">
<h1 class="bookmarkBoxHd" id="bookmarkBoxHdBM">
</h1>
<ul id="divListBookmark" class="bookmarkBoxBody_on">
</ul>
</aside>
<span class="gloupe">
<a id="imgmemo" class="memoDisplay" title="メモ表示" lang="txtTooltipShowMemo"> </a>
<a id="imgaddmemo" class="memoAdd" title="メモ追加" lang="txtTooltipAddMemo"> </a>
</span>
<!-- <img id="imgmemo" src="img/memo.png" height="25px" class="toolbar_icon"/>
<img id="imgaddmemo" src="img/addMemo.jpg" height="25px" class="toolbar_icon"/> -->
<span class="lgloupe">
<a id="imgmarking" class="marking" title="マーキング" lang="txtTooltipShowMarking"> </a>
<a id="imgmarkingtoolbar" class="markingToolbar" title="マーキングツールバー表示" lang="txtTooltipShowMarkingTool"> </a>
</span>
<!-- <img id="imgmarking" src="img/maker.png" height="25px" class="toolbar_icon" />
<img id="imgmarkingtoolbar" src="img/pen.png" height="25px" class="toolbar_icon" /> -->
<!--
<input type="text" id="txtSearch" class="h25" />-->
</div>
<div class="hdRcolumn">
<label id="lblSearch" lang="txtSearch" class="lang contentview_label h25">検索</label>
<input id="txtSearch" type="text">
<!--<a id="lblSearch" class="search lang" lang="txtSearch">検索</a>-->
<!-- <div id="divSearchResult" style="display: none; " title="Search Result"> </div> -->
<aside id="boxSearching" class="bookmarkBox" style="display: none;">
<h1 id="bookmarkBoxHdSearching" class="bookmarkBoxHd">
</h1>
<ul id="divSearchResult" class="bookmarkBoxBody_on">
</ul>
</aside>
</div>
</div>
</header>
<aside id="boxAddMemo" class="bookmarkBox" style="display: none;height:180px">
<h1 id="bookmarkBoxHdMemo" class="bookmarkBoxHd">
<a id="memoClosing" class="delete" > </a>
<label class="lang" lang = "txtMemoMenu" ></label>
</h1>
<ul id="divAddMemo" class="bookmarkBoxBody_on" style="height:156px">
<br />
<a id="liAddMemo" lang = "txtMemoNew" class="lang cancelbtn" style="margin-left:35px" > </a> <br />
<a id="liCopyMemo" lang = "txtMemoPaste" class="lang cancelbtn" style="margin-left:35px" > </a> <br />
<a id="liDeleteMemo" lang = "txtMemoClear" class="lang cancelbtn" style="margin-left:35px" > </a>
<br />
</ul>
</aside>
<div id="button_pre_canvas" class="gBackbtn">
<!-- <img src="img/main_previous.png" width="120px" height="120px" /> -->
</div>
<div id="button_next_canvas" class="gNextbtn">
<!-- <img src="img/main_next.png" width="120px" height="120px" /> -->
</div>
<div id="divDialogMemo" style="width:466px;height:389px;display:none; position: absolute"> </div>
<div id="dialogPopUp" class="popuptext_web_dialog"> </div>
<div id="arrow" class="popuptext_arrow"> </div>
<div id="pop_up_memo" class="pop-up-memo">
<a id="btn_show_memo" class="lang" lang = "txtMemoEdit" > </a> <br /><br />
<a id="btn_copy_memo" class="lang" lang = "txtMemoCopy"> </a>
</div>
<div id="divImageLoading" style="width:70px; height:70px; background-color:#ccc; border-radius: 10px; opacity: 0.7">
<img src="img/view_loading.gif" style="padding-left: 3px; padding-top: 3px" width="64px" height="64px">
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside class="markingBox" id="dlgMarking" style="display: none">
<h1 class="markingBoxHd">
<label class="lang" lang="txtMkToolBar">マーカー(オプション)</label>
<a class="hidden_off" id="dlgMarking_imgMin" style="margin:4px 4px 0 -26px;"> </a>
<a class="hidden_on" id="dlgMarking_imgMax" style="display: none;margin:4px 4px 0 -26px;"> </a>
</h1>
<div id="dlgMarking_body" class="markingBoxBody_on">
<ul class="fix">
<li><div id="dlgMarking_imgPen" > </div></li>
<li><div id="dlgMarking_imgPenOption"> </div></li>
<li><div id="dlgMarking_imgMaker"> </div></li>
<li><div id="dlgMarking_imgMakerOption"> </div></li>
<li><div id="dlgMarking_imgEraser"> </div></li>
<li><div id="dlgMarking_imgEraserOption"> </div></li>
</ul>
<a id="dlgMarking_dspPgClear" class="clearbtn lang" lang="dspPgClear" style="cursor: default">このページクリア</a>
<a id="dlgMarking_dspSave" class="savebtn lang" lang="dspSave" style="cursor: default">保存</a>
<a id="dlgMarking_dspCancel" class="cancelbtn lang" lang="dspCancel" style="cursor: default">キャンセル</a>
</div>
</aside>
<!-- Marking [ end ] -->
<!-- Eraser [start] -->
<div class="eraser_paneldialog gomuRayermenu1" id="dlgGomu" style="width:275px;height:160px">
<!--<div class="paneltitle lang" lang="txtDltOpt">消しゴムオプションの設定</div>-->
<div style="float: left; display: block;">
<ul style="list-style: none;">
<li><label class="lang" lang="txtMkgSize">太いさ</label></li>
<li><input type="radio" id="dlgGomu_rdo1" name="rdoSize" value="1" checked="checked" /><label for="dlgGomu_rdo1" class="lang" lang="txtMkgS"></label></li>
<li><input type="radio" id="dlgGomu_rdo2" name="rdoSize" value="2" /><label for="dlgGomu_rdo2" class="lang" lang="txtMkgM"></label></li>
<li><input type="radio" id="dlgGomu_rdo3" name="rdoSize" value="3" /><label for="dlgGomu_rdo3" class="lang" lang="txtMkgB"></label></li>
<li><input type="radio" id="dlgGomu_rdo4" name="rdoSize" value="4" /><label for="dlgGomu_rdo4" class="lang" lang="txtMkgSB">特大</label></li>
</ul>
</div>
<div class="panelPreview gomuCanvasArea_s">
<canvas id="dlgGomu_cvMain" class="eraser_preview" width="120px" height="120px"> </canvas>
</div>
<div class="panelFooter">
<a id="dlgGomu_dspCancel" style="float:right; margin-left: 13px;" class="cancelbtn lang" lang="dspCancel">キャンセル</a>
<a id="dlgGomu_dspOK" style="float:right; clear: none; float:right;" class="cancelbtn lang" lang="dspOK">OK</a>
</div>
</div>
<!-- Eraser [ end ] -->
<div id="dlgMaker" style="margin: 0 auto; width: 390px; height: 265px" class="paneldialog"> </div>
<div id="dlgPen" style="margin: 0 auto; width: 390px; height: 265px" class="paneldialog"> </div>
<div id="dlgOverlay"> </div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer id="footer_toolbar_1" class="footer">
<div class="ftinner">
<!-- slider transition sizing -->
<div class="ftLcolumn">
<!-- slider [start] -->
<div class="slider fix">
<div id="divTxtSlider" class="sld01">
<span><input id="txtSlider" type="text" size="2" maxlength="3"/><label id="lblSlider"> </label></span>
</div>
<a id="control_process" class="sld02"><div id="slider_page" style="width: 350px;"> </div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div id="control_movepage" class="transition fix">
<a id="firstpage" class="begin"> </a>
<a id="prevpage" class="prev"> </a>
<a id="nextpage" class="next"> </a>
<a id="lastpage" class="last"> </a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div id="control_zoom" class="sizing">
<a id="zoomin" class="expansion"> </a>
<a id="zoomfit" class="fit"> </a>
<a id="zoomout" class="reduction"> </a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div class="ftRcolumn">
<a id="control_screen" class="toolbar"> </a>
<!--<a id="control_screen" class="toolbar_off" lang="dspHome">繝・・繝ォ繝舌・</a> -->
</div>
</div>
</footer>
<footer class="footerTool" id="footer_toolbar_2">
<div class="ftRcolumn_2">
<a id="control_screen_2" class="toolbar" style="background-position: 0 -120px;float:right;"> </a>
<!--<a id="control_screen" class="toolbar_off" lang="dspHome">繝・・繝ォ繝舌・</a> -->
</div>
</footer>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section id="bgmConfirm" class="sectionDeleteConfirm">
<h1 class="lang" lang=""> </h1>
<p class="message lang" lang="msgBGMPlayConfirm" id="txtAudio">このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?</p>
<p class="deletebtn" ><a id="bgmConfirm_dspOK" lang="dspOK" class="ok_audio lang">OK</a></p>
</section>
<section id="bgmConfirm_page" class="sectionDeleteConfirm">
<h1 class="lang" lang=""> </h1>
<p class="message lang" lang="msgBGMPlayConfirm" id="txtAudio_page">このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?</p>
<p class="deletebtn" ><a id="bgmConfirm_dspOK_page" lang="dspOK" class="ok_audio lang">OK</a></p>
</section>
</div>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Text Copy | ABook Viewer For Web</title>
<script src="common/js/jquery-1.8.1.min.js" type="text/javascript"></script>
<script>
$(document).ready(function () {
var data = window.opener.getText();
$('#result').html(data.text);
document.title = data.title;
});
</script>
<style>
#result {
-webkit-box-shadow: 3px 3px 8px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 3px 3px 8px rgba(50, 50, 50, 0.4);
box-shadow: 3px 3px 8px rgba(50, 50, 50, 0.4);
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top: 1px solid #cfd0d0;
vertical-align:middle;
word-wrap:break-word;
padding: 5px;
line-height: 25px;
margin: 30px 20px 20px 20px;
min-height: 300px;
}
</style>
</head>
<body>
<div id="result"></div>
</body>
</html>
/* CSS Document */
@charset "utf-8";
.sectionbackup {
width:420px;
height: 249px;
border:1px solid #cccccc;
display: none;
padding:0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
background-color: #ffffff;
z-index: 101;
}
.sectionbackup h1{
margin:0 0 38px 0;
padding:0;
height:64px;
line-height:62px;
text-align:center;
font-weight:bold;
letter-spacing: 2px;
color:#333;
text-shadow: 1px 1px 2px #999;
background-color:#f0f0f0;
-webkit-box-shadow: 0px 1px 3px 0px #999;
-moz-box-shadow: 0px 1px 3px 0px #999;
box-shadow: 0px 1px 3px 0px #999;
border-radius: 10px 10px 0px 0px;
}
.sectionbackup p{
width:320px;
margin:0 50px;
}
.sectionbackup p.message{
font-size:15px;
font-weight:bold;
color:#333;
}
.sectionbackup .backupbtn {
width:325px;
height:25px;
margin:49px auto 0;
}
.sectionbackup .backupbtn a.ok {
position:relative;
margin:0 98px 0 0;
}
.sectionbackup .backupbtn a.cancel {
position:relative;
margin:-27px 0 0 135px;
}
.sectionbackup .backupbtn a {
width:85px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
text-align:center;
float:right;
}
.sectionbackup .backupbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
.sectionbackup .backupbtn a:active {
position:relative;
top:1px;
}
.sectionbackup .backupbtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.sectionbackup .backupbtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
.sectionbackup1 {
width:500px;
height: 290px;
border:1px solid #cccccc;
display: none;
padding:0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
background-color: #ffffff;
z-index: 101;
}
.sectionbackup1 h1{
margin:0 0 38px 0;
padding:0;
height:64px;
line-height:62px;
text-align:center;
font-weight:bold;
letter-spacing: 2px;
color:#333;
text-shadow: 1px 1px 2px #999;
background-color:#f0f0f0;
-webkit-box-shadow: 0px 1px 3px 0px #999;
-moz-box-shadow: 0px 1px 3px 0px #999;
box-shadow: 0px 1px 3px 0px #999;
border-radius: 10px 10px 0px 0px;
font-size: large;
font-family: 'trebuchet ms', verdana, arial;
}
.sectionbackup1 p{
width:360px;
margin:0 50px;
}
.sectionbackup1 p.message{
font-size:15px;
font-weight:bold;
color:#333;
}
.sectionbackup1 p span{
font-size: 11px;
}
.sectionbackup1 .backupbtn {
width:500px;
height:25px;
margin: 49px auto 0;
}
.sectionbackup1 .backupbtn a.ok {
position:relative;
margin:0 25px 0 0;
}
.sectionbackup1 .backupbtn a.cancel {
position:relative;
margin:0 25px 0 0;
}
.sectionbackup1 .backupbtn a {
width: 200px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
text-align:center;
float:right;
}
.sectionbackup1 .backupbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
.sectionbackup1 .backupbtn a:active {
position:relative;
top:1px;
}
.sectionbackup1 .backupbtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.sectionbackup1 .backupbtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
\ No newline at end of file
/* article */
article{
width:625px;
float:right;
border:1px solid #cccccc;
padding:6px 20px 0 19px;
display:block;
margin-bottom:20px;
overflow:hidden;
}
.tops{
height:45px;
position:relative;
margin-bottom:16px;
font-size:12px;
}
/*.tops a.btn_red, .tops a.btn_gray{ width:80px; height:24px; display:block; float:left;}
.tops a.btn_red{ background:url(../img/btn_red.png) no-repeat; margin-right:10px;}
.tops a.btn_gray{ background:url(../img/btn_gray.png) no-repeat;}*/
.tops ul{ float:right; margin:0; padding:0;}
.tops ul li{ display:inline;}
.tops ul li a{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li span{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li a:hover{ text-decoration:underline;}
.tops ul li a.gray_text{ color:#999999;}
.tops ul li a.active_tops{ color:#2d83da; text-decoration:underline;}
/*.tops ul li a.active_tops{ color:#ec2020; text-decoration:underline;}*/
.tops ul li b{ font-weight:normal; float:left; font-size:12px;}
.tops p{ color:#333333; font-size:12px; position:absolute; right:0; top:25px; padding:0 2px 0 0; margin:0;}
.no_m_right{ margin-right:0!important;}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
display:inline;
line-height:19px;
vertical-align:middle;
}
.tops a:hover.btn_blue,.tops a:hover.btn_gray{
border:1px solid #fff;
outline:1px solid #727171;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{
border:1px solid #fff;
outline:1px solid #2d83da;
background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(69,154,239)),
color-stop(0.77, rgb(117,185,254)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
}
.button{ float:right; margin-top:20px; margin-right:2px;}
/* section */
section{
margin-top:10px;
width:195px;
float:left;
text-align:center;
height:238px;
margin-right:19px;
position:relative;
display:inline-block;
}
p.dop_info{
position:absolute;
bottom:-55px;
left:15px;
width:140px;
padding-top:10px;
padding-bottom:10px;
border:1px solid #999999;
text-align:left;
padding-left:12px;
padding-right:12px;
margin:0;
background:#fff;
z-index:9999;
}
p.dop_info a{ font-size:12px; color:#333333;}
p.dop_info a:hover{ text-decoration:none;}
.cnt_section{
margin:0;
padding:5px 0 5px 0;
height:190px;
width:195px;
}
.cnt_section:hover{ background:#f4f4f4;}
.cnt_section a.img{
display:block;
margin:0 auto;
}
.cnt_section a.img img{ margin:0 auto;}
.cnt_section .text{
text-align:center;
}
a.name{ color:#333333;font-size:18px; text-decoration:none; font-size:12px;}
a.name:hover{ text-decoration:underline; color:#2d83da;}
.cnt_section .text ul.date{ float:left;}
.cnt_section .text ul.date li{ color:#333333; font-size:11px;}
.cnt_section .text .info{ overflow:hidden; margin-top:10px;}
.cnt_section .text ul.pic{ float:left; margin-left:105px;}
.cnt_section .text ul.pic li{ float:left; display:inline; margin-left:17px;}
.cnt_section .text ul.pic li a{ display:block;}
.cnt_section .text ul.pic li a.sticker{ width:33px; height:35px; background:url(../img/bookshelf/pic_1.png) no-repeat left bottom;}
.cnt_section .text ul.pic li a.pen{ width:32px; height:47px; background:url(../img/bookshelf/pic_2.png) no-repeat 0 center;}
/*.cnt_section .text ul.pic li a.read{
background:url(../img/section/read.png) no-repeat left center;
width:87px;
height:25px;
margin-top:3px;
margin-left:15px;
}*/
.cnt_section .text ul.pic li a.read {
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin-left:5px;
}.cnt_section .text ul.pic li a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}.cnt_section .text ul.pic li a.read:active {
position:relative;
top:1px;
}
/*.cnt_section .text ul.pic li a.read_hover{
background:url(../img/section/read_hover.png) no-repeat left center;
width:87px;
height:25px;
margin-top:3px;
margin-left:15px;
}*/
.cnt_section .text ul.pic li a.read_hover {
-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #63636d;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;
}.cnt_section .text ul.pic li a.read_hover:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;
}.cnt_section .text ul.pic li a.read_hover:active {
position:relative;
top:1px;
}
.btn_bott{
display:block;
width:278px;
height:33px;
line-height:33px;
margin:37px auto 0 auto;
font-size:14px;
color:#fff;
text-align:center;
text-decoration:none;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
<?xml version="1.0" ?>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.0" width="100%"
height="100%"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="myLinearGradient1"
x1="0%" y1="0%"
x2="0%" y2="100%"
spreadMethod="pad">
<stop offset="0%" stop-color="#a4d815" stop-opacity="1"/>
<stop offset="100%" stop-color="#83c008" stop-opacity="1"/>
</linearGradient>
</defs>
<rect width="100%" height="100%"
style="fill:url(#myLinearGradient1);" />
</svg>
\ No newline at end of file
<?xml version="1.0" ?>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.0" width="100%"
height="100%"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="myLinearGradient1"
x1="0%" y1="0%"
x2="0%" y2="100%"
spreadMethod="pad">
<stop offset="0%" stop-color="#83c008" stop-opacity="1"/>
<stop offset="100%" stop-color="#a4d815" stop-opacity="1"/>
</linearGradient>
</defs>
<rect width="100%" height="100%"
style="fill:url(#myLinearGradient1);" />
</svg>
\ No newline at end of file
/* Latest Update
2012.11.5 write */
body{
margin:0;
padding:0;
background:#f4f4f4;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
.wrapper {
width:100%;
background:url(../img/common/body_bg.png);
}
form, ul{ margin:0; padding:0;}
li{ list-style-type:none;}
img{ display:block; border:none;}
header{
height:100px;
background:#f4f4f4;
width:100%;
display:block;
}
.cnt_header{
width:960px;
margin:0 auto;
height:100px;
position:relative;
}
.cnt_header .logo{
width:87px;
height:80px;
display:block;
margin-top:9px;
float:left;
background:url(../img/common/logo.png) no-repeat;
margin-left:10px;
}
.cnt_header .menu_language{
font-size:12px;
color:#333333;
float:right;
width:860px;
}
.cnt_header .menu_language ul{ margin:15px 0 0 0; padding:0; text-align:right;}
.cnt_header .menu_language ul li{
list-style-type:none;
display:inline;
padding-left:19px;
margin-left:9px;
}
.cnt_header .menu_language ul li input{ line-height:20px; border:1px solid #999999; height:20px; /*color:#cccccc;*/ font-size:12px; padding-left:5px; width:175px;}
.cnt_header .menu_language ul li a{
color:#000;
text-decoration:none;
}
.cnt_header .menu_language ul li a:hover{
text-decoration:underline;
}
.cnt_header .menu_language ul li.jp{
background:url(../img/common/icon_jp.png) no-repeat left center;
margin-left:11px;
}
.cnt_header .menu_language ul li.eng{
background:url(../img/common/icon_usa.png) no-repeat left center;
}
.cnt_header .menu_language ul li.kor{
background:url(../img/common/icon_kor.png) no-repeat left center;
margin-left:6px;
}
.cnt_header .black, .cnt_header .blue{
display:block;
width:80px;
height:19px;
text-decoration:none;
text-align:center;
padding-top:1px;
float:right;
margin-right:10px;
color:#fff;
}
.cnt_header .black{
border:1px solid #fff;
outline:1px solid #727171;
background-image: linear-gradient(bottom, rgb(87,86,86) 27%, rgb(138,137,137) 77%);
background-image: -o-linear-gradient(bottom, rgb(87,86,86) 27%, rgb(138,137,137) 77%);
background-image: -moz-linear-gradient(bottom, rgb(87,86,86) 27%, rgb(138,137,137) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(87,86,86) 27%, rgb(138,137,137) 77%);
background-image: -ms-linear-gradient(bottom, rgb(87,86,86) 27%, rgb(138,137,137) 77%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(87,86,86)),
color-stop(0.77, rgb(138,137,137)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#575656');
-pie-background: linear-gradient(#8b8b8b, #575656);
}
.cnt_header .blue{
border:1px solid #fff;
outline:1px solid #2d83da;
background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(69,154,239)),
color-stop(0.77, rgb(117,185,254)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
-pie-background: linear-gradient(#77BAFE, #4599EF);
}
.cnt_header a:hover.blue{
border:1px solid #fff;
outline:1px solid #2d83da;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
-pie-background: linear-gradient(#2d7bbf, #1059a3);
}
.button{ float:right; margin-top:20px; margin-right:2px;}
.cnt_header .box_open{
width:180px;
height:120px;
position:absolute;
border:1px solid #999999;
right:0;
top:38px;
background:#fff;
display:none;
z-index:9999;
}
.cnt_header .box_open .t_top{
color:#cccccc;
font-size:10px;
height:19px;
border-bottom:1px solid #999999;
margin:0;
line-height:19px;
padding-left:5px;
}
.cnt_header .box_open ul{ margin:0; padding:3px 0 0 4px;}
.cnt_header .box_open ul li{
list-style-type:none;
color:#333333;
font-size:12px;
margin-bottom:4px;
height:19px;
line-height:18px;
}
.cnt_header .box_open ul li input{ vertical-align:middle;}
.cnt_header .box_open ul li label{ line-height:16px;}
.cnt_header .box_open .btn_search{
width:100px;
height:30px;
display:block;
background:url(../img/common/btn_search.png) no-repeat;
margin:12px auto 0 auto;
}
#main{
width:920px;
margin:0 auto;
padding-left:20px;
padding-top:20px;
padding-right:20px;
background:#fff;
overflow:hidden;
}
p.go_top{
clear:both;
height:115px;
width:90px;
position: fixed;
bottom: -45px;
right: 20px;
}
p.go_top a{
width:90px;
height:65px;
background:url(../img/list/go_top.png) no-repeat;
display:block;
}
/* footer */
footer{ display:block; background:#fff; height:39px; border-top:1px solid #cccccc; line-height:41px; padding-top:1px;}
.cnt_footer{ width:960px; margin:0 auto; text-align:center; color:#000; font-size:10px;}
.border{ background:#f4f4f4;}
.focus{color: #969696}
/* Latest Update
2012.11.5 write */
/* author
koyuki watanabe */
/* article */
.articlecontentsearch{
width:858px;
border:1px solid #ccc;
padding:10px 20px 0 22px;
display:block;
margin:10px 0 20px 10px;
overflow:hidden;
}
.tops{
height:45px;
position:relative;
margin-bottom:16px;
font-size:12px;
}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
display:inline;
line-height:19px;
vertical-align:middle;
}
.tops a:hover.btn_blue,.tops a:hover.btn_gray{
border:1px solid #fff;
outline:1px solid #727171;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{
border:1px solid #fff;
outline:1px solid #2d83da;
background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(69,154,239)),
color-stop(0.77, rgb(117,185,254)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
}
.button{ float:right; margin-top:20px; margin-right:2px;}
.tops ul{ float:left; margin:0; padding:0;}
.tops ul li{ display:inline;}
.tops ul li a{
font-size:12px;
float:left;
color:rgb(45,131,218);
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li span{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li a.nottouchdevice:hover{ text-decoration:underline;}
.tops ul li a.gray_text{ color:#999999;}
.tops ul li a.active_tops{ color:#2d83da; text-decoration:underline;}
.tops ul li b{ font-weight:normal; float:left; font-size:12px;}
.tops p{ color:#333333; font-size:12px; position:absolute; right:0; padding:0 2px 0 0; margin:0;}
/* section */
section{
height:121px;
padding-top:10px;
border-top:1px dashed #cccccc;
margin-top:10px;
display:block;
}
.cnt_section{
margin:0;
padding:0;
height:120px;
}
.cnt_section:hover{ background:#f4f4f4;}
.cnt_section a.img{
display:block;
width:161px;
height:120px;
float:left;
background:#fff;
}
.cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 150px;}
.cnt_section .text{
float:left;
height:120px;
margin:0 0 0 35px;
}
.cnt_section .text a.name{ color:#2d83da;font-size:18px;}
.cnt_section .text a.name:hover{ text-decoration:none;}
.cnt_section .text ul.date{
margin-top:0px;
float:left;
}
.cnt_section .text ul.date li{
color:#333333;
font-size:13px;
}
/*---*/
.cnt_section .text .info{ overflow:hidden; margin-top:10px;}
.cnt_section .text ul.pic{
float:left;
margin-left:240px;
}
.cnt_section .text ul.pic li{
height:82px;
float:left;
margin-left:17px;
}
.cnt_section .text ul.pic li img {
position:relative;
top:100%;
}
.cnt_section .text ul.pic li img.sticker {
margin-top:-40px;
}
.cnt_section .text ul.pic li img.pen {
margin-top:-40px;
}
.cnt_section .text ul.pic li a.read {
margin-top:42px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin-left:5px;
}.cnt_section .text ul.pic li a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}.cnt_section .text ul.pic li a.read:active {
position:relative;
top:1px;
}
.cnt_section .text ul.pic li a.read:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
.cnt_section .text ul.pic li a.read_hover {
-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #63636d;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;
}.cnt_section .text ul.pic li a.read_hover:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;
}.cnt_section .text ul.pic li a.read_hover:active {
position:relative;
top:1px;
}
.btn_bott{
display:block;
width:278px;
height:33px;
line-height:33px;
margin:37px auto 0 auto;
font-size:14px;
color:#fff;
text-align:center;
text-decoration:none;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
#main-searchresult
{
border:1px solid #ccc;
padding:10px 20px 10px 22px;
display:block;
margin:10px 10 20px 10px;
height: 25px;
}
#main-searchresult span
{
float: left;
margin-right: 15px;
}
#main-searchresult input
{
float: left;
margin-right: 10px;
}
#main-searchresult input[type="radio"]
{
margin-right: 5px;
}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
margin-right: 15px;
}
a:hover
{
cursor:pointer;
}
#main-searchresult span:hover
{
cursor: pointer;
}
#msgSearchNotExist
{
display: none;
}
\ No newline at end of file
html{
overflow: hidden;
}
body {
margin: 0;
padding: 0;
position: relative;
background-color: #666;
}
body #wrapper {
width: 100%;
height: 100%;
position: absolute;
background-color: #666;
box-shadow: 2px 2px 8px #000 inset;
border: 1px solid #666;
border-radius: 8px;
}
#divImageLoading{
left: 45%;
top: 45%;
position: fixed;
display: none;
}
#divListBookmark span{
font-size: small;
}
#divCopyText span{
font-size: small;
}
#divSearchResult span{
font-size: small;
}
#divListIndex span:hover{
color:red;
cursor:pointer;
text-decoration: underline;
}
#right-toolbar{
position: fixed;
}
#right-toolbar span{
display: inline_block;
padding: 10px;
background-color: #fff;
}
/*#control_zoom {
position: fixed;
padding-left: 15px;
background-color: #F5F9FD;
border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#control_zoom span {
display: inline-block;
padding-bottom: 10px;
padding-top: 10px;
width:30px;
}*/
/*#control_movepage {
position: fixed;
padding-left: 15px;
background-color: #F5F9FD;
border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#control_movepage span {
display: inline-block;
padding-bottom: 10px;
padding-top: 10px;
width:30px;
}*/
.ui-slider-horizontal .ui-state-default {
width: 300px;
height: 140px;
margin-left: -39px;
top: -68px;
}
/*#control_process {
position: fixed;
padding-left: 0px;
background-color: #F5F9FD;
border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}*/
/*#divTxtSlider{
background-color:white;
margin-top: 5px;
position: fixed;
width: 90px;
}
#divTxtSlider input{
border:0px;
}*/
/* slider bar [start]*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
top: 6px;
right: 319px;
}
div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
background: transparent;
}
/* slider bar [end]*/
/*#control_screen {
position: fixed;
width:250px;
top: 100px;
left: 100px;
}
#control_screen span {
display: inline-block;
padding: 5px;
background-color: #FF0000;
width:30px;
height:30px;
}*/
#button_pre_canvas{
position:absolute;
opacity: 0;
}
#button_next_canvas{
position:absolute;
opacity: 0;
}
.nav {
cursor: pointer;
opacity: 0.4;
}
/*CSS for dialog*/
.web_dialog_overlay
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
background: #000000;
opacity: .15;
filter: alpha(opacity=15);
-moz-opacity: .15;
z-index: 101;
display: none;
}
/*CSS for dialog*/
.web_dialog_overlay_loading
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
opacity: .15;
filter: alpha(opacity=15);
-moz-opacity: .15;
z-index: 101;
display: none;
}
.web_dialog
{
padding-top:100px;
display: none;
position: fixed;
width:60%;
height:80%;
left: 20%;
top: 10%;
background-color: black;
/*border: 2px solid #336699;*/
padding: 0px;
z-index: 102;
font-family: Verdana;
font-size: 10pt;
}
.align_right
{
float:right;
width:18px;
height:18px;
}
.content_image_preview{
padding-top: 10px;
}
.contentview_label
{
color: black;
height: 25px;
margin: 18px 10px 0 0;
}
.contentview_button
{
height: 25px;
}
.h25
{
height: 25px;
}
.button
{
/*width: 180px;*/
background-color: #123456;
color: #ffffff;
border-radius: 5px;
}
.marking_paneltitle
{
padding: 2px 5px 2px 5px;
font-weight: bold;
color: #444444;
background-color: #CCCCFF;
width: 96%;
cursor: default;
border-radius: 10px;
}
.marking_paneltitle span
{
float: right;
}
.paneltitle
{
padding: 2px 5px 2px 5px;
font-weight: bold;
color: #444444;
background-color: #cccccc;/*#CCCCFF;*/
width: 100%;
}
.eraser_paneldialog
{
display: none;
/*border: 1px solid #000000;*/
/*width: 300px;*/
padding: 0px 0px 0px 0px;
/*background-color: #ffffff;*/
left: 320px;
top:94px;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.paneldialog
{
z-index: 1002;
display: none;
/*border: 1px solid #000000;*/
width: 300px;
padding: 0px 0px 0px 0px;
position: absolute;
outline:0px;
left:320px;
top:100px;
/*background-color: #ffffff;*/
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.panelFooter
{
text-align: center;
clear: both;
display: block;
float: left;
margin-top: 10px;
text-align: center;
}
.eraser_preview
{
float: none;
border: 1px solid #d3d3d3;
}
.panelPreview
{
text-align: center;
}
.toolbar_icon
{
/*border: 1px solid #123456;*/
cursor: pointer;
height: 25px;
}
.toolbar_icon_small
{
/*border: 1px solid #123456;*/
cursor: pointer;
height: 18px;
}
.toolbar_icon_on
{
background-color: #123456;
}
.toolbar_icon:hover
{
background-color: #987654;
}
.toolbar_icons
{
text-align: center;
}
#panel-maker-size, #panel-pen-size
{
margin-bottom: 5px;
}
.colorpicker
{
height: 15px;
width: 15px;
display: inline-block;
margin-top: 3px;
margin-right: 3px;
border: 1px solid white;
margin-left: 3px;
}
#makerColorwrapper, #penColorwrapper
{
height: auto;
width: 208px;
/*background-color: #EEE;*/
float: left;
clear: both;
margin-top: 20px;
}
#btnOk
{
float: left;
clear: both;
}
#btnCancel
{
float: left;
}
#makerColorPreview, #penColorPreview
{
height: 20px;
width: 90px;
border: 1px solid black;
float: left;
clear: none;
}
.marking_paneldialog
{
display: none;
border: 1px solid #123456;
width: 300px;
padding: 0px 0px 0px 0px;
background-color: #ffffff;
height: 300px;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
box-shadow: 5px 5px 1px #888888;
border-radius: 10px;
}
.marking_paneldialog_body
{
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}
.paneldialog
{
display: none;
/*border: 1px solid #123456;*/
width: 400px;
padding: 0px 0px 0px 0px;
/*background-color: #ffffff;*/
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.popuptext_web_dialog {
display: none;
position: absolute;
width: auto;
height: auto;
margin-left: auto;
margin-top: auto;
background-color: #FFFFFF;
border-style:solid;
border-color:#ccd;
padding: 15px;
z-index: 102;
font-family: Verdana;
font-size: 10pt;
border-radius: 10px;
z-index: 101;
}
.popuptext_arrow {
display:none;
z-index: 102;
content: ' ';
position: absolute;
top: 100%;
border-style: solid;
width: 0;
height: 0;
border-width: 12px 12px 12px 12px;
}
/* HOVER STYLES */
.pop-up-memo {
display: none;
position: absolute;
width: 100px;
padding: 10px;
background: #eeeeee;
color: #000000;
border: 1px solid #1a1a1a;
font-size: 90%;
z-index: 101;
}
.pop-up-memo a:hover{
cursor: pointer;
text-decoration: underline;
}
.check_marking{
top:70px;
left:20px;
position:absolute;
background-color: white;
opacity: 0.5;
border-radius: 5px;
}
/*------------------Control Pen------------------------*/
.rayermenu1
{
width:390px;
height: 265px;
background:url('../img/viewer/alpha_w70.png') 0 0 repeat;
/*top:-63px;*/
/*right:-138px;*/
z-index: 101;
-webkit-border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
margin:0 auto;
padding:15px 15px 13px;
-webkit-box-shadow: 0px 0px 3px 1px #999;
-moz-box-shadow: 0px 0px 3px 1px #999;
box-shadow: 0px 0px 3px 1px #999;
}
.canvasArea_s{
width:100px;
height:100px;
background:url('../img/viewer/canvas_s.png') 0 0 repeat;
/*border:solid 1px #595959;*/
display:block;
float:left;
margin:23px 0px 0px 30px;
}
.rayermenu1 div .cancelbtn{
clear:both;
display:block;
width:128px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
.rayermenu1 div a:hover.cancelbtn{
cursor: pointer;
clear:both;
display:block;
width:128px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
/*-----------------------End Control Pen------------------*/
/*--------------------------Memo----------------------------*/
aside.MemoIndexBox a:hover{
cursor: pointer;
}
aside.MemoIndexBox {
width: 466px;
display:block;
-webkit-box-shadow: 0px 0px 3px 1px #666;
-moz-box-shadow: 0px 0px 3px 1px #666;
box-shadow: 0px 0px 3px 1px #666;
position:absolute;
/*left:700px;*/
}
aside.MemoIndexBox .indexBoxHd {
width: 461px;
height:25px;
background:url('../img/viewer/pophdbg.png') 0 0 repeat;
color:#FFFFFF;
font-size:13px;
line-height:25px;
padding:0 0 0 5px;
}
aside.MemoIndexBox .indexBoxHd .delete{
background:url('../img/viewer/x.png') 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 2px 0 21px;
}
aside.MemoIndexBox .indexBoxHd .hidden_off{
background:url('../img/viewer/_.png') 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.MemoIndexBox .indexBoxHd .hidden_on{
background:url('../img/viewer/sikaku.png') 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.MemoIndexBox .indexBoxBody_on{
height:357px;
width: 458px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
padding: 3px;
overflow:auto;
}
aside.MemoIndexBox .indexBoxBody_off{
width:458px;
height:357px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
padding:5px 0 0;
display:none;
overflow:auto;
}
.indexBox ul li a:hover{color:#0099CC;text-decoration:underline;}
.parentMemoDialogImportantCss{
border: 0 none !important;
background: none !important;
}
.memoDialogImportantCss{
height: 400px !important;
border: 0 none !important;
background: none !important;
padding: 0!important;
overflow: hidden !important;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
/*--------------- Gomu-------------------------*/
.gomuCanvasArea_s{
width:120px;
height:120px;
background:url('../img/viewer/canvas_s.png') 0 0 repeat;
/*border:solid 1px #595959;*/
display:block;
float:left;
margin-left: 70px;
}
.gomuRayermenu1
{
background:url('../img/viewer/alpha_w70.png') 0 0 repeat;
position:absolute;
/*top:-63px;*/
/*right:-138px;*/
z-index: 101;
-webkit-border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
margin:0 auto;
padding:15px 15px 13px;
-webkit-box-shadow: 0px 0px 3px 1px #999;
-moz-box-shadow: 0px 0px 3px 1px #999;
box-shadow: 0px 0px 3px 1px #999;
}
.gomuRayermenu1 div .cancelbtn{
clear:both;
display:block;
width:128px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
.gomuRayermenu1 div a:hover.cancelbtn{
cursor: pointer;
clear:both;
display:block;
width:128px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
.pen_selected{
background:url(../img/viewer/1_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.pen_hover{
background:url(../img/viewer/1.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.pen_hover:hover{
background:url(../img/viewer/1_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.maker_selected{
background:url(../img/viewer/3_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.maker_hover{
background:url(../img/viewer/3.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.maker_hover:hover{
background:url(../img/viewer/3_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.eraser_selected{
background:url(../img/viewer/5_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.eraser_hover{
background:url(../img/viewer/5.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.eraser_hover:hover{
background:url(../img/viewer/5_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.pen_option_selected{
background:url(../img/viewer/2_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.pen_option_hover{
background:url(../img/viewer/2.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.pen_option_hover:hover{
background:url(../img/viewer/2_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.maker_option_selected{
background:url(../img/viewer/4_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.maker_option_hover{
background:url(../img/viewer/4.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.maker_option_hover:hover{
background:url(../img/viewer/4_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.eraser_option_selected{
background:url(../img/viewer/6_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.eraser_option_hover{
background:url(../img/viewer/6.png) 0 0 repeat-x;
width:60px;
height:60px;
}
.eraser_option_hover:hover{
background:url(../img/viewer/6_hover.png) 0 0 repeat-x;
width:60px;
height:60px;
}
#bgmConfirm
{
position: absolute;
display: none;
}
.sectionDeleteConfirm .deletebtn a.ok_audio {
position:relative;
margin: 0 120px 0 0;
cursor: pointer;
}
\ No newline at end of file
/* CSS Document */
@charset "utf-8";
.sectionDeleteConfirm {
width:420px;
height:249px;
border:1px solid #cccccc;
display: none;
padding:0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
background-color: #ffffff;
z-index: 101;
}
.sectionDeleteConfirm h1{
margin:0 0 38px 0;
padding:0;
height:64px;
line-height:62px;
text-align:center;
font-weight:bold;
letter-spacing: 2px;
color:#333;
text-shadow: 1px 1px 2px #999;
background-color:#f0f0f0;
-webkit-box-shadow: 0px 1px 3px 0px #999;
-moz-box-shadow: 0px 1px 3px 0px #999;
box-shadow: 0px 1px 3px 0px #999;
border-radius: 10px 10px 0px 0px;
}
.sectionDeleteConfirm p{
text-align:center;
}
.sectionDeleteConfirm p.message{
font-size:15px;
font-weight:bold;
color:#333;
}
.sectionDeleteConfirm .deletebtn {
width:325px;
height:25px;
margin:49px auto 0;
}
.sectionDeleteConfirm .deletebtn a.ok {
position:relative;
margin:0 98px 0 0;
cursor: pointer;
}
.sectionDeleteConfirm .deletebtn a.cancel {
position:relative;
margin:-27px 0 0 135px;
cursor: pointer;
}
.sectionDeleteConfirm .deletebtn a.cancel_audio {
position:relative;
margin:-27px 60px 0 135px;
cursor: pointer;
}
.sectionDeleteConfirm .deletebtn a {
width:85px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
text-align:center;
float:right;
}
.sectionDeleteConfirm .deletebtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
.sectionDeleteConfirm .deletebtn a:active {
position:relative;
top:1px;
}
.sectionDeleteConfirm .deletebtn a:not(:target) {
filter: none;
-ms-filter: none;
}
\ No newline at end of file
$(function(){
$('#gotop').hide(); // デフォルトで非表示とする
$(window).scroll(function(){
if ($(this).scrollTop() > 100) { // scrollTop() で現在のスクロール上の上位置を取得
$('#gotop').fadeIn(); // 100を過ぎていたら、#backToTop(戻るボタン)をフェードインさせる
} else {
$('#gotop').fadeOut(); // それ以外は、フェードアウト
}
});
// クリック時にスムーズにページ上部へスクロールさせる
$('#gotop').click(function(){
$('body,html').animate({ scrollTop: 0 }, 350);
return false; // ←【1】
});
});
/* CSS Document */
@charset "utf-8";
#header-searchbox
{
background-image: url('../img/common/back_dot.gif');
border:1px solid #C5C5C6;
border-top: 0px;
width: 180px;
text-align: left;
position: absolute;
right:0px;
display: none;
z-index: 1;
}
#header-searchbox .blue
{
margin-bottom: 10px;
}
#header-searchbox span:hover
{
cursor: pointer;
}
/* Latest Update
2012.11.5 write */
/* author
koyuki watanabe */
/* article */
.articlehistory{
width:858px;
border:1px solid #ccc;
padding:10px 20px 0 22px;
display:block;
margin:10px 0 20px 10px;
overflow:hidden;
}
.tops{
height:45px;
position:relative;
margin-bottom:16px;
font-size:12px;
}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
display:inline;
line-height:19px;
vertical-align:middle;
}
.tops a:hover.btn_blue,.tops a:hover.btn_gray{
border:1px solid #fff;
outline:1px solid #727171;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{
border:1px solid #fff;
outline:1px solid #2d83da;
background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(69,154,239)),
color-stop(0.77, rgb(117,185,254)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
}
.button{ float:right; margin-top:20px; margin-right:2px;}
.tops ul{ float:left; margin:0; padding:0;}
.tops ul li{ display:inline;}
.tops ul li a{
font-size:12px;
float:left;
color:rgb(45,131,218);
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li span{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li a.nottouchdevice:hover{ text-decoration:underline;}
.tops ul li a.gray_text{ color:#999999;}
.tops ul li a.active_tops{ color:#2d83da; text-decoration:underline;}
.tops ul li b{ font-weight:normal; float:left; font-size:12px;}
.tops p{ color:#333333; font-size:12px; position:absolute; right:0; padding:0 2px 0 0; margin:0;}
/* section */
section{
height:121px;
padding-top:10px;
border-top:1px dashed #cccccc;
margin-top:10px;
display:block;
}
.cnt_section{
margin:0;
padding:0;
height:120px;
}
.cnt_section:hover{ background:#f4f4f4;}
.cnt_section a.img{
display:block;
width:161px;
height:120px;
float:left;
background:#fff;
}
.cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 150px;}
.cnt_section .text{
float:left;
height:120px;
margin:0 0 0 35px;
}
.cnt_section .text a.name{ color:#2d83da;font-size:18px;}
.cnt_section .text a.name:hover{ text-decoration:none;}
.cnt_section .text ul.date{
margin-top:0px;
float:left;
}
.cnt_section .text ul.date li{
color:#333333;
font-size:13px;
}
/*---*/
.cnt_section .text .info{ overflow:hidden; margin-top:10px;}
.cnt_section .text ul.pic{
float:left;
margin-left:240px;
}
.cnt_section .text ul.pic li{
height:82px;
float:left;
margin-left:17px;
}
.cnt_section .text ul.pic li img {
position:relative;
top:100%;
}
.cnt_section .text ul.pic li img.sticker {
margin-top:-40px;
}
.cnt_section .text ul.pic li img.pen {
margin-top:-40px;
}
.cnt_section .text ul.pic li a.read {
margin-top:42px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin-left:5px;
}.cnt_section .text ul.pic li a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}.cnt_section .text ul.pic li a.read:active {
position:relative;
top:1px;
}
.cnt_section .text ul.pic li a.read:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
.cnt_section .text ul.pic li a.read_hover {
-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #63636d;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;
}.cnt_section .text ul.pic li a.read_hover:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;
}.cnt_section .text ul.pic li a.read_hover:active {
position:relative;
top:1px;
}
.btn_bott{
display:block;
width:278px;
height:33px;
line-height:33px;
margin:37px auto 0 auto;
font-size:14px;
color:#fff;
text-align:center;
text-decoration:none;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
margin-right: 15px;
}
a:hover
{
cursor:pointer;
}
img.home_canvas
{
margin:0 auto;
margin-top: 40px;
}
/* article */
.articlehome{
width:625px;
float:right;
border:1px solid #cccccc;
padding:6px 20px 0 19px;
display:block;
margin-bottom:20px;
overflow:hidden;
}
.tops{
height:45px;
position:relative;
margin-bottom:16px;
font-size:12px;
}
/*.tops a.btn_red, .tops a.btn_gray{ width:80px; height:24px; display:block; float:left;}
.tops a.btn_red{ background:url(../img/btn_red.png) no-repeat; margin-right:10px;}
.tops a.btn_gray{ background:url(../img/btn_gray.png) no-repeat;}*/
.tops ul{ float:right; margin:0; padding:0;}
.tops ul li{ display:inline;}
.tops ul li a{
font-size:12px;
float:left;
color:rgb(45,131,218);
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li span{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li a.nottouchdevice:hover{ text-decoration:underline;}
.tops ul li a.gray_text{ color:#999999;}
.tops ul li a.active_tops{ color:#2d83da; text-decoration:underline;}
/*.tops ul li a.active_tops{ color:#ec2020; text-decoration:underline;}*/
.tops ul li b{ font-weight:normal; float:left; font-size:12px;}
.tops p{ color:#333333; font-size:12px; position:absolute; right:0; top:25px; padding:0 2px 0 0; margin:0;}
.no_m_right{ margin-right:0!important;}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
display:inline;
line-height:19px;
vertical-align:middle;
}
.tops a:hover.btn_blue,.tops a:hover.btn_gray{
border:1px solid #fff;
outline:1px solid #727171;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{
border:1px solid #fff;
outline:1px solid #2d83da;
background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(69,154,239)),
color-stop(0.77, rgb(117,185,254)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
}
.button{ float:right; margin-top:20px; margin-right:2px;}
/* section */
.sectionhomebookshelf{
margin-top:10px;
width:195px;
float:left;
text-align:center;
height:238px;
margin-right:19px;
position:relative;
display:inline-block;
}
p.dop_info{
position:absolute;
bottom:-55px;
left:15px;
width:140px;
padding-top:10px;
padding-bottom:10px;
border:1px solid #999999;
text-align:left;
padding-left:12px;
padding-right:12px;
margin:0;
background:#fff;
z-index:9999;
box-shadow: 0 0 4px #ccc;
}
p.dop_info a{ font-size:12px; color:#333333;}
p.dop_info a:hover{ text-decoration:none;}
.cnt_section_bookshelf{
margin:0;
padding:5px 0 5px 0;
height:190px;
width:195px;
}
.cnt_section_bookshelf:hover{ background:#f4f4f4;}
.cnt_section_bookshelf div.img{
display:block;
margin:0 auto;
}
.cnt_section_bookshelf div.img canvas{ margin:0 auto; height: 170px; width: 170px;}
.cnt_section_bookshelf .text{
text-align:center;
}
a.name{ color:#333333;font-size:18px; text-decoration:none; font-size:12px;}
a.name:hover{ text-decoration:underline; color:#2d83da;}
.cnt_section_bookshelf .text ul.date{ float:left;}
.cnt_section_bookshelf .text ul.date li{ color:#333333; font-size:11px;}
.cnt_section_bookshelf .text .info{ overflow:hidden; margin-top:10px;}
.cnt_section_bookshelf .text ul.pic{ float:left; margin-left:105px;}
.cnt_section_bookshelf .text ul.pic li{ float:left; display:inline; margin-left:17px;}
.cnt_section_bookshelf .text ul.pic li a{ display:block;}
.cnt_section_bookshelf .text ul.pic li a.sticker{ width:33px; height:35px; background:url(../img/bookshelf/pic_1.png) no-repeat left bottom;}
.cnt_section_bookshelf .text ul.pic li a.pen{ width:32px; height:47px; background:url(../img/bookshelf/pic_2.png) no-repeat 0 center;}
/*.cnt_section .text ul.pic li a.read{
background:url(../img/section/read.png) no-repeat left center;
width:87px;
height:25px;
margin-top:3px;
margin-left:15px;
}*/
.cnt_section_bookshelf .text ul.pic li a.read {
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin-left:5px;
}.cnt_section_bookshelf .text ul.pic li a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}.cnt_section_bookshelf .text ul.pic li a.read:active {
position:relative;
top:1px;
}
/*.cnt_section .text ul.pic li a.read_hover{
background:url(../img/section/read_hover.png) no-repeat left center;
width:87px;
height:25px;
margin-top:3px;
margin-left:15px;
}*/
.cnt_section_bookshelf .text ul.pic li a.read_hover {
-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #63636d;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;
}.cnt_section_bookshelf .text ul.pic li a.read_hover:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;
}.cnt_section_bookshelf .text ul.pic li a.read_hover:active {
position:relative;
top:1px;
}
.btn_bott{
display:block;
width:278px;
height:33px;
line-height:33px;
margin:37px auto 0 auto;
font-size:14px;
color:#fff;
text-align:center;
text-decoration:none;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
/*=====List css===*/
.sectionhomelist{
height:121px;
padding-top:10px;
border-top:1px dashed #cccccc;
margin-top:10px;
display:block;
}
.cnt_section_list{
margin:0;
padding:0;
height:120px;
}
.cnt_section_list:hover{ background:#f4f4f4;}
.cnt_section_list .img{
display:block;
width:161px;
height:120px;
float:left;
background:#fff;
}
.cnt_section_list .img canvas{ margin:0 auto; display:block; height: 105px; width: 150px;}
.cnt_section_list .text{
float:left;
height:120px;
margin:0 0 0 35px;
}
.cnt_section_list .text a.name{ color:#2d83da;font-size:18px;}
.cnt_section_list .text a.name:hover{ text-decoration:none;}
.cnt_section_list .text ul.date{
margin-top:0px;
float:left;
}
.cnt_section_list .text ul.date li{
color:#333333;
font-size:13px;
}
/*---*/
.cnt_section_list .text .info{ overflow:hidden; margin-top:10px;}
.cnt_section_list .text ul.pic{
float:left;
margin-left:25px;
}
.cnt_section_list .text ul.pic li{
height:82px;
float:left;
margin-left:17px;
}
.cnt_section_list .text ul.pic li img {
position:relative;
top:100%;
}
.cnt_section_list .text ul.pic li img.sticker {
margin-top:-40px;
}
.cnt_section_list .text ul.pic li img.pen {
margin-top:-40px;
}
.cnt_section_list .text ul.pic li a.read {
margin-top:42px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin-left:5px;
}.cnt_section_list .text ul.pic li a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}.cnt_section_list .text ul.pic li a.read:active {
position:relative;
top:1px;
}
.cnt_section_list .text ul.pic li a.read:not(':target') {
filter: none;
-ms-filter: none;
background-image: url('../css/button_back_off.svg');
}
.cnt_section_list .text ul.pic li a.read:hover:not(':target') {
filter: none;
-ms-filter: none;
background-image: url('../css/button_back_on.svg');
}
.cnt_section_list .text ul.pic li a.read_hover {
-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #63636d;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;
}.cnt_section_list .text ul.pic li a.read_hover:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;
}.cnt_section_list .text ul.pic li a.read_hover:active {
position:relative;
top:1px;
}
#dlgSubMenu
{
display: none;
width: 150px;
height: 90px;
padding: 3px 3px 3px 3px;
}
#dlgOverlay
{
display: none;
width: 300px;
height: 200px;
padding: 3px 3px 3px 3px;
}
a:hover{
cursor: pointer;
}
canvas:hover
{
cursor: pointer;
}
.folder, .file
{
padding-left: 5px;
cursor: pointer;
}
.sectionhomebookshelf a.name{ color:#2d83da;}
\ No newline at end of file
/* article */
article{
width:625px;
float:right;
border:1px solid #cccccc;
padding:6px 20px 0 19px;
display:block;
margin-bottom:20px;
overflow:hidden;
}
.tops{
height:45px;
position:relative;
margin-bottom:16px;
font-size:12px;
}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
display:inline;
line-height:19px;
vertical-align:middle;
}
.tops a:hover.btn_blue,.tops a:hover.btn_gray{
border:1px solid #fff;
outline:1px solid #727171;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{
border:1px solid #fff;
outline:1px solid #2d83da;
background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(69,154,239)),
color-stop(0.77, rgb(117,185,254)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
}
.button{ float:right; margin-top:20px; margin-right:2px;}
.tops ul{ float:right; margin:0; padding:0;}
.tops ul li{ display:inline;}
.tops ul li a{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li span{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li a:hover{ text-decoration:underline;}
.tops ul li a.gray_text{ color:#999999;}
.tops ul li a.active_tops{ color:#2d83da; text-decoration:underline;}
.tops ul li b{ font-weight:normal; float:left; font-size:12px;}
.tops p{ color:#333333; font-size:12px; position:absolute; right:0; top:25px; padding:0 2px 0 0; margin:0;}
/* section */
section{
height:121px;
padding-top:10px;
border-top:1px dashed #cccccc;
margin-top:10px;
display:block;
}
.cnt_section{
margin:0;
padding:0;
height:120px;
}
.cnt_section:hover{ background:#f4f4f4;}
.cnt_section a.img{
display:block;
width:161px;
height:120px;
float:left;
background:#fff;
}
.cnt_section a.img img{ margin:0 auto;}
.cnt_section .text{
float:left;
height:120px;
margin:0 0 0 35px;
}
.cnt_section .text a.name{ color:#2d83da;font-size:18px;}
.cnt_section .text a.name:hover{ text-decoration:none;}
.cnt_section .text ul.date{
margin-top:0px;
float:left;
}
.cnt_section .text ul.date li{
color:#333333;
font-size:13px;
}
/*---*/
.cnt_section .text .info{ overflow:hidden; margin-top:10px;}
.cnt_section .text ul.pic{
float:left;
margin-left:90px;
}
.cnt_section .text ul.pic li{
height:82px;
float:left;
margin-left:17px;
}
.cnt_section .text ul.pic li img {
position:relative;
top:100%;
}
.cnt_section .text ul.pic li img.sticker {
margin-top:-40px;
}
.cnt_section .text ul.pic li img.pen {
margin-top:-40px;
}
.cnt_section .text ul.pic li a.read {
margin-top:42px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin-left:5px;
}.cnt_section .text ul.pic li a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}.cnt_section .text ul.pic li a.read:active {
position:relative;
top:1px;
}
.cnt_section .text ul.pic li a.read:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
.cnt_section .text ul.pic li a.read_hover {
-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #63636d;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;
}.cnt_section .text ul.pic li a.read_hover:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;
}.cnt_section .text ul.pic li a.read_hover:active {
position:relative;
top:1px;
}
.btn_bott{
display:block;
width:278px;
height:33px;
line-height:33px;
margin:37px auto 0 auto;
font-size:14px;
color:#fff;
text-align:center;
text-decoration:none;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
/* Latest Update
2012.11.5 write */
/* author
koyuki watanabe */
/* article */
.articleMain {
width:858px;
border:1px solid #ccc;
padding:10px 20px 0 22px;
display:block;
margin:10px 0 20px 10px;
overflow:hidden;
}
.tops{
height:20px;
position:relative;
/*
margin-bottom:16px;
*/
font-size:12px;
}
.tops a.btn_gray, .tops a.btn_blue{
float:left;
text-align:center;
display:table-cell;
vertical-align:middle;
width:80px;
layout-grid-line:80px;
height:19px;
text-decoration:none;
margin-right:10px;
color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
display:inline;
line-height:19px;
vertical-align:middle;
}
.tops a:hover.btn_blue,.tops a:hover.btn_gray{
border:1px solid #fff;
outline:1px solid #727171;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{
border:1px solid #fff;
outline:1px solid #2d83da;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.27, rgb(69,154,239)),
color-stop(0.77, rgb(117,185,254)));
}
.button{ float:right; margin-top:20px; margin-right:2px; }
.delete {
position:absolute;
top:17px;
/*left:764px;*/
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
/*-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;*/
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, #B60000) );
background:-moz-linear-gradient( center top, #CC0000 5%, #B60000 100% );
/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#B60000');*/
background-color:#CC0000;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #B60000;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #CC0000;
margin-left:5px;
}.delete:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B60000), color-stop(1, #CC0000) );
background:-moz-linear-gradient( center top, #B60000 5%, #CC0000 100% );
/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');*/
background-color:#B60000;
cursor: pointer;
}
.delete:active
{
/*
position:relative;
top:1px;*/
}
a.delete:not(:target) {
/*filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);*/
}
a.delete:hover:not(:target) {
/*filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);*/
}
.delete_hover {
/*-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #63636d;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;*/
}.delete:hover:hover {
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;*/
}
.delete:hover:active
{
/*
position:relative;
top:1px;*/
}
.tops ul{ float:left; margin:0; padding:0; }
.tops ul li{ display:inline; }
.tops ul li a{
font-size:12px;
float:left;
color:rgb(45,131,218);
text-decoration:none;
margin-right:5px;
margin-left:5px;
cursor: pointer;
}
.tops ul li span{
font-size:12px;
float:left;
color:#333333;
text-decoration:none;
margin-right:5px;
margin-left:5px;
}
.tops ul li a:hover{ text-decoration:underline; }
.tops ul li a.gray_text{ color:#999999; }
.tops ul li a.active_tops{ color:#2d83da; text-decoration:underline; }
.tops ul li b{ font-weight:normal; float:left; font-size:12px; }
.tops p{ color:#333333; font-size:12px; position:absolute; right:0; top:25px; padding:0 2px 0 0; margin:0; }
/* section */
.articleMain section{
height:121px;
padding-top:10px;
border-top:1px dashed #cccccc;
margin-top:10px;
display:block;
}
.cnt_section{
margin:0;
padding:0;
height:120px;
}
.cnt_section:hover{ background:#f4f4f4;}
.cnt_section a.img{
display:block;
position:relative;
width:161px;
height:120px;
float:left;
background:#fff;
}
.cnt_section .check{
/*width:100px;*/
width:30px;
height:60px;;
padding-top:60px;
text-align:center;
vertical-align:middle;
background-color:#FFF;
float:left;
}
.cnt_section a.img img{ margin:0 auto;}
.cnt_section a.img img.book_icon{
position:absolute;
top:0px;
left:0px;
z-index:10;
}
.cnt_section .text{
float:left;
height:120px;
margin:0 0 0 35px;
}
.cnt_section .text label.name{ font-size:18px;}
.cnt_section .text label.name:hover{ text-decoration:none; }
.cnt_section .text a.name{ color:#2d83da;font-size:18px; text-decoration:underline;}
.cnt_section .text a.name:hover{ text-decoration:none; }
.cnt_section .text ul.date{
margin-top:0px;
float:left;
/*width:142px;*/
width:400px;
word-wrap:break-word;
}
.cnt_section .text ul.date li{
color:#333333;
font-size:13px;
}
/*---*/
.cnt_section .text .info{ overflow:hidden; margin-top:10px; }
.cnt_section .text ul.pic{
float:left;
/*margin-left:184px;*/
}
.cnt_section .text ul.pic li{
height:82px;
float:left;
margin-left:17px;
}
.cnt_section .text ul.pic li img {
position:relative;
top:100%;
}
.cnt_section .text ul.pic li img.sticker { margin-top:-40px; }
.cnt_section .text ul.pic li img.pen { margin-top:-40px; }
.cnt_section .text ul.pic li a.read {
margin-top:42px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin-left:5px;
}.cnt_section .text ul.pic li a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
cursor: pointer;
}.cnt_section .text ul.pic li a.read:active {
position:relative;
top:1px;
}
.cnt_section .text ul.pic li a.read:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
.cnt_section .text ul.pic li a.read_hover {
-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
box-shadow:inset 0px 1px 0px 0px #b6b3b3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
background-color:#777575;
border:1px solid #63636d;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 26px;
text-decoration:none;
text-shadow:1px 1px 0px #686666;
margin-left:5px;
line-height:20px;d613;
margin-left:5px;
}.cnt_section .text ul.pic li a.read_hover:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;
}.cnt_section .text ul.pic li a.read_hover:active {
position:relative;
top:1px;
}
.btn_bott{
display:block;
width:280px;
height:35px;
background:url(../img/list/button_bottom.png) no-repeat;
margin:37px auto 0 auto;
}
section#bottom {
height:53px;
padding:5px;
position:relative;
border-top: 1px dashed #CCC;
}
section.top {
height: 40px;
padding:5px;
position:relative;
border-top: none;
margin-top: 0px;
}
.shioriNotExist
{
color: Red;
display: none;
font-size: 16px;
}
\ No newline at end of file
/* CSS Document */
@charset "utf-8";
article .contentDetail {
display: none;
}
.sectionContentDetail {
width:690px;
height:505px;
border:1px solid #CCC;
display: none;
padding:35px 0 0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
background-color: #ffffff;
}
.closebtn {
background:url(../img/login/close.png) 0 0 no-repeat;
width:30px;
height:30px;
display:block;
position:absolute;
margin:-76px 0 0 660px;
top: 80px;
right: 4px;
}
.sectionContentDetail #book_data {
width:245px;
height:545px;
margin-top:-40px;
border-right:2px solid #CCC;
background-color:#f7f7f7;
float:left;
}
.sectionContentDetail #book_data .book_img {
height:145px;
margin:124px 0 0 0px;
position:relative;
}
.sectionContentDetail #book_data .book_img img{
/*
position:absolute;
top:0px;
left:0px;*/
margin: 0 auto;
}
.sectionContentDetail #book_data .book_img img.book_icon {
position:absolute;
top:0px;
left:0px;
z-index:10;
}
.sectionContentDetail #book_data ul {
list-style:none;
/*line-height:1em;*/
font-size:13px;
margin:0 0 0 42px;
padding:0;
}
.sectionContentDetail #book_data ul li {
display:block;
}
.sectionContentDetail #book_data ul .title {
margin-bottom:19px;
font-size:18px;
}
.sectionContentDetail #book_data ul .date {
margin-bottom:20px;
font-size:12px;
}
.sectionContentDetail #book_data ul .explain {
margin-bottom:32px;
line-height:1.3em;
font-size:13px;
}
.sectionContentDetail #book_data .read_btn a.read {
position:absolute;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:2px 27px;
margin-left:80px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
}
.sectionContentDetail #book_data .read_btn a.read:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
.sectionContentDetail #book_data .read_btn a.read:active {
position:relative;
top:1px;
}
.sectionContentDetail #book_data .read_btn a.read:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.sectionContentDetail #book_data .read_btn a.read:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
.sectionContentDetail #book_list {
width:395px;
margin-right:35px;
margin-top:-20px;
float:right;
}
.sectionContentDetail #book_list ul {
list-style:none;
width:395px;
height:64px;
margin:0;
padding:10px 0px;
font-size:13px;
}
.sectionContentDetail #book_list ul li {
margin:0;
padding:0;
line-height:1em;
}
.sectionContentDetail #book_list ul .list_img {
width:96px;
height:64px;
float:left;
}
.sectionContentDetail #book_list ul .list_img img {
height:64px;
box-shadow: 0px 1px 3px 0px #666;
margin: 0 auto;
}
.sectionContentDetail #book_list ul .list_title{
font-size:15px;
margin-bottom:10px;
}
.sectionContentDetail #book_list ul .list_title a {
color:#2d83da;
}
.sectionContentDetail #book_list ul .page,
.sectionContentDetail #book_list ul .text{
margin-bottom:5px;
}
.sectionContentDetail #book_list ul+ul {
border-top:1px dotted #CCC;
.sectionContentDetail #book_data .read_btn {
height:25px;
margin:30px 0 0 80px;
}
\ No newline at end of file
@charset "utf-8";
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
1. gloval setting
2. wrapper setting
3. header setting
4. footer setting
5. section setting
999. clearfix
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. gloval setting */
/*----------------------------*/
html,body{
width:100%;
}
body{
background:#f4f4f4;
}
a:hover
{
cursor: pointer;
}
/*----------------------------*/
/* 2. wrapper setting */
/*----------------------------*/
#wrapper {
height:100%;
}
/*----------------------------*/
/* 3. header setting */
/*----------------------------*/
/*----------------------------*/
/* 4. footer setting */
/*----------------------------*/
/*----------------------------*/
/* 5. section setting */
/*----------------------------*/
.wrapper {
width:100%;
background:url('../img/common/body_bg.png');
}
#main{
width:960px;
padding:0;
}
article{
width:898px;
height:593px;
border:1px solid #cccccc;
padding:0;
display:block;
margin:26px 30px 30px;
overflow:hidden;
}
section.loginsection{
width:398px;
height:363px;
border:1px solid #cccccc;
display:block;
padding:25px 0 0;
margin:102px auto 0;
overflow:hidden;
background:url('../img/login/loginbodybg.png') 0 0 repeat-x;
-webkit-border-radius:4px 4px 4px 4px;
-moz-border-radius:4px 4px 4px 4px;
border-radius:4px 4px 4px 4px;
-webkit-box-shadow: 0px 1px 2px 0px #ddd;
-moz-box-shadow: 0px 1px 2px 0px #ddd;
box-shadow: 0px 1px 2px 0px #ddd;
}
section#main-password-change{
width:498px;
height:495px;
border:1px solid #cccccc;
display:none;
/*padding:35px 0 0;*/
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
background-color: #ffffff;
z-index: 101;
}
section dl,section dl dt,section dl dd{
margin:0;
padding:0;
}
section dl{
width:300px;
margin:0 auto 5px;
}
section dl dt{
width:290px;
padding:5px;
font-size:13px;
}
section dl dd{
background:url('../img/login/loginbg.png') 0 0 no-repeat;
padding:6px;
width:288px;
height:33px;
}
section dl dd input{
/*background:#00CC66;*/
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
width:280px;
height:27px;
border:none;
margin:3px 4px;
padding:0;
}
section .p{
width:300px;
}
section .memory{
width:300px;
font-size:12px;
vertical-align:middle;
margin:50px auto 0;
}
section .memory input{
vertical-align:middle;
margin:0 5px 0;
padding:0;
}
section .loginbtn {
width:300px;
margin:14px auto 0;
}
section .loginbtn a {
width:85px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
/*margin:0 0 0 0;*/
margin-right: 8px;
text-align:center;
float:right;
}
section .loginbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
section .loginbtn a:active {
position:relative;
top:1px;
}
section .loginbtn a:not(':target') {
filter: none;
-ms-filter: none;
}
.alertTxt {
position:absolute;
margin:-70px 0 0 49px;
font-size:13px;
color:#e60012;
display:block;
text-align:center;
width:300px;
}
.alertTxtDialog {
font-size:13px;
color:#e60012;
display:block;
text-align:center;
/*width:300px;*/
}
#main-password-change
{
display: none;
}
/*----------------------------*/
/* 999. clearfix */
/*----------------------------*/
/*clearfix*/
.fix {
}
.fix:after {
font-size:1px;
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.fix {
zoom:1;
}
/*------------*/
section h1{
margin:0 0 38px 0;
padding:0;
height:64px;
line-height:62px;
text-align:center;
font-weight:bold;
letter-spacing: 2px;
color:#333;
text-shadow: 1px 1px 2px #999;
background-color:#f0f0f0;
-webkit-box-shadow: 0px 1px 3px 0px #999;
-moz-box-shadow: 0px 1px 3px 0px #999;
box-shadow: 0px 1px 3px 0px #999;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
}
.title
{
font-size: large;
font-family: 'trebuchet ms', verdana, arial;
}
\ No newline at end of file
/* CSS Document */
@charset "utf-8";
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
5. section setting
*/
/* ---------- MENU ---------- */
html,body {
margin:0;
padding:0;
}
/*----------------------------*/
/* 1. section setting */
/*----------------------------*/
article{
margin:0;
padding:0;
}
section{
width:498px;
height:383px;
border:1px solid #cccccc;
display:block;
padding:35px 0 0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
}
section dl,section dl dt,section dl dd{
margin:0;
padding:0;
}
section dl{
width:300px;
margin:0 auto 5px;
}
section dl dt{
width:290px;
padding:5px;
font-size:13px;
}
section dl dd{
background:url(../img/login/loginbg.png) 0 0 no-repeat;
padding:6px;
width:288px;
height:33px;
}
section dl dd input{
/*background:#00CC66;*/
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
width:280px;
height:27px;
border:none;
margin:3px 4px;
padding:0;
}
section p{
text-align:center;
margin:25px auto 0;
font-size:13px;
}
section .loginbtn {
width:304px;
height:25px;
margin:30px auto 0;
}
section .loginbtn a.change {
position:relative;
margin:0 194px 0 0;
}
section .loginbtn a.skip {
position:relative;
margin:-27px 97px 0 0;
}
section .loginbtn a.cancel {
position:relative;
margin:-27px 0 0 87px;
}
section .loginbtn a {
width:85px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
text-align:center;
float:right;
}
section .loginbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
section .loginbtn a:active {
position:relative;
top:1px;
}
section .loginbtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
section .loginbtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
/* CSS Document */
@charset "utf-8";
/* Latest Update
2012.11.5 write */
/* author
koyuki watanabe */
/* ---------- MENU ---------- */
/*
5. section setting
*/
/* ---------- MENU ---------- */
html,body {
margin:0;
padding:0;
}
/*----------------------------*/
/* 1. section setting */
/*----------------------------*/
article{
margin:0;
padding:0;
}
section{
width:520px;
height:308px;
border:1px solid #cccccc;
display:block;
padding:0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
section h1{
margin:0 0 38px 0;
padding:0;
height:64px;
line-height:62px;
text-align:center;
font-weight:bold;
letter-spacing: 2px;
color:#333;
text-shadow: 1px 1px 2px #999;
background-color:#f0f0f0;
-webkit-box-shadow: 0px 1px 3px 0px #999;
-moz-box-shadow: 0px 1px 3px 0px #999;
box-shadow: 0px 1px 3px 0px #999;
}
section p{
width:320px;
margin:0 50px;
}
section p.message{
margin-bottom:20px;
font-size:15px;
font-weight:bold;
color:#333;
}
section p.notice{
line-height:20px;
font-size:12px;
color:#333;
}
section .restorebtn {
width:325px;
height:25px;
margin:29px auto 0;
}
section .restorebtn a.ok {
position:relative;
margin:0 98px 0 0;
}
section .restorebtn a.cancel {
position:relative;
margin:27px 0 0 135px;
}
section .restorebtn a {
width:170px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
text-align:center;
float:right;
}
section .restorebtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
section .restorebtn a:active {
position:relative;
top:1px;
}
section .restorebtn a:not(:target) {
filter: none;
-ms-filter: none;
}
\ No newline at end of file
@charset "UTF-8";
/* CSS Document */
/* 2010.11.30 write */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
a{text-decoration: none;}
a:link{text-decoration: none;}
a:visited{}
a:hover{}
a:active{}
/* CSS Document */
@charset "utf-8";
.sectionrestore {
width: 420px;
height:308px;
border:1px solid #cccccc;
display: none;
padding:0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
z-index: 101;
background-color: #ffffff;
}
.sectionrestore h1{
margin: 0 0 36px 0;
padding:0;
height:64px;
line-height:62px;
text-align:center;
font-weight:bold;
letter-spacing: 2px;
color:#333;
text-shadow: 1px 1px 2px #999;
background-color:#f0f0f0;
-webkit-box-shadow: 0px 1px 3px 0px #999;
-moz-box-shadow: 0px 1px 3px 0px #999;
box-shadow: 0px 1px 3px 0px #999;
border-radius: 10px 10px 0px 0px;
}
.sectionrestore p{
width:320px;
margin:0 50px;
}
.sectionrestore p.message{
margin-bottom:20px;
font-size:15px;
font-weight:bold;
color:#333;
}
.sectionrestore p.notice{
line-height:20px;
font-size:12px;
color:#333;
}
.sectionrestore .restorebtn {
width:325px;
height:25px;
margin:29px auto 0;
}
.sectionrestore .restorebtn a.ok {
position:relative;
margin:0 98px 0 0;
}
.sectionrestore .restorebtn a.cancel {
position:relative;
margin:-27px 0 0 135px;
}
.sectionrestore .restorebtn a {
width:85px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
text-align:center;
float:right;
}
.sectionrestore .restorebtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
.sectionrestore .restorebtn a:active {
position:relative;
top:1px;
}
.sectionrestore .restorebtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
.sectionrestore .restorebtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
\ No newline at end of file
/* CSS Document */
@charset "utf-8";
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
1. gloval setting
2. wrapper setting
3. header setting
4. footer setting
5. section setting
999. clearfix
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. gloval setting */
/*----------------------------*/
html,body{
width:100%;
}
body{
}
/*----------------------------*/
/* 2. wrapper setting */
/*----------------------------*/
#wrapper {
height:100%;
}
/*----------------------------*/
/* 3. header setting */
/*----------------------------*/
/*----------------------------*/
/* 4. footer setting */
/*----------------------------*/
/*----------------------------*/
/* 5. section setting */
/*----------------------------*/
#main{
width:960px;
padding:0;
}
article{
width:898px;
height:680px;
border:1px solid #cccccc;
padding:0;
display:block;
margin:30px;
overflow:hidden;
}
section{
width:800px;
display:block;
padding:33px 0 0;
margin:0 auto;
overflow:hidden;
}
section div#user_info{
margin-bottom:40px;
}
section div#user_info h2{
padding-bottom:8px;
margin-bottom:15px;
border-bottom:1px solid #CCC;
font-size:14px;
font-weight:bold;
}
section div#user_info dl{
width:inherit;
list-style:none;
text-align:left;
font-size:13px;
}
section div#user_info dl dt, section div#user_info dl dd{
padding:0;
margin:0 0 5px 0;
}
section div#user_info dl dt{
width:159px;
float:left;
}
section div#user_info dl dd{
width:641px;
float:left;
}
section div#user_info .passchgbtn {
clear:both;
padding-top:18px;
}
section div#user_info .passchgbtn a {
/*width:125px;*/
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 4px 2px 4px;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin:0 0 0 0;
text-align:center;
}
section div#user_info .passchgbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
section div#user_info .passchgbtn a:active {
position:relative;
top:1px;
}
section div#user_info .passchgbtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
section div#user_info .passchgbtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
div#user_option{
width:inherit;
height:395px;
background:url(../img/common/back_dot.gif);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}
div#user_option h3{
padding:25px 0 0 0;
margin:0 0 8px 30px;
font-size:14px;
font-weight:bold;
color:#333;
}
div#user_option ul {
list-style:none;
padding:0;
margin:0 0 2px 30px;
line-height:26px;
font-size:13px;
}
div#user_option ul li .choice {
margin-right:47px;
}
div#user_option ul li .notice {
font-size:11px;
margin-left:8px;
}
div#user_option ul li input {
display:inline;
vertical-align:-2px;
margin:0 5px 0 0;
padding:0;
}
div#user_option ul li input.chkbx {
margin-right:10px;
}
section div#user_option .backupbtn .backup{
margin-right:10px;
}
section div#user_option .logout_backup{
margin:0 0 16px 30px;
font-size:13px;
}
section div#user_option input {
display:inline;
vertical-align:-2px;
margin:0 10px 0 0;
padding:0;
}
section div#user_option .backupbtn {
margin:0 0 35px 30px;
}
section div#user_option .backupbtn a {
width:125px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin:0 0 0 0;
text-align:center;
}
section div#user_option .backupbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
section div#user_option .backupbtn a:active {
position:relative;
top:1px;
}
section div#user_option .backupbtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
section div#user_option .backupbtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
section #user_option .savebtn{
padding:30px 0 0 30px;
border-top:1px solid #CCC;
}
section #user_option .savebtn a {
width:125px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin:0 0 0 0;
text-align:center;
float:right;
}
section #user_option .savebtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
section #user_option .savebtn a:active {
position:relative;
top:1px;
}
section #user_option .savebtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
section #user_option .savebtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
section #user_option .savebtn .save{
margin:0 170px 0 0;
}
section #user_option .savebtn .default{
margin:0 -265px 0 0;
}
section .memory{
width:300px;
font-size:12px;
vertical-align:middle;
margin:50px auto 0;
}
section .memory input{
vertical-align:middle;
margin:0 5px 0;
padding:0;
}
section .loginbtn {
width:300px;
margin:14px auto 0;
}
section .loginbtn a {
width:85px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
margin:0 0 0 0;
text-align:center;
float:right;
}
section .loginbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
section .loginbtn a:active {
position:relative;
top:1px;
}
.alertTxt {
position:absolute;
margin:-70px 0 0 49px;
font-size:13px;
color:#e60012;
display:block;
text-align:center;
width:300px;
}
/*----------------------------*/
/* 999. clearfix */
/*----------------------------*/
/*clearfix*/
.fix {
}
.fix:after {
font-size:1px;
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.fix {
zoom:1;
}
/*------------*/
.sectionchangepassword{
width:498px;
height:450px;
border:1px solid #cccccc;
display: none;
padding:0;
margin:0;
overflow:hidden;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-webkit-box-shadow: 0px 1px 3px 0px #666;
-moz-box-shadow: 0px 1px 3px 0px #666;
box-shadow: 0px 1px 3px 0px #666;
background-color: #ffffff;
z-index: 101;
}
.sectionchangepassword dl, .sectionchangepassword dl dt, .sectionchangepassword dl dd{
margin:0;
padding:0;
}
.sectionchangepassword dl{
width:300px;
margin:0 auto 5px;
}
.sectionchangepassword dl dt{
width:290px;
padding:5px;
font-size:13px;
}
.sectionchangepassword dl dd{
background:url(../img/login/loginbg.png) 0 0 no-repeat;
padding:6px;
width:288px;
height:33px;
}
.sectionchangepassword dl dd input{
/*background:#00CC66;*/
font-family: "���C���I", "Meiryo", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
width:280px;
height:27px;
border:none;
margin:3px 4px;
padding:0;
}
.sectionchangepassword p{
text-align:center;
margin:25px auto 0;
font-size:13px;
}
.sectionchangepassword .loginbtn {
width:304px;
height:25px;
margin:30px auto 0;
}
.sectionchangepassword .loginbtn a.change {
position:relative;
margin:0 194px 0 0;
}
.sectionchangepassword .loginbtn a.skip {
position:relative;
margin:-27px 97px 0 0;
}
.sectionchangepassword .loginbtn a.cancel {
position:relative;
margin:-27px 0 0 87px;
}
.sectionchangepassword .loginbtn a {
width:85px;
height:21px;
-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
box-shadow:inset 0px 1px 0px 0px #d6ee23;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
background-color:#a4d815;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #83bd07;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
padding:2px 0;
line-height:21px;
text-decoration:none;
text-shadow:1px 1px 0px #a2d613;
text-align:center;
float:right;
}
.sectionchangepassword .loginbtn a:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
background-color:#83c008;
}
.sectionchangepassword .loginbtn a:active {
position:relative;
top:1px;
}
.sectionchangepassword .loginbtn a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_off.svg);
}
section .loginbtn a:hover:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/button_back_on.svg);
}
.alertTxtDialog {
font-size:13px;
color:#e60012;
display:block;
text-align:center;
/*width:300px;*/
}
section h1{
margin:0 0 38px 0;
padding:0;
height:64px;
line-height:62px;
text-align:center;
font-weight:bold;
letter-spacing: 2px;
color:#333;
text-shadow: 1px 1px 2px #999;
background-color:#f0f0f0;
-webkit-box-shadow: 0px 1px 3px 0px #999;
-moz-box-shadow: 0px 1px 3px 0px #999;
box-shadow: 0px 1px 3px 0px #999;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
}
#user_info div.label
{
width: 159px;
font-size: 13px;
float: left;
}
#user_info div.show
{
font-size: 13px;
float: left;
}
.title
{
font-size: large;
font-family: 'trebuchet ms', verdana, arial;
}
\ No newline at end of file
@charset "utf-8";
/* CSS Document */
.tabUnit{
width:245px;
float:left;
}
.tabUnit .tabUnit-list{
border:1px solid #cccccc;
}
.tabUnit ul.switchingTab{
height:36px;
margin:0;
border-bottom:3px solid #727171;
}
.tabUnit ul.switchingTab li{
display:block;
width:120px;
height:36px;
border-radius:8px 8px 0 0;
float:left;
}
.tabUnit ul.switchingTab a{
display:block;
width:118px;
height:35px;
color:#333333;
text-decoration:none;
font-size:12px;
text-align:center;
line-height:35px;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(219,219,219) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(245,245,245)), color-stop(100%,rgb(219,219,219))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(245,245,245) 0%,rgb(219,219,219) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(245,245,245) 0%,rgb(219,219,219) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(245,245,245) 0%,rgb(219,219,219) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(245,245,245) 0%,rgb(219,219,219) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
border: 1px solid #ccc;
border-bottom:none;
}
.tabUnit ul.switchingTab a:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/tab_back_off.svg);
}
.tabUnit ul.switchingTab li.colleft{ margin-right:5px;}
.tabUnit ul.switchingTab li.colright{}
.tabUnit ul.switchingTab li a.current{
color:#fff;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
background:img(img/tab1bg.png) 0 0 no-repeat;
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgb(136,136,136) 0%, rgb(85,85,85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(136,136,136)), color-stop(100%,rgb(85,85,85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(136,136,136) 0%,rgb(85,85,85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(136,136,136) 0%,rgb(85,85,85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(136,136,136) 0%,rgb(85,85,85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(136,136,136) 0%,rgb(85,85,85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
border: 1px solid #555;
border-bottom:none;
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(255,255,255,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(255,255,255,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(255,255,255,0);
text-shadow:0px 0px 0px rgba(000,000,000,0),0px -1px 0px rgba(255,255,255,0);
}
.tabUnit ul.switchingTab li a.current:not(:target) {
filter: none;
-ms-filter: none;
background-image: url(../css/tab_back_on.svg);
}
.tabUnit .tabUnit-list ul{ margin:0;padding:0px 9px 0 9px;}
.tabUnit .tabUnit-list ul li a{
color:#333333;
font-size:12px;
text-decoration:none;
}
.tabUnit .tabUnit-list ul li a:hover{ text-decoration:underline;}
/*.tabUnit .tabUnit-list ul{ margin:0; padding:5px 9px 9px 9px;}
.tabUnit .tabUnit-list ul li{ list-style-type:none; line-height:20px;}
.tabUnit .tabUnit-list ul li a{
color:#333333;
font-size:12px;
text-decoration:none;
background:url(../img/plus.png) no-repeat;
padding-left:25px;
}
.tabUnit .tabUnit-list ul li a:hover{ text-decoration:underline;}
.tabUnit .tabUnit-list ul li a.active_menu{ color:#2d83da; background:url(../img/mines.png) no-repeat; text-decoration:underline;}
.tabUnit .tabUnit-list ul.sub_1,
.tabUnit .tabUnit-list ul.sub_3{ margin-left:15px;}
.tabUnit .tabUnit-list ul.sub_5{ margin:0 0 0 5px; padding:0;}
.tabUnit .tabUnit-list ul.sub_4{ padding-bottom:0; margin-left:15px;}
.tabUnit .tabUnit-list ul.sub_2{ margin-left:15px; padding-bottom:0;}*/
<?xml version="1.0" ?>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.0" width="100%"
height="100%"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="myLinearGradient1"
x1="0%" y1="0%"
x2="0%" y2="100%"
spreadMethod="pad">
<stop offset="0%" stop-color="#f5f5f5" stop-opacity="1"/>
<stop offset="100%" stop-color="#dbdbdb" stop-opacity="1"/>
</linearGradient>
</defs>
<rect width="100%" height="100%"
style="fill:url(#myLinearGradient1);" />
</svg>
\ No newline at end of file
<?xml version="1.0" ?>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.0" width="100%"
height="100%"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="myLinearGradient1"
x1="0%" y1="0%"
x2="0%" y2="100%"
spreadMethod="pad">
<stop offset="0%" stop-color="#888888" stop-opacity="1"/>
<stop offset="100%" stop-color="#555555" stop-opacity="1"/>
</linearGradient>
</defs>
<rect width="100%" height="100%"
style="fill:url(#myLinearGradient1);" />
</svg>
\ No newline at end of file
/* CSS Document */
@charset "utf-8";
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
1. gloval setting
2. wrapper setting
3. header setting
4. footer setting
5. section setting
6. rayermenu setting
7. indexBox setting
8. bookmarkBox setting
9.
10.
11. slider setting
12. transition setting
13. sizing setting
14. toolbar setting
15. glovalbtn setting
999. clearfix
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. gloval setting */
/*----------------------------*/
html,body{
width:100%;
height:100%;
}
body{
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
background:#898989;
}
/*----------------------------*/
/* 2. wrapper setting */
/*----------------------------*/
#wrapper {
max-width:none;
min-width:1000px;
}
/*----------------------------*/
/* 3. header setting */
/*----------------------------*/
header{
height:60px;
background:#ccc url(../img/viewer/hdbg.png) 0 0 repeat-x;
/*overflow:hidden;*/
width:100%;
position:absolute;
top:0px;
left: 0px;
}
.wrapper_header{
max-width:none;
min-width:1000px;
height:60px;
/*position:absolute;*/
}
/*ヘッダー左カラム*/
.hdLcolumn{
display:block;
width:726px;
float:left;
height:60px;
position:absolute;
padding-left:13px;
}
.hdLcolumn a{
background:url(../img/viewer/hdicon.png) 0 0 no-repeat;
width:46px;
height:0;
padding-top:46px;
display:block;
overflow:hidden;
float:left;
font-size:0;
outline: none;
}
.hdLcolumn .gloupe{
display:inline-block;
border-left:solid 1px #ebebeb;
border-right:solid 1px #c5c5c6;
margin:0;
padding:0 17px 0 17px;
float:left;
margin:7px 0 0;
}
.hdLcolumn .hgloupe{
display:inline-block;
border-right:solid 1px #c5c5c6;
margin:0;
padding:0 17px 0 18px;
float:left;
margin:7px 0 0;
}
.hdLcolumn .lgloupe{
display:inline-block;
border-left:solid 1px #ebebeb;
margin:0;
padding:0 18px 0 17px;
float:left;
margin:7px 0 0;
}
/*アイコン基本設定*/
.hdLcolumn a.home{background-position:0 0;}
.hdLcolumn a.back{background-position:-46px 0;margin:0 0 0 11px;}
.hdLcolumn a.bmList{background-position:-92px 0;}
.hdLcolumn a.bmAdd{background-position:-138px 0;margin:0 0 0 11px;}
.hdLcolumn a.index{background-position:-184px 0;}
.hdLcolumn a.copy{background-position:-230px 0;}
.hdLcolumn a.memoDisplay{background-position:-276px 0;}
.hdLcolumn a.memoAdd{background-position:-322px 0;margin:0 0 0 11px;}
.hdLcolumn a.marking{background-position:-368px 0;}
.hdLcolumn a.markingToolbar{background-position:-414px 0;margin:0 0 0 11px;}
.hdLcolumn a.home_device{background-position:0 0;}
.hdLcolumn a.back_device{background-position:-46px 0;margin:0 0 0 11px;}
.hdLcolumn a.bmList_device{background-position:-92px 0;}
.hdLcolumn a.bmAdd_device{background-position:-138px 0;margin:0 0 0 11px;}
.hdLcolumn a.index_device{background-position:-184px 0;}
.hdLcolumn a.copy_device{background-position:-230px 0;}
.hdLcolumn a.memoDisplay_device{background-position:-276px 0;}
.hdLcolumn a.memoAdd_device{background-position:-322px 0;margin:0 0 0 11px;}
.hdLcolumn a.marking_device{background-position:-368px 0;}
.hdLcolumn a.markingToolbar_device{background-position:-414px 0;margin:0 0 0 11px;}
/*オンマウス時*/
.hdLcolumn a:hover.home{background-position:0 -92px;}
.hdLcolumn a:hover.back{background-position:-46px -92px;}
.hdLcolumn a:hover.bmList{background-position:-92px -92px;}
.hdLcolumn a:hover.bmAdd{background-position:-138px -92px;}
.hdLcolumn a:hover.index{background-position:-184px -92px;}
.hdLcolumn a:hover.copy{background-position:-230px -92px;}
.hdLcolumn a:hover.memoDisplay{background-position:-276px -92px;}
.hdLcolumn a:hover.memoAdd{background-position:-322px -92px;}
.hdLcolumn a:hover.marking{background-position:-368px -92px;}
.hdLcolumn a:hover.markingToolbar{background-position:-414px -92px;}
/*リンクオフ時*/
#viewer .hdLcolumn a.home_off{background-position:0 -46px;cursor:default;}
#viewer .hdLcolumn a.back_off{background-position:-46px -46px;margin:0 0 0 11px;}
#viewer .hdLcolumn a.bmList_off{background-position:-92px -46px;}
#viewer .hdLcolumn a.bmAdd_off{background-position:-138px -46px;margin:0 0 0 11px;}
#viewer .hdLcolumn a.index_off{background-position:-184px -46px;}
#viewer .hdLcolumn a.copy_off{background-position:-230px -46px;}
#viewer .hdLcolumn a.memoDisplay_off{background-position:-276px -46px;}
#viewer .hdLcolumn a.memoAdd_off{background-position:-322px -46px;margin:0 0 0 11px;}
#viewer .hdLcolumn a.marking_off{background-position:-368px -46px;}
#viewer .hdLcolumn a.markingToolbar_off{background-position:-414px -46px;margin:0 0 0 11px;}
/*リンクオフ時*/
#viewer .hdLcolumn a.bmList_hover{background-position:-92px -92px;}
#viewer .hdLcolumn a.bmAdd_hover{background-position:-138px -92px;margin:0 0 0 11px;}
#viewer .hdLcolumn a.index_hover{background-position:-184px -92px;}
#viewer .hdLcolumn a.copy_hover{background-position:-230px -92px;}
#viewer .hdLcolumn a.memoDisplay_hover{background-position:-276px -92px;}
#viewer .hdLcolumn a.memoAdd_hover{background-position:-322px -92px;margin:0 0 0 11px;}
#viewer .hdLcolumn a.marking_hover{background-position:-368px -92px;}
#viewer .hdLcolumn a.markingToolbar_hover{background-position:-414px -92px;margin:0 0 0 11px;}
/*ヘッダー右カラム*/
.hdRcolumn{
display:block;
width:274px;
height:60px;
overflow:hidden;
float:right;
/* padding-right:100px;*/
}
.hdRcolumn input{
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
width:144px;
height:20px;
padding:3px;
border:solid 1px #cfd0d0;
display:inline-block;
margin:18px 10px 0 0;
}
.hdRcolumn .search{
width:64px;
height:19px;
margin:18px 0 0;
padding:7px 0 0;
text-align:center;
background:url(../img/viewer/searchbtn.png) 0 0 no-repeat;
display:inline-block;
font-size:12px;
float:left;
color:#FFFFFF;
}
.hdRcolumn a:hover.search{
background-position:0 -26px;
}
/*----------------------------*/
/* 4. footer setting */
/*----------------------------*/
.footerTool{
width:100%;
height:60px;
position:fixed;
bottom: 0px;
}
.ftRcolumn_2 {
width:75px;
float:right;
overflow:hidden;
}
.footer{
background:url(../img/viewer/ftbg.png) 0 0 repeat-x;
width:100%;
height:60px;
position:absolute;
bottom: 0px;
left: 0px;
}
.ftinner{
max-width:none;
min-width:1000px;
height:60px;
}
/*フッター左カラム*/
.ftLcolumn{
width:925px;
float:left;
overflow:hidden;
/* padding-left:100px;*/
}
/*フッター右カラム*/
.ftRcolumn{
width:75px;
float:right;
overflow:hidden;
/* padding-right:100px;*/
}
/*----------------------------*/
/* 5. section setting */
/*----------------------------*/
article{
display:table;
width:100%;
min-height:100%;
height:700px;
max-width:none;
min-width:800px;
margin:0 auto 0;
background:#999999;
}
section{
}
/*----------------------------*/
/* 5. markingBox setting */
/*----------------------------*/
aside.markingBox {
width:160px;
display:block;
-webkit-box-shadow: 0px 0px 3px 1px #666;
-moz-box-shadow: 0px 0px 3px 1px #666;
box-shadow: 0px 0px 3px 1px #666;
position:absolute;
left:250px;
}
aside.markingBox .markingBoxHd {
width:155px;
height:25px;
background:url(../img/viewer/pophdbg.png) 0 0 repeat;
color:#FFFFFF;
font-size:13px;
line-height:25px;
padding:0 0 0 5px;
}
aside.markingBox .markingBoxHd .delete{
background:url(../img/viewer/x.png) 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px -11px 0 21px;
}
aside.markingBox .markingBoxHd .hidden_off{
background:url(../img/viewer/_.png) 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.markingBox .markingBoxHd .hidden_on{
background:url(../img/viewer/sikaku.png) 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.markingBox .markingBoxBody_on{
width:158px;
height:339px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
padding:15px 0 0;
}
aside.markingBox .markingBoxBody_off{
width:158px;
height:339px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
padding:15px 0 0;
display:none;
}
aside.markingBox ul{
width:140px;
margin:0 0 0 14px;
padding:0 0 5px;
}
aside.markingBox ul li{
width:60px;
height:60px;
display:block;
float:left;
margin:0 10px 10px 0;
}
/*キャンバスエリア*/
aside.markingBox .canvasArea {
background:url(../img/viewer/canvas.png) 0 0 no-repeat;
width:128px;
height:128px;
margin:0 auto 0;
border:solid 1px #595757;
clear:both;
}
a.clearbtn{
display:block;
width:128px;
text-align:center;
font-size:13px;
margin:0px 0 10px 14px;
padding:7px 0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a.savebtn{
display:block;
width:128px;
padding:7px 0;
text-align:center;
font-size:13px;
margin:0 0 10px 14px;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a.cancelbtn{
display:block;
width:128px;
padding:7px 0;
text-align:center;
font-size:13px;
margin:0 0 0 14px;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.clearbtn{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
a:hover.savebtn{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
a:hover.cancelbtn{
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
/*----------------------------*/
/* 6. rayermenu setting */
/*----------------------------*/
/*-----マーキングボックス-----*/
/*レイヤーメニュー1*/
aside.markingBox ul li .rayermenu1{
width:236px;
height:120px;
background:url(../img/viewer/alpha_w70.png) 0 0 repeat;
position:relative;
top:-63px;
right:-138px;
z-index:10;
-webkit-border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
margin:0;
padding:15px 15px 13px;
-webkit-box-shadow: 0px 0px 3px 1px #999;
-moz-box-shadow: 0px 0px 3px 1px #999;
box-shadow: 0px 0px 3px 1px #999;
}
aside.markingBox ul li .rayermenu1 ul{
width:85px;
height:120px;
margin:0 21px 0 0;
float:left;
}
aside.markingBox ul li .rayermenu1 ul li{
display:block;
width:85px;
height:28px;
margin:0 0 2px;
padding:0;
font-size:12px;
float:none;
}
aside.markingBox ul li .rayermenu1 ul li a {
display:block;
width:85px;
height:28px;
line-height:28px;
vertical-align:middle;
text-align:left;
color:#000;
padding:0;
margin:0 0 2px;
}
aside.markingBox ul li .rayermenu1 ul li a:hover {
background:url(../img/viewer/alpha_b20.png) 0 0 repeat;
}
aside.markingBox ul li .rayermenu1 ul li img {
vertical-align:middle;
line-height:28px;
}
aside.markingBox ul li .rayermenu1 ul li a span {
display:block;
width:35px;
padding:0 0 0 10px;
text-align:center;
float:left;
}
.sizeXL {margin:0 0 0 5px;}
.sizeL {margin:0 0 0 7px;}
.sizeM {margin:0 0 0 9px;}
.sizeS {margin:0 0 0 10px;}
.rayermenu1 .popcolumnR {
width:130px;
float:left
}
.rayermenu1 .popcolumnR .colorchip{
width:40px;
background:#FFFFFF;
float:left;
margin:0 10px 9px 0;
}
.rayermenu1 .popcolumnR .colorchip a{
width:18px;
height:18px;
display:block;
border:solid 1px #d3d5d6;
}
.rayermenu1 .popcolumnR .colorchip a:hover{
width:16px;
height:16px;
border-width:2px;
border-color:#e6e6e6;
}
.rayermenu1 .popcolumnR .colorchip .color01{
background:#ff0000;
}
.rayermenu1 .popcolumnR .colorchip .color02{
background:#ffff00;
}
.rayermenu1 .popcolumnR .colorchip .color03{
background:#00ff00;
}
.rayermenu1 .popcolumnR .colorchip .color04{
background:#00ffff;
}
.rayermenu1 .popcolumnR .colorchip .color05{
background:#0000ff;
}
.rayermenu1 .popcolumnR .colorchip .color06{
background:#ff00ff;
}
.rayermenu1 .popcolumnR .colorchip .color07{
background:#ffffff;
}
.rayermenu1 .popcolumnR .colorchip .color08{
background:#000000;
}
aside.markingBox ul li .rayermenu1 div .canvasArea_s{
width:78px;
height:78px;
background:url(../img/viewer/canvas_s.png) 0 0 repeat;
border:solid 1px #595959;
display:block;
float:left;
}
aside.markingBox ul li .rayermenu1 div .cancelbtn{
clear:both;
display:block;
width:128px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
aside.markingBox ul li .rayermenu1 div a:hover.cancelbtn{
clear:both;
display:block;
width:128px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
/*レイヤーメニュー2*/
/*レイヤーメニュー3*/
aside.markingBox ul li .rayermenu3{
width:206px;
height:120px;
background:url(../img/viewer/alpha_w70.png) 0 0 repeat;
position:relative;
top:-63px;
right:243px;
z-index:10;
-webkit-border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
margin:0;
padding:15px 15px 13px;
-webkit-box-shadow: 0px 0px 3px 1px #999;
-moz-box-shadow: 0px 0px 3px 1px #999;
box-shadow: 0px 0px 3px 1px #999;
}
aside.markingBox ul li .rayermenu3 ul{
width:85px;
height:120px;
margin:0 21px 0 0;
float:left;
}
aside.markingBox ul li .rayermenu3 ul li{
display:block;
width:85px;
height:28px;
margin:0 0 2px;
padding:0;
font-size:12px;
float:none;
}
aside.markingBox ul li .rayermenu3 ul li a {
display:block;
width:85px;
height:28px;
line-height:28px;
vertical-align:middle;
text-align:left;
color:#000;
padding:0;
margin:0 0 2px;
}
aside.markingBox ul li .rayermenu3 ul li a:hover {
background:url(../img/viewer/alpha_b20.png) 0 0 repeat;
}
aside.markingBox ul li .rayermenu3 ul li img {
vertical-align:middle;
line-height:28px;
}
aside.markingBox ul li .rayermenu3 ul li a span {
display:block;
width:35px;
padding:0 0 0 10px;
text-align:center;
float:left;
}
.sizeXL {margin:0 0 0 5px;}
.sizeL {margin:0 0 0 7px;}
.sizeM {margin:0 0 0 9px;}
.sizeS {margin:0 0 0 10px;}
.rayermenu3 .popcolumnR {
width:100px;
float:left
}
aside.markingBox ul li .rayermenu3 div .canvasArea_l{
width:98px;
height:78px;
margin:0 0 9px;
background:url(../img/viewer/canvas_l.png) 0 0 repeat;
border:solid 1px #595959;
display:block;
float:left;
}
aside.markingBox ul li .rayermenu3 div .cancelbtn{
clear:both;
display:block;
width:98px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: #78bafe; /* Old browsers */
background: -moz-linear-gradient(top, #78bafe 0%, #4499ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78bafe 0%,#4499ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #78bafe 0%,#4499ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
aside.markingBox ul li .rayermenu3 div a:hover.cancelbtn{
clear:both;
display:block;
width:98px;
padding:0;
text-align:center;
font-size:13px;
line-height:26px;
margin:0;
color:#fff;
border:1px solid #fff;
outline:1px solid #2d83da;
background: rgb(45,123,191); /* Old browsers */
background: -moz-linear-gradient(top, rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
background: linear-gradient(to bottom, rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
/*----------------------------*/
/* 7. indexBox setting */
/*----------------------------*/
aside.indexBox {
width:388px;
height:388px;
display:block;
-webkit-box-shadow: 0px 0px 3px 1px #666;
-moz-box-shadow: 0px 0px 3px 1px #666;
box-shadow: 0px 0px 3px 1px #666;
position:fixed;
left:700px;
}
aside.indexBox .indexBoxHd {
width:383px;
height:25px;
background:url(../img/viewer/pophdbg.png) 0 0 repeat;
color:#FFFFFF;
font-size:13px;
line-height:25px;
padding:0 0 0 5px;
}
aside.indexBox .indexBoxHd .delete{
background:url(../img/viewer/x.png) 0 0 no-repeat;
width:16px;
height:16px;
display:block;
float:right;
margin: 4px 4px 0px 21px;
}
aside.indexBox .indexBoxHd .hidden_off{
background:url(../img/viewer/_.png) 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.indexBox .indexBoxHd .hidden_on{
background:url(../img/viewer/sikaku.png) 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.indexBox .indexBoxBody_on{
width:370px;
height:362px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
padding:5px 8px 0;
overflow:auto;
}
aside.indexBox .indexBoxBody_off{
width:408px;
height:357px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
padding:5px 0 0;
display:none;
overflow:auto;
}
aside.indexBox #branch1 {
padding-bottom:10px;
}
.indexBox ul{ margin:0;padding:0px 9px 0 9px;}
.indexBox ul li{line-height:1.5}
.indexBox ul li a{
color:#333333;
font-size:12px;
text-decoration:none;
}
.indexBox ul li a:hover{color:#0099CC;text-decoration:underline;}
/*----------------------------*/
/* 8. bookmarkBox setting */
/*----------------------------*/
aside.bookmarkBox {
width:200px;
height: 189px;
display:block;
-webkit-box-shadow: 0px 0px 3px 1px #666;
-moz-box-shadow: 0px 0px 3px 1px #666;
box-shadow: 0px 0px 3px 1px #666;
position:fixed;
top:280px;
left:450px;
}
aside.bookmarkBox .bookmarkBoxHd {
width:195px;
height:25px;
background:url(../img/viewer/pophdbg.png) 0 0 repeat;
color:#FFFFFF;
font-size:13px;
line-height:25px;
padding:0 0 0 5px;
}
aside.bookmarkBox .bookmarkBoxHd .delete{
background:url(../img/viewer/x.png) 0 0 no-repeat;
width:16px;
height:16px;
display:block;
float:right;
margin: 4px 4px 0px 21px;
}
aside.bookmarkBox .bookmarkBoxHd .hidden_off{
background:url(../img/viewer/_.png) 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.bookmarkBox .bookmarkBoxHd .hidden_on{
background:url(../img/viewer/sikaku.png) 0 0 repeat;
width:16px;
height:16px;
display:block;
float:right;
margin:4px 26px 0 -26px;
}
aside.bookmarkBox .bookmarkBoxBody_on{
width:198px;
height:163px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
overflow:auto;
vertical-align:middle;
}
aside.bookmarkBox .bookmarkBoxBody_off{
width:198px;
height:163px;
background:#FFFFFF;
border:solid 1px #cfd0d0;
border-top:none;
display:none;
overflow:auto;
}
aside.bookmarkBox li{
padding:4px;
border-bottom:solid 1px #444;
overflow:hidden;
font-size:11px;
line-height:15px;
vertical-align:middle;
}
aside.bookmarkBox label{
padding:4px;
border-bottom:solid 1px #444;
overflow:hidden;
font-size:11px;
line-height:15px;
vertical-align:middle;
}
aside.bookmarkBox div{
padding:4px;
border-bottom:solid 1px #444;
overflow:hidden;
font-size:11px;
line-height:15px;
vertical-align:middle;
}
aside.bookmarkBox li .imgbox{
/*
width:44px;
height:43px;*/
display:table-cell;
float:left;
border:solid 1px #444;
background:#ccc;
margin:0 4px 0 0;
}
aside.bookmarkBox li .mdltext{
display:table-cell;
vertical-align:middle;
layout-grid-line:120px;
width:120px;
height:43px;
}
aside.bookmarkBox .last{
border:none;
}
/*----------------------------*/
/* 9. setting */
/*----------------------------*/
/*----------------------------*/
/* 10. setting */
/*----------------------------*/
/*----------------------------*/
/* 11. slider setting */
/*----------------------------*/
.slider {
background:url(../img/viewer/sliderbg01.png) 0 0 no-repeat;
width:502px;
height:41px;
float:left;
margin:11px 0 0 0;
}
.slider .sld01{
background:url(../img/viewer/sliderbg02.png) 0 0 no-repeat;
display:table;
width:112px;
height:21px;
padding:1px 2px 1px 1px;
float:left;
margin:9px 0 0 8px;
text-align:center;
}
.slider .sld01 span{
display:inline-block;
margin:2px 0 0 8px;
font-size:11px;
vertical-align:baseline;
}
.slider .sld01 span input{
border:none;
width:23px;
font-size:11px;
line-height:1;
padding:0;
margin:0;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
vertical-align:baseline;
}
.slider .sld01 .move{
width:21px;
height:21px;
display:block;
float:right;
}
.slider .sld02{
width:30px;
height:30px;
display:block;
float:right;
margin:7px 20px 0 0;
}
/*----------------------------*/
/* 12. transition setting */
/*----------------------------*/
.transition {
width:230px;
height:33px;
padding:4px;
float:left;
margin:11px 0 0 2px;
background:url(../img/viewer/transitionbtn_bg.png) 0 0 no-repeat;
}
/*ボタン設定*/
.transition a{
background:url(../img/viewer/transitionbtn.png) 0 0 no-repeat;
height:0;
padding-top:33px;
display:block;
overflow:hidden;
float:left;
font-size:0;
outline: none;
line-height:1;
}
.transition .begin {width:59px;background-position:0 0;}
.transition a:hover.begin {background-position:0 -33px;}
.transition .prev {width:57px;background-position:-59px 0;}
.transition a:hover.prev {background-position:-59px -33px;}
.transition .next {width:58px;background-position:-116px 0;}
.transition a:hover.next {background-position:-116px -33px;}
.transition .last {width:56px;background-position:-174px 0;}
.transition a:hover.last {background-position:-174px -33px;}
.transition .begin_device {width:59px;background-position:0 0;}
.transition .prev_device {width:57px;background-position:-59px 0;}
.transition .next_device {width:58px;background-position:-116px 0;}
.transition .last_device {width:56px;background-position:-174px 0;}
.transition .begin_off {width:59px;background-position:0 -66px;}
.transition .prev_off {width:57px;background-position:-59px -66px;}
.transition .next_off {width:58px;background-position:-116px -66px;}
.transition .last_off {width:56px;background-position:-174px -66px;}
/*----------------------------*/
/* 13. sizing setting */
/*----------------------------*/
.sizing {
width:173px;
height:33px;
padding:4px;
float:left;
margin:11px 0 0 2px;
background:url(../img/viewer/sizingbtn_bg.png) 0 0 no-repeat;
}
/*ボタン設定*/
.sizing a{
background:url(../img/viewer/sizingbtn.png) 0 0 no-repeat;
width:173px;
height:0;
padding-top:33px;
display:block;
overflow:hidden;
float:left;
font-size:0;
outline: none;
line-height:1;
}
.sizing .expansion {width:59px;background-position:0 0;}
.sizing a:hover.expansion {background-position:0 -33px;}
.sizing .fit {width:58px;background-position:-59px 0;}
.sizing a:hover.fit {background-position:-59px -33px;}
.sizing .reduction {width:56px;background-position:-117px 0;}
.sizing a:hover.reduction {background-position:-117px -33px;}
.sizing .expansion_device {width:59px;background-position:0 0;}
.sizing .fit_device {width:58px;background-position:-59px 0;}
.sizing .reduction_device {width:56px;background-position:-117px 0;}
.sizing .expansion_off {width:59px;background-position:0 -66px;}
.sizing .fit_off {width:58px;background-position:-59px -66px;}
.sizing .reduction_off {width:56px;background-position:-117px -66px;}
/*----------------------------*/
/* 14. toolbar setting */
/*----------------------------*/
.toolbar {
background:url(../img/viewer/toolbarbtn.png) 0 0 no-repeat;
width:60px;
height:0;
padding-top:60px;
display:block;
overflow:hidden;
font-size:0;
margin:0 0 0 10px;
}
.toolbar_device {
background:url(../img/viewer/toolbarbtn.png) 0 -60px no-repeat;
width:60px;
height:0;
padding-top:60px;
display:block;
overflow:hidden;
font-size:0;
margin:0 0 0 10px;
}
.toolbar_off {
background:url(../img/viewer/toolbarbtn.png) 0 -120px no-repeat;
width:60px;
height:0;
padding-top:60px;
display:block;
overflow:hidden;
font-size:0;
position:absolute;
margin:-130px 0 0 10px;
display:none;
/* position:absolute;
bottom:0;
right:0;
margin:0 10px 10px 0;*/
}
a:hover.toolbar {
background-position:0 -60px;
}
/*----------------------------*/
/* 15. glovalbtn setting */
/*----------------------------*/
.gNextbtn {
background:url(../img/viewer/gmovebtn.png) -54px 0 no-repeat;
width:54px;
height:0;
padding-top:72px;
display:block;
overflow:hidden;
font-size:0;
position:absolute;
right:20px;
top:50%;
margin:-27px 0 0 0;
}
.gBackbtn {
background:url(../img/viewer/gmovebtn.png) 0 0 no-repeat;
width:54px;
height:0;
padding-top:72px;
display:block;
overflow:hidden;
font-size:0;
position:absolute;
left:20px;
top:50%;
margin:-27px 0 0 0;
}
/*----------------------------*/
/* 999. clearfix */
/*----------------------------*/
/*clearfix*/
.fix {
}
.fix:after {
font-size:1px;
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.fix {
zoom:1;
}
/*------------*/
.markingToolbar_off_hover
{
background-position: -414px -92px;
}
ul#divSearchResult li:hover{ background:#f4f4f4;cursor:pointer;}
ul#divListBookmark li:hover{background:#f4f4f4;cursor:pointer;}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>History | ABook Viewer for WEB</title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link type="text/css" rel="stylesheet" href="css/list_shirori_detail.css" />
<link rel="stylesheet" type="text/css" href="./css/history.css" />
<link rel="stylesheet" type="text/css" href="./common/css/screen.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/header.css" rel="stylesheet" type="text/css" />
<link href="css/backup.css" rel="stylesheet" type="text/css" />
<link href="css/restore.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/common.js"></script>
<script src="./js/history.js"></script>
<script src="./js/header.js"></script>
<script src="./common/js/gotop.js"></script>
<script src="common/js/tab.js"></script>
<script src="./common/js/screenLock.js" type="text/javascript"></script>
<script src="js/detail.js" type="text/javascript"></script>
</head>
<body>
<p id="gotop" class="go_top" style="z-index: 99">
<a> </a>
</p>
<header>
<div class="cnt_header">
<a class="logo" href="javascript:void(0);" onclick="avwScreenMove(ScreenIds.Home)"> </a>
<div class="menu_language">
<ul>
<li><label class="lang" lang="txtLoginUser">こんにちは</label><label id="login-username"> </label></li>
<li class="jp" id="language-jp"><a href="#">日本語</a></li>
<li class="eng" id="language-en"><a href="#">English</a></li>
<li class="kor" id="language-kr"><a href="#">한글</a></li>
<li style="padding-left:0;"><input id="searchbox-key" type="text" placeholder="キーワードを入力してください"></li>
<div id="header-searchbox">
<input type="radio" id="searchbox-content" name="searchbox-searchtype" value="1" checked /><span id="searchbox-content-header" class="lang" lang="txtCtnNm">コンテンツ名</span><br/>
<input type="radio" id="searchbox-tag" name="searchbox-searchtype" value="2" /><span class="lang" id="searchbox-tag-header" lang="txtTag">タグ</span><br/>
<input type="radio" id="searchbox-body" name="searchbox-searchtype" value="3" /><span class="lang" id="searchbox-body-header" lang="txtContTxt">本文</span><br/>
<a class="blue lang" href="#" id="searchbox-search" lang="txtSearch">検索</a>
</div>
</ul>
<p class="button">
<a style="margin-right:0;" class="blue lang" href="#" id="dspLogout" lang="dspLogout">ログアウト</a>
<a class="blue lang" href="#" lang="dspSetting" id="dspSetting">設定変更</a>
<a class="blue lang" href="#" lang="dspViewHistory" id="dspViewHistory">閲覧履歴</a>
<a class="blue lang" href="#" id="dspShiori" lang="dspShiori">しおり</a>
<a class="blue lang" id="dspHome" lang="dspHome" href="#">ホーム</a>
</p>
</div>
</div>
</header>
<section class="sectionbackup1 " id="dlgConfirmBackup1">
<h1><label class="lang" lang="txtBackupTitle">バックアップ確認</label></h1>
<p class="message"><label lang="txtLogoutBkMsg" class="lang">ログアウトする前にバックアップしますか?</label></p>
<p class="notice">
<input type="checkbox" id="chkRememberBackup" />
<span class="lang" lang="txtLogoutOptBkCfm">今回の行動を記憶し、次回から確認せずに、同じことをする。</span><br/>
</p>
<p class="backupbtn">
<a class="cancel lang" href="#" lang="dspBkCancel" id="dlgConfirmBackup-withoutbackup">バックアップしないでログアウト</a>
<a class="ok lang" href="#" id="dlgConfirmBackup-backup" lang="dspBkOK">バックアップしてログアウト</a>
</p>
</section>
<article id="contentDetail" class="contentDetail">
<section id='sectionContentDetail' class='sectionContentDetail'>
<a class="closebtn" href="#" id="contentDetailClose"> </a>
<div id="book_data">
<p class="book_img"><img src="" id="imgContentThumbnail" alt="" height="120" width="160" /></p>
<ul>
<li class="title" id="txtContentTitle">Abook資料</li>
<li class="date"><label id="txtPubDt2" lang="dspPubDt2" class="lang">発行日:</label><label id="txtPubDt2_Dsp">____/__/__ __:__</label></li>
<li class="explain" id="txtContentDetail">スマートデバイス向け<br />統合ソリューション</li>
</ul>
<p class="read_btn"><a class="read lang" href="#" id="contentdetail_dspRead" lang="txtRead">読む</a></p>
</div>
<div id="book_list"> </div>
</section>
</article>
<div class="wrapper">
<div id="main">
<article class="articlehistory">
<div class="tops">
<ul>
<li><span class="lang" lang="txtSort">並べ替え</span><b>|</b></li>
<li>
<a class="lang control_sort_on nottouchdevice" id="control-sort-title" lang="dspTitleNm">タイトル名</a>
<a class="lang control_sort_off" style="display: none" lang="dspTitleNm">タイトル名</a>
<span id="title-sorttype"> </span>
<span><b>|</b></span>
</li>
<li>
<a id="control-sort-titlekana" class="lang control_sort_on nottouchdevice" lang="dspTitleNmKn" >タイトル名(かな)</a>
<a id="label-sort-titlekana" class="lang control_sort_off" style="display: none" lang="dspTitleNmKn" >タイトル名(かな)</a>
<span id="titlekana-sorttype"> </span>
<span id="separate"><b>|</b></span>
</li>
<li>
<a id="control-sort-releasedate" class="lang control_sort_on nottouchdevice" lang="txtPubDt" >公開日</a>
<a class="lang control_sort_off" style="display: none" lang="txtPubDt">公開日</a>
<span id="rDate-sorttype"> </span>
<span><b>|</b></span>
</li>
<li>
<a id="control-sort-viewdate" class="active_tops lang control_sort_on nottouchdevice" lang="txtViewDt" >閲覧日</a>
<a class="lang control_sort_off active_tops" style="display: none" lang="txtViewDt" >閲覧日</a>
<span id="vDate-sorttype"> </span>
</li>
</ul>
<p>
<label id="dispPage"> </label> <label class="lang pageNumControl" lang="txtRecordNum" style="visibility: hidden"></label >
</p>
</div>
<div id="content-grid">
</div>
<br/>
</article>
</div>
</div>
<footer>
<div class="border">
<div class="cnt_footer">
COPYRIGHT © 2012 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>Home | ABook Viewer for WEB</title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.treeview.css" />
<link rel="stylesheet" type="text/css" href="./common/css/screen.css" />
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/header.css" rel="stylesheet" type="text/css" />
<link href="css/backup.css" rel="stylesheet" type="text/css" />
<link href="css/restore.css" rel="stylesheet" type="text/css" />
<link href="css/tab.css" rel="stylesheet" type="text/css" />
<link href="css/list_shirori_detail.css" type="text/css" rel="stylesheet" />
<link href="css/home.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="./js/home.js"></script>
<script src="./js/header.js"></script>
<script src="./common/js/gotop.js"></script>
<script src="common/js/tab.js"></script>
<script src="./common/js/jquery.cookie.js" type="text/javascript"></script>
<script src="./common/js/jquery.cookie.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.edit.js" type="text/javascript"></script>
<script src="./common/js/jquery.treeview.js" type="text/javascript"></script>
<script src="./common/js/screenLock.js" type="text/javascript"></script>
<script src="js/detail.js" type="text/javascript"></script>
</head>
<body id="bookshelf">
<p id="gotop" class="go_top" style="z-index: 99">
<a> </a>
</p>
<header>
<div class="cnt_header">
<a class="logo" href="javascript:void(0);" onclick="avwScreenMove(ScreenIds.Home)"> </a>
<div class="menu_language">
<ul>
<li><label class="lang" lang="txtLoginUser">こんにちは</label><label id="login-username"> </label></li>
<li class="jp" id="language-jp"><a href="#">日本語</a></li>
<li class="eng" id="language-en"><a href="#">English</a></li>
<li class="kor" id="language-kr"><a href="#">한글</a></li>
<li style="padding-left:0;"><input id="searchbox-key" type="text" placeholder="キーワードを入力してください"></li>
<div id="header-searchbox">
<input type="radio" id="searchbox-content" name="searchbox-searchtype" value="1" checked /><span id="searchbox-content-header" class="lang" lang="txtCtnNm">コンテンツ名</span><br/>
<input type="radio" id="searchbox-tag" name="searchbox-searchtype" value="2" /><span class="lang" id="searchbox-tag-header" lang="txtTag">タグ</span><br/>
<input type="radio" id="searchbox-body" name="searchbox-searchtype" value="3" /><span class="lang" id="searchbox-body-header" lang="txtContTxt">本文</span><br/>
<a class="blue lang" href="#" id="searchbox-search" lang="txtSearch">検索</a>
</div>
</ul>
<p class="button">
<a style="margin-right:0;" class="blue lang" href="#" id="dspLogout" lang="dspLogout">ログアウト</a>
<a class="blue lang" href="#" lang="dspSetting" id="dspSetting">設定変更</a>
<a class="blue lang" href="#" lang="dspViewHistory" id="dspViewHistory">閲覧履歴</a>
<a class="blue lang" href="#" id="dspShiori" lang="dspShiori">しおり</a>
<a class="blue lang" id="dspHome" lang="dspHome" href="#">ホーム</a>
</p>
</div>
</div>
</header>
<section class="sectionbackup1 " id="dlgConfirmBackup1">
<h1><label class="lang" lang="txtBackupTitle">バックアップ確認</label></h1>
<p class="message"><label lang="txtLogoutBkMsg" class="lang">ログアウトする前にバックアップしますか?</label></p>
<p class="notice">
<input type="checkbox" id="chkRememberBackup" />
<span class="lang" lang="txtLogoutOptBkCfm">今回の行動を記憶し、次回から確認せずに、同じことをする。</span><br/>
</p>
<p class="backupbtn">
<a class="cancel lang" href="#" lang="dspBkCancel" id="dlgConfirmBackup-withoutbackup">バックアップしないでログアウト</a>
<a class="ok lang" href="#" id="dlgConfirmBackup-backup" lang="dspBkOK">バックアップしてログアウト</a>
</p>
</section>
<article id="contentDetail">
<section id='sectionContentDetail' class='sectionContentDetail'>
<a class="closebtn" href="#" id="contentDetailClose"> </a>
<div id="book_data">
<p class="book_img"><img src="" id="imgContentThumbnail" alt="" height="25px" width="25px" /></p>
<ul>
<li class="title" id="txtContentTitle">Abook資料</li>
<li class="date"><label id="txtPubDt2" lang="dspPubDt2" class="lang">発行日:</label><label id="txtPubDt2_Dsp">____/__/__ __:__</label></li>
<li class="explain" id="txtContentDetail">スマートデバイス向け<br />統合ソリューション</li>
</ul>
<p class="read_btn"><a class="read lang" href="#" id="contentdetail_dspRead" lang="txtRead">読む</a></p>
</div>
<div id="book_list"> </div>
</section>
</article>
<div class="wrapper">
<div id="main">
<div class="tabUnit">
<ul class="switchingTab">
<li class="colleft" ><a href="#list_0" class="current lang" lang="txtGen" id="lnkbtnGenre">ジャンル</a></li>
<li class="colright" ><a href="#list_1" class="lang" lang="txtGr" id="lnkbtnGroup">グループ</a></li>
</ul>
<div class="tabUnit-list" id="list_0" style="display: block;">
</div>
<div class="tabUnit-list" id="list_1" style="display: none;">
</div>
</div>
<article class="articlehome">
<div class="tops">
<a class="btn_blue" id="control-bookshelf-type"><img src="img/common/icon_book.gif"><span class="lang" lang="txtHondana">本棚</span></a>
<a class="btn_gray" id="control-list-type"><img src="img/common/icon_list.gif"><span class="lang" lang="txtList">リスト</span></a>
<ul>
<li><span class="lang" lang="txtSort">並べ替え</span><span><b>|</b></span></li>
<li><a class="lang nottouchdevice" id="control-sort-title" lang="dspTitleNm">タイトル名</a><span id="title-sorttype"> </span><span><b>|</b></span></li>
<li><a id="control-sort-titlekana" class="lang nottouchdevice" lang="dspTitleNmKn" >タイトル名(かな)</a><span id="titlekana-sorttype"> </span><span id="separate"><b>|</b></span></li>
<li><a id="control-sort-releasedate" class="lang nottouchdevice" lang="txtPubDt" >公開日</a><span id="rDate-sorttype"> </span></li>
</ul>
<p>
<label id="dispPage" class="pageNumControl" style="visibility: hidden"> </label>
<label class="lang pageNumControl" lang="txtRecordNum" style="visibility: hidden"></label >
<label class="pageNumControl" style="visibility: hidden">/</label>
<label id="totalPage" class="pageNumControl" style="visibility: hidden"> </label>
<label class="lang pageNumControl" lang="txtRecordTotal" style="visibility: hidden">件 表示</label>
</p>
</div>
<div id="content-grid">
</div>
<section class="sectionhomebookshelf" style="height:110px; width:100%;">
<a class="btn_bott" id="control-nextrecord" style="display: none">次の15件を表示する >></a>
</section>
</article>
<!--<div id="dlgSubMenu">
<div class="title">
<a class="lang" lang="txtRead" style="font-size: small" id="dialog-read">詠む</a>
<br/>
<a class="lang" lang="txtDetailPage" style="font-size: small" id="dialog-detail">詳細画面</a>
</div>
</div>-->
<section id="dlgSubMenu">
<p class="dop_info">
<a href="#" class="lang" lang="txtRead" id="dialog-read">読む</a><br />
<a href="#" class="lang" lang="txtDetailPage" id="dialog-detail">詳細画面へ</a></p>
</section>
<div id="dlgOverlay"> </div>
</div>
</div>
<footer>
<div class="border">
<div class="cnt_footer">
COPYRIGHT © 2012 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</body>
</html>
\ No newline at end of file
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('$(111).213(11(){6(!212(112.216))42;215();111.192=55(\'191\')+\' | \'+55(\'186\');7.214(112.207);6(7.210()!=1){181();166();$("#85").39(110);$("#82").39(131);$("#217").39(128);$("#227").39(140);77();6(7.23().13==0){$("#117").28();$("#85").25();$("#82").25()}12{$("#117").25();$("#85").28();$("#82").28()}$("49[36=\'75\']").159(\'39\');$("49[36=\'75\']").39(116);74();7.52(1);7.34(2);123()}12{226()}});11 123(){5 16=17;6(7.52()==1){6(7.34()==1){16=17;7.34(2)}12{16=21;7.34(1)}}12{7.52(1);7.34(1);16=21}145(16);$("#94").118("45");$("#51").65("45");$("#91").65("45")};11 164(){5 16=17;6(7.52()==2){6(7.34()==1){16=17;7.34(2)}12{16=21;7.34(1)}}12{7.52(2);7.34(1);16=21}151(16);$("#94").65("45");$("#51").118("45");$("#91").65("45")};11 163(){5 16=17;6(7.52()==3){6(7.34()==1){16=17;7.34(2)}12{16=21;7.34(1)}}12{7.52(3);7.34(1);16=21}149(16);$("#94").65("45");$("#51").65("45");$("#91").118("45")};11 116(){5 141=$(84).83("70");5 38=108.109(141);7.228(38.8);7.224(38.10);7.220(17);219(112.223)};11 128(){$("#89").25();127()};11 140(){5 101=$("78[36=\'87\']:155");$.142(101,11(){5 8=108.109(84.70).8;5 10=108.109(84.70).10;$(84).62().62().62().150();5 63=7.23();24(5 4=63.13-1;4>=0;4--){6(63[4].8==8&&63[4].10==10){63.61(4,1);7.113(21)}}7.23(63);6(7.23().13==0){$("#117").28();$("#85").25();$("#82").25()}});$("#89").25();127()};11 131(){110()};11 110(){6($("78[36=\'87\']:155").13>0){225();$("#89").28();$("#89").211()}};11 96(){6(182()){42}12{5 66=17;5 68=17;5 8="";5 10=0;6(7.23().13>0){$("#85").28();$("#82").28()}24(5 4=7.23().13-1;4>=0;4--){68=17;66=17;8=7.23()[4].8;10=7.23()[4].10;24(5 33=0;33<7.114().13;33++){6(7.114()[33].8==8&&7.114()[33].10==10){68=21}}24(5 33=0;33<7.115().13;33++){6(7.115()[33].8==8&&7.115()[33].10==10){66=21}}5 43;5 27="";5 30="";24(5 26=0;26<15.13;26++){6(15[26].8==8){27=15[26].27;30=15[26].30;24(5 48=0;48<15[26].18.13;48++){6(10==15[26].18[48].10){43=15[26].18[48];86}}}}6(43){6(43.121==21){143(8,43.10,27,30);162(8,"38:247/250;251,"+43.53,106(27),43.71,43.10,66,68,4)}12{158(8,106(27),43.10)}}}$("49[36=\'75\']").159(\'39\');$("49[36=\'75\']").39(116)}};11 74(){$("#146").25();$("#144").25();$("#99").25();$("#97").25();$("#147").25();$("#148").25()};11 145(16){74();6(16){$("#146").28()}12{$("#144").28()}5 14=7.23();5 46=[];5 31="";5 29=0;5 44=17;119(!44){6(14.13>0){31="";24(5 4=0;4<14.13;4++){6(31==""){31=14[4].27;29=4}12{6(16){6(14[4].27<31){31=14[4].27;29=4}}12{6(14[4].27>31){31=14[4].27;29=4}}}}46.69(14[29]);14.61(29,1)}12{44=21}}77();7.23(46);96()};11 77(){5 101=$("78[36=\'87\']");$.142(101,11(){$(84).62().62().62().150()});};11 151(16){74();6(16){$("#99").28()}12{$("#97").28()}5 14=7.23();5 46=[];5 31="";5 29=0;5 44=17;119(!44){6(14.13>0){31="";24(5 4=0;4<14.13;4++){6(31==""){31=14[4].30;29=4}12{6(16){6(14[4].30<31){31=14[4].30;29=4}}12{6(14[4].30>31){31=14[4].30;29=4}}}}46.69(14[29]);14.61(29,1)}12{44=21}}77();7.23(46);96()};11 149(16){74();6(16){$("#147").28()}12{$("#148").28()}5 14=7.23();5 46=[];5 50=79;5 29=0;5 44=17;119(!44){6(14.13>0){50=79;24(5 4=0;4<14.13;4++){6(50==79){50=14[4].76;29=4}12{6(16){6(14[4].76<50){50=14[4].76;29=4}}12{6(14[4].76>50){50=14[4].76;29=4}}}}46.69(14[29]);14.61(29,1)}12{44=21}}77();7.23(46);96()};11 143(8,10,27,30){5 35=7.23();24(5 4=0;4<35.13;4++){6(8==35[4].8&&10==35[4].10){6(27!=122&&27!=79){35[4].27=27}6(30!=122&&30!=79){35[4].30=30}86}}7.23(35)};11 158(8,93,10){5 9="";9+="<95>";9+=" <32 22=\'129\'>";9+=" <32 22=\'133\'>";9+=" <78 139=\'138\' 36=\'87\' 70=\'{\\"8\\":"+8+", \\"10\\":"+10+"}\'/>";9+=" </32>";9+=" <32 22=\'134\'>";9+=\' <37 22="36" 54="137: #136;">\'+102(93,20)+\'</37>\';9+=\' <32 22="132">\';9+=" <37 22=\'67 36\' 67=\'157\'>"+55(\'157\')+"</37>";9+=" </32>";9+=" </32>";9+="</95>";$(\'#170\').165(9)};11 162(8,53,93,71,10,66,68,107){5 176=\'<19 54="161:153" 22="152" 90="" 59="./19/104/154.98" />\';5 174=\'<19 54="161:153" 22="156" 90="" 59="./19/104/130.98" />\';5 177=\'<19 22="152" 90="" 59="./19/104/154.98" />\';5 171=\'<19 22="156" 90="" 59="./19/104/130.98" />\';5 9="";9+="<95>";9+="<32 22=\'129\'>";9+="<32 22=\'133\'>";9+="<78 139=\'138\' 36=\'87\' 70=\'{\\"8\\":"+8+", \\"10\\":"+10+", \\"107\\": "+107+"}\'/>";9+="</32>";9+="<49 22=\'19\'>";9+=\'<19 64="40\'+8+\'" 59="\'+53+\'" 56="160" 58="120" 54="233:238;">\';9+=\'<19 64="205\'+8+"206"+10+\'" 59="./19/243.244" 58="135" 56="135" 54="105: 245; "/>\';9+="</49>";9+="<32 22=\'134\'>";9+=\'<37 64="201" 22="36" 54="137: #136;">\'+102(93,20)+\'</37>\';9+=\'<32 22="132">\';9+=\'<88 22="240">\';9+=\'<41><37 64="241" 22="67" 67="200">\'+55(\'200\')+\'</37><37 64="239">\'+10+\'</37></41>\';5 198=106(242(71,3));9+=\'<41><37 64="201">\'+102(198,80)+\'</37></41>\';9+="</88>";9+=\'<88 22="232" 54="231:234">\';9+="<41>";5 57=237 236();57.235=11(){6(57.56>57.58){$("19#40"+8).83(\'58\',\'\');$("19#40"+8).202(\'58\');$("19#40"+8).83(\'56\',\'120\');5 196=(120*57.58)/57.56;$("19#40"+8).204(\'105-203\',(120-196)/2+\'255\')}12{$("19#40"+8).83(\'56\',\'\');$("19#40"+8).202(\'56\');$("19#40"+8).83(\'58\',\'120\');$("19#40"+8).204(\'105-203\',\'256\')}$("#205"+8+"206"+10).254(\'199\',11(){$("19#40"+8).253(\'199\')})};57.59=53;6(66){9+=171}12{9+=174}9+="</41>";9+="<41>";6(68){9+=177}12{9+=176}9+="</41>";9+="<41><49 22=\'257 67\' 36=\'75\' 70=\'{\\"8\\":\\""+8+"\\", \\"10\\":\\""+10+"\\"}\' 67=\'175\'>"+55(\'175\')+"</49></41>";9+="</88>";9+="</32>";9+="</32>";9+="</32>";9+="</95>";$(\'#170\').165(9)};$(11(){$("#94").39(123);$("#51").39(164);$("#91").39(163);6(187()!=190.193){$("#51").25();$("#100").25()}12{$("#51").28();$("#100").28()}});5 81=[];5 15=[];11 166(){5 103=7.23();24(5 4=0;4<15.13;4++){5 8=15[4].8;5 18=[];24(5 33=0;33<103.13;33++){6(103[33].8==8){18.69({10:103[33].10,71:"",53:"",121:17})}}15[4].18=18;5 167=188(15[4].18);168(7.169(),"248","173",{178:8,184:7.185(),246:167,249:1},11(38){15[4].27=38.27;15[4].30=38.30;24(5 26=0;26<15[4].18.13;26++){5 189=15[4].18[26].10;24(5 48=0;48<38.18.13;48++){6(189==38.18[26].10){15[4].18[26].121=21;15[4].18[26].71=38.18[26].71;15[4].18[26].53=38.18[26].53}}}},122)}};11 188(18){5 73="";24(5 4=0;4<18.13;4++){6(73==""){73=""+18[4].10}12{73+=","+18[4].10}}42 73};11 180(47){5 124=17;24(5 4=0;4<81.13;4++){6(47==81[4].8){124=21;86}}42 124};11 179(47){5 126=17;24(5 4=0;4<15.13;4++){6(47==15[4].8){126=21;86}}42 126};11 183(47){5 125=17;24(5 4=0;4<15.13;4++){6(15[4].8==47){125=21;86}}6(!125){15.69({8:47,27:"",30:"",18:[]})}};11 252(){6(187()!=190.193){$("#51").25();$("#100").25();$("#99").25();$("#97").25()}12{$("#51").28();$("#100").28();6(7.52()==2){6(7.34()==1){$("#99").28()}12{$("#97").28()}}}111.192=55(\'191\')+\' | \'+55(\'186\')};11 181(){81=[];15=[];5 35=7.23();24(5 4=35.13-1;4>=0;4--){5 60=35[4];6(180(60.8)==17){6(179(60.8)==17){6(!172(60.8)){6(182()){195();42}12{81.69({8:60.8});35.61(4,1);7.113(21)}}12{183(60.8)}}}12{35.61(4,1);7.113(21)}}7.23(35)};11 172(47){5 72=17;5 194={184:7.185(),209:\'1\',178:47};168(7.169(),"221",\'173\',194,11(38){72=21},11(197,208,222){6(197.218==229){72=17}12{72=21;195()}});42 72};11 102(92,13){6(92.13<=13){42 92}12{42 92.230(0,13)+"..."}};',10,258,'||||nIndex|var|if|ClientData|contentid|newRow|pageNo|function|else|length|arrSource|collection_contents|isAsc|false|pages|img||true|class|BookMarkData|for|hide|nIndex2|contentTitle|show|nTempIndex|contentTitleKana|strTemp|div|nIndex1|sortOpt_sortType|arrBookmarks|name|label|data|click|pageImg|li|return|pageDetail|isStop|active_tops|arrTarget|strContentId|nIndex3|a|dateTemp|dspTitleNmKn|sortOpt_searchDivision|pageThumbnail|style|i18nText|width|imgTemp|height|src|oneBookMark|splice|parent|bm|id|removeClass|hasMemo|lang|hasMarking|push|value|pageText|isExisted|strResult|HideSorting|dspRead|registerDate|ClearGrid|input|undefined||bookmark_errorContent|dspDelete1|attr|this|dspDelete|break|chkDelete|ul|delete_shiori|alt|dspPubDt|strInput|pageTitle|dspTitleNm|section|ShowBookmark|txtTitleNmKnDesc|png|txtTitleNmKnAsc|dspTitleNmKn_Seperate|arrSelectedBookmarks|truncate|arrBookMarks|list|padding|htmlEncode|index|JSON|parse|dspDelete_Click|document|ScreenIds|isChangedBookmark|MarkingData|MemoData|dspRead_Click|msgShioriNotExists|addClass|while||existed|null|dspTitleNm_Click|isError|isFound|isOK|unlockLayout|dspCancel_Click|cnt_section|pic_1|dspDelete1_Click|info|check|text|25px|2D83DA|color|checkbox|type|dspConfirmOK_Click|jsondata|each|UpdateBookmark|txtTitleNmDesc|SortTitleName|txtTitleNmAsc|txtPubDtAsc|txtPubDtDesc|SortPubDate|remove|SortTitleNameKana|pen|hidden|pic_2|checked|sticker|msgShioriDeleted|insertRowError|unbind||visibility|insertRow|dspPubDt_Click|dspTitleNmKn_Click|after|bookmark_collectAllPages|strPageNos|avwCmsApiSync|userInfo_accountPath|pnlTop|imgMemo|IsExistContent|GET|imgMemoHide|txtRead|imgMarkingHide|imgMarking|contentId|IsOKCheckedContent|IsErrorContent|SyncContent|avwHasError|AddContent|sid|userInfo_sid|sysAppTitle|getCurrentLanguage|buildPageNos|comparePageNo|Consts|dspShiori|title|ConstLanguage_Ja|params|showSystemError|realHeight|xmlHttpRequest|contentText|slow|txtPage|Label1|removeAttr|top|css|loadingIcon|_|BookmarkList|txtStatus|getType|requirePasswordChange|center|avwCheckLogin|ready|BookmarkScreen|LockScreen|Login|dspCancel|status|avwScreenMove|IsRefresh|webGetContent|errorThrown|ContentView|bookmark_pageNo|lockLayout|checkForceChangePassword|dspConfirmOK|contentInfo_contentId|404|substring|align|pic|display|right|onload|Image|new|none|Label3|date|Label2|getLines|data_loading|gif|46px|pageNos|image|webContentPage|thumbnailFlg|jpeg|base64|changeLanguageCallBackFunction|fadeIn|fadeOut|px|0px|read'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('4 90=1;4 291=15;4 210=\'1\';4 211=\'1\';4 290=0;4 237=\'62/164/292.163\';4 234=\'62/164/294.163\';4 197=\'62/164/293.163\';4 191=\'62/164/286.163\';4 168=15;4 150=[];4 33=[];4 145=[];4 153=[];4 97;4 138=26;4 131=26;4 93=26;$(160).287(9(){6(!289(189.288)){66}295();160.18=154(\'227\')+\' | \'+154(\'219\');5.302(189.301);6(5.303()!=1){207();266();221();229();$(\'147\').105(\'79\',187);$(\'147\').105(\'186\',187);$(\'147\').105(\'194\',9(){93=50});$(\'.176\').105(\'79\',199);$(\'.176\').105(\'186\',199);$(\'.176\').105(\'194\',9(){93=50});$(\'123#20-60\').79(218);$(\'#20-31-18\').79(273);$(\'#20-31-12\').79(270);$(\'#20-31-126\').79(267);$(\'.175-174\').105(\'79\',190);$(\'.175-174\').105(\'186\',190);$(\'.175-174\').105(\'194\',9(){93=50});$(\'#29-149\').79(258);$(\'#214\').305(245);$(\'#29-149-30\').79(244);$(\'#29-149-82\').79(247);$(\'#29-149-83\').79(246);$(\'#20-60\').11(\'40\',\'61\');$(228).304(9(){6($("#171").11("104")!="156"){$("#171").297();6($("#171").51()>$(228).51()){$("#171").11(\'206\',\'0\')}}})}10{296()}});9 246(){$(\'#29-83\').44(\'23\',\'23\');$(\'#29-82\').111(\'23\');$(\'#29-30\').111(\'23\')};9 247(){$(\'#29-82\').44(\'23\',\'23\');$(\'#29-83\').111(\'23\');$(\'#29-30\').111(\'23\')};9 244(){$(\'#29-30\').44(\'23\',\'23\');$(\'#29-82\').111(\'23\');$(\'#29-83\').111(\'23\')};9 245(63){4 230=(63.232?63.232:63.298);6(230==13){$(\'#29-149\').79()}};9 251(196,238,236,233){300(5.299(),196,236,238,233,37)};9 221(){4 59=5.118();4 57=5.106();$(\'#214\').152(59);6(57==1){$(\'#29-82\').44(\'23\',26);$(\'#29-83\').44(\'23\',26);$(\'#29-30\').44(\'23\',\'23\')}10 6(57==2){$(\'#29-30\').44(\'23\',26);$(\'#29-83\').44(\'23\',26);$(\'#29-82\').44(\'23\',\'23\')}10{$(\'#29-30\').44(\'23\',26);$(\'#29-82\').44(\'23\',26);$(\'#29-83\').44(\'23\',\'23\')}165()};9 125(53,182,223,268,275,276,280,255,249){4 262={70:53,59:182,57:223,34:268,21:275,42:276,39:280,72:255,64:249};251(\'283\',262,\'284\',9(103){$.306(103.338,9(36,32){4 87=261(32.337);$(\'#30-157\').336(\'<243>\'+\' <133 74="341">\'+\' <123 74="62">\'+\' <147 51="340" 14="339" 53="30-80\'+32.19+\'" 16="\'+32.19+\'" 278="104:156;">\'+\' </147>\'+\' <62 53="121\'+32.19+\'" 68="./62/332.331" 51="277" 14="277" 278="281-206: 330; 281-241: 335"/>\'+\' </123>\'+\' <133 74="182">\'+\' <123 53="18\'+32.19+\'" 74="176 196" 16="\'+32.19+\'">\'+231(334(32.333),25)+\'</123>\'+\' <133 74="347">\'+\' <178 74="65">\'+\' <98><132 74="108" 108="350"> </132> : \'+87+\'</98>\'+\' <98><132 74="108" 108="349"> </132>:<132 53="242\'+32.19+\'"> </132></98>\'+\' </178>\'+\' <178 74="342">\'+\' <98><62 68="\'+237+\'" 53="183\'+32.19+\'" 74="344" /></98>\'+\' <98><62 68="\'+234+\'" 53="177\'+32.19+\'" 74="346" /></98>\'+\' <98><123 74="343 108 175-174" 16="\'+32.19+\'" 108="348">314</123></98>\'+\' </178>\'+\' </133>\'+\' </133>\'+\' </133>\'+\'</243>\');150.67({19:32.19,80:248(32.193)});254(32.19,32.240,32.239);145.67({16:32.19,130:32.240});153.67({16:32.19,134:32.239});265(32.19);4 56=263(32.19);6(56!=37||56!=\'45\'){$(\'#242\'+32.19).8(56)}});274();6(103.185<103.39){5.96(103.185)}10{5.96(103.39)}5.95(103.42);97=103.185;6(97==0){144(97,97)}10{144(5.96(),97)}220();200()})};9 220(){6(5.96()>=97){$(\'#20-60\').11(\'40\',\'61\')}10{$(\'#20-60\').11(\'40\',\'143\')}6(97==0){$(\'#20-60\').11(\'40\',\'61\');158();131=50}10{$(\'#161\').81();$(\'#30-157\').69(\'108\');$(\'#30-157\').111(\'108\');203();131=26}};9 165(){6(135()==35.202||135()==35.215){$(\'#20-31-12\').11(\'104\',\'156\');$(\'#201-31-12\').11(\'104\',\'156\');$(\'#148\').11(\'104\',\'156\');$("#12-7").8(\'\')}10{6(5.46()!=37&&5.46()!=\'45\'||5.52()!=\'\'){4 112=5.52();4 116=5.46();6(112==2){6(116==35.71){$(\'#12-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').11(\'14\',\'49\')}10{$(\'#12-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').11(\'14\',\'49\')}}}6(131){$(\'#201-31-12\').11(\'104\',\'181\');$(\'#148\').11(\'104\',\'181\')}10{$(\'#20-31-12\').11(\'104\',\'181\');$(\'#148\').11(\'104\',\'181\')}}};9 229(){4 54=90;4 48=101();4 34=210;4 21=211;4 59=5.118();4 57=5.106();4 70=5.137();5.95(54);5.96(48);5.52(34);5.46(21);5.106(57);5.119(\'\');5.120(\'\');4 72=5.119();4 64=5.120();216();165();141();6(59==\'\'||59==37){158();138=50;131=50;144(0,0)}10{$(\'#161\').81();138=26;125(70,59,57,34,21,54,48,72,64);$(\'#20-60\').11(\'40\',\'143\')}};9 187(63){6(63){63.213()}6(93==50){93=26;66}4 19=$(140).44(\'53\');4 100=19.226(17);4 77=26;5.205(100);4 179=91(100);5.212(179);6(5.43().22>0){33=5.43();58(4 47=0;47<33.22;47++){6(33[47].16==100){77=50;75}10{77=26}}6(!77){33.67({16:100,56:\'\',124:\'\'})}}10{33.67({16:100,56:\'\',124:\'\'})}4 142=[];5.43(142);5.43(33);162(100);170(100);$(\'#282\').81();208(100);279()};9 144(225,224){$(\'#309\').8(225);$(\'#97\').8(224);$(\'.272\').11(\'40\',\'143\')};9 218(){4 54=5.95();4 48=5.96();4 34=5.52();4 21=5.46();4 59=5.118();4 57=5.106();4 72=5.119();4 64=5.120();4 70=5.137();4 188=97;6(54==37||54==\'45\'){54=90}6(48==37||48==\'45\'){48=101()}54=102(48)+1;4 192=102(188)-102(54);6(192<168){48=102(54)+102(192)}10{48=102(54)+(102(168)-1)}5.95(54);5.96(48);6(54<=188){125(70,59,57,34,21,54,48,72,64)}};9 273(){$(140).139(\'55\');$(\'#20-31-12\').69(\'55\');$(\'#20-31-126\').69(\'55\');4 21=5.46();4 34=5.52();4 70=5.137();4 42=90;4 39=5.96();4 72=5.119();4 64=5.120();6(21==35.71){6(34==\'1\'){21=35.184;$(\'#18-7\').8(\'\');$(\'#18-7\').8(\'\');$(\'#18-7\').11(\'14\',\'49\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\')}10{21=35.71;$(\'#18-7\').8(\'\');$(\'#18-7\').8(\'\');$(\'#18-7\').11(\'14\',\'49\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\')}5.46(21)}10{21=35.71;$(\'#18-7\').8(\'\');$(\'#18-7\').8(\'\');$(\'#18-7\').11(\'14\',\'49\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\');5.46(21)}6(42==37||42==\'45\'){42=90;5.95(42)}6(39==37||39==\'45\'){39=101();5.95(39)}34=\'1\';5.52(34);141();$(\'#20-60\').11(\'40\',\'61\');125(70,5.118(),5.106(),34,21,42,39,72,64)};9 270(){$(140).139(\'55\');$(\'#20-31-18\').69(\'55\');$(\'#20-31-126\').69(\'55\');4 21=5.46();4 34=5.52();4 70=5.137();4 42=90;4 39=5.96();4 72=5.119();4 64=5.120();6(21==35.71){6(34==\'2\'){21=35.184;$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').11(\'14\',\'49\');$(\'#24-7\').8(\'\')}10{21=35.71;$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').11(\'14\',\'49\');$(\'#24-7\').8(\'\')}5.46(21)}10{21=35.71;$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').11(\'14\',\'49\');$(\'#24-7\').8(\'\');5.46(21)}6(42==37||42==\'45\'){42=90;5.95(42)}6(39==37||39==\'45\'){39=101();5.95(39)}34=\'2\';141();$(\'#20-60\').11(\'40\',\'61\');5.52(34);125(70,5.118(),5.106(),34,21,42,39,72,64)};9 267(){$(140).139(\'55\');$(\'#20-31-18\').69(\'55\');$(\'#20-31-12\').69(\'55\');4 21=5.46();4 34=5.52();4 70=5.137();4 42=90;4 39=5.96();4 72=5.119();4 64=5.120();6(21==35.71){6(34==\'3\'){21=35.184;$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').11(\'14\',\'49\')}10{21=35.71;$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').11(\'14\',\'49\')}5.46(21)}10{21=35.71;$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').11(\'14\',\'49\');5.46(21)}6(42==37||42==\'45\'){42=90;5.95(42)}6(39==37||39==\'45\'){39=101();5.95(39)}34=\'3\';141();$(\'#20-60\').11(\'40\',\'61\');5.52(34);125(70,5.118(),5.106(),34,21,42,39,72,64)};9 91(16){58(4 36=0;36<150.22;36++){6(150[36].19==16){66 150[36].80}}};9 190(63){6(63){63.213()}6(93==50){93=26;66}4 19=$(140).44(\'16\');4 193=91(19);4 65=151 326();4 99=65.325()+1;4 107=65.327();4 87=250(107,99,65.329());5.205(19);5.212(193);4 77=26;6(5.43().22>0){33=5.43();58(4 47=0;47<33.22;47++){6(33[47].16==19){77=50;6(33[47].56==37||33[47].56==\'45\'||33[47].56==\'\'){33[47].56=87;33[47].124=65}75}10{77=26}}6(!77){33.67({16:19,56:87,124:65})}}10{33.67({16:19,56:87,124:65})}4 142=[];5.43(142);162(19);170(19);5.43(33);5.328(26);324(189.320)};9 265(19){6(5.198().22==0){$(\'#177\'+19).11(\'40\',\'61\')}10{58(4 73=0;73<5.198().22;73++){6(5.198()[73].16==19){$(\'#177\'+19).11(\'40\',\'143\');75}10{$(\'#177\'+19).11(\'40\',\'61\')}}}6(5.195().22==0){$(\'#183\'+19).11(\'40\',\'61\')}10{58(4 73=0;73<5.195().22;73++){6(5.195()[73].16==19){$(\'#183\'+19).11(\'40\',\'143\');75}10{$(\'#183\'+19).11(\'40\',\'61\')}}}};9 254(41,256,264){4 38=151 166();4 114=151 166();4 110=151 166();4 28=160.257(\'30-80\'+41);4 76=28.260(\'259\');4 172=26;4 115=5.136();4 113=5.129();4 180=5.43();6(180==37||180<=0||180==\'45\'){38.89=9(){4 27=122(38,28.14,28.51);76.88(38,28.14/2-27[0]/2,0,27[0],27[1]);114.89=9(){76.88(114,28.14/ 2 - 27[0] /2,0);$("#121"+41).127(\'78\',9(){$(\'#30-80\'+41).128(\'78\')})};114.68=191};38.68=91(41)}10{58(4 73=0;73<5.43().22;73++){6(5.43()[73].16==41){38.89=9(){4 27=122(38,28.14,28.51);76.88(38,28.14/ 2 - 27[0] /2,0,27[0],27[1]);$("#121"+41).127(\'78\',9(){$(\'#30-80\'+41).128(\'78\')})};38.68=91(41);172=50;75}10{38.89=9(){4 27=122(38,28.14,28.51);76.88(38,28.14/2-27[0]/2,0,27[0],27[1]);114.89=9(){76.88(114,28.14/ 2 - 27[0] /2,0);$("#121"+41).127(\'78\',9(){$(\'#30-80\'+41).128(\'78\')})};114.68=191};38.68=91(41)}}}6(172){6(115==37||115<=0||115==\'45\'){}10{58(4 84=0;84<115.22;84++){6(115[84].16==41){6(115[84].130!=256){38.89=9(){4 27=122(38,28.14,28.51);76.88(38,28.14/2-27[0]/2,0,27[0],27[1]);110.89=9(){76.88(110,28.14/ 2 - 27[0] /2,0);$("#121"+41).127(\'78\',9(){$(\'#30-80\'+41).128(\'78\')})};110.68=197};38.68=91(41);75}}}}6(113==37||113<=0||113==\'45\'){}10{58(4 84=0;84<113.22;84++){6(113[84].16==41){6(113[84].134!=264){38.89=9(){4 27=122(38,28.14,28.51);76.88(38,28.14/2-27[0]/2,0,27[0],27[1]);110.89=9(){76.88(110,28.14/ 2 - 27[0] /2,0);$("#121"+41).127(\'78\',9(){$(\'#30-80\'+41).128(\'78\')})};110.68=197};38.68=91(41);75}}}}172=26}};9 208(53){4 62=151 166();62.68=91(53);4 28=160.257(\'30-80\'+53);4 76=28.260(\'259\');62.89=9(){4 27=122(62,28.14,28.51);76.88(62,28.14/ 2 - 27[0] /2,0,27[0],27[1]);$("#121"+53).127(\'78\',9(){$(\'#30-80\'+53).128(\'78\')})}};9 258(){4 54=90;4 48=101();4 34=210;4 21=211;4 59=$(\'#214\').152();4 57;4 30=$(\'#29-30\').44(\'23\');4 82=$(\'#29-82\').44(\'23\');4 83=$(\'#29-83\').44(\'23\');6(30==\'23\'){57=$(\'#217-30\').152()}6(82==\'23\'){57=$(\'#217-82\').152()}6(83==\'23\'){57=$(\'#217-83\').152()}4 72=5.119();4 64=5.120();4 70=5.137();5.46(21);5.52(34);5.118(59);5.106(57);141();216();6(59==\'\'||59==37){158();138=50;131=50;144(0,0)}10{$(\'#161\').81();$(\'#20-60\').11(\'40\',\'61\');138=26;125(70,59,57,34,21,54,48,72,64);}};9 263(53){58(4 36=0;36<5.43().22;36++){6(5.43()[36].16==53){66 5.43()[36].56}}};9 162(92){4 85;4 146;4 109=26;6(5.136().22<=0||5.136()==37||5.136()==\'45\'){85=[]}10{85=5.136()}58(4 36=0;36<145.22;36++){6(145[36].16==92){146=145[36].130;75}}6(85.22>0){58(4 86=0;86<85.22;86++){6(85[86].16==92){85[86].130=146;109=50;75}10{109=26}}6(!109){85.67({16:92,130:146})}}10{85.67({16:92,130:146})}5.136(85)};9 170(92){4 94;4 155;4 109=26;6(5.129().22<=0||5.129()==37||5.129()==\'45\'){94=[]}10{94=5.129()}58(4 36=0;36<153.22;36++){6(153[36].16==92){155=153[36].134;75}}6(94.22>0){58(4 86=0;86<94.22;86++){6(94[86].16==92){94[86].134=155;109=50;75}10{109=26}}6(!109){94.67({16:92,134:155})}}10{94.67({16:92,134:155})}5.129(94)};9 216(){$(\'#20-31-18\').69(\'55\');$(\'#20-31-12\').69(\'55\');$(\'#20-31-126\').69(\'55\');4 112;4 116;6(5.52()==37||5.52()==\'45\'||5.52()==\'\'){$(\'#18-7\').8(\'\');$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\')}10{6(5.46()!=37&&5.46()!=\'45\'||5.52()!=\'\'){112=5.52();116=5.46();6(112==1){6(116==35.71){$(\'#18-7\').8(\'\');$(\'#18-7\').8(\'\');$(\'#18-7\').11(\'14\',\'49\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\')}10{$(\'#18-7\').8(\'\');$(\'#18-7\').8(\'\');$(\'#18-7\').11(\'14\',\'49\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\')}$(\'#20-31-18\').139(\'55\')}10 6(112==2){6(116==35.71){$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').11(\'14\',\'49\');$(\'#24-7\').8(\'\')}10{$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#12-7\').11(\'14\',\'49\');$(\'#24-7\').8(\'\')}$(\'#20-31-12\').139(\'55\')}10 6(112==3){6(116==35.71){$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').11(\'14\',\'49\')}10{$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').11(\'14\',\'49\')}$(\'#20-31-126\').139(\'55\')}}}};9 261(65){4 107=65.65;4 99=102(65.99)+1;4 159=102(65.159)+322;4 87=159+\'/\'+((\'\'+99).22<2?\'0\':\'\')+99+\'/\'+((\'\'+107).22<2?\'0\':\'\')+107;66 87};9 250(107,99,159){4 87=159+\'/\'+((\'\'+99).22<2?\'0\':\'\')+99+\'/\'+((\'\'+107).22<2?\'0\':\'\')+107;66 87};9 248(252){4 253=\'103:323/321;319,\'+252;66 253};9 199(63){6(63){63.213()}6(93==50){93=26;66}4 77=26;4 16=$(140).44(\'16\');4 179=91(16);5.212(179);5.205(16);6(5.43().22>0){33=5.43();58(4 47=0;47<33.22;47++){6(33[47].16==16){77=50;75}10{77=26}}6(!77){33.67({16:16,56:\'\',124:\'\'})}}10{33.67({16:16,56:\'\',124:\'\'})}4 142=[];5.43(142);5.43(33);162(16);170(16);$(\'#282\').81();208(16);279()};9 101(){4 48=0;4 269=318();48=269.310;66 48};9 274(){168=101()};9 311(){$(\'#18-7\').8(\'\');$(\'#12-7\').8(\'\');$(\'#24-7\').8(\'\');$(\'#24-7\').8(\'\')};9 141(){$(\'#20-60\').11(\'40\',\'61\');$(\'#30-157\').8(\'\');$(\'.272\').11(\'40\',\'61\')};9 207(){200();$(\'#20-60\').8(307(154(\'308\'),101()))};9 312(){165();207();6(138){158()}10{$(\'#20-60\').11(\'40\',\'143\');203()}160.18=154(\'227\')+\' | \'+154(\'219\')};9 158(){200();$(\'#30-157\').8(\'\');$(\'#161\').209();$(\'#161\').11({\'182-316\':\'241\',\'317-206\':\'315\',\'313\':\'345\'});$(\'#20-60\').11(\'40\',\'61\');$(\'.235\').81();$(\'.222\').209();6(135()==35.202||135()==35.215){$(\'#201-31-12\').81();$(\'#148\').81()}};9 203(){$(\'.235\').209();$(\'.222\').81();6(135()==35.202||135()==35.215){$(\'#20-31-12\').81();$(\'#148\').81()}};9 231(167,22){6(167.22<=22){66 167}10{66 167.226(0,22)+"..."}};9 122(117,14,51){4 169;4 173;6(117.14>117.51){169=14;173=(117.51*14)/117.14}10{173=51;169=(117.14*51)/117.51}4 271=[169,173];66 271};9 266(){6(285()){$(\'#20-31-18\').69(\'204\');$(\'#20-31-12\').69(\'204\');$(\'#20-31-126\').69(\'204\')}};',10,351,'||||var|ClientData|if|sorttype|html|function|else|css|titlekana||width||contentid||title|contentId|control|sortOrder|length|checked|rDate||false|resizeImg|c|main|content|sort|post|contentIdArray|sortType|Consts|i|null|imgThumb|recordTo|visibility|contId|recordFrom|ReadingContentIds|attr|undefined|searchCond_sortOrder|nIndex|toPage|12px|true|height|searchCond_sortType|id|fromPage|active_tops|viewdate|searchDivision|for|searchText|nextrecord|hidden|img|e|groupId|date|return|push|src|removeClass|sid|ConstOrderSetting_Asc|genreId|nIndex1|class|break|ctx|checkflag|slow|click|thumbnail|hide|tag|body|nIndex2|tempResourceArr|j|outputDate|drawImage|onload|DEFAULT_DISP_NUMBER_RECORD_FROM|returnThumbnail|conId|home_isMove|tempMetaArr|searchCond_recordFrom|searchCond_recordTo|totalPage|li|month|outputId|returnNumberDispRecordForList|eval|data|display|live|searchCond_searchDivision|day|lang|flag|imgIconEdit|removeAttr|typeSort|metaArr|imgIconNew|versionArr|orderSort|mg|searchCond_searchText|searchCond_genreId|searchCond_groupId|loadingIcon|resizeResourceThumbnail|a|originviewdate|renderContent|releasedate|fadeOut|fadeIn|MetaVersion|resourceversion|noRecordFlg|span|div|metaversion|getCurrentLanguage|ResourceVersion|userInfo_sid|chkSearchTextEmpty|addClass|this|refreshGrid|newArray|visible|reRenderPageNumber|resourceVersionArr|tempResource|canvas|separate|search|arrayTemp|new|val|metaVersionArr|i18nText|tempMeta|none|grid|displayResultNoRecord|year|document|msgSearchNotExist|setResourceVersionData|png|list|handleLanguage|Image|strInput|iNumberOfNextRecord|newWidth|setMetaVersionData|contentDetail|readFlg|newHeight|details|button|dialog|imgBookMark|ul|base64String|readArr|block|text|imgMemo|ConstOrderSetting_Desc|totalRecord|touchend|canvasClickFunction|totalrecord|ScreenIds|readSubmenuFunction|DEFAULT_IMG_CONTENT_NEW|iRecordNumber|contentThumbnail|touchmove|MemoData|name|DEFAULT_IMG_CONTENT_EDIT|MarkingData|titleClickFunction|i18nReplaceText|label|ConstLanguage_En|enableSort|nottouchdevice|contentInfo_contentId|top|formatDisplayMoreRecord|drawEditImage|show|DEFAULT_SORT_TYPE|DEFAULT_SORT_ORDER|contentInfo_contentThumbnail|preventDefault|txtSearch|ConstLanguage_Ko|handleSortDisp|searchbox|showNextRecordFunction|sysAppTitle|handleBackToTop|initialScreen|control_sort_off|division|dispTotal|dispRecord|substring|txtSearchResult|window|renderGridView|code|truncate|keyCode|callback|DEFAULT_IMG_OPTION_MARKING|control_sort_on|method|DEFAULT_IMG_OPTION_MEMO|param|metaVersion|resourceVersion|left|lblVdate|section|mainSearchContentClickFunction|mainSearchKeyDownFunction|mainSearchBodyClickFunction|mainSearchTagClickFunction|formatStringBase64|grpid|formatNormalDate|abapi|imgStr|outputString|checkUserHasReadContent|cateid|resourceVer|getElementById|searchEventButtonFunction|2d|getContext|formatDeliveryDate|params|renderViewDate|metaVer|checkContentMarkingMemoOption|removeHoverCss|sortByReleaseDateFunction|type|sysSettings|sortByTitleKanaFunction|result|pageNumControl|sortByTitleFunction|getNextRecordNumForList|order|from|25px|style|openContentDetail|to|padding|dlgSubMenu|webContentList|POST|isTouchDevice|newbook|ready|Login|avwCheckLogin|DEFAULT_SEARCH_DIVISION|DEFAULT_DISP_NUMBER_RECORD_TO|pic_1|updatebook|pic_2|LockScreen|checkForceChangePassword|center|which|userInfo_accountPath|avwCmsApi|ContentSearch|BookmarkScreen|requirePasswordChange|resize|keydown|each|format|dspViewMore|dispPage|bookListCount|refreshSortTypeOrder|changeLanguageCallBackFunction|clear|読む|20px|align|margin|avwSysSetting|base64|ContentView|jpeg|1900|image|avwScreenMove|getMonth|Date|getDate|IsRefresh|getFullYear|46px|gif|data_loading|contentTitle|htmlEncode|66px|append|contentDeliveryDate|contentList|150px|105px|cnt_section|pic|read|sticker|both|pen|info|txtRead|txtViewDt|txtPubDt'.split('|'),0,{}))
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;}('9 fF=4f;9 fD=aF;9 fM=9E;9 fH=4f;9 fY=aF;9 fU=9E;9 fT=4f;9 fR=aF;9 g1=9E;9 g2=4f;9 g0=eY;9 gr=9E;9 2P=\'\';9 2t=0;9 15=[];9 3g=[];9 5j;9 5L=C;9 8H=C;9 4H;9 2r;9 8n;9 8T;9 1r;9 5P=C;9 8M=s;9 9B;9 72=C;9 gs=C;9 7Z=0;9 7X=0;9 2J=\'\';9 63=0;9 cg=0;9 dn=C;9 6Y=C;9 7A=0;9 5H=C;9 6k=s;9 8B=[];9 aq=[];9 gn=[];9 2M,2f;9 87;9 8e;9 gm=C;9 64=C;9 1e=G gv();9 49;9 1B;9 3L;9 1y;9 3X;9 4t;9 bE;9 dz;9 9b;9 81;9 7P;9 4q;9 3x;9 8g;9 4Q;9 5T=C;9 5Q=C;9 eR=C;9 5K=0;9 5M=0;9 4j=0;9 4h=0;9 1h=0;9 2K=0;9 8L=C;9 9a=C;9 8u=0;9 6z=[];9 4Y=s;9 cC=C;9 7l=C;9 eT=1;9 eU=1;j 6L(bV){bV.o=bV.o};j f9(){6H(q.3b(),{2E:1r,1D:q.1E(),1a:1},j(16){2P=16;dI();d2();dr();dw();dL();dM();dK()},j(6U,6W,6S){6f()})};j dK(){5q(q.3b(),"gl","5y",{2E:1r,1D:q.1E()},j(16){5K=16.o;5M=16.m},V)};j dI(){5q(q.3b(),"8z","5y",{2E:1r,1D:q.1E(),8C:1},j(16){2t=16.4w.gt},V)};j dr(){5q(q.3b(),"8z","5y",{2E:1r,1D:q.1E(),8C:3},j(16){2r=[];1l(9 l=0;l<2t;l++){2r.1S("")}if(16.4w){if(16.4w.dA){2r=16.4w.dA}}},V)};j dw(){5q(q.3b(),"8z","5y",{2E:1r,1D:q.1E(),8C:4},j(16){8n=16.4w.gy},V)};j dL(){5q(q.3b(),"8z","5y",{2E:1r,1D:q.1E(),8C:5},j(16){8T=16.4w.gw},V)};j 2S(98){9 9f=e4();9 4D=9f.gB;4D=dP(4D,q.3b())+\'/\'+98;11 4D};j gu(98){9 9f=e4();9 4D=9f.g4;4D=dP(4D,q.3b())+\'/\'+98;11 4D};j dM(){5q(q.3b(),"8z","5y",{1D:q.1E(),2E:1r,8C:2},j(16){9 6t=16.4w;3g=[];if(6t.c9){if(6t.c9.2X){3g=6t.c9.2X}}k if(6t.ca){if(6t.ca.2X){3g=6t.ca.2X}}3T(3g,0)},V)};j 3T(4w,dN){15=[];9 2I;1l(9 l=0;l<4w.12;l++){if(4w[l].78==dN){2I=4w[l].fG;1A}}if(2I!=5D){1l(9 l=0;l<2I.12;l++){if(2I[l].O==1){9 B=dT(2I[l]);15.1S(B)}k if(2I[l].O==2){9 B=fm(2I[l]);15.1S(B)}k if(2I[l].O==3){9 B=fw(2I[l]);15.1S(B)}k if(2I[l].O==4){9 B=fz(2I[l]);15.1S(B)}k if(2I[l].O==5){9 B=fv(2I[l]);15.1S(B)}k if(2I[l].O==6){9 B=fk(2I[l]);15.1S(B)}k if(2I[l].O==7){9 B=fq(2I[l]);15.1S(B)}k if(2I[l].O==8){9 B=eV(2I[l]);15.1S(B)}}}};j dT(E){9 B=[];B[\'O\']=E.O;B[\'R\']=E.T.R;B[\'18\']=s;B[\'x\']=E.1R.x;B[\'y\']=E.1R.y;B[\'o\']=E.1R.o;B[\'m\']=E.1R.m;B[\'id\']="fS"+E.T.R;if(E.T.R==0){if(E.1x){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}}k if(E.T.R==1){if(E.1x){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}if(E.T.2p){B[\'4A\']=2S("2T")+"/?1D="+q.1E()+"&9u="+9z(E.T.2p);B[\'4b\']=E.T.2p}k{B[\'4A\']=\'\';B[\'4b\']=\'\'}}k if(E.T.R==2){if(E.1x){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}if(E.T.ay){if(1e.3e==\'fs\'){B[\'36\']=2S("2T")+"/?1D="+q.1E()+"&9u="+9z(E.T.ay)+"&fu=s"}k{B[\'36\']=2S("2T")+"/?1D="+q.1E()+"&9u="+9z(E.T.ay)}}k{B[\'36\']=\'\'}}k if(E.T.R==3){if(E.T.7y){B[\'7y\']=E.T.7y}k{B[\'7y\']=\'\'}if(E.T.3e){B[\'3e\']=E.T.3e}k{B[\'3e\']=\'\'}if(E.T.6r){B[\'6r\']=E.T.6r}k{B[\'6r\']=\'\'}if(E.1x){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}B[\'T\']=V}k if(E.T.R==4){if(E.1x.1t){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}9 ap=E.T.fI;9 ba=[];1l(9 l=0;l<ap.12;l++){ba.1S(2S("2T")+"/?1D="+q.1E()+"&9u="+9z(ap[l]))}B[\'6A\']=ba}k if(E.T.R==5){if(E.1x.1t){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}if(E.T.4L){B[\'4L\']=E.T.4L}k{B[\'4L\']=\'\'}}k if(E.T.R==6){if(E.1x.1t){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}if(E.T.6w){B[\'6w\']=E.T.6w}k{B[\'6w\']=\'\'}if(E.T.6D){B[\'6D\']=E.T.6D}k{B[\'6D\']=\'\'}}k if(E.T.R==8){if(E.1x.1t){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}B[\'2R\']=E.T.2R}k if(E.T.R==10){if(E.1x.1t){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}B[\'2E\']=E.T.2E;B[\'1a\']=E.T.1a}11 B};j fm(E){9 B=[];B[\'O\']=E.O;if(E.T.R){B[\'R\']=E.T.R}k{B[\'R\']=\'\'}B[\'id\']="4b"+E.1x.1t;if(E.1x.1t){B[\'4A\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t;B[\'4b\']=E.1x.1t}k{B[\'4A\']=\'\';B[\'4b\']=\'\'}if(E.T.2c){B[\'2c\']=E.T.2c}k{B[\'2c\']=\'\'}B[\'M\']=\'H/fE.3G\';B[\'x\']=E.1R.x;B[\'y\']=E.1R.y;B[\'o\']=E.1R.o;B[\'m\']=E.1R.m;B[\'18\']=s;11 B};j fw(E){9 B=[];B[\'O\']=E.O;if(E.T.R){B[\'R\']=E.T.R}k{B[\'R\']=\'\'}B[\'id\']="U"+E.1x.1t;if(E.1x.1t){if(1e.3e==\'fs\'){B[\'36\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t+"&fu=s"}k{B[\'36\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}}k{B[\'36\']=\'\'}B[\'3n\']=E.T.3n;B[\'M\']=\'H/gq.3G\';B[\'x\']=E.1R.x;B[\'y\']=E.1R.y;B[\'o\']=E.1R.o;B[\'m\']=E.1R.m;B[\'18\']=s;11 B};j fz(E){9 B=[];B[\'O\']=E.O;B[\'id\']=E.1x.id;9 4V=E.1x.4b;1l(9 l=0;l<4V.12;l++){4V[l].7t=2S("2T")+"/?1D="+q.1E()+"&1t="+4V[l].1t}B[\'5Y\']=4V;if(E.1x.6s){B[\'6s\']=E.1x.6s}k{B[\'6s\']=\'\'}if(4V.12>0){B[\'M\']=4V[0].7t}k{B[\'M\']=V}B[\'x\']=E.1R.x;B[\'y\']=E.1R.y;B[\'o\']=E.1R.o;B[\'m\']=E.1R.m;B[\'18\']=s;11 B};j fv(E){9 B=[];B[\'O\']=E.O;B[\'id\']=E.1x.id;9 7B=E.1x.4b;1l(9 l=0;l<7B.12;l++){7B[l].7t=2S("2T")+"/?1D="+q.1E()+"&1t="+7B[l].1t}B[\'5Y\']=7B;B[\'M\']=\'\';B[\'x\']=E.1R.x;B[\'y\']=E.1R.y;B[\'o\']=E.1R.o;B[\'m\']=E.1R.m;B[\'18\']=s;11 B};j fk(E){9 B=[];B[\'O\']=E.O;if(E.T.R){B[\'R\']=E.T.R}k{B[\'R\']=\'\'}B[\'id\']="9k"+E.1x.1t;if(E.1x){B[\'M\']=2S("2T")+"/?1D="+q.1E()+"&1t="+E.1x.1t}k{B[\'M\']=V}if(E.T.1w){B[\'1w\']=E.T.1w}k{B[\'1w\']=\'\'}if(E.T.3r){B[\'3r\']=E.T.3r}k{B[\'3r\']=\'\'}B[\'x\']=E.1R.x;B[\'y\']=E.1R.y;B[\'o\']=E.1R.o;B[\'m\']=E.1R.m;B[\'18\']=s;11 B};j fq(E){9 B=[];B[\'O\']=E.O;if(E.T.R){B[\'R\']=E.T.R}k{B[\'R\']=\'\'}B[\'id\']="gd";if(E.1x.2R){B[\'2R\']=E.1x.2R}k{B[\'2R\']=\'\'}if(E.T){B[\'T\']=""}B[\'x\']=E.1R.x;B[\'y\']=E.1R.y;B[\'o\']=E.1R.o;B[\'m\']=E.1R.m;B[\'18\']=s;11 B};j eV(E){9 B=[];11 B};j 8w(){9 w,h;w=$(1K).o();h=$(1K).m();if(2i()==s){if(1e.1z=="4p"){9 9s=J.aT.aU/1K.7r;if(9s<=1){w=1K.7r;h=1K.8v}k{w=$(1K).o();h=$(1K).m()}}}if(5L==s){aA(w,h)}k{as(w,h)}};j 24(){9 2R=1q();11 dU(2R.1J)};j eL(){if(q.45()==s){$(\'#1F\').I();$(\'#1F\').A(\'6E\')}k{$(\'#1F\').I();$(\'#1F\').A(\'9W\')}};j eO(){if(q.3p()==s){$(\'#1n\').I();$(\'#1n\').A(\'7o\')}k{$(\'#1n\').I();$(\'#1n\').A(\'5e\')}};j ag(){$(\'#4P\').1o();if(q.45()==s){q.45(C);72=C;5o();$(\'#1F\').I();if(2i()==s){$(\'#1F\').A(\'by\')}k{$(\'#1F\').A(\'9W\')}q.3p(C);$(\'#1n\').I();if(2i()==s){$(\'#1n\').A(\'bx\')}k{$(\'#1n\').A(\'5e\')}}k{q.45(s);72=C;4X();$(\'#1F\').I();$(\'#1F\').A(\'6E\')}};j 9J(1d){if(q.3p()==s){q.3p(C);72=C;4X();$(\'#1n\').I();$(\'#1n\').A(\'5e\')}k{q.45(s);q.3p(s);72=C;4X();$(\'#1F\').I();$(\'#1F\').A(\'6E\');$(\'#1n\').I();$(\'#1n\').A(\'7o\');if(q.8y()){$("#3q").2j();$(\'#5v\').r(\'z-1w\',\'5p\');$(\'#5v\').r(\'1f\',\'2A\');$(\'#5v\').4n({4d:"h1"});$("#5v").3o({P:1d.1U,L:1d.3D});$("#f1").2j();$("#f1").3o({P:1d.1U,L:(1d.3D+$(\'#g5\').m()-2)})}}};j 6B(){if(q.46()==s){$(\'#1P\').I();$(\'#1P\').A(\'7Y\');if(q.29()==s){if(q.93()==C){bN()}3s()}k{$(\'#1Q\').I();$(\'#1Q\').A(\'9V\')}}k{$("#aE").1o();$(\'#1P\').I();$(\'#1P\').A(\'ch\');$(\'#3j\').r(\'1f\',\'22\');$(\'#1Q\').I();$(\'#1Q\').A(\'9V\')}};j fb(){6Y=C;1y.5S(0,0,3L.o,3L.m);1y.6R();9 3Y=q.aR();1l(9 l=0;l<3Y.12;l++){if(3Y[l].5r==1r&&3Y[l].1a==3V(24())){9 H=G 2C();H.2L=j(){1y.3m(H,0,0,3L.o,3L.m);6Y=s};H.X=3Y[l].2R}}1y.6G();$(\'#3j\').r(\'1f\',\'2A\')};j 8c(){if(q.46()==C){q.46(s);5o();$("#aE").1o();}k{q.46(C);q.29(C);$(\'#3j\').r(\'1f\',\'22\');5o()}};j f6(){if(!q.b0()){q.b0(5)}if(!q.aX()){q.aX("g9")}if(!q.aW()){q.aW(5)}if(!q.aO()){q.aO("gx")}if(!q.c6()){q.c6(5)}9b=q.29();81=q.b0();7P=q.aX();4q=q.aW();3x=q.aO();8g=q.c6();4Q=q.fO()};j 8j(){fJ();if(q.29()==s){if(q.93()==s){q.29(s);q.46(s);q.93(C);bN();$(\'#1P\').I();$(\'#1P\').A(\'bL\')}}k{q.29(s);q.46(s);q.93(C);5h();bN();7W();$(\'#6J\').1o();5o();fb();3s();}f6()};j 3s(){$("#2V").r(\'N\',\'1c\');$("#2U").r(\'N\',\'1c\');$("#1N").r(\'N\',\'1c\');$("#1I").r(\'N\',\'1c\');$("#1V").r(\'N\',\'1c\');$("#1Z").r(\'N\',\'1c\');$("#1F").r(\'N\',\'1c\');$("#1n").r(\'N\',\'1c\');$("#1P").r(\'N\',\'1c\');$("#1Q").r(\'N\',\'1c\');$("#2u").r(\'N\',\'1c\');$("#2v").r(\'N\',\'1c\');$("#2z").r(\'N\',\'1c\');$("#2y").r(\'N\',\'1c\');$("#3B").r(\'N\',\'1c\');$("#3O").r(\'N\',\'1c\');$("#3N").r(\'N\',\'1c\');$("#5z").r(\'N\',\'1c\');$("#5u").r(\'N\',\'1c\');$("#4Z").r(\'N\',\'1c\');$(".7k-4U-4d").r(\'N\',\'1c\');$(\'#2V\').1g(\'F\');$(\'#2V\').I();$(\'#2V\').A(\'dG\');$(\'#2U\').1g(\'F\');$(\'#2U\').I();$(\'#2U\').A(\'dD\');$(\'#1N\').1g(\'F\');$(\'#1N\').I();$(\'#1N\').A(\'dC\');$(\'#1I\').1g(\'F\');$(\'#1I\').I();$(\'#1I\').A(\'bG\');$(\'#1V\').1g(\'F\');$(\'#1V\').I();$(\'#1V\').A(\'dF\');$(\'#1Z\').1g(\'F\');$(\'#1Z\').I();$(\'#1Z\').A(\'dE\');$(\'#1F\').1g(\'F\');$(\'#1F\').I();$(\'#1F\').A(\'e5\');$(\'#1n\').1g(\'F\');$(\'#1n\').I();$(\'#1n\').A(\'ex\');$(\'#1P\').1g(\'F\');$(\'#1P\').I();$(\'#1P\').A(\'bL\');$(\'#1Q\').1g(\'F\');$(\'#1Q\').I();$(\'#1Q\').A(\'ew\');$(\'#2u\').1g(\'F\');$(\'#2u\').I();$(\'#2u\').A(\'8I\');$(\'#2v\').1g(\'F\');$(\'#2v\').I();$(\'#2v\').A(\'8E\');$(\'#2z\').1g(\'F\');$(\'#2z\').I();$(\'#2z\').A(\'8O\');$(\'#2y\').1g(\'F\');$(\'#2y\').I();$(\'#2y\').A(\'a6\');$(\'#3B\').1g(\'F\');$(\'#3B\').I();$(\'#3B\').A(\'do\');$(\'#3O\').1g(\'F\');$(\'#3O\').I();$(\'#3O\').A(\'dl\');$(\'#3N\').1g(\'F\');$(\'#3N\').I();$(\'#3N\').A(\'dm\');if(1e.1z!="4p"){$("#4Z").4U("9M","9L",s)}ez(\'#5W\',\'#3h\');$(\'#4G\').r(\'1f\',\'22\');$(\'#4K\').r(\'1f\',\'22\')};j 8r(){3s();$("#2V").r(\'N\',\'1u\');$("#2U").r(\'N\',\'1u\');$("#1N").r(\'N\',\'1u\');$("#1I").r(\'N\',\'1u\');$("#1V").r(\'N\',\'1u\');$("#1Z").r(\'N\',\'1u\');$("#1F").r(\'N\',\'1u\');$("#1n").r(\'N\',\'1u\');$("#1P").r(\'N\',\'1u\');$("#1Q").r(\'N\',\'1u\');$("#2u").r(\'N\',\'1u\');$("#2v").r(\'N\',\'1u\');$("#2z").r(\'N\',\'1u\');$("#2y").r(\'N\',\'1u\');$("#3B").r(\'N\',\'1u\');$("#5z").r(\'N\',\'1u\');$("#5u").r(\'N\',\'1u\');$("#4Z").r(\'N\',\'1u\');$(".7k-4U-4d").r(\'N\',\'1u\');$("#fg").r(\'N\',\'1u\');$("#fj").r(\'N\',\'1u\');$("#fi").r(\'N\',\'1u\');$("#5z").I();$("#5u").I();$(\'#2V\').1W(\'F\',94);$(\'#2V\').I();$(\'#2U\').1W(\'F\',83);$(\'#2U\').I();$(\'#1N\').1W(\'F\',a3);$(\'#1N\').I();$(\'#1I\').1W(\'F\',ae);$(\'#1I\').I();$(\'#1V\').1W(\'F\',ac);$(\'#1V\').I();$(\'#1Z\').1W(\'F\',ad);$(\'#1Z\').I();$(\'#1F\').1W(\'F\',ag);$(\'#1F\').I();$(\'#1n\').1W(\'F\',9J);$(\'#1n\').I();$(\'#1P\').1W(\'F\',8c);$(\'#1P\').I();if(q.6x()==\'Y\'){$(\'#1Q\').1W(\'F\',8j);$(\'#1Q\').I()}8a();$("#4Z").4U("9M","9L",C);eu(\'#5W\',\'#3h\');if(1e.1z!="2m"&&1e.1z!="4p"){$(\'#4G\').r(\'1f\',\'2A\');$(\'#4K\').r(\'1f\',\'2A\')}if(2i()==s){$(\'#2V\').A(\'eq\');$(\'#2U\').A(\'et\');$("#5z").A(\'9T\');$("#5u").A(\'9T\');9 4O=6q();if(4O==-1){$(\'#1I\').A(\'bp\')}k{$(\'#1I\').A(\'8d\')}if(64==s){$(\'#1N\').A(\'8f\')}k{$(\'#1N\').A(\'bC\')}if(5T==s){$(\'#1Z\').A(\'7N\')}k{$(\'#1Z\').A(\'bF\')}if(5Q==s){$(\'#1V\').A(\'7Q\')}k{$(\'#1V\').A(\'bB\')}if(q.45()==s){$(\'#1F\').A(\'6E\')}k{$(\'#1F\').A(\'by\')}if(q.3p()==s){$(\'#1n\').A(\'7o\')}k{$(\'#1n\').A(\'bx\')}if(q.46()==s){$(\'#1P\').A(\'7Y\')}k{$(\'#1P\').A(\'es\')}if(q.6x()==\'Y\'){if(q.29()==s){$(\'#1Q\').A(\'9U\')}k{$(\'#1Q\').A(\'eA\')}}}k{$(\'#2V\').A(\'eH\');$(\'#2U\').A(\'91\');$("#5z").A(\'7U\');$("#5u").A(\'7U\');9 4O=6q();if(4O==-1){$(\'#1I\').A(\'9S\')}k{$(\'#1I\').A(\'8d\')}if(64==s){$(\'#1N\').A(\'8f\')}k{$(\'#1N\').A(\'1L\')}if(5T==s){$(\'#1Z\').A(\'7N\')}k{$(\'#1Z\').A(\'cj\')}if(5Q==s){$(\'#1V\').A(\'7Q\')}k{$(\'#1V\').A(\'1w\')}if(q.45()==s){$(\'#1F\').A(\'6E\')}k{$(\'#1F\').A(\'9W\')}if(q.3p()==s){$(\'#1n\').A(\'7o\')}k{$(\'#1n\').A(\'5e\')}if(q.46()==s){$(\'#1P\').A(\'7Y\')}k{$(\'#1P\').A(\'ch\')}if(q.6x()==\'Y\'){if(q.29()==s){$(\'#1Q\').A(\'9U\')}k{$(\'#1Q\').A(\'9V\')}}}6n()};j ae(){q.fQ(s);9 4O=6q();if(4O==-1){9 73=G fZ();73.5r=1r;73.1a=3V(24());73.aH=4H.aH;73.f7=4H.f7;9 44=[];if(q.4v().12>0){44=q.4v()}44.1S(73);q.4v(44);$(\'#1I\').I();$(\'#1I\').A(\'8d\')}k{9 44=[];44=q.4v();44.dd(4O,1);q.4v(44);$(\'#1I\').I();if(2i()==s){$(\'#1I\').A(\'bp\')}k{$(\'#1I\').A(\'9S\')}}};j 3V(42){11 4H.2X[42].1a};j 3A(f8){9 4i=4H.2X;1l(9 l=0;l<4i.12;l++){if(4i[l].1a==f8){11 l}}11-1};j 6q(){9 dp=-1;9 44=[];if(q.4v().12>0){44=q.4v();1l(9 l=0;l<44.12;l++){if(44[l].5r==1r&&44[l].1a==3V(24())){11 l}}}11 dp};j cA(){9 1L=[];9 bi=[];1L=q.4v();1l(9 l=0;l<1L.12;l++){if(1L[l].5r==1r){bi.1S(1L[l])}}11 bi};j cy(cx,1M){9 1L=[];1L=cA();9 5N=6z;9 3z=[];9 77=-1;9 a2=[];$(\'#6h\').1G().1T();$(\'#6h\').1s(\'<a id="9m" 1H="66" > </a>\');$("#9m").F(be);$(\'#6h\').2Y(1j(\'cB\'));$(\'#4l\').r(\'z-1w\',\'5p\');$(\'#4l\').r(\'1f\',\'2A\');$(\'#4l\').4n({4d:"h1"});$("#4l").3o({P:1M[0],L:1M[1]});$("#41").2j();$("#41").3o({P:1M[0],L:(1M[1]+$(\'#6h\').m())});$(\'#41\').1G().1T();1l(9 l=0;l<1L.12;l++){77=-1;9 3F=cx.2X;1l(9 8p=0;8p<3F.12;8p++){if(3F[8p].1a==1L[l].1a){77=8p;1A}}if(77!=-1){9 67=b2(1L[l].1a,5N);if(67!=-1){$(\'#41\').2Y(\' <3d id="\'+3A(1L[l].1a)+\'">\'+\' <H id="cd\'+1L[l].1a+\'" 1H="1i" X="\'+4F(5N[67].59)+\'"/>\'+\' <2h 1H="6V">\'+1j(\'7g\')+(3A(1L[l].1a)+1)+\'<br /> \'+7j(4E(3F[77].5A),20)+\' </2h>\'+\' </3d>\');9 1C=G 2C();1C.2L=j(){if(1C.o>1C.m){$("H.1i").17(\'m\',\'\');$("H.1i").3v(\'m\');$("H.1i").17(\'o\',\'43\')}k{$("H.1i").17(\'o\',\'\');$("H.1i").3v(\'o\');$("H.1i").17(\'m\',\'43\')}};1C.X=4F(5N[67].59)}k{$(\'#41\').2Y(\' <3d id="\'+3A(1L[l].1a)+\'">\'+\' <H id="cd\'+1L[l].1a+\'" 1H="1i" X="H/ab.9G" />\'+\' <2h 1H="6V">\'+1j(\'7g\')+(3A(1L[l].1a)+1)+\'<br /> \'+7j(4E(3F[77].5A),20)+\' </2h>\'+\' </3d>\');9 1C=G 2C();1C.2L=j(){if(1C.o>1C.m){$("H.1i").17(\'m\',\'\');$("H.1i").3v(\'m\');$("H.1i").17(\'o\',\'43\')}k{$("H.1i").17(\'o\',\'\');$("H.1i").3v(\'o\');$("H.1i").17(\'m\',\'43\')}};1C.X="H/ab.9G";a2.1S(1L[l].1a)}}k{$(\'#41\').2Y(\' <3d id="\'+3A(1L[l].1a)+\'">\'+\' <2h 1H="6V">\'+\' <2h>\'+1j(\'7g\')+1L[l].1a+\'</2h> <br /> \'+\' </2h>\'+\' </3d>\'+\' <3d>\'+\' <2h 1H="6V">\'+\' <2h 3y="ci:fX">\'+1j(\'g3\')+\'</2h>\'+\' </2h>\'+\' </3d>\')}}if(a2.12>0){4Y=s;c0(a2)}};j c0(3c){if(4Y==s){5q(q.3b(),"aG","5y",{1D:q.1E(),2E:1r,cT:3c[0],aj:1},j(16){ah(16.2X);9 1C=G 2C();$(\'#cd\'+16.2X[0].1a).17(\'X\',4F(16.2X[0].59));1C.2L=j(){if(1C.o>1C.m){$("H.1i").17(\'m\',\'\');$("H.1i").3v(\'m\');$("H.1i").17(\'o\',\'43\')}k{$("H.1i").17(\'o\',\'\');$("H.1i").3v(\'o\');$("H.1i").17(\'m\',\'43\')}};1C.X=4F(16.2X[0].59);3c=cX.d1(3c,j(47){11 47!=3c[0]});if(3c.12>0){c0(3c)}k{4Y=C}},V)}};j b2(cF,7b){9 l=-1;1l(9 n=0;n<7b.12;n++){if(7b[n].1a==cF){l=n;1A}}11 l};j ah(16){9 9C=C;1l(9 i=0;i<16.12;i++){9C=C;1l(9 n=0;n<6z.12;n++){if(16[i].1a==6z[n].1a){9C=s;1A}}if(9C==C){6z.1S(16[i])}}6z.cE(j(a,b){9 a1=a.1a,b1=b.1a;if(a1==b1)11 0;11 a1>b1?1:-1})};j f5(){61($(u).17(\'id\'));$("#3q").1o();$(\'#1N\').I();$(\'#1N\').A(\'1L\');$("#41").1o();$(\'#4l\').r(\'1f\',\'22\')};j be(){$("#41").1o();4Y=C;$(\'#4l\').r(\'1f\',\'22\');64=C;$("#3q").1o();$(\'#1N\').I();if(2i()==s){$(\'#1N\').A(\'bC\')}k{$(\'#1N\').A(\'1L\')}};j cD(){9 1L=[];1L=q.4v();1L.cE(j(a,b){9 a1=a.1a,b1=b.1a;if(a1==b1)11 0;11 a1>b1?1:-1});q.4v(1L)};j da(1M){9 b4=C;cD();9 1L=[];1L=q.4v();1l(9 l=0;l<1L.12;l++){if(1L[l].5r==1r){b4=s;1A}}if(b4==C){$(\'#41\').1G().1T();$(\'#41\').2Y(\'<2h 1H="8q">\'+1j(\'gp\')+\'</2h>\');$(\'#6h\').1G().1T();$(\'#6h\').1s(\'<a id="9m" 1H="66" > </a>\');$("#9m").F(be);$(\'#6h\').2Y(1j(\'cB\'));$(\'#4l\').r(\'z-1w\',\'5p\');$(\'#4l\').r(\'1f\',\'2A\');$(\'#4l\').4n({4d:"h1"});$("#4l").3o({P:1M[0],L:1M[1]});$("#41").2j();$("#41").3o({P:1M[0],L:(1M[1]+$(\'#6h\').m())})}k{cy(4H,1M)}};j 79(){if(6q()==-1){$(\'#1I\').I();$(\'#1I\').A(\'bG\')}k{$(\'#1I\').I();$(\'#1I\').A(\'9S\')}};j a3(e){9 7n=[e.1U,e.3D];64=s;$(\'#1N\').I();$(\'#1N\').A(\'8f\');$("#3q").2j();da(7n)};j ac(e){5Q=s;9 7n=[e.1U,e.3D];d9(7n);$(\'#1V\').I();$(\'#1V\').A(\'7Q\');$("#3q").2j()};j bg(){5Q=C;$("#4M").1o();$(\'#4J\').r(\'1f\',\'22\');$(\'#1V\').I();if(2i()==s){$(\'#1V\').A(\'bB\')}k{$(\'#1V\').A(\'1w\')}$("#3q").1o()};j d9(1M){if(8T.12>0){$(\'#4M\').1G().1T();$(\'#6g\').1G().1T();$(\'#6g\').1s(\'<a id="8P" 1H="66" > </a>\');$("#8P").F(bg);$(\'#6g\').2Y(1j(\'d8\'));$(\'#4J\').r(\'z-1w\',\'5p\');$(\'#4J\').r(\'1f\',\'2A\');$(\'#4J\').4n({4d:"h1"});$("#4J").3o({P:1M[0],L:1M[1]});$("#4M").2j();$("#4M").3o({P:1M[0],L:(1M[1]+$(\'#6g\').m())});9 4i=8T;9 7b=G fl();$.bd(4i,j(i,47){if(4i[i].ga==0){9 4N=G bQ();4N.ce=s;if(d3(4i[i].28)>30){4N.71=4E(d7(4i[i].28,30))+\'...\'}k{4N.71=4E(4i[i].28)}4N.id=4i[i].d6;4N.bX=4i[i].8l;c3(4N,4i);7b.1S(4N)}});9 aZ=G gc();aZ.gb=C;aZ.g7("4M",7b,"df");$("#4M").aM();$(".aM, .aM gf").r(\'7m\',\'3a gh 0\')}k{$(\'#4M\').1G().1T();$(\'#4M\').2Y(\'<2h 3y="ci:#gg; ge-5i:gk; N:1c; 2D-gi:22;">\'+1j(\'gj\')+\'</2h>\');$(\'#6g\').1G().1T();$(\'#6g\').1s(\'<a id="8P" 1H="66" > </a>\');$("#8P").F(bg);$(\'#6g\').2Y(1j(\'d8\'));$(\'#4J\').r(\'z-1w\',\'5p\');$(\'#4J\').r(\'1f\',\'2A\');$(\'#4J\').4n({4d:"h1"});$("#4J").3o({P:1M[0],L:1M[1]});$("#4M").2j();$("#4M").3o({P:1M[0],L:(1M[1]+$(\'#6g\').m())})}};j c3(ct,16){9 69=[];$.bd(16,j(1w,47){if(16[1w].dk==ct.id){69.1S(16[1w])}});$.bd(69,j(i,47){9 4C=G bQ();4C.ce=C;if(d3(69[i].28)>30){4C.71=4E(d7(69[i].28,30))+\'...\'}k{4C.71=4E(69[i].28)}4C.id=69[i].d6;4C.bX=69[i].8l;1l(9 l=0;l<16.12;l++){if(16[l].dk==4C.id){4C.ce=s;1A}}c3(4C,16);ct.go.1S(4C)})};j df(de){9 4N=G bQ();4N=de;$("#4M").3w(\'92\');61(4N.bX-1)};j ad(e){if(1e.1z=="4p"){cO()}k{5T=s;$(\'#1Z\').I();$(\'#1Z\').A(\'7N\');$("#3q").2j();9 7n=[e.1U,e.3D];9 3F=4H.2X;cN(3F,7n)}};j cO(){9 w=1K.ai(\'g8.1s\')};j g6(){9 16=4H.2X;9 6a=\'\';9 w=$("#4a").o()/ 2 - $(\'#3u\').o() /2;9 h=$("#4a").m()/ 2 - $(\'#3u\').m() /2;1l(9 l=0;l<16.12;l++){if(16[l].1a==3V(24())){6a=4E(16[l].5A);1A}}if(6a==\'\'){11{2D:1j(\'cP\'),28:1j(\'86\')+\' | \'+1j(\'2H\')}}k{9 a5="\\n";9 5d=6a;5d=5d.cR(a5,"<br/>");5d+="<br/>";11{2D:5d,28:1j(\'86\')+\' | \'+1j(\'2H\')}}};j 8F(){5T=C;$("#6y").1o();$(\'#3u\').r(\'1f\',\'22\');$(\'#1Z\').I();if(2i()==s){$(\'#1Z\').A(\'bF\')}k{$(\'#1Z\').A(\'cj\')}$("#3q").1o()};j cN(16,1M){9 6a=\'\';9 w=$("#4a").o()/ 2 - $(\'#3u\').o() /2;9 h=$("#4a").m()/ 2 - $(\'#3u\').m() /2;1l(9 l=0;l<16.12;l++){if(16[l].1a==3V(24())){6a=4E(16[l].5A);1A}}if(6a==\'\'){$(\'#6y\').1G().1T();$(\'#6y\').2Y(\'<3d 1H="8q">\'+1j(\'cP\')+\'</3d>\');$(\'#5b\').1G().1T();$(\'#5b\').1s(\'<a id="80" 1H="66" 3y="7m-L:3a;"> </a>\');$("#80").F(8F);$(\'#5b\').2Y(1j(\'86\'));$(\'#3u\').r(\'z-1w\',\'5p\');$(\'#3u\').r(\'1f\',\'2A\');$(\'#3u\').4n({4d:"h1"});$("#3u").3o({P:w,L:h});$("#6y").2j();}k{$(\'#6y\').1G().1T();9 a5="\\n";9 5d=6a;5d=5d.cR(a5,"<br/>");5d+="<br/>";$(\'#6y\').2Y(\'<34 1H="8q" id="86" 3y="cM-fL:1A-cM;gC-m: gz">\'+5d+\'</34>\');$(\'#5b\').1G().1T();$(\'#5b\').1s(\'<a id="80" 1H="66" 3y="7m-L:3a;"> </a>\');$("#80").F(8F);$(\'#5b\').2Y(1j(\'86\'));$(\'#3u\').r(\'z-1w\',\'5p\');$(\'#3u\').r(\'1f\',\'2A\');$("#3u").3o({P:w,L:h});$("#6y").2j();if(2i()==s){J.W(\'5b\').26(\'6O\',cu,C);J.W(\'5b\').26(\'6K\',bZ,C)}k{J.W(\'5b\').26(\'5n\',cu,C);J.W(\'5b\').26(\'4W\',bZ,C)}}};j cu(e){e.5s();$(\'#3u\').4n({4d:"h1"})};j bZ(e){e.5s();$("#3u").4n("fP")};j d2(){9 az=\'\';1l(9 l=0;l<2t;l++){if(l==0){az+=(l+1)}k{az+=","+(l+1)}}5q(q.3b(),"aG","5y",{1D:q.1E(),2E:1r,aj:0},j(16){2J=16.aH;4H=16},V)};j fd(){$(\'#5W\').aL(j(e){if(e.aS==13){cG();11 C}})};j ar(){4Y=C;$("#3J").1o();$(\'#4I\').r(\'1f\',\'22\');};j 4F(cS){9 cW=\'16:3C/fW;fV,\'+cS;11 cW};j 7j(a8,12){if(a8.12<=12){11 a8}k{11 a8.fK(0,12)+"..."}};j cG(){9 w=$("#1p").o()-$(".i1").o();9 1M=[w,37];if($(\'#5W\').3H()!=\'\'){9 5N=6z;9 3F=4H.2X;9 a4=G d0($(\'#5W\').3H());9 3z=[];9 3c=[];9 im=C;1l(9 l=0;l<3F.12;l++){if(a4.aJ(3F[l].5A)){3z.1S(3F[l])}}if(3z.12>0){$(\'#5U\').1G().1T();$(\'#5U\').1s(\'<a id="9X" 1H="66" > </a>\');$("#9X").F(ar);$(\'#5U\').2Y(1j(\'cU\'));$(\'#4I\').r(\'z-1w\',\'5p\');$(\'#4I\').r(\'1f\',\'2A\');$(\'#4I\').4n({4d:"h1"});$("#4I").3o({P:1M[0],L:1M[1]});$("#3J").2j();$("#3J").3o({P:1M[0],L:(1M[1]+$(\'#5U\').m()-2)});$(\'#3J\').1G().1T();1l(9 i=0;i<3z.12;i++){9 67=b2(3z[i].1a,5N);if(67!=-1){$(\'#3J\').2Y(\' <3d id="\'+3A(3z[i].1a)+\'">\'+\' <H id="cb\'+3z[i].1a+\'" 1H="1i" X="\'+4F(5N[67].59)+\'"/>\'+\' <2h 1H="6V">\'+1j(\'7g\')+(3A(3z[i].1a)+1)+\'<br /> \'+4E(7j(3z[i].5A,20))+\' </2h>\'+\' </3d>\');9 1C=G 2C();1C.2L=j(){if(1C.o>1C.m){$("H.1i").17(\'m\',\'\');$("H.1i").3v(\'m\');$("H.1i").17(\'o\',\'43\')}k{$("H.1i").17(\'o\',\'\');$("H.1i").3v(\'o\');$("H.1i").17(\'m\',\'43\')}};1C.X=4F(5N[67].59)}k{$(\'#3J\').2Y(\' <3d id="\'+3A(3z[i].1a)+\'">\'+\' <H id="cb\'+3z[i].1a+\'" 1H="1i" X="H/ab.9G"/>\'+\' <2h 1H="6V">\'+1j(\'7g\')+(3A(3z[i].1a)+1)+\'<br /> \'+4E(7j(3z[i].5A,20))+\' </2h>\'+\' </3d>\');9 1C=G 2C();1C.2L=j(){if(1C.o>1C.m){$("H.1i").17(\'m\',\'\');$("H.1i").3v(\'m\');$("H.1i").17(\'o\',\'43\')}k{$("H.1i").17(\'o\',\'\');$("H.1i").3v(\'o\');$("H.1i").17(\'m\',\'43\')}};1C.X="H/ab.9G";3c.1S(3z[i].1a);}}if(3c.12>0){4Y=s;c8(3c)}}k{$(\'#3J\').1G().1T();$(\'#3J\').2Y(\'<2h 1H="8q">\'+1j(\'il\')+\'</2h>\');$(\'#5U\').1G().1T();$(\'#5U\').1s(\'<a id="9X" 1H="66" > </a>\');$("#9X").F(ar);$(\'#5U\').2Y(1j(\'cU\'));$(\'#4I\').r(\'z-1w\',\'5p\');$(\'#4I\').r(\'1f\',\'2A\');$(\'#4I\').4n({4d:"h1"});$("#4I").3o({P:1M[0],L:1M[1]});$("#3J").2j();$("#3J").3o({P:1M[0],L:(1M[1]+$(\'#5U\').m()-2)})}}};j c8(3c){if(4Y==s){5q(q.3b(),"aG","5y",{1D:q.1E(),2E:1r,cT:3c[0],aj:1},j(16){ah(16.2X);9 1C=G 2C();$(\'#cb\'+16.2X[0].1a).17(\'X\',4F(16.2X[0].59));1C.2L=j(){if(1C.o>1C.m){$("H.1i").17(\'m\',\'\');$("H.1i").3v(\'m\');$("H.1i").17(\'o\',\'43\')}k{$("H.1i").17(\'o\',\'\');$("H.1i").3v(\'o\');$("H.1i").17(\'m\',\'43\')}};1C.X=4F(16.2X[0].59);3c=cX.d1(3c,j(47){11 47!=3c[0]});if(3c.12>0){c8(3c)}k{4Y=C}},V)}};j io(af){9 3F=4H.2X;9 a4=G d0($(\'#5W\').3H());9 5V=[];1l(9 l=0;l<3F.12;l++){if(a4.aJ(3F[l].5A)){1l(9 n=0;n<af.12;n++){if(af[n].1a==3F[l].1a){5V.1S(af[n]);1A}}}}$(\'#3J\').1G().1T();1l(9 l=0;l<5V.12;l++){$(\'#3J\').2Y(\' <3d id="\'+3A(5V[l].1a)+\'">\'+\' <H 1H="1i" X="\'+4F(5V[l].59)+\'"/>\'+\' <2h 1H="6V">\'+1j(\'7g\')+(3A(5V[l].1a)+1)+\'<br /> \'+4E(7j(5V[l].5A,20))+\' </2h>\'+\' </3d>\');9 1C=G 2C();1C.2L=j(){if(1C.o>1C.m){$("H.1i").17(\'m\',\'\');$("H.1i").3v(\'m\');$("H.1i").17(\'o\',\'43\')}k{$("H.1i").17(\'o\',\'\');$("H.1i").3v(\'o\');$("H.1i").17(\'m\',\'43\')}};1C.X=4F(5V[l].59)}};j fh(){$("#3J").3w(\'92\');61($(u).17(\'id\'))};j 7d(cH){if(1e.1z=="2m"){if($(\'#3I\').1G().12>0){$(\'#3I\').1G().1T()}3T(3g,cH);1l(9 l=0;l<15.12;l++){if(15[l].O==\'3\'&&15[l].3n==\'2\'){5G();7R=15[l].3n;6o=15[l].36;if(q.7D()=="1"){$(\'#3I\').1s(\' <U id="39" 2q="2q" >\'+\' <27 X="\'+6o+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#3I\').1s(\' <U id="39" >\'+\' <27 X="\'+6o+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}J.W(\'39\').6u();J.W(\'39\').4x();J.W("39").82()}}}};j 7i(){if(1e.1z=="2m"&&7l==s){7l=C;3T(3g,0);1l(9 l=0;l<15.12;l++){if(15[l].O==\'3\'&&15[l].3n==\'1\'){5G();84=15[l].3n;7v=15[l].36;if(q.7D()=="1"){$(\'#4k\').1s(\' <U id="2k" 2q="2q" >\'+\' <27 X="\'+7v+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#4k\').1s(\' <U id="2k" >\'+\' <27 X="\'+7v+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}J.W(\'2k\').6u();J.W(\'2k\').4x();J.W("2k").82()}}}};j 6P(){if(1q().6M()){7i();7d(24()+1);3s();$(\'#2O\').r(\'1f\',\'2A\');6L(J.W("1v"));6H(q.3b(),{2E:1r,1D:q.1E(),1a:24()+2},j(16){2P=16;3T(3g,(24()+1));1q().56(2t,2P).58(15);$(\'#2O\').r(\'1f\',\'22\');9 5c=G 5I();5c.dO()},j(6U,6W,6S){6f()})}};j 6f(){9 cQ=1j(\'ii\');$(\'#2O\').r(\'1f\',\'22\');ih();$().cI({75:\'ik-33\'});$().cI(\'ij\',{1b:\'bO\',iv:s,2D:cQ,92:j(){iu=C}});$(\'.bH-1b-bO\').r(\'m\',\'ix\');$(\'.bH-1b-bO > p\').r(\'7m-L\',\'iw\');$(\'.bH-4C-92\').9H(\'F\',83)};j 6Z(){if(1q().6Q()){7i();7d(24()-1);3s();$(\'#2O\').r(\'1f\',\'2A\');6L(J.W("1v"));6H(q.3b(),{2E:1r,1D:q.1E(),1a:24()},j(16){2P=16;3T(3g,(24()-1));1q().56(2t,2P).58(15);$(\'#2O\').r(\'1f\',\'22\');9 5c=G 5I();5c.e2()},j(6U,6W,6S){6f()})}};j aD(){if(1q().1J!=0){7i();7d(0);3s();$(\'#2O\').r(\'1f\',\'2A\');6L(J.W("1v"));6H(q.3b(),{2E:1r,1D:q.1E(),1a:1},j(16){2P=16;3T(3g,0);1q().56(2t,2P).58(15);$(\'#2O\').r(\'1f\',\'22\');9 5c=G 5I();5c.9g(0)},j(6U,6W,6S){6f()})}};j at(){if(1q().1J!=(2t-1)){7i();7d(2t-1);3s();$(\'#2O\').r(\'1f\',\'2A\');6L(J.W("1v"));6H(q.3b(),{2E:1r,1D:q.1E(),1a:2t},j(16){2P=16;3T(3g,2t-1);1q().56(2t,2P).58(15);$(\'#2O\').r(\'1f\',\'22\');$(\'#2O\').r(\'1f\',\'22\');9 5c=G 5I();5c.9g(2t-1)},j(6U,6W,6S){6f()})}};j 61(42){42=c2(42);if(42!=1q().1J){7i();7d(42);3s();$(\'#2O\').r(\'1f\',\'2A\');6L(J.W("1v"));6H(q.3b(),{2E:1r,1D:q.1E(),1a:42+1},j(16){2P=16;3T(3g,42);1q().56(2t,2P).58(15);$(\'#2O\').r(\'1f\',\'22\');9 5c=G 5I();5c.9g(42)},j(6U,6W,6S){6f()})}k if(q.7O()==s||q.7F()){1q().56(2t,2P).58(15).70(0)}};j fc(){5j=G dj();if(2i()==s){di(J.W(\'3j\'));di(J.W(\'4g\'))}k{3L.26(\'5n\',4e,C);3L.26(\'4T\',4e,C);3L.26(\'4W\',4e,C);3L.26(\'8k\',4e,C);3L.26(\'6O\',4e,C);3L.26(\'7p\',4e,C);3L.26(\'6K\',4e,C);49.26(\'5n\',4e,C);49.26(\'4T\',4e,C);49.26(\'4W\',4e,C);49.26(\'8k\',4e,C)}};j al(t,ev){if(5j.7f&&8L==s){if(9a==s){t.2G(ev.2n,ev.23);2M=ev.2n;2f=ev.23;9a=C}if(4Q==\'cs\'){t.1O=\'3W-3S\';t.4s=8g;t.3M=\'3i\';t.2N=\'3i\';t.S(2M,2f);t.54();t.1O=\'27-9l\'}k if(4Q==\'cm\'){t.2N="3i";t.3M="4y";t.4s=81;t.5E="#"+7P;t.S(ev.2n,ev.23);t.54()}k if(4Q==\'cq\'){t.2B();9 5x=4q/2;9 5w=4q/4;9 K=[{x:2M-5w,y:2f-5x},{x:2M+5w,y:2f-5x},{x:2M+5w,y:2f+5x},{x:2M-5w,y:2f+5x}];9 Q=[{x:ev.2n-5w,y:ev.23-5x},{x:ev.2n+5w,y:ev.23-5x},{x:ev.2n+5w,y:ev.23+5x},{x:ev.2n-5w,y:ev.23+5x}];if(2M>ev.2n){if(2f>ev.23){t.2B();t.1O=\'3W-3S\';t.2G(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.S(Q[3].x,Q[3].y);t.S(Q[0].x,Q[0].y);t.S(Q[1].x,Q[1].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.S(Q[3].x,Q[3].y);t.S(Q[0].x,Q[0].y);t.S(Q[1].x,Q[1].y);t.38()}k if(2f<ev.23){t.2B();t.1O=\'3W-3S\';t.2G(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(Q[2].x,Q[2].y);t.S(Q[3].x,Q[3].y);t.S(Q[0].x,Q[0].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(Q[2].x,Q[2].y);t.S(Q[3].x,Q[3].y);t.S(Q[0].x,Q[0].y);t.38()}k{t.2B();t.1O=\'3W-3S\';t.2G(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(Q[3].x,Q[3].y);t.S(Q[0].x,Q[0].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(Q[3].x,Q[3].y);t.S(Q[0].x,Q[0].y);t.38()}}k if(2M<ev.2n){if(2f>ev.23){t.2B();t.1O=\'3W-3S\';t.2G(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.S(K[0].x,K[0].y);t.S(Q[0].x,Q[0].y);t.S(Q[1].x,Q[1].y);t.S(Q[2].x,Q[2].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.S(K[0].x,K[0].y);t.S(Q[0].x,Q[0].y);t.S(Q[1].x,Q[1].y);t.S(Q[2].x,Q[2].y);t.38()}k if(2f<ev.23){t.2B();t.1O=\'3W-3S\';t.2G(K[3].x,K[3].y);t.S(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(Q[1].x,Q[1].y);t.S(Q[2].x,Q[2].y);t.S(Q[3].x,Q[3].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[3].x,K[3].y);t.S(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(Q[1].x,Q[1].y);t.S(Q[2].x,Q[2].y);t.S(Q[3].x,Q[3].y);t.38()}k{t.2B();t.1O=\'3W-3S\';t.2G(K[3].x,K[3].y);t.S(K[0].x,K[0].y);t.S(Q[1].x,Q[1].y);t.S(Q[2].x,Q[2].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[3].x,K[3].y);t.S(K[0].x,K[0].y);t.S(Q[1].x,Q[1].y);t.S(Q[2].x,Q[2].y);t.38()}}k{if(2f>ev.23){t.2B();t.1O=\'3W-3S\';t.2G(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.S(Q[0].x,Q[0].y);t.S(Q[1].x,Q[1].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.S(Q[0].x,Q[0].y);t.S(Q[1].x,Q[1].y);t.38()}k if(2f<ev.23){t.2B();t.1O=\'3W-3S\';t.2G(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(Q[2].x,Q[2].y);t.S(Q[3].x,Q[3].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(Q[2].x,Q[2].y);t.S(Q[3].x,Q[3].y);t.38()}k{t.2B();t.1O=\'3W-3S\';t.2G(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.3M=\'4y\';t.2N=\'55\';t.57="#"+3x;t.5a();t.1O=\'4u\';t.38();t.2B();t.2G(K[0].x,K[0].y);t.S(K[1].x,K[1].y);t.S(K[2].x,K[2].y);t.S(K[3].x,K[3].y);t.38()}}t.3M=\'4y\';t.2N=\'55\';t.5R=0.4;t.57="#"+3x;t.5a();t.5R=1;}t.1O=\'27-9l\';2M=ev.2n;2f=ev.23}};j dj(){9 5j=u;u.7f=C;u.5n=j(ev){ev.5s();2M=ev.2n;2f=ev.23;if($("#4g").is(":3P")){1y.2B();1y.2G(ev.2n,ev.23)}k{1B.2B();1B.2G(ev.2n,ev.23)}if(9b==s){dn=C;if($("#4g").is(":3P")){if(4Q==\'cs\'){1y.1O=\'3W-3S\';1y.4s=8g;1y.3M=\'3i\';1y.2N=\'3i\';1y.S(ev.2n+0.4r,ev.23+0.4r);1y.54();1y.1O=\'27-9l\'}k if(4Q==\'cm\'){6Y=s;1y.2N="3i";1y.4s=81;1y.5E="#"+7P;1y.S(ev.2n+0.4r,ev.23+0.4r);1y.54()}k if(4Q==\'cq\'){6Y=s;1y.1O=\'3W-3S\';1y.4s=4q;1y.9j=4q;1y.S(ev.2n,ev.23+0.4r);1y.2N=\'9h\';1y.5E="#"+3x;1y.54();1y.1O=\'4u\';1y.2N="9h";1y.4s=4q;1y.9j=4q;1y.5R=0.4;1y.5E="#"+3x;1y.S(ev.2n,ev.23+0.4r);1y.54();1y.5R=1}}k{if(4Q==\'cs\'){1B.1O=\'3W-3S\';1B.4s=8g;1B.3M=\'3i\';1B.2N=\'3i\';1B.S(ev.2n+0.4r,ev.23+0.4r);1B.54();1B.1O=\'27-9l\'}k if(4Q==\'cm\'){6Y=s;1B.2N="3i";1B.4s=81;1B.5E="#"+7P;1B.S(ev.2n+0.4r,ev.23+0.4r);1B.54()}k if(4Q==\'cq\'){6Y=s;1B.1O=\'3W-3S\';1B.4s=4q;1B.9j=4q;1B.S(ev.2n,ev.23+0.4r);1B.2N=\'9h\';1B.5E="#"+3x;1B.54();1B.1O=\'4u\';1B.2N="9h";1B.4s=4q;1B.9j=4q;1B.5R=0.4;1B.5E="#"+3x;1B.S(ev.2n,ev.23+0.4r);1B.54();1B.5R=1}}5j.7f=s;if(ev.dc==1){8L=s}}};u.4T=j(ev){if(9b==s){if($("#4g").is(":3P")){al(1y,ev)}k{al(1B,ev)}}};u.4W=j(ev){if(5j.7f){5j.7f=C;}};u.8k=j(ev){if(5j.7f){9a=s}};u.6O=j(ev){9 7e=ev.aC,35=7e[0],1b="";8t(ev.1b){2o"6O":1b="5n";1A;2o"7p":1b="4T";1A;2o"6K":1b="4W";1A;1c:11}9 5k=J.ax("au");5k.av(1b,s,s,1K,1,35.aw,35.ak,35.an,35.aI,C,C,C,C,0,V);35.3r.bb(5k);ev.5s()};u.7p=j(ev){9 7e=ev.aC,35=7e[0],1b="";8t(ev.1b){2o"6O":1b="5n";1A;2o"7p":1b="4T";1A;2o"6K":1b="4W";1A;1c:11}9 5k=J.ax("au");5k.av(1b,s,s,1K,1,35.aw,35.ak,35.an,35.aI,C,C,C,C,0,V);35.3r.bb(5k);ev.5s()};u.6K=j(ev){9 7e=ev.aC,35=7e[0],1b="";8t(ev.1b){2o"6O":1b="5n";1A;2o"7p":1b="4T";1A;2o"6K":1b="4W";1A;1c:11}9 5k=J.ax("au");5k.av(1b,s,s,1K,1,35.aw,35.ak,35.an,35.aI,C,C,C,C,0,V);35.3r.bb(5k);ev.5s()};}j 4e(ev){if(ev.b6||ev.b6==0){ev.2n=ev.b6;ev.23=ev.i8}k if(ev.bk||ev.bk==0){ev.2n=ev.bk;ev.23=ev.ia}9 bh=5j[ev.1b];if(bh){bh(ev)}};$(J).4W(j(e){if(e.dc==1)8L=C});j fe(){7l=s;if(q.9i()){8V(3A(q.9i()));q.9i(V)}};j f2(){7l=s;if(q.7F()){8V(3A(q.7F()));q.7F(V)}};j eQ(){7l=s;9 6i=q.6v();9 9N=6i[6i.12-1];8V(9N.eG);6i.dd(6i.12-1,1);q.6v(6i);q.7O(C)};j 7W(){if(5H==C){9 Z=J.W(\'3j\');9 1m=Z.4c(\'2d\');if(q.29()==s){87=Z.9c("3C/3G");8e=49.9c("3C/3G;")}9 w=$("#4a").o();9 h=$("#4a").m();if($("#9Y").is(":3P")){5L=C;$(\'#5C\').2j();$(\'#6J\').1o();$(\'#9Y\').2j();as(w,h);5o()}k{5L=s;$(\'#9Y\').1o();$(\'#6J\').2j();$(\'#5C\').1o();aA(w,h);5o()}bY();if(q.29()==s){9 H=G 2C();H.2L=j(){1m.3m(H,0,0,Z.o,Z.m)};H.X=87;9 6N=G 2C();6N.2L=j(){1B.3m(6N,0,0,49.o,49.m)};H.X=8e}}8m()};j bY(){3E();if(5L==s){$("#3j").17(\'m\',19.2e-19.L).17(\'o\',19.2a-19.P).r(\'L\',19.L).r(\'P\',19.P+2s);$("#4g").17(\'m\',19.2e-19.L).17(\'o\',19.2a-19.P).r(\'L\',19.L).r(\'P\',19.P+2s)}k{$("#3j").17(\'m\',19.2e-19.L).17(\'o\',19.2a-19.P).r(\'L\',19.L+37).r(\'P\',19.P+2s);$("#4g").17(\'m\',19.2e-19.L).17(\'o\',19.2a-19.P).r(\'L\',19.L+37).r(\'P\',19.P+2s)}};j b7(){$("#4Z").4U({i9:"db",iT:1,db:2t,47:24()+1,iU:j(1d,7k){$("#3h").3H(7k.47);},iR:j(1d,7k){61(7k.47-1)}});$("#3h").3H($("#4Z").4U("47"));$(\'#3h\').aL(j(1d){if(1d.aS==13){if($(\'#3h\').3H()<=0){$(\'#3h\').3H(\'1\')}k if($(\'#3h\').3H()>2t){$(\'#3h\').3H(2t)}k if(/\\D/g.aJ($(\'#3h\').3H())){$(\'#3h\').3H(\'1\')}if($(\'#3h\').3H()-1!=24()){$("#4Z").4U("47",$(\'#3h\').3H());61($(\'#3h\').3H()-1)}}k{}})};j 7T(42){$("#4Z").4U("47",42+1);$("#3h").3H(42+1)};j f4(){};$(J).aL(j(e){if(e.iO){8H=s}if(8H==s){if(q.29()==s||5H==s){}k{8t(e.aS){2o 6I.iD:if(1q().6Q()){6Z()}1A;2o 6I.iC:if(1q().6M()){6P()}1A;2o 6I.iF:97();1A;2o 6I.iE:96();1A;2o 6I.iz:5h();1A;2o 6I.iy:7W();1A;2o 6I.iB:8c();1A}}}});$(J).iA(j(e){8H=C});j fa(){if(q.9Q()){1r=q.9Q();q.9Q(V)}k if(q.7O()==s){9 7u=q.6v();1r=7u[7u.12-1].eJ}k{1r=q.iL()}};j ff(){q.45(C);q.3p(C);if(q.iK()=="1"){q.46(s)}k{q.46(C)}q.29(C)};j iN(){7h();3T(3g,0);1l(9 l=0;l<15.12;l++){if(15[l].O==\'3\'&&15[l].3n==\'1\'){if(1e.1z=="2m"){$(\'#2k\').17(\'X\',15[l].36);J.W("2k").4x();cC=s}k{5f(15[l].36,15[l].3n)}}}3T(3g,24());1q().56(2t,2P).58(15).70(24)};j cc(){6p(1r);iM("cc();",9o)};j eN(){if(q.6x()==\'Y\'){$(\'#1Q\').1W(\'F\',8j)}k{$(\'#1Q\').1g(\'F\')}};j eZ(){if(1e.1z=="2m"||1e.1z=="4p"){$(\'.iH\').r(\'7m\',\'cw 0 0 0\');$(\'.iG\').r(\'7m\',\'cw 0 0 iI\');$(\'.7U\').r(\'a0\',\'0 0 0 0\')}};j eS(){9 Z=J.W(\'3j\');9 1m=Z.4c(\'2d\');if(q.29()==s){87=Z.9c("3C/3G");8e=49.9c("3C/3G");}8w();bY();5o();if(q.29()==s){9 H=G 2C();H.2L=j(){1m.3m(H,0,0,Z.o,Z.m)};H.X=87;9 6N=G 2C();6N.2L=j(){1B.3m(6N,0,0,49.o,49.m)};6N.X=8e}};j 8V(6d){3s();9 bU=C;3T(3g,6d);1l(9 l=0;l<15.12;l++){if(15[l].O==\'3\'&&15[l].3n==\'2\'){bU=s}}if(bU==C){3T(3g,0);1l(9 l=0;l<15.12;l++){if(15[l].O==\'3\'&&15[l].3n==\'1\'){5f(15[l].36,15[l].3n)}}}$(\'#2O\').r(\'1f\',\'2A\');6L(J.W("1v"));6H(q.3b(),{2E:1r,1D:q.1E(),1a:6d+1},j(16){2P=16;3T(3g,6d);1q().56(2t,2P).58(15);$(\'#2O\').r(\'1f\',\'22\');6k=s;1q().9e(6d);b7();if(2r[6d]){if(2r[6d]!=\'\'){J.28=2J+\'74\'+2r[6d]+\' | \'+1j(\'2H\')}k{J.28=2J+\' | \'+1j(\'2H\')}}k{J.28=2J+\' | \'+1j(\'2H\')}},j(6U,6W,6S){6f()})};j eM(){$("#7x").33();$("#7x").r(\'75\',\'9x\');$("#4l").33();$("#4J").33();$("#3u").33();$("#4I").33();$("#5v").33();$(\'#h7\').33();$(\'#gZ\').33();$(\'#gY\').33();$(\'#aE\').33();$(\'#7G\').33();$("#7L").33()};j 88(){8m();$(\'#4P\').1o()};j f3(){9 2D=1j(\'h0\');$(\'#h3\').1s(2D);9 2D=1j(\'h2\');$(\'#hf\').1s(2D)};j aP(){$(\'#2O\').r(\'1f\',\'2A\');$(\'#6J\').1o();$(\'#5C\').2j();eZ();if(!he(8X.hg))11;hi();hh();fa();cc();ha(1r);f9();dZ(\'4a\');f4();f3();$(\'#5z\').F(7W);$(\'#5u\').F(7W);$(\'#1I\').F(ae);$(\'#1N\').F(a3);$(\'#41 3d\').9H(\'F\',f5);$(\'#1V\').F(ac);$(\'#3J 3d\').9H(\'F\',fh);$(\'#1Z\').F(ad);$("#80").F(8F);$(\'#2z\').F(6P);$(\'#4G\').F(6P);$(\'#2v\').F(6Z);$(\'#4K\').F(6Z);$(\'#2u\').F(aD);$(\'#2y\').F(at);$("#2U").F(83);$("#2V").F(94);$("#hc").F(cL);$("#gX").F(cK);$(\'#gJ\').F(f0);$(\'#fg\').F(fA);$(\'#fj\').F(fn);$(\'#fi\').F(dQ);fd();$(\'#3O\').F(97);$(\'#3N\').F(96);$(\'#3B\').F(5h);$(\'#1F\').F(ag);$(\'#1n\').F(9J);$(\'#1P\').F(8c);$(\'#1Q\').F(8j);fc();ff();8w();$(\'#3Q\').r(\'L\',\'dR\');$(\'#3Q\').1o();5H=s;3s();$(1K).eP(j(){8w();88()});$(J).gI(j(){cg++;if(cg==7){if(q.9i()){fe()}k if(q.7F()){f2()}k if(q.7O()==s){eQ()}k{if(24()==0){1q().56(2t,2P).58(15).70(0);if(2r[0]){if(2r[0]!=\'\'){J.28=2J+\'74\'+2r[0]+\' | \'+1j(\'2H\')}k{J.28=2J+\' | \'+1j(\'2H\')}}k{J.28=2J+\' | \'+1j(\'2H\')}b7()}}$(1K).eP(j(){if(2i()==s){if(1e.1z=="4p"){9 9s=J.aT.aU/1K.7r;if(9s<=1){9 L=1K.8v-$("#5C").m();$("#4a").r("o",1K.7r);$("#4a").r("m",1K.8v);$("#5C").r("L",L+"1h");$("#6J").r("L",L+"1h")}k{9 L=$(1K).m()-$("#5C").m();$("#4a").r("o",$(1K).o());$("#4a").r("m",$(1K).m());$("#5C").r("L",L+"1h");$("#6J").r("L",L+"1h")}}}eS();eR=C;eM();88()});6n();79();$(\'#gK\').2D(\'/ \'+2t);eL();eO();6B();eN();eW(4t);if(2i()==s){if(1e.1z=="4p"){eT=J.aT.aU/1K.7r;gL({gE:eY,gD:j(gF,eX,gH,gG,gT,gS){eU=eX}});9 L=1K.8v-$("#5C").m();$("#4a").r("o",1K.7r);$("#4a").r("m",1K.8v);$("#5C").r("L",L+"1h");$("#6J").r("L",L+"1h");8w()}}}})};$("J").gU(j(){if(1e.1z==\'2m\'){if(q.fo()==s){aP()}k{$(\'gW, 1s\').1o();q.fo(s);1R.gO()}}k{aP()}});9 5J=j(x,y,w,h){u.P=2l.3K(x);u.L=2l.3K(y);u.2a=2l.3K(x+w);u.2e=2l.3K(y+h);u.o=w;u.m=h};5J.1k.eg=j(x,y){u.P=2l.3K(u.P+x);u.2a=2l.3K(u.2a+x);u.L=2l.3K(u.L+y);u.2e=2l.3K(u.2e+y);u.o=u.2a-u.P;u.m=u.2e-u.L};5J.1k.33=j(){9 x=(u.P+u.2a)/2;9 y=(u.L+u.2e)/2;11 G 99(2l.3K(x),2l.3K(y))};9 6b=j(gN,9r){u.c1=0;u.9r=9r;u.gP=C;u.3C=V;u.15=G fl()};6b.1k.6u=j(bf){u.3C=G 2C();u.3C.gR=j(){};u.3C.2L=j(1m){if(bf){bf()}};u.3C.X=u.9r};6b.1k.ft=j(B){u.15.1S(B)};6b.1k.eD=j(15){1l(9 i=0;i<15.12;i++){9 v=15[i];9 2Z=V;8t(v.O){2o 1:if(v.R==0){2Z=G aN(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18)}k if(v.R==1){2Z=G b3(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.4A,v.4b)}k if(v.R==2){2Z=G bl(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.36)}k if(v.R==3){2Z=G b8(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.T,v.6r,v.7y)}k if(v.R==4){2Z=G 6A(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.6A)}k if(v.R==5){2Z=G 4L(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.4L)}k if(v.R==6){2Z=G c7(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.6w,v.6D)}k if(v.R==8){2Z=G cn(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.2R)}k if(v.R==10){2Z=G bz(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.2E,v.1a)}1A;2o 2:2Z=G bA(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.4A,v.4b,v.2c);1A;2o 3:2Z=G bt(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.36,v.3n);1A;2o 4:3U.1S(v);2Z=G cr(v.O,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.5Y,v.6s);1A;2o 5:3U.1S(v);2Z=G c5(v.O,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.5Y);1A;2o 6:2Z=G 9k(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.1w,v.3r,v.18,v.T);1A;2o 7:2Z=G 2D(v.O,v.R,v.id,v.x,v.y,v.o,v.m,v.18,v.T,v.2R);1A;1c:2Z=G 2Q();2Z.2w(v.O,v.R,v.id,v.M,v.x,v.y,v.o,v.m,v.18,v.T)}u.ft(2Z)}};6b.1k.eo=j(1m){5H=s;3s();aq=[];63=0;$(\'#2O\').r(\'1f\',\'2A\');9 o=u.3C.o;9 m=u.3C.m;if(o>m){if(5K>5M){4j=5K;4h=5M}k{4j=5M;4h=5K}}k{if(5K<5M){4j=5K;4h=5M}k{4j=5M;4h=5K}}$("#1v").17(\'m\',4h);$("#1v").17(\'o\',4j);9 8x=u.15;9 H=G 2C();H.2L=j(){1m.3m(H,0,0,4j,4h);3E();e8(1m);if(8x.12>0){1l(9 i=0;i<8x.12;i++){if(8x[i].M!=V){8x[i].fp(1m)}k{63++;if(63==15.12){8s();5H=C;if(q.29()==s){3s();9w()}k{8r()}$(\'#2O\').r(\'1f\',\'22\');5l()}}}}k{8s();5H=C;if(q.29()==s){3s();9w()}k{8r()}$(\'#2O\').r(\'1f\',\'22\');5l()}};H.X=u.3C.X};6b.1k.5X=j(1h,2K){1l(9 i=0;i<u.15.12;i++){if(u.15[i].5X(1h,2K)){11 u.15[i]}}11 V};6b.1k.hL=j(id){1l(9 i=0;i<u.15.12;i++){if(u.15[i].id==id){11 u.15[i]}}11 V};9 2Q=j(id,M,x,y,w,h,18,6m,5B){};2Q.1k.2w=j(O,R,id,M,x,y,w,h,18,6m,5B){u.O=O;u.R=R;u.id=id;u.x=x;u.y=y;u.o=w;u.m=h;u.5B=5B;u.18=18;u.M=M;u.3C=G 2C();u.3C.X=u.M};2Q.1k.5X=j(1h,2K){if(u.x<=1h&&1h<=(u.x+u.o)){if(u.y<=2K&&2K<=(u.y+u.m)){11 s}}11 C};9 hK;2Q.1k.fp=j(1m){if(u.18){9 O=u.O;9 5B=u.5B;9 x=u.x;9 y=u.y;9 w=u.o;9 h=u.m;if(O==\'5\'){63++;1m.5E="fy";1m.4s="1";1m.fC(x,y,w,h)}if(u.M!=\'\'){9 H=G 2C();H.2L=j(){63++;9 5F=[];5F.O=O;5F.H=H;5F.x=x;5F.y=y;5F.w=w;5F.h=h;5F.5B=5B;aq.1S(5F);if(O==\'2\'){H.o=50;H.m=50;if(H.o>w){1m.3m(H,x,y,w,h)}k{1m.3m(H,x+((w-H.o)/ 2), y + ((h - H.m) /2),H.o,H.m);if(5B==\'1\'){1m.5E="fy";1m.4s="1";1m.fC(x,y,w,h)}}}k if(O==\'3\'){H.o=50;H.m=50;1m.3m(H,x,y,H.o,H.m)}k{1m.3m(H,x,y,w,h)}3E();if(63==15.12){8s();5H=C;if(q.29()==s){3s();9w()}k{8r()}$(\'#2O\').r(\'1f\',\'22\');5l()}};H.X=u.M}k{if(63==15.12){8s();5H=C;if(q.29()==s){3s();9w()}k{8r()}$(\'#2O\').r(\'1f\',\'22\');5l()}}}};9 52=j(){u.6X=0;u.1J=0;u.2P=V;u.15=V;u.9F=V};52.1k.56=j(6X,dS){u.6X=6X;u.2P=dS;11 u};52.1k.58=j(15){u.15=15;11 u};52.1k.70=j(1J){u.9F=eB(u.1J,u.2P,u.15,j(){ec()});11 u};52.1k.6M=j(){if((u.1J+1)>(u.6X-1)){11 C}11 s};52.1k.dV=j(){u.1J++;if(u.1J>(u.6X-1)){u.1J=u.6X-1}u.70(u.1J);11 u};52.1k.6Q=j(){if((u.1J-1)<0){11 C}11 s};52.1k.e1=j(){u.1J--;if(u.1J<0){u.1J=0}u.70(u.1J);11 u};52.1k.9e=j(1w){u.1J=dU(1w);if(u.1J<0){u.1J=0}u.70(u.1J);11 u};j 6n(){if(1q().6M()){$(\'#2z\').1g(\'F\');$(\'#2z\').1W(\'F\',6P);$(\'#2y\').1g(\'F\');$(\'#2y\').1W(\'F\',at);if(2i()==s){$(\'#2z\').I();$(\'#2z\').A(\'hN\');$(\'#2y\').I();$(\'#2y\').A(\'hG\')}k{$(\'#2z\').I();$(\'#2z\').A(\'hF\');$(\'#2y\').I();$(\'#2y\').A(\'8q\')}}k{$(\'#2z\').1g(\'F\');$(\'#2y\').1g(\'F\');if(2i()==s){$(\'#2z\').I();$(\'#2z\').A(\'8O\');$(\'#2y\').I();$(\'#2y\').A(\'a6\')}k{$(\'#2z\').I();$(\'#2z\').A(\'8O\');$(\'#2y\').I();$(\'#2y\').A(\'a6\')}$(\'#4G\').r(\'3R\',\'0\')}if(1q().6Q()){$(\'#2v\').1g(\'F\');$(\'#2v\').1W(\'F\',6Z);$(\'#2u\').1g(\'F\');$(\'#2u\').1W(\'F\',aD);if(2i()==s){$(\'#2v\').I();$(\'#2v\').A(\'hH\');$(\'#2u\').I();$(\'#2u\').A(\'hJ\')}k{$(\'#2v\').I();$(\'#2v\').A(\'hI\');$(\'#2u\').I();$(\'#2u\').A(\'hV\')}}k{$(\'#2v\').1g(\'F\');$(\'#2u\').1g(\'F\');if(2i()==s){$(\'#2v\').I();$(\'#2v\').A(\'8E\');$(\'#2u\').I();$(\'#2u\').A(\'8I\')}k{$(\'#2v\').I();$(\'#2v\').A(\'8E\');$(\'#2u\').I();$(\'#2u\').A(\'8I\')}$(\'#4K\').r(\'3R\',\'0\')}};9 2R=G 52();9 14=G 5J(0,0,0,0);9 19=G 5J(0,0,0,0);9 hU=C;9 hW=0,hY=0;9 9v=0,9y=0;9 2b=1;9 co=0.5;9 eh,ek;9 7S;9 7V;9 3U=[];9 7c=C;9 8N=C;9 hX;9 hQ;9 hP=C;9 99=j(x,y){u.x=x;u.y=y};9 2s=13;9 37=65;9 5I=j(){};5I.1k.dO=j(){9 w=$(\'#1p\').17(\'o\');7h();if(1q().6M()){4t.5S(0,0,3X.o,3X.m);$(\'#1p\').5Z({P:\'-\'+w+\'1h\'},{60:"6l",68:j(){$(\'#1p\').r(\'P\',w+\'1h\');$(\'#1p\').5Z({P:2s+\'1h\'},{60:\'6l\',68:j(){6k=s;5h()}});1q().dV();79();6n();7T(1q().1J);6B();if(2r[1q().1J]){if(2r[1q().1J]!=\'\'){J.28=2J+\'74\'+2r[1q().1J]+\' | \'+1j(\'2H\')}k{J.28=2J+\' | \'+1j(\'2H\')}}k{J.28=2J+\' | \'+1j(\'2H\')}6p(1r)}})}};5I.1k.e2=j(){9 w=$(\'#1p\').17(\'o\');7h();if(1q().6Q()){4t.5S(0,0,3X.o,3X.m);$(\'#1p\').5Z({P:w+\'1h\'},{60:"6l",68:j(){$(\'#1p\').r(\'P\',-w+\'1h\');$(\'#1p\').5Z({P:2s+\'1h\'},{60:\'6l\',68:j(){6k=s;5h()}});1q().e1();79();6n();7T(1q().1J);6B();if(2r[1q().1J]){if(2r[1q().1J]!=\'\'){J.28=2J+\'74\'+2r[1q().1J]+\' | \'+1j(\'2H\')}k{J.28=2J+\' | \'+1j(\'2H\')}}k{J.28=2J+\' | \'+1j(\'2H\')}6p(1r)}})}};5I.1k.9g=j(1w){9 w=$(\'#1p\').17(\'o\');if(1w==1q().1J){6B()}k if(1w<1q().1J){4t.5S(0,0,3X.o,3X.m);7h();$(\'#1p\').5Z({P:w+\'1h\'},{60:"6l",68:j(){$(\'#1p\').r(\'P\',-w+\'1h\');$(\'#1p\').5Z({P:2s+\'1h\'},{60:\'6l\',68:j(){6k=s;5h()}});1q().9e(1w);79();6n();7T(1w);6B();if(2r[1w]){if(2r[1w]!=\'\'){J.28=2J+\'74\'+2r[1w]+\' | \'+1j(\'2H\')}k{J.28=2J+\' | \'+1j(\'2H\')}}k{J.28=2J+\' | \'+1j(\'2H\')}6p(1r)}})}k{4t.5S(0,0,3X.o,3X.m);7h();$(\'#1p\').5Z({P:\'-\'+w+\'1h\'},{60:"6l",68:j(){$(\'#1p\').r(\'P\',w+\'1h\');$(\'#1p\').5Z({P:2s+\'1h\'},{60:\'6l\',68:j(){6k=s;5h()}});1q().9e(1w);79();6n();7T(1w);6B();if(2r[1w]){if(2r[1w]!=\'\'){J.28=2J+\'74\'+2r[1w]+\' | \'+1j(\'2H\')}k{J.28=2J+\' | \'+1j(\'2H\')}}k{J.28=2J+\' | \'+1j(\'2H\')}6p(1r)}})}};j 7h(){$(\'#2D\').1G().1T();if(5P==s){5P=C;aB()}$("#7G").1o();$("#3u").1o();$("#4I").1o();$("#4J").1o();$("#4l").1o();$(\'#4P\').1o();4Y=C;64=C;5T=C;5Q=C;if($(\'#3k\').1G().12>0){$(\'#3k\').1G().1T()}if($(\'#4S\').1G().12>0){$(\'#4S\').1G().1T()}if($(\'#3I\').1G().12>0){if(1e.1z!="2m"){$(\'#3I\').1G().1T()}}if(1e.3e==\'4B\'){89=\'\';9p=\'\';6o=\'\';7R=\'\'}k{}7s();8K();7A=0};j dZ(dY){$(\'#\'+dY).e7(\'<Z id="1p"></Z>\'+\'<Z id="1v"></Z>\'+\'<Z id="3j"></Z>\'+\'<Z id="4g"></Z>\'+\'<34 id="3k"></34>\'+\'<34 id="4S" 3y="o:3a; m:3a;"></34>\'+\'<34 id="3I" 3y="o:3a; m:3a;"></34>\'+\'<34 id="4k" 3y="o:3a; m:3a;"></34>\'+\'<34 id="2D"></34>\');$(\'#1p\').r({\'75\':\'9x\',\'L\':37+\'1h\',\'P\':2s+\'1h\',\'bw-bR\':\'4R 4R hT #hS\',\'9I-ci\':\'hE(cv, cv, cv, 0.7)\',\'bS-hq\':\'cw\'});$(\'#1v\').r({\'hp\':\'3P\',\'1f\':\'22\'});$(\'#4g\').r({\'1f\':\'22\',\'75\':\'9x\',\'N\':\'1c\'});$(\'#3j\').r({\'1f\':\'22\',\'75\':\'9x\',\'N\':\'1c\'});$(\'#3k\').r({\'75\':\'hr\',\'L\':37+\'1h\',\'P\':2s+\'1h\'});dB();49=J.W(\'4g\');1B=49.4c(\'2d\');3L=J.W(\'3j\');1y=3L.4c(\'2d\');3X=J.W(\'1p\');4t=3X.4c(\'2d\');bE=J.W(\'1v\');dz=bE.4c(\'2d\')};j bT(1d){if(!8N){9 5g=eI(1d.1U,1d.3D);9 b5=$(\'#1v\').o();7Z=1d.1U;7X=1d.3D;if((1d.1U-2s)>=19.P&&(1d.1U-2s)<=19.2a){if(q.3p()==s){if(!q.8y()){du(1r,3V(24()),$(\'#7x\'),1d.1U,1d.3D,j(){q.9R(s);q.3p(C);4X();$(\'#1n\').I();$(\'#1n\').A(\'5e\')})}k{if(8u==1){du(1r,3V(24()),$(\'#7x\'),7Z,7X,j(){q.9R(s);q.3p(C);4X();$(\'#1n\').I();$(\'#1n\').A(\'5e\')})}k if(8u==2){ht(q.8y(),1r,3V(24()),$(\'#7x\'),7Z,7X,j(){q.9R(s);q.3p(C);4X();$(\'#1n\').I();$(\'#1n\').A(\'5e\')})}}}k{9 bq=C;if(5P==s){5P=C;aB()}if(8M==s){8M=C;$("#4P").1o()}if(q.45()==s){ee();1l(9 l=0;l<6T.12;l++){9 bD=6T[l];if(bD.5X(5g.x,5g.y)){9B=bD;9 95=1d.1U;9 9q=1d.3D;if(5g.y>4h-$("#4P").m()){9q=9q-$("#4P").m()}if(5g.x>4j-$("#4P").o()){95=95-$("#4P").o()}$("#4P").r(\'L\',9q).r(\'P\',95);$("#4P").2j();bq=s;8M=s}}}if(bq==C){9 bv=C;9 bn=1q().9F.5X(5g.x,5g.y);if(bn){bn.T()}k{1l(9 l=0;l<8A.12;l++){9 bs=8A[l];if(bs.5X(5g.x,5g.y)){bs.T();bv=s}}if(bv==C&&q.29()==C){9 5m=$(\'#1p\').o();if(1d.1U>0&&1d.1U<4f){6Z()}k if(1d.1U>(5m-4f)&&1d.1U<5m){6P()}}}}}}k{if(q.29()==C&&72==C){9 5m=$(\'#1p\').o();if(1d.1U>0&&1d.1U<4f){6Z()}k if(1d.1U>(5m-4f)&&1d.1U<5m){6P()}}}}8N=C};j 8U(1d){1d.5s();if(7c&&2b!=1){$(\'#1p\').r(\'N\',\'1u\');8N=s;9 8J;9 8D;if(1e.1z!="2m"&&1e.1z!="4p"){8J=1d.1U-1h;8D=1d.3D-2K}k{8J=1d.7q[0].1U-1h;8D=1d.7q[0].3D-2K}9 2M=1/2b;9 2f=1/2b;9v=2l.3i(-8J*2M);9y=2l.3i(-8D*2f);if(1e.1z!="2m"&&1e.1z!="4p"){1h=1d.1U;2K=1d.3D}k{1h=1d.7q[0].1U;2K=1d.7q[0].3D}3E();5l();8m()}9 5m=$(\'#1p\').o();9 hs=$(\'#1p\').m();if(1q().6Q()){$(\'#4K\').4T(j(){if(1q().6Q()){$(u).r(\'3R\',\'1\')}k{$(u).r(\'3R\',\'0\')}});if(1d.1U>0&&1d.1U<4f){$(\'#4K\').r(\'3R\',\'0.25\')}k{$(\'#4K\').r(\'3R\',\'0\')}}k{$(\'#4K\').r(\'3R\',\'0\')}if(1q().6M()){$(\'#4G\').4T(j(){if(1q().6M()){$(u).r(\'3R\',\'1\')}k{$(u).r(\'3R\',\'0\')}});if(1d.1U>(5m-4f)&&1d.1U<5m){$(\'#4G\').r(\'3R\',\'0.25\')}k{$(\'#4G\').r(\'3R\',\'0\')}}k{$(\'#4G\').r(\'3R\',\'0\')}};j 8W(1d){7c=s;if(2i()!=s){1d.5s()}$(\'#1p\').r(\'N\',\'1c\');if(1e.1z!="2m"&&1e.1z!="4p"){1h=1d.1U;2K=1d.3D}k{1h=1d.7q[0].1U;2K=1d.7q[0].3D}};j 8Q(1d){7c=C;$(\'#1p\').r(\'N\',\'1c\')};j dB(){J.W(\'1p\').26(\'F\',bT,C);J.W(\'3Q\').26(\'F\',bT,C);if(2i()==s){J.W(\'1p\').26(\'6O\',8W,C);J.W(\'1p\').26(\'7p\',8U,C);J.W(\'1p\').26(\'6K\',8Q,C)}k{J.W(\'1p\').26(\'5n\',8W,C);J.W(\'1p\').26(\'4T\',8U,C);J.W(\'1p\').26(\'4W\',8Q,C);J.W(\'3Q\').26(\'5n\',8W,C);J.W(\'3Q\').26(\'4T\',8U,C);J.W(\'3Q\').26(\'4W\',8Q,C);$(\'#1p\').8k(j(1d){if(7c){7c=C}$(\'#4K\').r(\'3R\',\'0\');$(\'#4G\').r(\'3R\',\'0\')})}};j ey(){$("#2V").r(\'N\',\'1c\');$("#2U").r(\'N\',\'1c\');$("#1N").r(\'N\',\'1c\');$("#1I").r(\'N\',\'1c\');$("#1V").r(\'N\',\'1c\');$("#1Z").r(\'N\',\'1c\');$("#1F").r(\'N\',\'1c\');$("#1n").r(\'N\',\'1c\');$("#1P").r(\'N\',\'1c\');$("#1Q").r(\'N\',\'1c\');$("#2u").r(\'N\',\'1c\');$("#2v").r(\'N\',\'1c\');$("#2z").r(\'N\',\'1c\');$("#2y").r(\'N\',\'1c\');$(\'#2V\').1g(\'F\');$(\'#2V\').I();$(\'#2V\').A(\'dG\');$(\'#2U\').1g(\'F\');$(\'#2U\').I();$(\'#2U\').A(\'dD\');$(\'#1N\').1g(\'F\');$(\'#1N\').I();$(\'#1N\').A(\'dC\');$(\'#1I\').1g(\'F\');$(\'#1I\').I();$(\'#1I\').A(\'bG\');$(\'#1V\').1g(\'F\');$(\'#1V\').I();$(\'#1V\').A(\'dF\');$(\'#1Z\').1g(\'F\');$(\'#1Z\').I();$(\'#1Z\').A(\'dE\');$(\'#1F\').1g(\'F\');$(\'#1F\').I();$(\'#1F\').A(\'e5\');$(\'#1n\').1g(\'F\');$(\'#1n\').I();$(\'#1n\').A(\'ex\');$(\'#1P\').1g(\'F\');$(\'#1P\').I();$(\'#1P\').A(\'bL\');$(\'#1Q\').1g(\'F\');$(\'#1Q\').I();$(\'#1Q\').A(\'ew\');$(\'#2u\').1g(\'F\');$(\'#2u\').I();$(\'#2u\').A(\'8I\');$(\'#2v\').1g(\'F\');$(\'#2v\').I();$(\'#2v\').A(\'8E\');$(\'#2z\').1g(\'F\');$(\'#2z\').I();$(\'#2z\').A(\'8O\');$(\'#2y\').1g(\'F\');$(\'#2y\').I();$(\'#2y\').A(\'a6\');if(1e.1z!="4p"){$("#4Z").4U("9M","9L",s)}ez(\'#5W\',\'#3h\');$(\'#4G\').r(\'1f\',\'22\');$(\'#4K\').r(\'1f\',\'22\')};j hk(){ey();$("#2V").r(\'N\',\'1u\');$("#2U").r(\'N\',\'1u\');$("#1N").r(\'N\',\'1u\');$("#1I").r(\'N\',\'1u\');$("#1V").r(\'N\',\'1u\');$("#1Z").r(\'N\',\'1u\');$("#1F").r(\'N\',\'1u\');$("#1n").r(\'N\',\'1u\');$("#1P").r(\'N\',\'1u\');$("#1Q").r(\'N\',\'1u\');$("#2u").r(\'N\',\'1u\');$("#2v").r(\'N\',\'1u\');$("#2z").r(\'N\',\'1u\');$("#2y").r(\'N\',\'1u\');$("#5z").I();$("#5u").I();$(\'#2V\').1W(\'F\',94);$(\'#2V\').I();$(\'#2U\').1W(\'F\',83);$(\'#2U\').I();$(\'#1N\').1W(\'F\',a3);$(\'#1N\').I();$(\'#1I\').1W(\'F\',ae);$(\'#1I\').I();$(\'#1V\').1W(\'F\',ac);$(\'#1V\').I();$(\'#1Z\').1W(\'F\',ad);$(\'#1Z\').I();$(\'#1F\').1W(\'F\',ag);$(\'#1F\').I();$(\'#1n\').1W(\'F\',9J);$(\'#1n\').I();$(\'#1P\').1W(\'F\',8c);$(\'#1P\').I();if(q.6x()==\'Y\'){$(\'#1Q\').1W(\'F\',8j);$(\'#1Q\').I()}$("#4Z").4U("9M","9L",C);eu(\'#5W\',\'#3h\');if(1e.1z!="2m"&&1e.1z!="4p"){$(\'#4G\').r(\'1f\',\'2A\');$(\'#4K\').r(\'1f\',\'2A\')}if(2i()==s){$(\'#2V\').A(\'eq\');$(\'#2U\').A(\'et\');$("#5z").A(\'9T\');$("#5u").A(\'9T\');9 4O=6q();if(4O==-1){$(\'#1I\').A(\'bp\')}k{$(\'#1I\').A(\'8d\')}if(64==s){$(\'#1N\').A(\'8f\')}k{$(\'#1N\').A(\'bC\')}if(5T==s){$(\'#1Z\').A(\'7N\')}k{$(\'#1Z\').A(\'bF\')}if(5Q==s){$(\'#1V\').A(\'7Q\')}k{$(\'#1V\').A(\'bB\')}if(q.45()==s){$(\'#1F\').A(\'6E\')}k{$(\'#1F\').A(\'by\')}if(q.3p()==s){$(\'#1n\').A(\'7o\')}k{$(\'#1n\').A(\'bx\')}if(q.46()==s){$(\'#1P\').A(\'7Y\')}k{$(\'#1P\').A(\'es\')}if(q.6x()==\'Y\'){if(q.29()==s){$(\'#1Q\').A(\'9U\')}k{$(\'#1Q\').A(\'eA\')}}}k{$(\'#2V\').A(\'eH\');$(\'#2U\').A(\'91\');$("#5z").A(\'7U\');$("#5u").A(\'7U\');9 4O=6q();if(4O==-1){$(\'#1I\').A(\'9S\')}k{$(\'#1I\').A(\'8d\')}if(64==s){$(\'#1N\').A(\'8f\')}k{$(\'#1N\').A(\'1L\')}if(5T==s){$(\'#1Z\').A(\'7N\')}k{$(\'#1Z\').A(\'cj\')}if(5Q==s){$(\'#1V\').A(\'7Q\')}k{$(\'#1V\').A(\'1w\')}if(q.45()==s){$(\'#1F\').A(\'6E\')}k{$(\'#1F\').A(\'9W\')}if(q.3p()==s){$(\'#1n\').A(\'7o\')}k{$(\'#1n\').A(\'5e\')}if(q.46()==s){$(\'#1P\').A(\'7Y\')}k{$(\'#1P\').A(\'ch\')}if(q.6x()==\'Y\'){if(q.29()==s){$(\'#1Q\').A(\'9U\')}k{$(\'#1Q\').A(\'9V\')}}}6n()};j eI(x,y){9 32=G 99(0,0);if(5L==s){32.x=x-2s;32.y=y}k{32.x=x-2s;32.y=y-37}9 2M=(19.2a-19.P)/(14.2a-14.P);9 2f=(19.2e-19.L)/(14.2e-14.L);9 eF=(32.x-19.P)/2M;9 eC=(32.y-19.L)/2f;32.x=2l.3K(eF+14.P);32.y=2l.3K(eC+14.L);11 32};j 1q(){11 2R};j eB(c1,eE,15,ep){9 78=G 6b(c1,eE);78.eD(15);78.6u(ep);11 78};j ec(o,m){5o()};j 5o(){9 Z=J.W(\'1v\');9 1m=Z.4c(\'2d\');1m.5S(0,0,Z.o,Z.m);el(1m);};j 4X(){9 Z=J.W(\'1v\');9 1m=Z.4c(\'2d\');if(q.45()==s){6T=[];9 2x=q.ea();1l(9 l=0;l<2x.12;l++){if(2x[l].5r==1r&&2x[l].1a==3V(24())){9 6C=V;if(2x[l].53>4h-50){2x[l].53=4h-50}if(2x[l].51>4j-50){2x[l].51=4j-50}6C=G 7E(l,2x[l].71,2x[l].51,2x[l].53,50,50,"H/7E.3G");6T.1S(6C);6C.cJ(1m)}}}};j ee(){if(q.45()==s){6T=[];9 2x=q.ea();1l(9 l=0;l<2x.12;l++){if(2x[l].5r==1r&&2x[l].1a==3V(24())){9 6C=V;if(2x[l].53>4h-50){2x[l].53=4h-50}if(2x[l].51>4j-50){2x[l].51=4j-50}6C=G 7E(l,2x[l].71,2x[l].51,2x[l].53,50,50,"H/7E.3G");6T.1S(6C)}}}};j e8(1m){8A=[];1l(9 l=0;l<8n.12;l++){if(3V(24())==8n[l].78){9 5t=8n[l].hz;1l(9 4z=0;4z<5t.12;4z++){9 9O=V;9O=G aV(4z,5t[4z].hB,5t[4z].hD,5t[4z].hC,5t[4z].hv,"H/hu.3G",5t[4z].aa,5t[4z].bj,5t[4z].8l);8A.1S(9O);9O.cY(1m)}}}};j 8s(){9 Z=J.W(\'1v\');9 1m=Z.4c(\'2d\');9 b5=$(\'#1v\').o();9 ef=$(\'#1v\').m();9 em;if(q.29()==C&&q.46()==s){9 bm=C;9 3Y=q.aR();1l(9 l=0;l<3Y.12;l++){if(3Y[l].5r==1r&&3Y[l].1a==3V(24())){9 H=G 2C();H.2L=j(){1m.3m(H,0,0,b5,ef);3E();bm=s;4X()};H.X=3Y[l].2R;em=l}}if(bm==C){4X()}}k{4X()}};j el(1m){1m.6R();1q().9F.eo(1m);1m.6G();en()};j en(){9 3Y=q.aR();9 aY=C;1l(9 l=0;l<3Y.12;l++){if(3Y[l].5r==1r&&3Y[l].1a==3V(24())){aY=s;1A}}if(q.29()==s){$(\'#3Q\').1o()}k{if(aY==s){$(\'#3Q\').2j()}k{$(\'#3Q\').1o()}}};9 ej=0;9 ei=0;9 hy=0;j 3E(){9 Z=J.W(\'1p\');9 1v=J.W(\'1v\');9 1m=Z.4c(\'2d\');9 hx=1v.4c(\'2d\');if(14.o==0){14=G 5J(0,0,1v.o,1v.m)}14.eg(9v,9y);if(14.P<0){14.P=0;14.2a=14.P+14.o}k if(14.2a>1v.o){14.P=1v.o-14.o;14.2a=1v.o}if(14.L<0){14.L=0;14.2e=14.L+14.m}k if(14.2e>1v.m){14.L=1v.m-14.m;14.2e=1v.m}9 o=1v.o;9 m=1v.m;9 7I=1v.o/1v.m;if(Z.o>Z.m){m=Z.m;o=m*7I;}k{o=Z.o;m=o/7I}if(m>Z.m){9 5i=Z.m/m;m=Z.m;o=o*5i}if(o>Z.o){9 5i=Z.o/o;o=Z.o;m=m*5i}if(2b!=1&&o<Z.o){o=o*2b;if(o>Z.o){o=Z.o;}}k if(2b!=1&&m<Z.m){m=m*2b;if(m>Z.m){m=Z.m;}}9 7a=0,7K=0;7a=(Z.o/ 2) - (o /2);7K=(Z.m/ 2) - (m /2);if(7a<0){7a=0}if(7K<0){7K=0}if(14.P<0){14.P=0}if(14.L<0){14.L=0}19=G 5J(7a,7K,o,m);if(6k==s){8B.P=19.P;8B.2a=19.2a;8B.L=19.L;8B.2e=19.2e;$("#3j").17(\'m\',19.2e-19.L).17(\'o\',19.2a-19.P).r(\'L\',19.L+37).r(\'P\',19.P+2s);$("#4g").17(\'m\',19.2e-19.L).17(\'o\',19.2a-19.P).r(\'L\',19.L+37).r(\'P\',19.P+2s);6k=C}ej=7a;ei=7K;eh=1v.o/o;ek=1v.m/m;1m.5S(0,0,Z.o,Z.m);1m.6R();1m.3m(1v,14.P,14.L,14.2a-14.P,14.2e-14.L,19.P,19.L,o,m);1m.6G()};9 aN=j(O,R,id,M,x,y,w,h,18){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){}};aN.1k=G 2Q();9 b3=j(O,R,id,M,x,y,w,h,18,4A,4b){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){if(4b!=\'\'){5G();bo(4A,id);$("#a7").F(j(e){7s();8K()});9P(s)}}};b3.1k=G 2Q();9 bl=j(O,R,id,M,x,y,w,h,18,36){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){5f(36,"0")}};bl.1k=G 2Q();9 b8=j(O,R,id,M,x,y,w,h,18,6m,6r,7y){u.2w(O,R,id,M,x,y,w,h,18,6m,V);u.T=j(){1K.ai(6r,"cV","G 1K")}};b8.1k=G 2Q();9 6A=j(O,R,id,M,x,y,w,h,18,6A){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){e6();hw($(\'#eb\'),6A);$("#ed").9H(\'F\',7s);9P(s)}};6A.1k=G 2Q();j 9P(e9){$("#3q").2j();$("#3w").hA(4f);if(e9){$("#3q").1g("F")}k{$("#3q").F(j(e){7s()})}};j 7s(){$("#3q").1o();$("#3w").hn(4f);$(\'#3w\').1G().1T()};j e6(){$(\'#3w\').e7(\'<h1 3y="m:8S;9I:4D(./H/7H/bP.3G) 0 0 bI" >\'+\'<H X="H/7H/x.3G" 3y="a0:4R 4R 3a bK" id="ed" 1H="bJ" ></H>\'+\'</h1>\'+\'<34 id="eb" 1H="ho">\'+\'</34>\');$(\'#3w\').r(\'bw-bR\',\'3a 3a 4R 9D #9K\');$(\'#3w\').r(\'bS\',\'er 9D #9K\');$(\'#3w\').4n({4d:"h1"})};9 4L=j(O,R,id,M,x,y,w,h,18,4L){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){if((c2(4L)-1)!=24()){61(c2(4L)-1)}}};4L.1k=G 2Q();9 c7=j(O,R,id,M,x,y,w,h,18,6w,6D){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){hm(6D,6w)}};c7.1k=G 2Q();9 cn=j(O,R,id,M,x,y,w,h,18,2R){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){5P=s;9 2F=7z(x,y+h/2);if(2b>1){ck(7Z,7X,2R,$(\'#cl\'),$(\'#cp\'))}k if($("#9Y").is(":3P")){ck(2F.x,2F.y-65,2R,$(\'#cl\'),$(\'#cp\'))}k{ck(2F.x,2F.y,2R,$(\'#cl\'),$(\'#cp\'))}}};cn.1k=G 2Q();9 bz=j(O,R,id,M,x,y,w,h,18,2E,1a){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){6p(1r);bc();q.9Q(2E);q.7F(1a);9 9N={eJ:1r,eG:24()};9 7u=q.6v();7u.1S(9N);q.6v(7u);8o(8X.dg)}};bz.1k=G 2Q();9 bA=j(O,R,id,M,x,y,w,h,18,4A,4b,2c){u.2w(O,R,id,M,x,y,w,h,18,V,2c);u.T=j(){5G();if(2c=="1"){c4(x,y,w,h,4A,C)}k{if(4b!=\'\'){$(\'#3k\').1G().1T();bo(4A,id);$("#a7").F(j(e){7s();8K()});9P(s)}}}};bA.1k=G 2Q();j bo(2p,id){$(\'#3w\').r(\'bw-bR\',\'3a 3a 4R 9D #9K\');$(\'#3w\').r(\'bS\',\'er 9D #9K\');$(\'#3w\').4n({4d:"h1"});$(\'#3w\').1G().1T();if(q.dt()=="1"){$(\'#3w\').1s(\'<h1 3y="m:8S;9I:4D(./H/7H/bP.3G) 0 0 bI">\'+\' <H X="H/7H/x.3G" 3y="a0:4R 4R 3a bK" id="a7" 1H="bJ" ></H>\'+\'</h1>\'+\' <34 id="dJ\'+id+\'">\'+\' <2p 3y="m:90%; o:dH%;" 1H="8i" id="bW" 3f 6c 2q>\'+\' <27 X="\'+2p+\'" 1b="2p/8Y"> \'+\' </2p>\'+\' </34>\')}k{$(\'#3w\').1s(\'<h1 3y="m:8S;9I:4D(./H/7H/bP.3G) 0 0 bI">\'+\' <H X="H/7H/x.3G" 3y="a0:4R 4R 3a bK" id="a7" 1H="bJ" o=8S" ></H>\'+\'</h1>\'+\' <34 id="dJ\'+id+\'">\'+\' <2p 3y="m:90%; o:dH%;" id="bW" 1H="8i" 3f 6c>\'+\' <27 X="\'+2p+\'" 1b="2p/8Y"> \'+\' </2p>\'+\' </34>\')}$(\'#bW\').r(\'m\',($(\'#3w\').m()-25)+"1h");};j hl(3r){$(3r).F(j(){$(3r).17(\'6c\',\'\')});$(3r).8k(j(){$(3r).3v(\'6c\')});$(3r).3v(\'6c\')};j c4(x,y,o,m,X,ds){9 2F=7z(x,y);9 4m=7z(x+o,y+m);if(5L==s){4m.y=4m.y-37;2F.y=2F.y-37}eK(x,y,o,m);if(ds===C){$(\'#3k\').17(\'z-b9\',\'9o\');$(\'#3k\').r(\'P\',2F.x+\'1h\');$(\'#3k\').r(\'L\',2F.y+\'1h\');$(\'#3k\').1G().1T();if(q.dt()=="1"){$(\'#3k\').1s(\'<2p 1H="8i" id="bu" \'+\'o="\'+(4m.x-2F.x)+\'" \'+\'m="\'+(4m.y-2F.y)+\'" \'+\'3f 6c 2q>\'+\' <27 X="\'+X+\'&1Y=\'+(G 21()).1X()+\'" 1b="2p/8Y"> \'+\' <27 X="\'+X+\'&1Y=\'+(G 21()).1X()+\'" 1b="2p/dq"> \'+\'</2p>\')}k{$(\'#3k\').1s(\'<2p 1H="8i" id="bu"\'+\'o="\'+(4m.x-2F.x)+\'" \'+\'m="\'+(4m.y-2F.y)+\'" \'+\'3f 6c>\'+\' <27 X="\'+X+\'&1Y=\'+(G 21()).1X()+\'" 1b="2p/8Y"> \'+\' <27 X="\'+X+\'&1Y=\'+(G 21()).1X()+\'" 1b="2p/dq"> \'+\'</2p>\')}}k{$(\'#3k\').17(\'z-b9\',\'9o\');$(\'#3k\').1s(\'<2p 1H="8i" id="bu" X="\'+X+\'" \'+\'3f 6c></2p>\')}};9 bt=j(O,R,id,M,x,y,w,h,18,36,3n){if(3n=="0"){u.2w(O,R,id,M,x,y,w,h,18,V,V);u.T=j(){5f(36,3n)}}k{5f(36,3n);u.2w(O,R,id,V,x,y,w,h,18,V,V);u.T=j(){}}};bt.1k=G 2Q();j 5G(){if(1e.3e==\'4B\'){$(\'#3I\').1G().1T();$(\'#4k\').1G().1T();$(\'#4S\').1G().1T()}k{if(J.W("4o")!=5D){J.W("4o").82()}if(J.W("2k")!=5D){J.W("2k").82()}if(J.W("39")!=5D){J.W("39").82()}}};j 8K(){if(1e.3e==\'4B\'){if(89!=\'\'){5f(89,9p)}k if(6o!=\'\'){5f(6o,7R)}k if(84!=\'\'){5f(7v,84)}}k{if(J.W("4o")!=5D){if(1e.1z=="2m"){}J.W("4o").4x()}k if(J.W("39")!=5D){if(1e.1z=="2m"){}J.W("39").4x()}k if(J.W("2k")!=5D){if(1e.1z=="2m"){}J.W("2k").4x()}}};9 89=\'\';9 9p;9 7v=\'\';9 84;9 6o=\'\';9 7R;j 5f(U,1b){if(U!=\'\'){if(1b=="0"){5G();9p=1b;89=U;if(q.7D()=="1"){if(1e.3e==\'4B\'){$(\'#4S\').1s(\' <2c id="4o" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 2q="s" 3P="s"> </2c>\')}k if(1e.1z=="2m"){$(\'#4S\').1s(\' <U id="4o" 2q="2q" >\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#4S\').1s(\' <U id="4o" 2q="2q" 3f ="3f">\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}}k{if(1e.3e==\'4B\'){$(\'#4S\').1s(\' <2c id="4o" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 3P="s"> </2c>\')}k if(1e.1z=="2m"){$(\'#4S\').1s(\' <U id="4o">\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#4S\').1s(\' <U id="4o" 3f ="3f">\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}}if(1e.1z=="2m"){J.W("4o").6u();J.W("4o").4x()}}k if(1b=="1"){if(J.W("2k")!=5D){if(q.7D()=="1"){if(1e.3e==\'4B\'){$(\'#4k\').1s(\' <2c id="2k" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 2q="s" 3P="s"> </2c>\')}k{J.W("2k").4x()}}k{if(1e.3e==\'4B\'){$(\'#4k\').1s(\' <2c id="2k" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 3P="s"> </2c>\')}k{J.W("2k").4x()}}}k{84=1b;7v=U;if(q.7D()=="1"){if(1e.3e==\'4B\'){$(\'#4k\').1s(\' <2c id="2k" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 2q="s" 3P="s"> </2c>\')}k if(1e.1z=="2m"){$(\'#4k\').1s(\' <U id="2k" 2q="2q" >\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#4k\').1s(\' <U id="2k" 2q="2q" 3f="3f" >\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}}k{if(1e.3e==\'4B\'){$(\'#4k\').1s(\' <2c id="2k" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 3P="s"> </2c>\')}k if(1e.1z=="2m"){$(\'#4k\').1s(\' <U id="2k" >\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#4k\').1s(\' <U id="2k" 3f = "3f" >\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}}if(1e.1z=="2m"){$("#dv").1g(\'F\');$("#dv").F(j(){$("#7G").1o()});$("#dW").1g(\'F\');$("#dW").F(j(){J.W(\'2k\').6u();J.W(\'2k\').4x();$("#7G").1o()});$("#7G").2j();$("#7G").33()}}}k if(1b=="2"){if(J.W("39")==5D){5G();7R=1b;6o=U;if(q.7D()=="1"){if(1e.3e==\'4B\'){$(\'#3I\').1s(\' <2c id="39" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 2q="s" 3P="s"> </2c>\')}k if(1e.1z=="2m"){$(\'#3I\').1s(\' <U id="39" 2q="2q" >\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#3I\').1s(\' <U id="39" 2q="2q" 3f ="3f">\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}}k{if(1e.3e==\'4B\'){$(\'#3I\').1s(\' <2c id="39" X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 5O="s" 3P="s"> </2c>\')}k if(1e.1z=="2m"){$(\'#3I\').1s(\' <U id="39" >\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}k{$(\'#3I\').1s(\' <U id="39" 3f ="3f">\'+\' <27 X="\'+U+\'&1Y=\'+(G 21()).1X()+\'" 1b="U/3t" />\'+\' </U>\')}}if(1e.1z=="2m"){$("#dX").1g(\'F\');$("#dX").F(j(){$("#7L").1o()});$("#e0").1g(\'F\');$("#e0").F(j(){J.W(\'39\').6u();J.W(\'39\').4x();$("#7L").1o()});$("#7L").2j();$("#7L").33()}}}}k{5G()}};9 cr=j(O,id,M,x,y,w,h,18,4V,6s){u.2w(O,V,id,M,x,y,w,h,18,V,V);u.T=j(){if(6s==\'1\'){7A++;if(7A>(4V.12-1)){7A=0}9 3l=G 2C();3l.2L=j(){9 7S=J.W("1v");9 7V=7S.4c("2d");7V.3m(3l,x,y,w,h);3E()};3l.X=4V[7A].7t}}};cr.1k=G 2Q();9 c5=j(O,id,M,x,y,w,h,18,7B){u.2w(O,V,id,M,x,y,w,h,18,V,V);u.T=j(){}};c5.1k=G 2Q();9 9k=j(O,R,id,M,x,y,w,h,1w,3r,18,6m){u.2w(O,R,id,M,x,y,w,h,18,6m,V);u.T=j(){1l(9 l=0;l<3U.12;l++){1l(9 62=0;62<3U[l].5Y.12;62++){if(3U[l].5Y[62].1w==1w&&3U[l].id==3r){if(3U[l].O==\'4\'){e3(3U,l,62)}k{5G();c4(3U[l].x,3U[l].y,3U[l].o,3U[l].m,3U[l].5Y[62].7t,C)}1A}}}}};9k.1k=G 2Q();j e3(7C,l,62){9 3l=G 2C();3l.2L=j(){9 7S=J.W("1v");9 7V=7S.4c("2d");7V.3m(3l,7C[l].x,7C[l].y,7C[l].o,7C[l].m);3E()};3l.X=7C[l].5Y[62].7t};9 2D=j(O,R,id,x,y,w,h,18,6m,2R){9 M=hR(w,h,2R);u.2w(O,R,id,M,x,y,w,h,18,6m,V);u.T=j(){}};2D.1k=G 2Q();j 7z(x,y){9 32=G 99(0,0);9 2M=(19.2a-19.P)/(14.2a-14.P);9 2f=(19.2e-19.L)/(14.2e-14.L);32.x=2l.3i(2M*(x-14.P))+19.P+2s;32.y=2l.3i(2f*(y-14.L))+19.L+37;11 32};j as(o,m){if(2i()==s){$("#1p").r(\'L\',37);$("#1p").17(\'m\',m-(37*2)).17(\'o\',o-(2s*2))}k{$("#1p").17(\'m\',m-(37*2)).17(\'o\',o-(2s*2)).r(\'L\',37)}$("#3j").r(\'N\',\'1c\');$("#4g").r(\'N\',\'1c\');if(2b!=1){85(2b);3E()}$(\'#3Q\').r(\'L\',\'dR\');$(\'#3Q\').2j()};j aA(o,m){if(2i()==s){$("#1p").r(\'L\',\'3a\');$("#1p").17(\'m\',m).17(\'o\',o-(2s*2))}k{$("#1p").17(\'m\',m).17(\'o\',o-(2s*2)).r(\'L\',\'3a\')}$("#3j").r(\'N\',\'1c\');$("#4g").r(\'N\',\'1c\');if(2b!=1){85(2b);3E()}$(\'#3Q\').r(\'L\',\'hO\');if(q.29()==s){$(\'#3Q\').1o()}k{$(\'#3Q\').2j()}};9 9A;9 9t;9 am;9 ao;9 fB;j eK(1h,2K,o,m,2W){9A=1h;9t=2K;am=o;ao=m;fB=2W};j 5l(){9 9n=J.hM(\'2p\');if(9n.12>0){9 2F=7z(9A,9t);9 4m=7z(9A+am,9t+ao);if(5L==s){4m.y=4m.y-37;2F.y=2F.y-37}$(\'#3k\').17(\'z-b9\',\'9o\');$(\'#3k\').r(\'P\',2F.x+\'1h\');$(\'#3k\').r(\'L\',2F.y+\'1h\');$(9n[0]).17(\'o\',4m.x-2F.x);$(9n[0]).17(\'m\',4m.y-2F.y);}};9 fr=1.1;9 hj=j(fx){9 32=4t.d5(aQ,aK);4t.6e(aQ,aK);9 8G=2l.gQ(fr,fx);4t.2W(8G,8G);gV+=3X.o*(8G-1);4t.6e(-aQ,-aK)};j eW(2g){9 7w=J.gM("hd://hb.h9.h8/h6/7w",\'7w\');9 31=7w.cz();2g.h4=j(){11 31};9 cf=[];9 6R=2g.6R;2g.6R=j(){cf.1S(31.6e(0,0));11 6R.6F(2g)};9 6G=2g.6G;2g.6G=j(){31=cf.h5();11 6G.6F(2g)};9 2W=2g.2W;2g.2W=j(2M,2f){31=31.iQ(2M,2f);11 2W.6F(2g,2M,2f)};9 8h=2g.8h;2g.8h=j(bM){31=31.8h(bM*iS/2l.iP);11 8h.6F(2g,bM)};9 6e=2g.6e;2g.6e=j(dx,dy){31=31.6e(dx,dy);11 6e.6F(2g,dx,dy)};9 8R=2g.8R;2g.8R=j(a,b,c,d,e,f){9 6j=7w.cz();6j.a=a;6j.b=b;6j.c=c;6j.d=d;6j.e=e;6j.f=f;31=31.iJ(6j);11 8R.6F(2g,a,b,c,d,e,f)};9 8Z=2g.8Z;2g.8Z=j(a,b,c,d,e,f){31.a=a;31.b=b;31.c=c;31.d=d;31.e=e;31.f=f;11 8Z.6F(2g,a,b,c,d,e,f)};9 32=7w.i7();2g.d5=j(x,y){32.x=x;32.y=y;11 32.ie(31.ig())}};j 97(){2b+=co;if(2b>4){2b=4}k{85(2b);3E();5l()}8a();8m()};j 8m(){if(5P==s){5P=C;aB()}};j 8a(){if(2b>=4){$(\'#3O\').I();$(\'#3O\').A(\'dl\');$("#3O").r(\'N\',\'1c\')}k{$(\'#3O\').1g(\'F\');$(\'#3O\').1W(\'F\',97);$(\'#3O\').I();if(2i()==s){$(\'#3O\').A(\'ib\')}k{$(\'#3O\').A(\'ic\')}$("#3O").r(\'N\',\'1u\')}if(2b<=1){$(\'#3N\').I();$(\'#3N\').A(\'dm\');$("#3N").r(\'N\',\'1c\')}k{$(\'#3N\').1g(\'F\');$(\'#3N\').1W(\'F\',96);$(\'#3N\').I();if(2i()==s){$(\'#3N\').A(\'i2\')}k{$(\'#3N\').A(\'hZ\')}$("#3N").r(\'N\',\'1u\')}if(2b==1){$(\'#3B\').I();$(\'#3B\').A(\'do\');$("#3B").r(\'N\',\'1c\')}k{$(\'#3B\').1g(\'F\');$(\'#3B\').1W(\'F\',5h);$(\'#3B\').I();if(2i()==s){$(\'#3B\').A(\'i0\')}k{$(\'#3B\').A(\'i5\')}$("#3B").r(\'N\',\'1u\')}};j 96(){2b-=co;if(2b<1){2b=1}k{85(2b);3E();5l()}8a();88()};j 5h(){9 Z=J.W(\'1p\');9 48=J.W(\'1v\');4t.5S(0,0,3X.o,3X.m);14=G 5J(0,0,48.o,48.m);2b=1;9v=0;9y=0;3E();5l();8a();88()};j 85(2W){9 Z=J.W(\'1p\');9 48=J.W(\'1v\');9 7J=14.33();9 40=48.o,3Z=48.m;9 o=48.o;9 m=48.m;9 7I=48.o/48.m;if(Z.o>Z.m){m=Z.m;o=m*7I;}k{o=Z.o;m=o/7I}if(m>Z.m){9 5i=Z.m/m;m=Z.m;o=o*5i}if(o>Z.o){9 5i=Z.o/o;o=Z.o;m=m*5i}if(o<Z.o){o=o*2W;if(o>Z.o){40/=2W;3Z=40/ (Z.o /Z.m)}k{3Z/=2W}}k if(m<Z.m){m=m*2W;if(m>Z.m){3Z/=2W;40=3Z/ (Z.m /Z.o)}k{40/=2W}}k{3Z/=2W;40/=2W}14.P=7J.x-2l.3i(40/2);14.L=7J.y-2l.3i(3Z/2);14.2a=2l.3i(14.P+40);14.2e=2l.3i(14.L+3Z);14.o=14.2a-14.P;14.m=14.2e-14.L};j i6(2W){9 Z=J.W(\'3j\');9 48=J.W(\'3j\');9 7J=14.33();9 40=48.o,3Z=48.m;40/=2W;3Z/=2W;14.P=7J.x-2l.3K(40/2);14.L=7J.y-2l.3K(3Z/2);14.2a=14.P+40;14.2e=14.L+3Z;14.o=40;14.m=3Z};j i3(16){9 dh=i4.ir.it(V,16);11 ip(dh).iq(/.{76}(?=.)/g,\'$&\\n\')};9 6T=[];9 7M=j(id,2D,x,y,o,cZ,M,T){};7M.1k.2w=j(id,2D,x,y,w,h,M){u.2D=2D;u.id=id;u.x=x;u.y=y;u.o=w;u.m=h;u.M=M};7M.1k.5X=j(1h,2K){if(u.x<=1h&&1h<=(u.x+u.o)){if(u.y<=2K&&2K<=(u.y+u.m)){11 s}}11 C};7M.1k.cJ=j(1m){9 51=u.x;9 53=u.y;9 9Z=u.o;9 a9=u.m;9 3l=G 2C();3l.2L=j(){1m.3m(3l,51,53,9Z,a9);3E()};3l.X=u.M};9 7E=j(id,2D,x,y,w,h,M){u.2w(id,2D,x,y,w,h,M);u.T=j(){in(id,0,0,$(\'#7x\'),j(){q.9R(s)})}};7E.1k=G 7M();j cL(){9B.T()};j cK(){q.8y(9B.2D);$("#4P").1o()};9 8A=[];9 8b=j(id,x,y,o,cZ,M,T){};8b.1k.2w=j(id,x,y,w,h,M){u.id=id;u.x=x;u.y=y;u.o=w;u.m=h;u.M=M};8b.1k.5X=j(1h,2K){if(u.x<=1h&&1h<=(u.x+u.o)){if(u.y<=2K&&2K<=(u.y+u.m)){11 s}}11 C};8b.1k.cY=j(1m){9 51=u.x;9 53=u.y;9 9Z=u.o;9 a9=u.m;9 3l=G 2C();3l.2L=j(){1m.5R=0.4;1m.3m(3l,51,53,9Z,a9);3E();1m.5R=1};3l.X=u.M};9 aV=j(id,x,y,w,h,M,aa,bj,8l){u.2w(id,x,y,w,h,M);u.T=j(){if(aa=="1"){1K.ai(bj,"cV","G 1K")}k if(aa=="0"){61(3A(8l))}}};aV.1k=G 8b();j 83(){6p(1r);bc();1K.gA=V;if(q.6v()){9 6i=q.6v();if(6i.12>0){8o(8X.dg);q.7O(s)}k{if(q.9d()){8o(q.9d())}k{1K.d4.91()}}}k{if(q.9d()){8o(q.9d())}k{1K.d4.91()}}};j 94(e){e.5s();6p(1r);bc();8o(8X.fN)};j f0(){$(\'#5v\').1o();q.3p(C);$("#3q").1o();$(\'#1n\').I();$(\'#1n\').A(\'5e\')};j fA(1d){8u=1;$(\'#5v\').1o();$("#3q").1o();};j fn(){8u=2;$(\'#5v\').1o();$("#3q").1o();};j dQ(){$(\'#5v\').1o();q.8y(V);q.3p(C);$("#3q").1o();$(\'#1n\').I();$(\'#1n\').A(\'5e\')};',62,1173,'|||||||||var||||||||||function|else|nIndex|height||width||ClientData|css|true|contextDraw|this|obj|||||addClass|pageObject|false||iValueObj|click|new|img|removeClass|document|ptStart|top|imageUrl|cursor|mediaType|left|ptEnd|actionType|lineTo|action|audio|null|getElementById|src||canvas||return|length||srcRect|pageObjects|data|attr|visible|destRect|pageNo|type|default|event|avwUserEnvObj|display|unbind|px|imgbox|i18nText|prototype|for|context|imgaddmemo|hide|main|getContent|contentID|html|resourceId|pointer|offscreen|index|mediaInfo|context_draw|os|break|context_marker|imgTemp|sid|userInfo_sid|imgmemo|children|class|imgbookmark|pageIndex|window|bmList|pos|listbookmark|globalCompositeOperation|imgmarking|imgmarkingtoolbar|location|push|remove|pageX|listindex|bind|toIdString|key|copytext||Date|none|_y|getPageIndex||addEventListener|source|title|IsAddingMarking|right|userScale|embed||bottom|sy|ctx|span|isTouchDevice|show|play_audio_1|Math|ipad|_x|case|video|loop|dataPageTitle|marginX|totalPage|firstpage|prevpage|setup|memoData|lastpage|nextpage|block|beginPath|Image|text|contentId|pt1|moveTo|sysAppTitle|currentPageObjects|contentName|py|onload|sx|lineCap|divImageLoading|pageImages|PageObject|content|getURL|webResourceDownload|imgBack|imgHome|scale|pages|append|pageObj||xform|pt|center|div|first|audioFile|marginY|closePath|play_audio_2|0px|userInfo_accountPath|lstPageNo|li|browser|autoplay|pageObjectsData|txtSlider|round|draw_canvas|playvideo|imageObj|drawImage|playType|offset|IsAddingMemo|overlay|target|disableAllControl|mpeg|boxCopyText|removeAttr|dialog|makerColor|style|sPageNo|changePageNo|zoomfit|image|pageY|flip|contentPage|png|val|playaudiopage|divSearchResult|floor|canvas_draw|lineJoin|zoomout|zoomin|hidden|divCheckExistMarking|opacity|out|getPageObjectsByPageIndex|objType4_5|changePageIndex|destination|canvas_main|dataMarking|sh|sw|divListBookmark|page_index||listBM|IsDisplayMemo|IsDisplayMarking|value|offScreen|canvas_marker|wrapper|media|getContext|handle|ev_canvas|300|marker_canvas|heightEachPage|dataContent|widthEachPage|playaudioallpage|boxBookMark|pt2|draggable|play_audio_0|android|makerSize|001|lineWidth|context_main|lighter|BookMarkData|contentData|play|bevel|nLinkList|mediaFile|firefox|item|url|htmlEncode|formatStringBase64|button_next_canvas|dataWebContentPage|boxSearching|boxIndex|button_pre_canvas|jumpPage|divListIndex|node|nBookmarkId|pop_up_memo|markingType|3px|playaudio|mousemove|slider|imageObjects|mouseup|drawMemoOnScreen|isSendingData|slider_page||posX|Content|posY|stroke|butt|setPageImages|fillStyle|setPageObjects|pageThumbnail|fill|bookmarkBoxHdCT|tran|strTemp|memoAdd|createAudio|imagePt|screenFit|size|tool|simulatedEvent|zoomVideo|cwMain|mousedown|drawCanvas|101|avwCmsApi|contentid|preventDefault|dataLinkList|control_screen_2|boxAddMemo|quotSize|halfSize|GET|control_screen|pageText|displayBorder|footer_toolbar_1|undefined|strokeStyle|objTemp|stopAllAudio|isLoadingObject|Transition|Rect|widthContentImage|isFullScreen|heightContentImage|dataStored|autostart|isOpenPopUpText|isDisplayListIndex|globalAlpha|clearRect|isDisplayCopyText|bookmarkBoxHdSearching|searchResult|txtSearch|hitTest|dataObjects|animate|duration|changePage|nIndex1|nCountObjectLoad|isDisplayBookMarkList||delete|nStored|complete|dataChild|sPageText|ContentPage|controls|pageMove|translate|showErrorScreen|indexBoxHdIndex|bookmarkBoxHdBM|oldDataBack|m2|isFirstLoad|slow|actionFunction|checkExistNextPrePage|srcAudioType2|SetEndLog|isExistBookmark|linkUrl|triggerType|JsonFile|load|JumpQueue|emailSubject|serviceOpt_marking|divCopyText|arrThumbnailsLoaded|imagePreview|initDisplayMarking|memoObject|emailAddress|memoDisplay_hover|call|restore|avwGrabContentPageImage|ShortKeys|footer_toolbar_2|touchend|clearCanvas|hasNextPage|imgMarker|touchstart|nextPage_click|hasPreviousPage|save|errorThrown|memoObjects|xmlHttpRequest|mdltext|txtStatus|pageCount|isDrawing|prevPage_click|setUpPage|Text|isCopyMemo|enBookmark|_|position||nIndexBookMark|page|initImageBookmark|destX|arrData|moveFlag|playBGMOfPage|touches|started|txtPage|removeObject|playBGMOfContent|truncate|ui|isJumpNotFromFirstPage|padding|array|memoAdd_hover|touchmove|targetTouches|innerWidth|hideDialog|fileName|dataJump|srcAudioType1|svg|divDialogMemo|browserType|imageToScreen|mediaType4_changeImage|videoObjects|objTarget|userOpt_musicMode|memo|common_prePageNo|bgmConfirm|viewer|aspect|sc|destY|bgmConfirm_page|MemoObject|copy_hover|IsJumpBack|penColor|index_hover|TypeAudio2|canvasObject|changeSlider|toolbar|contextObject|handleDisplayToolbar|posYPopupMemo|marking_hover|posXPopupMemo|copyTextClosing|penSize|pause|imgBack_click|TypeAudio1|changeScale|txtTextCopy|imgDrawingTemp|closeDialogResize|srcAudioType0|checkDisableButtonZoom|WebGetContentTyp4Object|imgmarking_click|bmAdd_hover|imgMarkerTemp|bmList_hover|eraseSize|rotate|mov|handleDrawCanvas|mouseout|destPageNumber|closeDialogPopUpText|dataJsonType4|avwScreenMove|nIndexJson|last|enableAllControl|drawMarkingOnScreen|switch|typeSelectMemo|innerHeight|sizingScreen|objPageTemp|memo_copyText|webGetContent|webGetContentType4Objects|nPositionCanvas|getType|my|prev_off|closeCopyTextBox|factor|ctrlMode|begin_off|mx|playAllAudio|isPressLeftMouse|isOpenPopUpMemo|cancelClick|next_off|indexClosing|mouseUp_CanvasMain|transform|25px|dataJsonType5|mouseMove_canvasMain|changePageWithoutSlide|mouseDown_CanvasMain|ScreenIds|mp4|setTransform||back|close|IsHideToolbar|imgHome_click|posMemoX|zoomOut|zoomIn|apiName|Point|isMoveOutDrawCanvas|isAddingMarking|toDataURL|BookmarkScreen|toPage|sysSettings|flipToPage|square|bookmark_pageNo|lineHeight|trigger|over|bookmarkClosing|objVideo|1000|TypeAudio0|posMemoY|pageImageUrl|tempRatio|pyVideo|resourceName|moveX|enableButtonMarking|absolute|moveY|removeExt|pxVideo|objEditMemo|isExist|1px|200|currentPage|gif|live|background|handleAddMemo|666|disabled|option|oldContent|dataObject|showDialog|common_preContentId|isChangedMemo|bmAdd|toolbar_device|markingToolbar_hover|markingToolbar|memoDisplay|searchingResultClosing|header_toolbar|objWidth|margin||lstPageNoBookMark|showListBookMark|myRegExp|strPattern|last_off|btnCloseVideo|strInput|objHeigth|linkKind|view_loading|showListPageIndex|showCopyText|bookmarkPage|searchResultTemp|handleMemo|getDataLoaded|open|thumbnailFlg|screenY|drawMouseMove|wVideo|clientX|hVideo|dataResourceImage|arrImage|closeSearchingBox|sizingNotFull|lastPage_click|MouseEvent|initMouseEvent|screenX|createEvent|music|arrPageNo|sizingFullSize|ClosePopupText|changedTouches|firstPage_click|dlgMarking|700|webContentPage|contentTitle|clientY|test|lastY|keydown|treeview|imageNoAction|maker_color|initPage|lastX|MarkingData|keyCode|documentElement|clientWidth|webContentType4|maker_size|penOpt_color|isExistMarking|tree|penOpt_size||checkDataLoaded|videoType1|isExistBookMarkInContent|canvasWidth|offsetX|handleSliderBar|linkURL|order|dataImageFromResource|dispatchEvent|RegisterLog|each|closeBookmarkBox|onCompletedFunc|closeIndexBox|func|bmListResult|destURI|layerX|audioType1|isExistDrawing|hitPageObj|createVideoFulScreen|bmAdd_device|isClickMemo||hitPageObjLinkList|audioType3|videoOnPage|isClickLinkList|box|memoAdd_device|memoDisplay_device|moveToContent|videoType2|index_device|bmList_device|hitPageObjMemo|canvas_offscreen|copy_device|bmAdd_off|toast|repeat|align_right|21px|marking_off|radians|ShowMarking|error|pophdbg|TreeNode|shadow|border|onClick_CanvasMain|isExistBGMPageContent|targetCanvas|videoOnPopUp|Value|resizeCanvasDraw|eventEnd_CopyText|loadDataBookmark|pageNumber|Number|AddChidrenNode|showVideoObject|listVideo|erase_size|sendMail|loadDataSearch|vertical|horizontal|img_search_|StartTimerUpdateLog|img_bookmark_|IsCategory|savedTransforms|nAjaxLoad|marking|color|copy|OpenPopupText|dialogPopUp|pen|openPopUp|scaleDelta|arrow|maker|listImage|eraser|nodeParent|eventStart_CopyText|153|4px|dataJson|handleAPIWebContentPage|createSVGMatrix|getBookMarkListByContentID|txtShioriCtnLs|isPlayBGMUnlock|sortBookmarkList|sort|nPageNo|searchHandle|page_index_bg|toastmessage|drawMemo|copyMemo|showEditMemo|word|handleCopyTextData|copyText|txtNoTextCopy|errMes|replaceAll|imgStr|pageNos|txtSearchResult|_blank|outputString|jQuery|drawObject|heigth|RegExp|grep|getSearchDataFromJson|getBytes|history|transformedPoint|ID|truncateByBytes|txtIndex|getPageIndexJson|getBookmarklist|max|which|splice|selectedNode|listIndex_Callback|ContentView|str|initializeCanvas|tool_drawing|parentID|expansion_off|reduction_off|isClearDrawing|fit_off|nIndexBookmark|ogg|getJsonDataPageTitle|isFullscreen|userOpt_videoMode|AddMemo|bgmConfirm_dspCancel|getJsonDataType4|||context_offscreen|titleInfo|setDefaultEvent|bmList_off|back_off|copy_off|index_off|home_off|100|webGetContentData|videoMedia|webGetPageImageContentSize|getJsonDataType5|getDataJsonFile|nIndexPage|flipNextPage|format|click_liDeleteMemo|70px|imageUrls|getMediaType1|eval|nextPage|bgmConfirm_dspOK|bgmConfirm_dspCancel_page|viewId|initializeViewerComponent|bgmConfirm_dspOK_page|previousPage|flipPreviousPage|changeImageType4|avwSysSetting|memoDisplay_off|createImagePreview|prepend|drawGetWebContent4|modal|MemoData|divImagePreview|adjustPage|btnClose|getAllMemoOfPage|canvasHeight|add|scaleX|topCanvas|leftCanvas|scaleY|draw|indexMarking|initImageCheckMarking|drawPage|onCompleteFunc|home_device|solid|marking_device|back_device|enable||markingToolbar_off|memoAdd_off|disableControlsCopyMemo|disable|markingToolbar_device|createPage|ny|addPageObjects|pageImage|nx|oldPageIndex|home|screenToImage|oldContentID|getPosVideo|initImageMemo|changePosDialog|checkStatusImageMarking|initImageAddMemo|resize|oldContent_Back|isChangeSizeScreen|resizeScreen|standardRatio|currentRatio|getMediaType8|trackTransforms|newRatio|500|initDisplayToolbarDevice|closePopUpCopyMemo|divAddMemo|handleFromJumpContent|createTextConfirmAudio|handleTooltip|clickBookmark|getDataClientStorage|contentTitleKana|page_no|getJsonContentInfo|getContentID|displayCanvasDraw|drawOnCanvas|showListSearchResult|handleFromBookMarkPage|initFlagDisplay|liAddMemo|clickSearchDetail|liDeleteMemo|liCopyMemo|getMediaType6|Array|getMediaType2|click_liCopyMemo|IsRefresh|drawPageObject|getMediaType7|scaleFactor|msie|addPageObject|isIE|getMediaType5|getMediaType3|clicks|black|getMediaType4|click_liAddMemo|videoScale|strokeRect|HEIGHT_DIALOG_BOOKMARK|iPad_video|WIDTH_DIALOG_BOOKMARK|objects|WIDTH_DIALOG_INDEX|preview|disableButtonMarking|substring|wrap|HEIGHT_DIALOG_BOOKMARK_NO_BOOKMARK|Home|MarkingType|destroy|isChangedBookmark|HEIGHT_DIALOG_SEARCH|MediaType1_|WIDTH_DIALOG_SEARCH|HEIGHT_DIALOG_INDEX_NO_INDEX|base64|jpeg|red|HEIGHT_DIALOG_INDEX|BookMarkEntity|HEIGHT_DIALOG_COPYTEXT|HEIGHT_DIALOG_SEARCH_NO_SEARCH|WIDTH_DIALOG_COPYTEXT|msgShioriDeleted|apiUrl|bookmarkBoxHdMemo|getText|Show|contentview_textcopy|fe0000|level|IsShowTotal|TreeViewIndex|testText|font|ul|333333|8px|decoration|msgNoIndex|12px|webContentPageSize|isSizingDrawCanvas|posTxtSearch|ChildNodes|msgShioriNotExists|iPad_music|HEIGHT_DIALOG_COPYTEXT_NO_COPYTEXT|isExistCopyMemo|allPageNum|getURLPageImage|UserEnvironment|outlineData|f8ff00|linkData|20px|onbeforeunload|apiResourceDlUrl|line|callbackFunction|time|oldRatio|oldH|oldW|ajaxComplete|memoClosing|lblSlider|startDetectZoom|createElementNS|pageNum|reload|bInitialized|pow|onerror|newH|newW|ready|maxposY|body|btn_copy_memo|dlgGomu|dlgMaker|msgBGMPlayConfirm||msgBGMPagePlayConfirm|txtAudio|getTransform|pop|2000|dlgPen|org|w3|SetStartLog|www|btn_show_memo|http|avwCheckLogin|txtAudio_page|Login|LockScreen|ToogleLogoutNortice|zoom|enableControlsCopyMemo|showControlsVideo|MailTo|fadeOut|content_image_preview|visibility|radius|fixed|chMain|CopyMemo|webGetContent4|linkLocationHeight|showImagePreview|contextOffscreen|count|linkList|fadeIn|linkLocationX|linkLocationWidth|linkLocationY|rgba|next|last_device|prev_device|prev|begin_device|check|findById|getElementsByTagName|next_device|5px|isLoadBackgroundComplete|imageData|getTextObjectImage|333|14px|isDestPositionDetect|begin|destPosX|timeCreateMemo|destPosY|reduction|fit_device|hdRcolumn|reduction_device|encode|String|fit|changeScaleDrawCanvas|createSVGPoint|offsetY|range|layerY|expansion_device|expansion||matrixTransform||inverse|lockLayout|msgPageImgErr|showToast|middle|txtNoSearchResult|isExistData|EditMemo|loadDataToDialogSearch|btoa|replace|fromCharCode||apply|isShowErrorMessage|sticky|35px|100px|ShowHideToolbar|ZoomFit|keyup|ShowHideMarking|MoveNext|MovePrevious|ZoomOut|ZoomIn|sizing|transition|2px|multiply|userOpt_makingDsp|contentInfo_contentId|setTimeout|onUnlock|ctrlKey|PI|scaleNonUniform|stop|180|min|slide'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('4 71(62){$(\'#15\').64();$(\'#15\').30();55();$(\'#15\').69()};4 55(){26 3=46;3=20.42();9(3==5){$("#8").6(\'1\',\'1\');$("#8").21()}17 9(3==12.5){$("#14").6(\'1\',\'1\');$("#14").21()}17 9(3==25){$("#13").6(\'1\',\'1\');$("#13").21()}17 9(3==50){$("#11").6(\'1\',\'1\');$("#11").21()}17{3=5;$("#8").6(\'1\',\'1\');$("#8").21()}18(3)};4 18(3){26 16=35.37(\'67\');9(16.39){26 10=16.39(\'66\');10.43="#65";10.63(0,0,16.45,16.44);10.68();10.61(16.45/2,16.44/2,3,0,2*76.81,24);10.43="#80";10.79();10.78()}};4 31(){18(5)};4 36(){18(12.5)};4 33(){18(25)};4 29(){18(50)};4 32(){26 3=46;9($("#8").6(\'1\')==\'1\'){3=5}17 9($("#14").6(\'1\')==\'1\'){3=12.5}17 9($("#13").6(\'1\')==\'1\'){3=25}17 9($("#11").6(\'1\')==\'1\'){3=50}20.42(3);73=3;$("#15").23();41();20.28(24);38=20.28();$("#58").23();$(\'#27\').56();$(\'#27\').52(\'49\')};4 34(){$("#15").23();41();20.28(24);38=20.28();$("#58").23();$(\'#27\').56();$(\'#27\').52(\'49\')};4 72(){$(\'#8\').6(\'1\',\'1\');$(\'#14\').7(\'1\');$(\'#13\').7(\'1\');$(\'#11\').7(\'1\');31()};4 74(){$(\'#8\').7(\'1\');$(\'#14\').6(\'1\',\'1\');$(\'#13\').7(\'1\');$(\'#11\').7(\'1\');36()};4 75(){$(\'#8\').7(\'1\');$(\'#14\').7(\'1\');$(\'#13\').6(\'1\',\'1\');$(\'#11\').7(\'1\');33()};4 70(){$(\'#8\').7(\'1\');$(\'#14\').7(\'1\');$(\'#13\').7(\'1\');$(\'#11\').6(\'1\',\'1\');29()};4 54(22){22.53();$(\'#15\').30("51");32()};4 60(22){22.53();$(\'#15\').30("51");34()};$(4(){9(77()==24){35.37(\'40\').59(\'57\',54,48);35.37(\'47\').59(\'57\',60,48)}$("#40").19(32);$("#47").19(34);$("#8").19(31);$("#14").19(36);$("#13").19(33);$("#11").19(29);});',10,82,'|checked||typeValue|function||attr|removeAttr|dlgGomu_rdo1|if|ctx|dlgGomu_rdo4||dlgGomu_rdo3|dlgGomu_rdo2|dlgGomu|canvas|else|dlgGomu_chooseType|click|ClientData|focus|e|hide|true||var|dlgMarking_imgEraserOption|IsAddingMarking|dlgGomu_rdo4_click|draggable|dlgGomu_rdo1_click|dlgGomu_dspOK_click|dlgGomu_rdo3_click|dlgGomu_dspCancel_click|document|dlgGomu_rdo2_click|getElementById|isAddingMarking|getContext|dlgGomu_dspOK|enableButtonMarking|erase_size|fillStyle|height|width|undefined|dlgGomu_dspCancel|false|eraser_option_hover||destroy|addClass|preventDefault|touchStart_BtnOk_Gomu|Eraser_SetDefaultValue|removeClass|touchstart|overlay|addEventListener|touchStart_BtnCancel_Gomu|arc|targetDiv|fillRect|show|888888|2d|dlgGomu_cvMain|beginPath|center|dlgGomu_rdo4_text_click|ShowEraser|dlgGomu_rdo1_text_click|eraseSize|dlgGomu_rdo2_text_click|dlgGomu_rdo3_text_click|Math|isTouchDevice|stroke|fill|ffffff|PI'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('17 83=[];83.131(\'142\',\'157\',\'181\',\'183\',\'182\',\'177\',\'178\',\'190\',\'192\',\'191\',\'186\',\'185\',\'188\',\'164\',\'159\',\'160\',\'166\',\'172\',\'171\',\'174\',\'173\',\'169\',\'65\',\'170\',\'167\',\'168\',\'161\',\'158\',\'165\',\'162\',\'163\',\'175\',\'187\',\'189\',\'184\',\'179\',\'176\',\'180\',\'137\',\'134\',\'135\',\'138\',\'141\',\'139\',\'140\',\'133\',\'132\',\'152\',\'151\',\'150\',\'153\',\'156\',\'155\',\'154\',\'145\',\'144\',\'143\',\'146\',\'149\',\'148\',\'147\',\'136\',\'226\');17 36;17 37;17 39;17 7;6 230(85){39=85;39.229(\'\');85.93(\'<18 15="94-1" 21="228">\'+\' <18 15="94-1-3">\'+\' <58 11="233" 21="11" >232</58>\'+\' <63 60="69" 15="1-3-16" 73="1-3" /><38 62="1-3-16" 15="41-16-40" 21="11" 11="231">227</38>\'+\' <63 60="69" 15="1-3-20" 73="1-3" /><38 62="1-3-20" 15="41-20-40" 21="11" 11="223">222</38>\'+\' <63 60="69" 15="1-3-23" 73="1-3" /><38 62="1-3-23" 15="41-23-40" 21="11" 11="221">225</38>\'+\' <63 60="69" 15="1-3-22" 73="1-3" /><38 62="1-3-22" 15="41-22-40" 21="11" 11="224">234</38>\'+\' </18>\'+\' <58 21="11" 11="244" 47="80:245;99-68: 84;">246</58>\'+\' <18 15="35"></18>\'+\' <18 15="53"></18>\'+\' <18 21="247" 47="48: 59; 49: 59">\'+\' <33 15="129" 21="237" 48="59" 49="59"></33>\'+\' </18>\'+\' <18 47="100:238; 235-236:84">\'+\' <70 15="82" 21="11 95" 47="80:68;" 11="239">242</70>\'+\' <70 15="79" 21="11 95" 47="80:68; 100: 243; 99-68:84" 11="240">241</70>\'+\' </18>\'+\'<18>\');17 98=$(\'#53\');$.220(83,6(202,37){98.93(\'<18 21="26" 44="\'+37+\'" 47="57-9: #\'+37+\';"></18>\')});201();39.200();39.205();97();$(\'#204\').203()};6 106(61){61.96();91()};6 103(61){61.96();89()};6 97(){19(101.105=="199"||101.105=="195"){$(\'.26\').46(\'76\');$(\'.26\').46(\'45\');$(\'#53\').46(\'45\');75.77(\'79\').107(\'102\',106,104);75.77(\'82\').107(\'102\',103,104)}32{$(\'.26\').46(\'76\');$(\'.26\').46(\'45\');$(\'#53\').46(\'45\');$(\'.26\').78(\'76\',117);$(\'.26\').78(\'45\',109);$(\'#53\').78(\'45\',125)}$(\'#79\').31(\'28\',91);$(\'#82\').31(\'28\',89);112();$(\'#1-3-16\').31(\'28\',88);$(\'#1-3-20\').31(\'28\',87);$(\'#1-3-23\').31(\'28\',90);$(\'#1-3-22\').31(\'28\',92);$(\'#41-16-40\').31(\'28\',120);$(\'#41-20-40\').31(\'28\',121);$(\'#41-23-40\').31(\'28\',122);$(\'#41-22-40\').31(\'28\',126);$(\'.26\').31(\'28\',118);$("#194-193-198").28(6(){39.197(\'20\',6(){})})};6 120(){$(\'#1-3-16\').14(\'4\',\'4\');$(\'#1-3-20\').27(\'4\');$(\'#1-3-23\').27(\'4\');$(\'#1-3-22\').27(\'4\');88()};6 121(){$(\'#1-3-16\').27(\'4\');$(\'#1-3-20\').14(\'4\',\'4\');$(\'#1-3-23\').27(\'4\');$(\'#1-3-22\').27(\'4\');87()};6 122(){$(\'#1-3-16\').27(\'4\');$(\'#1-3-20\').27(\'4\');$(\'#1-3-23\').14(\'4\',\'4\');$(\'#1-3-22\').27(\'4\');90()};6 126(){$(\'#1-3-16\').27(\'4\');$(\'#1-3-20\').27(\'4\');$(\'#1-3-23\').27(\'4\');$(\'#1-3-22\').14(\'4\',\'4\');92()};6 34(8,9){17 52;36=8;17 33=75.77(\'129\');19(9==113||9==\'66\'){52="65"}32{52=\'#\'+9}19(33.130){17 54=33.130(\'196\');54.124(0,0,33.48,33.49);54.206=52;54.216=52;54.215((72(33.48)/2)-(72(8)/2),(72(33.49)/2)-(72(8)/2),8,8)}};6 112(){17 8=66;17 30=24.37();8=24.86();36=8;19(30!=113||30!=66){7=30}32{7=\'65\';30=\'65\'}19(8==5){$("#1-3-16").14(\'4\',\'4\');$("#1-3-16").56()}32 19(8==12.5){$("#1-3-20").14(\'4\',\'4\');$("#1-3-20").56()}32 19(8==25){$("#1-3-23").14(\'4\',\'4\');$("#1-3-23").56()}32 19(8==50){$("#1-3-22").14(\'4\',\'4\');$("#1-3-22").56()}32{36=10;$("#1-3-16").14(\'4\',\'4\');$("#1-3-16").56()}$(\'.26[44="\'+30+\'"]\').13(\'29\',\'42 43 51\');$(\'#35\').13(\'57-9\',\'#\'+30);$(\'#35\').13(\'29-9\',\'#\'+30);34(36,30)};6 109(){$(55).13(\'29\',\'42 43 114\');$(\'.26[44="\'+7+\'"]\').13(\'29\',\'42 43 51\')};6 117(){$(55).13(\'29\',\'42 43 51\');17 9=$(55).14(\'44\');34(36,9);$(\'#35\').13(\'57-9\',\'#\'+9);$(\'#35\').13(\'29-9\',\'#\'+9)};6 118(){$(\'.26[44="\'+7+\'"]\').13(\'29\',\'42 43 114\');$(55).13(\'29\',\'42 43 51\');7=$(55).14(\'44\');34(36,7);$(\'#35\').13(\'57-9\',\'#\'+7);$(\'#35\').13(\'29-9\',\'#\'+7)};6 88(){34(5,7)};6 87(){34(12.5,7)};6 90(){34(25,7)};6 92(){34(50,7)};6 91(){17 8=66;19($("#1-3-16").14(\'4\')==\'4\'){8=5}32 19($("#1-3-20").14(\'4\')==\'4\'){8=12.5}32 19($("#1-3-23").14(\'4\')==\'4\'){8=25}32 19($("#1-3-22").14(\'4\')==\'4\'){8=50}19(24.37()!=7){123=81.214("219/218;");17 71=217 213();71.209=6(){208.207(71,0,0,111.48,111.49)};71.212=123;211.124(0,0,81.48,81.49);24.37()}24.86(8);24.37(7);36=8;30=7;39.67();127();24.74(108);110=24.74();210=24.86();30=24.37();$("#119").67();$(\'#64\').115();$(\'#64\').116(\'128\')};6 89(){39.67();127();24.74(108);110=24.74();$("#119").67();$(\'#64\').115();$(\'#64\').116(\'128\')};6 125(){34(36,7);$(\'#35\').13(\'57-9\',\'#\'+7);$(\'#35\').13(\'29-9\',\'#\'+7);$(\'.26[44="\'+7+\'"]\').13(\'29\',\'42 43 51\')};',10,248,'|maker||size|checked||function|maker_chooseColor|typeValue|color||lang||css|attr|id|small|var|div|if|medium|class|oversize|large|ClientData||colorpicker|removeAttr|click|border|makerColor|live|else|canvas|Maker_chooseType|makerColorPreview|maker_Size|maker_color|label|maker_targetDiv|text|marker|1px|solid|colorId|mouseleave|unbind|style|width|height||black|fillColor|makerColorwrapper|ctx|this|focus|background|span|120px|type|e|for|input|dlgMarking_imgMakerOption|f8ff00|undefined|hide|right|radio|a|img|eval|name|IsAddingMarking|document|mouseenter|getElementById|bind|Maker_btnOk|float|canvas_marker|Maker_btnCancel|Maker_colorSource|10px|targetId|maker_size|Maker_rdo2_click|Maker_rdo1_click|Maker_dspCancel_click|Maker_rdo3_click|Maker_dspOK_click|Maker_rdo4_click|append|panel|cancelbtn|preventDefault|Maker_handleColorPickerEvent|colorWrapper|margin|clear|avwUserEnvObj|touchstart|touchStart_BtnCancel_Maker|false|os|touchStart_BtnOk_Maker|addEventListener|true|Maker_colorPickerMouseLeaveFunction|isAddingMarking|canvas_draw|Maker_SetDefaultValue|null|white|removeClass|addClass|Maker_colorPickerMouseEnterFunction|Maker_colorPickerClickFunction|overlay|markerSmallTextClick|markerMediumTextClick|markerLargeTextClick|imgMarkerTemp|clearRect|Maker_colorWrapperMouseLeaveFunction|markerOversizeTextClick|enableButtonMarking|maker_option_hover|Maker_cvPreviewmaker|getContext|push|680100|343434|cd9934|999903|010066|ce6301|009901|3531ff|6200c9|329a9d|ffffff|643403|330001|000000|663234|003532|013300|343300|646809|986536|963400|036400|303498|00009b|34696d|ffccc9|9b9b9b|67fd9a|38fff8|6665cd|f56b00|ffcb2f|fcff2f|cb0000|68fdff|68cbd0|34cdf9|ffcc67|34ff34|c0c0c0|9698ed|f8a102|fe0000|ffc702|656565|9aff99|96fffb|6434fc|9a0000|ffce93|ffffc7|fffc9e|3166ff|fe996b|fd6864|32cb00|fffe65|00d2cb|cdffff|cfcfcf|cbcefb|sys|avw|android|2d|fadeOut|modal|ipad|show|i18nReplaceText|i|center|dlgMaker|draggable|fillStyle|drawImage|context_draw|onload|makerSize|context_marker|src|Image|toDataURL|fillRect|strokeStyle|new|png|image|each|txtMkgB|M|txtMkgM|txtMkgSB|L|340096|S|rayermenu1|html|ShowMaker|txtMkgS|太いさ|txtMkgSize|XL|padding|top|preview|both|dspCancel|dspOK|OK|Cancel|none|txtColor|left|Color|canvasArea_s'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('5 85(){};5 75(){57=25.66("67/61;");34 24=60 83();24.82=5(){56.86(24,0,0,19.27,19.28);34 37=60 113();37.81=91;37.92=93(90());37.107=19.66("67/61");34 22=7.62();34 41=-1;108(34 36=0;36<22.105;36++){17(22[36].81==91&&22[36].92==93(90())){41=36;110}}17(104==47){17(58==47){22.99(41,1)}42{17(41==-1){22.97(37)}42{22[41]=37}}}7.62(22);$("#32").49();7.44(29);$(\'#87\').3(\'31\',\'52\');7.102(47);7.79(29);88();$(\'#89\').26();58=29};24.84=57;63.53(0,0,25.27,25.28);$(\'#45\').3(\'31\',\'52\')};5 74(){$("#32").49();58=29;7.44(29);$(\'#87\').3(\'31\',\'52\');7.79(29);56.53(0,0,19.27,19.28);88();$(\'#89\').26();$(\'#45\').3(\'31\',\'52\')};5 76(){56.53(0,0,19.27,19.28);63.53(0,0,25.27,25.28);58=47;34 22=7.62()};5 39(){57=25.66("67/61;");34 24=60 83();24.82=5(){56.86(24,0,0,19.27,19.28)};24.84=57;63.53(0,0,25.27,25.28);$(\'#45\').3(\'31\',\'52\')};5 59(){$("#10").6();$("#11").8(\'65\');$("#15").6();7.38("54");16="54";39();23()};5 69(){43();$("#68").26();64=7.44();116($(\'#123\'));17(16=="30"){39()}7.38("54");16="54";$(\'#18\').6();$(\'#18\').8(\'130\');23()};5 71(){$("#10").8(\'65\');$("#11").6();$("#15").6();7.38("30");16="30";$(\'#45\').3(\'31\',\'96\');23()};5 73(){43();$("#68").26();64=7.44();129($(\'#131\'));7.38("30");16="30";$(\'#45\').3(\'31\',\'96\');$(\'#20\').6();$(\'#20\').8(\'124\');23()};5 72(){$("#10").6();$("#11").6();$("#15").8(\'65\');7.38("40");16="40";39();23()};5 80(){43();$("#68").26();64=7.44();101();17(16=="30"){39()}7.38("40");16="40";$(\'#21\').6();$(\'#21\').8(\'111\');23()};5 78(){$("#35").49();$("#33").26();$("#55").6(\'94\');$("#55").8(\'95\');};5 77(){$("#33").49();$("#35").26();$("#55").8(\'94\');$("#55").6(\'95\');};5 70(){$("#32").49();7.79(47);106()};5 23(){17(16=="54"){$(\'#11\').6();$(\'#11\').8(\'112\')}42{$(\'#11\').6();$(\'#11\').8(\'100\')}17(16=="30"){$(\'#10\').6();$(\'#10\').8(\'103\')}42{$(\'#10\').6();$(\'#10\').8(\'120\')}17(16=="40"){$(\'#15\').6();$(\'#15\').8(\'126\')}42{$(\'#15\').6();$(\'#15\').8(\'127\')}};5 43(){$(\'#50\').12(\'2\');$(\'#48\').12(\'2\');$(\'#46\').12(\'2\');$(\'#35\').12(\'2\');$(\'#33\').12(\'2\');$(\'#51\').12(\'2\');$(\'#11\').12(\'2\');$(\'#18\').12(\'2\');$(\'#10\').12(\'2\');$(\'#20\').12(\'2\');$(\'#15\').12(\'2\');$(\'#21\').12(\'2\');$("#50").3(\'4\',\'14\');$("#48").3(\'4\',\'14\');$("#46").3(\'4\',\'14\');$("#35").3(\'4\',\'14\');$("#33").3(\'4\',\'14\');$("#51").3(\'4\',\'14\');$("#11").3(\'4\',\'14\');$("#18").3(\'4\',\'14\');$("#10").3(\'4\',\'14\');$("#20").3(\'4\',\'14\');$("#15").3(\'4\',\'14\');$("#21").3(\'4\',\'14\')};5 125(){43();$(\'#50\').9(\'2\',75);$(\'#48\').9(\'2\',74);$(\'#46\').9(\'2\',76);$(\'#35\').9(\'2\',78);$(\'#33\').9(\'2\',77);$(\'#51\').9(\'2\',70);$(\'#11\').9(\'2\',59);$(\'#18\').9(\'2\',69);$(\'#10\').9(\'2\',71);$(\'#20\').9(\'2\',73);$(\'#15\').9(\'2\',72);$(\'#21\').9(\'2\',80);$("#50").3(\'4\',\'13\');$("#48").3(\'4\',\'13\');$("#46").3(\'4\',\'13\');$("#35").3(\'4\',\'13\');$("#33").3(\'4\',\'13\');$("#51").3(\'4\',\'13\');$("#11").3(\'4\',\'13\');$("#18").3(\'4\',\'13\');$("#10").3(\'4\',\'13\');$("#20").3(\'4\',\'13\');$("#15").3(\'4\',\'13\');$("#21").3(\'4\',\'13\')};5 128(){$(\'#32\').3(\'117\',\'114\');$(\'#32\').3(\'118\',\'119\');$(\'#32\').26();85();59();23();$(\'#18\').6();$(\'#18\').8(\'122\');$(\'#20\').6();$(\'#20\').8(\'121\');$(\'#21\').6();$(\'#21\').8(\'115\')};$(5(){$("#50").2(75);$("#48").2(74);$("#46").2(76);$("#35").2(78);$("#33").2(77);$("#51").2(70);$("#11").2(59);$("#18").2(69);$("#10").2(71);$("#20").2(73);$("#15").2(72);$("#21").2(80);$(\'#32\').98({109:29})});',10,132,'||click|css|cursor|function|removeClass|ClientData|addClass|bind|dlgMarking_imgMaker|dlgMarking_imgPen|unbind|pointer|default|dlgMarking_imgEraser|markingType|if|dlgMarking_imgPenOption|canvas_draw|dlgMarking_imgMakerOption|dlgMarking_imgEraserOption|arr|setDefaultImageForMarking|img|canvas_marker|show|width|height|false|maker|display|dlgMarking|dlgMarking_imgMax|var|dlgMarking_imgMin|nIndex|marking|MarkingType|canvasMarkerToCanvasDraw|eraser|nIndexMarking|else|disableButtonMarking|IsAddingMarking|marker_canvas|dlgMarking_dspPgClear|true|dlgMarking_dspCancel|hide|dlgMarking_dspSave|dlgMarking_imgClose|none|clearRect|pen|dlgMarking_body|context_draw|imgMarkerTemp|isClearDrawing|dlgMarking_imgPen_click|new|png|MarkingData|context_marker|isAddingMarking|toolbar_icon_on|toDataURL|image|overlay|dlgMarking_imgPenOption_click|dlgMarking_imgClose_click|dlgMarking_imgMaker_click|dlgMarking_imgEraser_click|dlgMarking_imgMakerOption_click|dlgMarking_dspCancel_click|dlgMarking_dspSave_click|dlgMarking_dspPgClear_click|dlgMarking_imgMax_click|dlgMarking_imgMin_click|IsHideToolbar|dlgMarking_imgEraserOption_click|contentid|onload|Image|src|Marking_SetDefaultValue|drawImage|draw_canvas|handleDisplayToolbar|control_screen_2|getPageIndex|contentID|pageNo|changePageIndex|markingBoxBody_on|markingBoxBody_off|block|push|draggable|splice|pen_hover|ShowEraser|isChangedMemo|maker_selected|isDrawing|length|disableAllControl|content|for|revert|break|eraser_option_selected|pen_selected|MarkingEntity|40px|eraser_option_hover|ShowPen|top|left|10px|maker_hover|maker_option_hover|pen_option_hover|dlgPen|maker_option_selected|enableButtonMarking|eraser_selected|eraser_hover|ShowMarking|ShowMaker|pen_option_selected|dlgMaker'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('3 0;3 13;3 15;3 94;3 16;3 12;3 7;3 42;3 44;4 35(){0.38();0.96(\'\');0.99(\'<73 21="39" 18="97">\'+\' <33 18="98">\'+36(\'95\')+\' <14 18="77"></14>\'+\' </33>\'+\' <37 21="100" 18="107">\'+\' <75 21="24" 31="109: 50; 108: 105; 29: 102; 101-103: 106"></75>\'+\' <37 31="29: 104;">\'+\' <14 21="78" 31="53:65" 18="22 68" 22="72">\'+36(\'72\')+\'</14>\'+\' <14 21="28" 31="53:65" 18="22 68" 22="76">\'+36(\'76\')+\'</14>\'+\' <14 21="81" 31="53:65" 18="22 68" 22="91">\'+36(\'91\')+\'</14>\'+\' </37>\'+\' </37>\'+\'</73>\');$(\'#24\').129();80()};4 80(){$(\'#81\').34(87);$(\'#28\').34(79);$(\'#78\').34(47);$(\'.77\').34(47)};4 54(){3 40=[];3 17=126 127();17.32=44;17.128=42;17.71=$(\'#24\').43();3 49=123(13,15);17.19=49.82;17.26=49.85;40=6.10();40.124(17);6.10(40);11(7){7()}};4 79(){11(12==\'57\'){0.125(\'133\',4(){});61=45}56{3 52=6.10();52.134(16,1);6.10(52);11(7){7()}}$("#25").9();0.55().58();0.9();$("#62").9();130();59()};4 47(){$("#25").9();0.55().58();0.9();61=45;$("#62").9();59();11(6.74()==131){6.74(45);$(\'#90\').132();$(\'#90\').60(\'113\')}};4 114(41,32,20,19,26,27){42=41;44=32;0=20;13=19;15=26;7=27;35();12=\'83\';$(\'#28\').5(\'46\',\'50\');$("#25").38();70();0.5(\'48-8\',\'66\');0.5(\'69\',15);0.5(\'67\',13-($(\'#39\').29()/2));0.63({64:"33"});};4 115(8,92,93,20,27){0=20;13=6.10()[8].19+92;15=6.10()[8].26+93;16=8;7=27;35();89();12=\'84\';$(\'#28\').5(\'46\',\'110\');$("#25").38();70();0.5(\'48-8\',\'66\');3 51=111(13,15);0.5(\'69\',51.85);0.5(\'67\',51.82-($(\'#39\').29()/2));0.63({64:"33"});};4 112(8,41,32,20,19,26,27){42=41;44=32;0=20;13=19;15=26;16=8;7=27;35();$(\'#24\').43(8);12=\'57\';$(\'#28\').5(\'46\',\'50\');$("#25").38();70();0.5(\'48-8\',\'66\');0.5(\'69\',15);0.5(\'67\',13-($(\'#39\').29()/2));0.63({64:"33"});};4 89(){3 23=6.10();3 30=23[16];$(\'#24\').43(30.71)};4 88(){3 23=6.10();3 30=23[16];3 86=$(\'#24\').43();30.71=86;23[16]=30;6.10(23);11(7){7()}};4 87(){11(12==\'84\'){88()}56 11(12==\'83\'){54()}56 11(12==\'57\'){54()}$("#25").9();0.55().58();0.9();61=45;$("#62").9();59()};4 116(){$(\'.120-121-122\').9();0.60(\'117\');0.118().60(\'119\')};',10,135,'targetDiv|||var|function|css|ClientData|memoCallbackFunc|index|hide|MemoData|if|saveMode|targetX|a|targetY|EditIndex|memoObj|class|posX|targetId|id|lang|arrTemp|txaMemoContent|overlay|posY|callback|Memo_btnDel|width|tempEntity|style|pageNo|h1|click|createMemoDialog|i18nText|div|show|memoWrapper|tempArr|contentId|conid|val|pageid|false|display|MemoCancelFunction|z|imagePt|none|pt|resultArr|float|memoSaveFunction|children|else|Copy|remove|enableControlsCopyMemo|addClass|isCopyMemo|pop_up_memo|draggable|handle|right|1005|left|cancelbtn|top|disableControlsCopyMemo|Text|dspCancel|aside|IsAddingMemo|textarea|dspDelete|delete|Memo_btnCancel|MemoDelFunction|handleMemoEventFunction|Memo_btnSave|x|New|Edit|y|editContent|buttonSaveFunction|editMemoFunction|getMemoForEdit|imgaddmemo|dspSave|posXPlus|posYPlus|targetMemoId|txtMemo|html|MemoIndexBox|indexBoxHd|append|memoArea|margin|452px|bottom|450px|302px|10px|indexBoxBody_on|height|resize|block|imageToScreen|CopyMemo|memoAdd|AddMemo|EditMemo|editJqueryUIDialog|memoDialogImportantCss|parent|parentMemoDialogImportantCss|ui|dialog|titlebar|screenToImage|push|fadeOut|new|MemoEntity|contentid|focus|drawCanvas|true|removeClass|medium|splice'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('32 96(37,26){24 7,6;13(37.59!=82&&37.60!=82){7=37.59;6=37.60}17{7=37.91+49.81.75+49.61.75;6=37.92+49.81.80+49.61.80}89{90:7-26.63,88:6-26.68}};32 87(66){24 26=66;24 38=26.86("98");38.48=\'99\';24 69=\'101\'100 49.61;13(69){24 55={39:36,70:32(11){38.25();38.14(11.7,11.6);53.39=47;74(11,38)},54:32(11){13(53.39){84(11,38)}},58:32(11){13(53.39){53.39=36;38.15()}}};32 50(35){13(35.56=="58"){55[35.56](64)}17{24 11={7:35.65[0].59,6:35.65[0].60};24 43=26;13(43.67){97{11.7-=43.63;11.6-=43.68}94((43=43.67)!=64)}55[35.56](11)}};26.52(\'70\',50,36);26.52(\'54\',50,36);26.52(\'58\',50,36);26.52(\'54\',32(35){35.93()},36)}};32 84(11,5){13(72==47){13(42==\'78\'){5.12=\'20-21\';5.44=79;5.18=\'46\';5.16=\'46\';5.10(33,19);5.41();5.12=\'62-57\'}17 13(42==\'77\'){5.16="46";5.18="23";5.44=76;5.48="#"+71;5.10(11.7,11.6);5.41()}17 13(42==\'73\'){5.25();24 31=45/2;24 34=45/4;24 8=[{7:33-34,6:19-31},{7:33+34,6:19-31},{7:33+34,6:19+31},{7:33-34,6:19+31}];24 9=[{7:11.7-34,6:11.6-31},{7:11.7+34,6:11.6-31},{7:11.7+34,6:11.6+31},{7:11.7-34,6:11.6+31}];13(33>11.7){13(19>11.6){5.12=\'20-21\';5.14(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.10(9[3].7,9[3].6);5.10(9[0].7,9[0].6);5.10(9[1].7,9[1].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.10(9[3].7,9[3].6);5.10(9[0].7,9[0].6);5.10(9[1].7,9[1].6);5.15()}17 13(19<11.6){5.12=\'20-21\';5.14(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(9[2].7,9[2].6);5.10(9[3].7,9[3].6);5.10(9[0].7,9[0].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(9[2].7,9[2].6);5.10(9[3].7,9[3].6);5.10(9[0].7,9[0].6);5.15()}17{5.12=\'20-21\';5.14(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(9[3].7,9[3].6);5.10(9[0].7,9[0].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(9[3].7,9[3].6);5.10(9[0].7,9[0].6);5.15()}}17 13(33<11.7){13(19>11.6){5.12=\'20-21\';5.14(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.10(8[0].7,8[0].6);5.10(9[0].7,9[0].6);5.10(9[1].7,9[1].6);5.10(9[2].7,9[2].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.10(8[0].7,8[0].6);5.10(9[0].7,9[0].6);5.10(9[1].7,9[1].6);5.10(9[2].7,9[2].6);5.15()}17 13(19<11.6){5.12=\'20-21\';5.14(8[3].7,8[3].6);5.10(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(9[1].7,9[1].6);5.10(9[2].7,9[2].6);5.10(9[3].7,9[3].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[3].7,8[3].6);5.10(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(9[1].7,9[1].6);5.10(9[2].7,9[2].6);5.10(9[3].7,9[3].6);5.15()}17{5.12=\'20-21\';5.14(8[3].7,8[3].6);5.10(8[0].7,8[0].6);5.10(9[1].7,9[1].6);5.10(9[2].7,9[2].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[3].7,8[3].6);5.10(8[0].7,8[0].6);5.10(9[1].7,9[1].6);5.10(9[2].7,9[2].6);5.15()}}17{13(19>11.6){5.12=\'20-21\';5.14(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.10(9[0].7,9[0].6);5.10(9[1].7,9[1].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.10(9[0].7,9[0].6);5.10(9[1].7,9[1].6);5.15()}17 13(19<11.6){5.12=\'20-21\';5.14(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(9[2].7,9[2].6);5.10(9[3].7,9[3].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(9[2].7,9[2].6);5.10(9[3].7,9[3].6);5.15()}17{5.12=\'20-21\';5.14(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.18=\'23\';5.16=\'29\';5.30="#"+22;5.28();5.12=\'27\';5.15();5.25();5.14(8[0].7,8[0].6);5.10(8[1].7,8[1].6);5.10(8[2].7,8[2].6);5.10(8[3].7,8[3].6);5.15()}}5.18=\'23\';5.16=\'29\';5.51=0.4;5.30="#"+22;5.28();5.51=1;}5.12=\'62-57\';33=11.7;19=11.6}};32 74(11,5){33=11.7;19=11.6;13(72==47){95=36;13(42==\'78\'){5.12=\'20-21\';5.44=79;5.18=\'46\';5.16=\'46\';5.10(11.7+0.40,11.6+0.40);5.41();5.12=\'62-57\'}17 13(42==\'77\'){39=47;5.16="46";5.44=76;5.48="#"+71;5.10(11.7+0.40,11.6+0.40);5.41()}17 13(42==\'73\'){39=47;5.12=\'20-21\';5.44=45;5.85=45;5.10(11.7,11.6+0.40);5.16=\'83\';5.48="#"+22;5.41();5.12=\'27\';5.16="83";5.44=45;5.85=45;5.51=0.4;5.48="#"+22;5.10(11.7,11.6+0.40);5.41();5.51=1}}};',10,102,'|||||context_draw|y|x|ptStart|ptEnd|lineTo|coors|globalCompositeOperation|if|moveTo|closePath|lineCap|else|lineJoin|sy|destination|out|makerColor|bevel|var|beginPath|sigCanvas|lighter|fill|butt|fillStyle|halfSize|function|sx|quotSize|event|false|mouseEvent|context|isDrawing|001|stroke|markingType|obj|lineWidth|makerSize|round|true|strokeStyle|document|draw|globalAlpha|addEventListener|this|touchmove|drawer|type|over|touchend|pageX|pageY|documentElement|source|offsetLeft|null|targetTouches|targetCanvas|offsetParent|offsetTop|is_touch_device|touchstart|penColor|isAddingMarking|maker|drawPoint|scrollLeft|penSize|pen|eraser|eraseSize|scrollTop|body|undefined|square|drawMove|lineHeight|getContext|initializeCanvas|Y|return|X|clientX|clientY|preventDefault|while|isClearDrawing|getPosition|do|2d|Black|in|ontouchstart'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('17 91=[];91.131(\'136\',\'128\',\'170\',\'173\',\'185\',\'179\',\'181\',\'180\',\'169\',\'158\',\'157\',\'160\',\'155\',\'166\',\'165\',\'168\',\'161\',\'164\',\'163\',\'55\',\'162\',\'167\',\'156\',\'153\',\'154\',\'159\',\'178\',\'184\',\'182\',\'183\',\'172\',\'171\',\'176\',\'177\',\'174\',\'175\',\'130\',\'129\',\'132\',\'135\',\'133\',\'134\',\'127\',\'147\',\'148\',\'145\',\'146\',\'151\',\'152\',\'149\',\'150\',\'139\',\'140\',\'137\',\'138\',\'143\',\'144\',\'141\',\'142\',\'222\',\'221\',\'220\',\'225\');17 42;17 59;17 30;17 8;6 224(73){30=73;30.223().219();73.99(\'<16 14="95-1" 22="215">\'+\' <16 14="95-1-3">\'+\' <65 10="214" 22="10" >213</65>\'+\' <70 60="64" 14="1-3-15" 53="1-3" /><38 56="1-3-15" 14="1-15-36" 22="10" 10="218">217</38>\'+\' <70 60="64" 14="1-3-18" 53="1-3" /><38 56="1-3-18" 14="1-18-36" 22="10" 10="216">234</38>\'+\' <70 60="64" 14="1-3-21" 53="1-3" /><38 56="1-3-21" 14="1-21-36" 22="10" 10="235">237</38>\'+\' <70 60="64" 14="1-3-19" 53="1-3" /><38 56="1-3-19" 14="1-19-36" 22="10" 10="233">236</38>\'+\' </16>\'+\' <65 22="10" 10="238" 44="83:228;93-69: 80;">227</65>\'+\' <16 14="34"></16>\'+\' <16 14="47"></16>\'+\' <16 22="226" 44="62: 67; 61: 67">\'+\' <35 14="123" 22="229" 62="67" 61="67"></35>\'+\' </16>\'+\' <16 44="92:232; 231-230:80">\'+\' <57 14="78" 22="10 94" 44="83:69;" 10="212">195</57>\'+\' <57 14="74" 22="10 94" 44="83:69; 92: 194; 93-69:80" 10="193">198</57>\'+\' </16>\'+\'<16>\');17 100=$(\'#47\');$.197(91,6(196,59){100.99(\'<16 22="24" 39="\'+59+\'" 44="52-9: #\'+59+\';"></16>\')});192();30.119();30.77({188:79});97();$(\'#187\').186()};6 106(58){58.98();30.77("96");87()};6 103(58){58.98();30.77("96");85()};6 97(){20(101.105=="191"||101.105=="190"){$(\'.24\').45(\'76\');$(\'.24\').45(\'43\');$(\'#47\').45(\'43\');72.75(\'74\').104(\'102\',106,79);72.75(\'78\').104(\'102\',103,79)}32{$(\'.24\').45(\'76\');$(\'.24\').45(\'43\');$(\'#47\').45(\'43\');$(\'.24\').71(\'76\',108);$(\'.24\').71(\'43\',109);$(\'#47\').71(\'43\',126)}$(\'#74\').27(\'23\',87);$(\'#78\').27(\'23\',85);117();$(\'#1-3-15\').27(\'23\',82);$(\'#1-3-18\').27(\'23\',86);$(\'#1-3-21\').27(\'23\',90);$(\'#1-3-19\').27(\'23\',88);$(\'#1-15-36\').27(\'23\',121);$(\'#1-18-36\').27(\'23\',122);$(\'#1-21-36\').27(\'23\',125);$(\'#1-19-36\').27(\'23\',120);$(\'.24\').27(\'23\',107);$("#189-208-207").23(6(){30.119()})};6 121(){$(\'#1-3-15\').11(\'4\',\'4\');$(\'#1-3-18\').26(\'4\');$(\'#1-3-21\').26(\'4\');$(\'#1-3-19\').26(\'4\');82()};6 122(){$(\'#1-3-15\').26(\'4\');$(\'#1-3-18\').11(\'4\',\'4\');$(\'#1-3-21\').26(\'4\');$(\'#1-3-19\').26(\'4\');86()};6 125(){$(\'#1-3-15\').26(\'4\');$(\'#1-3-18\').26(\'4\');$(\'#1-3-21\').11(\'4\',\'4\');$(\'#1-3-19\').26(\'4\');90()};6 120(){$(\'#1-3-15\').26(\'4\');$(\'#1-3-18\').26(\'4\');$(\'#1-3-21\').26(\'4\');$(\'#1-3-19\').11(\'4\',\'4\');88()};6 33(7,9){17 46;42=7;17 35=72.75(\'123\');20(9==116||9==\'68\'){46="#55"}32{46=\'#\'+9}20(35.124){17 37=35.124(\'206\');37.211(0,0,35.62,35.61);37.210();37.209(35.62/2,35.61/2,7,0,2*205.201,81);37.200=46;37.199=46;37.204();37.203()}};6 117(){17 7=68;17 29=31.84();7=31.89();42=7;20(29!=116||29!=68){8=29}32{8=\'55\';29=\'55\'}20(7==5){$("#1-3-15").11(\'4\',\'4\');$("#1-3-15").49()}32 20(7==12.5){$("#1-3-18").11(\'4\',\'4\');$("#1-3-18").49()}32 20(7==25){$("#1-3-21").11(\'4\',\'4\');$("#1-3-21").49()}32 20(7==50){$("#1-3-19").11(\'4\',\'4\');$("#1-3-19").49()}32{7=5;$("#1-3-15").11(\'4\',\'4\');$("#1-3-15").49()}33(7,29);$(\'.24[39="\'+29+\'"]\').13(\'28\',\'41 40 51\');$(\'#34\').13(\'52-9\',\'#\'+29);$(\'#34\').13(\'28-9\',\'#\'+29)};6 109(){$(48).13(\'28\',\'41 40 111\');$(\'.24[39="\'+8+\'"]\').13(\'28\',\'41 40 51\')};6 108(){$(48).13(\'28\',\'41 40 51\');17 9=$(48).11(\'39\');33(42,9);$(\'#34\').13(\'52-9\',\'#\'+9);$(\'#34\').13(\'28-9\',\'#\'+9)};6 107(){$(\'.24[39="\'+8+\'"]\').13(\'28\',\'41 40 111\');$(48).13(\'28\',\'41 40 51\');8=$(48).11(\'39\');33(42,8);$(\'#34\').13(\'52-9\',\'#\'+8);$(\'#34\').13(\'28-9\',\'#\'+8)};6 82(){33(5,8)};6 86(){33(12.5,8)};6 90(){33(25,8)};6 88(){33(50,8)};6 87(){17 7=68;20($("#1-3-15").11(\'4\')==\'4\'){7=5}32 20($("#1-3-18").11(\'4\')==\'4\'){7=12.5}32 20($("#1-3-21").11(\'4\')==\'4\'){7=25}32 20($("#1-3-19").11(\'4\')==\'4\'){7=50}31.89(7);31.84(8);42=7;110();31.63(81);115=31.63();202=31.89();29=31.84();30.66();$("#114").66();$(\'#54\').113();$(\'#54\').118(\'112\')};6 85(){110();31.63(81);115=31.63();30.66();$("#114").66();$(\'#54\').113();$(\'#54\').118(\'112\')};6 126(){33(42,8);$(\'#34\').13(\'52-9\',\'#\'+8);$(\'#34\').13(\'28-9\',\'#\'+8);$(\'.24[39="\'+8+\'"]\').13(\'28\',\'41 40 51\')};',10,239,'|pen||size|checked||function|typeValue|pen_chooseColor|color|lang|attr||css|id|small|div|var|medium|oversize|if|large|class|click|colorpicker||removeAttr|live|border|penColor|pen_targetDiv|ClientData|else|Pen_chooseType|penColorPreview|canvas|text|ctx|label|colorId|solid|1px|pen_Size|mouseleave|style|unbind|fillColor|penColorwrapper|this|focus||black|background|name|dlgMarking_imgPenOption|fe0000|for|a|e|pen_Color|type|height|width|IsAddingMarking|radio|span|hide|120px|undefined|right|input|bind|document|targetId|Pen_btnOk|getElementById|mouseenter|draggable|Pen_btnCancel|false|10px|true|Pen_rdo1_click|float|penOpt_color|Pen_dspCancel_click|Pen_rdo2_click|Pen_dspOK_click|Pen_rdo4_click|penOpt_size|Pen_rdo3_click|Pen_colorSource|clear|margin|cancelbtn|panel|destroy|Pen_handleColorPickerEvent|preventDefault|append|colorWrapper|avwUserEnvObj|touchstart|touchStart_BtnCancel_Pen|addEventListener|os|touchStart_BtnOk_Pen|Pen_colorPickerClickFunction|Pen_colorPickerMouseEnterFunction|Pen_colorPickerMouseLeaveFunction|enableButtonMarking|white|pen_option_hover|removeClass|overlay|isAddingMarking|null|Pen_SetDefaultValue|addClass|show|penOversizeTextClick|penSmallTextClick|penMediumTextClick|Pen_cvPreviewPen|getContext|penLargeTextClick|Pen_colorWrapperMouseLeaveFunction|329a9d|ffccc9|9a0000|656565|push|ce6301|999903|009901|cd9934|ffffff|303498|000000|34696d|00009b|663234|343300|330001|643403|343434|680100|3531ff|6200c9|646809|036400|963400|986536|34ff34|68cbd0|fffe65|f8ff00|fd6864|cfcfcf|34cdf9|fe996b|68fdff|f8a102|c0c0c0|9698ed|67fd9a|fcff2f|ffcc67|38fff8|cbcefb|ffce93|ffc702|ffcb2f|fffc9e|3166ff|6434fc|32cb00|00d2cb|6665cd|9aff99|cdffff|96fffb|cb0000|f56b00|9b9b9b|ffffc7|center|dlgPen|revert|avw|android|ipad|i18nReplaceText|dspOK|none|Cancel|i|each|OK|strokeStyle|fillStyle|PI|penSize|stroke|fill|Math|2d|modal|sys|arc|beginPath|clearRect|dspCancel|太いさ|txtMkgSize|rayermenu1|txtMkgM|S|txtMkgS|remove|010066|003532|013300|children|ShowPen|340096|canvasArea_s|Color|left|preview|top|padding|both|txtMkgSB|M|txtMkgB|XL|L|txtColor'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('13 34;13 37;41 57(43,31,51,5,12){34=5;37=12;13 19=2;13 17;13 18;13 21;13 16;5.52(36);12.52(36);12.6("45",(43-14)+"35");12.6("44",(31-14)+"35");5.56(51);17=12.46().45;18=12.46().44;13 50=5.40()+20;13 27=5.23();22((43-$(15).53())<50){22(($(15).49()+$(15).23()-31)<27){19=3}39{19=2}}39{$("#54").55(27);22(($(15).49()+$(15).23()-31)<27){19=1}39{19=0}}63(19){32 0:21=17-5.40();16=18-20;12.6("25-33","7 7 7 #29");5.6("-26-11-9","-4 4 4 #8");5.6("-28-11-9","-4 4 4 #8");5.6("11-9","-4 4 4 #8");38;32 1:21=17-5.40();16=18-5.23()+30;12.6("25-33","7 7 7 #29");5.6("-26-11-9","-4 4 4 #8");5.6("-28-11-9","-4 4 4 #8");5.6("11-9","-4 4 4 #8");38;32 2:21=17+24;16=18-20;12.6("25-33","7 #29 7 7");5.6("-26-11-9","4 4 4 #8");5.6("-28-11-9","4 4 4 #8");5.6("11-9","4 4 4 #8");38;32 3:21=17+24;16=18-5.23()+30;12.6("25-33","7 #29 7 7");5.6("-26-11-9","4 4 4 #8");5.6("-28-11-9","4 4 4 #8");5.6("11-9","4 4 4 #8");38}5.6("45",21+"35");5.6("44",(16+10)+"35")};41 60(){22(34){$(34).47(36)}22(37){$(37).47(36)}};41 62(48,42){15.61("59:"+48+"?42="+42,\'58\')};',10,64,'||||3px|dialogDiv|css|transparent|777|shadow||box|arrowDiv|var||window|top_dialog|left_arrow|top_arrow|direction||left_dialog|if|height||border|moz|h|webkit|ccd||posY|case|color|popuptext_dialogDiv|px|300|popuptext_arrowDiv|break|else|outerWidth|function|subject|posX|top|left|position|fadeOut|email|scrollTop|w|content|fadeIn|scrollLeft|txtSubject|val|html|OpenPopupText|_self|mailto|ClosePopupText|open|MailTo|switch'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('7 14={51:"",46:"",17:"",45:"",40:(57 84()),18:[]};$(155).135(13(){});13 137(){14={51:"",46:"",17:"",45:"",40:(57 84()),18:[]};$(\'#125\').132(\'\');$("#16").58(\'89-73\',"127");$("#16").19(\'53\',"34/131.130");123();$("#95").48(\'\');$("#98").48(\'\');$("#92").48(\'\');$("#151").93(103);$("#153").93(100);144();$("#17").58(\'146-147\',101);$("#104").97();$("#17").97();$("#17").143();11($("#17").15()>$(140).15()){$("#17").58(\'73\',\'0\')}14.51=8.79();14.45=8.96();141(8.107(),"142","106",{110:14.51,99:8.109(),152:1},13(31){14.46=31.85.154;14.17=31.85.17;14.40=148(31.85.150);128(8.107(),"129","106",{110:8.79(),99:8.109(),138:1,139:\'1,2,3,4,5,6\'},13(31){37(7 9=0;9<31.18.12;9++){11(9<6){14.18.43({42:31.18[9].42,44:31.18[9].44,36:("31:136/133;134,"+31.18[9].36)})}}108(14.51,82(14.46,20),14.17,8.96(),14.40,14.18)},62)},62)};13 103(69){69.102();177();$("#17").105();$("#104").105()};13 100(69){69.102();7 49=8.79();7 41=57 84();7 66=41.181()+1;7 65=41.170();7 52=121(65,66,41.161());7 21=[];7 72=38;11(8.71().12>0){21=8.71();37(7 9=0;9<21.12;9++){11(21[9].26==49){72=88;11(21[9].54==\'\'||21[9].54==62||21[9].54==\'87\'){21[9].54=52;21[9].78=41}61}25{72=38}}11(!72){21.43({26:49,54:52,78:41})}}25{21.43({26:49,54:52,78:41})}7 111=[];8.71(111);8.71(21);117(49);122(49);8.156(38);157(158.167)};13 108(51,46,17,45,40,18){$("#98").48(40.165()+" "+40.169());$("#92").48(17);$("#95").48(46);$("#16").19("53",45);7 24=57 114();24.112=13(){11(24.23>24.15){$("#16").19(\'15\',\'\');$("#16").68(\'15\');$("#16").19(\'23\',\'120\');7 94=(120*24.15)/24.23;$("#16").58(\'89-73\',(145-94)/2+"172")}25{$("#16").19(\'23\',\'\');$("#16").68(\'23\');$("#16").19(\'15\',\'120\');$("#16").58(\'89-73\',"179")}};24.53=45;37(7 9=0;9<18.12;9++){126(18[9].36,82(160(18[9].44,3),55),18[9].42)}};13 126(36,44,42){7 10="";10+="<115>";10+=\'<22 56="39"><34 53="\'+36+\'" 119="" 23="90" /></22>\';10+=\'<22 56="166"><32>\'+164(44)+\'</32></22>\';10+=\'<22 56="163"><32 47="118" 56="77" 77="86">\'+168(\'86\')+\'</32>\'+42+\'</22>\';10+="</115>";$(\'#125\').173(10);116();7 24=57 114();24.112=13(){11(24.23>24.15){$("22.39 34").19(\'15\',\'\');$("22.39 34").68(\'15\');$("22.39 34").19(\'23\',\'90\')}25{$("22.39 34").19(\'23\',\'\');$("22.39 34").68(\'23\');$("22.39 34").19(\'15\',\'90\')}};24.53=36};13 159(36,44,42){7 10="";10+="<80>";10+="<76 47=\'162\'>";10+=\'<34 53="\'+36;10+=\'" 47="178" 119="" 23="50" 15="50"/>\';10+="</76>";10+="<76>";10+=\'<75><32 47="182">\'+44+\'</32></75>\';10+=\'<75><32 47="118" 56="77" 77="86">180:</32><32 47="174">\'+42+\'</32></75>\';10+="</76>";10+="</80>";$(\'#176 80:175\').171(10);116()};13 117(28){7 33;7 59;7 35=38;11(8.63().12<=0||8.63()==62||8.63()==\'87\'){33=[]}25{33=8.63()}37(7 27=0;27<81.12;27++){11(81[27].26==28){59=81[27].74;61}}11(33.12>0){37(7 29=0;29<33.12;29++){11(33[29].26==28){33[29].74=59;35=88;61}25{35=38}}11(!35){33.43({26:28,74:59})}}25{33.43({26:28,74:59})}8.63(33)};13 122(28){7 30;7 60;7 35=38;11(8.64().12<=0||8.64()==62||8.64()==\'87\'){30=[]}25{30=8.64()}37(7 27=0;27<91.12;27++){11(91[27].26==28){60=91[27].67;61}}11(30.12>0){37(7 29=0;29<30.12;29++){11(30[29].26==28){30[29].67=60;35=88;61}25{35=38}}11(!35){30.43({26:28,67:60})}}25{30.43({26:28,67:60})}8.64(30)};13 121(65,66,113){7 52=113+\'/\'+((\'\'+66).12<2?\'0\':\'\')+66+\'/\'+((\'\'+65).12<2?\'0\':\'\')+65;83 52};$(13(){});13 82(70,12){11(70.12<=12){83 70}25{83 70.149(0,12)+"..."}};13 123(){$("#16").19(\'15\',\'124\');$("#16").19(\'23\',\'124\')};',10,183,'|||||||var|ClientData|nIndex|newRow|if|length|function|displayData|height|imgContentThumbnail|contentDetail|pages|attr||contentIdArray|li|width|imgTemp|else|contentid|i|conId|j|tempMetaArr|data|label|tempResourceArr|img|flag|pageThumbnail|for|false|list_img|deliveryDate|date|pageNo|push|pageText|contentThumbnail|contentTitle|id|text|outputId||contentID|outputDate|src|viewdate||class|new|css|tempResource|tempMeta|break|null|ResourceVersion|MetaVersion|day|month|metaversion|removeAttr|e|strInput|ReadingContentIds|checkflag|top|resourceversion|div|td|lang|originviewdate|contentInfo_contentId|tr|resourceVersionArr|truncate|return|Date|contentData|txtPage|undefined|true|padding||metaVersionArr|txtContentDetail|click|realHeight|txtContentTitle|contentInfo_contentThumbnail|show|txtPubDt2_Dsp|sid|contentdetail_dspRead_Click||preventDefault|contentDetailClose_Click|sectionContentDetail|hide|GET|userInfo_accountPath|ShowContent|userInfo_sid|contentId|newArray|onload|year|Image|ul|i18nReplaceText|setResourceVersionData|Label2|alt||formatNormalDate|setMetaVersionData|resetLoadingImageSize|25px|book_list|insertRow|60px|avwCmsApiSync|webContentPage|gif|data_loading|html|jpeg|base64|ready|image|openContentDetail|thumbnailFlg|pageNos|window|avwCmsApi|webGetContent|center|lockLayout||z|index|convertToDate|substring|deliveryStartDate|contentDetailClose|getType|contentdetail_dspRead|contentName|document|IsRefresh|avwScreenMove|ScreenIds|insertRow1|getLines|getFullYear|left|page|htmlEncode|jpDateString|list_title|ContentView|i18nText|jpShortTimeString|getDate|after|px|append|Label3|last|contentdetail_grid|unlockLayout|imgPageThumbnail|12px|ページ|getMonth|Label1'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('10 23=25;$(90).149(5(){6(!148(21.104))147;6(3.116()!=1){150()}$(\'153#2-29\').8(121);$("#2-29").17(\'53\',27(\'58\'));$(\'#2-110\').8(120);$(\'#68-152\').8(124);$(\'#68-151\').8(122);$(\'#68-142\').8(126);$(\'#141\').8(93);$(\'#140\').8(89);$(\'#143\').8(125);$(\'#146\').8(95);$(\'#145\').8(132);$(\'16#9-2\').20(\'59\',\'91\');$(\'#144-154\').39(3.164());$(\'#127-163\').8(103);$(\'#127-162\').8(106);$(\'#40\').51();$(\'#2-29\').165(128);$(\'#2-19-9\').8(117);$(\'#2-30-9\').8(84);$(\'#2-18-9\').8(81);6(63()==25){$(\'#2-29\').87(70,78);$(\'#9-2\').87(70,78)}6(63()==12){10 88=90.168(\'18\')[0];88.167(\'166\',62,25)}14{$(\'18\').8(62)}});5 70(){23=12};5 78(){23=25};5 62(45){6(63()){6($(\'#9-2\').20(\'59\')!="91"){10 46,42;10 97=157 156();6(97.155==\'158\'){46=45.49[0].161;42=45.49[0].160}14{46=45.49[0].159;42=45.49[0].139}6(46>=$(\'#9-2\').11().41&&46<=($(\'#9-2\').11().41+$(\'#9-2\').24())&&42>=$(\'#9-2\').11().69&&42<=($(\'#9-2\').11().69+$(\'#9-2\').37())){23=12}14{23=25;$(\'#9-2\').51()}}}14{6(!23){$(\'#9-2\').51()}}};5 81(){$(\'#2-18\').17(\'7\',\'7\');$(\'#2-30\').34(\'7\');$(\'#2-19\').34(\'7\');23=12};5 84(){$(\'#2-30\').17(\'7\',\'7\');$(\'#2-18\').34(\'7\');$(\'#2-19\').34(\'7\');23=12};5 117(){$(\'#2-19\').17(\'7\',\'7\');$(\'#2-30\').34(\'7\');$(\'#2-18\').34(\'7\');23=12};5 128(28){10 113=(28.133?28.133:28.136);6(113==13){$(\'#2-110\').8()}23=12};5 121(){6($("16#9-2").138(":134")){$(\'16#9-2\').169(\'202\')}14{$(\'16#9-2\').51()}};5 120(){10 19=$(\'#2-19\').17(\'7\');10 30=$(\'#2-30\').17(\'7\');10 18=$(\'#2-18\').17(\'7\');10 44;10 129=$(\'#2-29\').57();6(19==\'7\'){44=$(\'#2-19\').57()}6(30==\'7\'){44=$(\'#2-30\').57()}6(18==\'7\'){44=$(\'#2-18\').57()}3.210(129);3.209(44);33(21.208)};5 132(){33(21.204)};5 124(){60(65.200);6(31.35){35()}$("#2-29").17(\'53\',27(\'58\'))};5 126(){60(65.199);6(31.35){35()}$("#2-29").17(\'53\',27(\'58\'))};5 122(){60(65.198);6(31.35){35()}$("#2-29").17(\'53\',27(\'58\'))};5 93(){33(21.219)};5 89(){33(21.55)};5 125(){6(3.114()==12||3.111()==12||3.108()==12){6(3.221()=="222"){6(3.48()==1){50();$(\'#40\').92();$(\'#40\').15()}14{6(3.36()==105||3.36()==214){50();$(\'#40\').92();$(\'#40\').15()}14{6(3.36()==0){50();54()}14 6(3.36()==1){}}}}14{32()}}14{32()}};5 95(){33(21.213)};5 32(){10 56={123:3.67()};218(3.130(),"212","215",56,5(61){216.217();179().178(177.67);33(21.104)},105)};5 106(28){28.101();10 52=$(\'#102\').17(\'7\');6(52==\'7\'){3.48(0);}14{3.48(1);}3.36(1);32()};5 103(28){28.101();10 52=$(\'#102\').17(\'7\');183();$(\'#40\').20(\'182-181\',\'99\');50();6(52==\'7\'){3.48(0);54()}14{3.48(1);54()}3.36(0);};5 54(){10 56=[{66:\'123\',19:3.67()},{66:\'173\',19:\'4\'},{66:\'176\',19:112.174(193()),192:\'191.194\',197:\'39-196\'}];195(3.130(),56,25,5(61){6(112.186(61).185=="109"){3.114(25);3.111(25);3.108(25);$().38({11:\'22-15\'});$().38(\'71\',{80:\'109\',73:12,39:27(\'184\'),});$(\'.26-11-22-15\').20(\'24\',\'79\');$(\'.26-11-22-15\').20(\'75-41\',\'-76\');$(\'.26-77-74\').72(\'8\',32)}14{$().38({11:\'22-15\'});$().38(\'71\',{80:\'47\',73:12,39:27(\'115\')});$(\'.26-11-22-15\').20(\'24\',\'79\');$(\'.26-11-22-15\').20(\'75-41\',\'-76\');$(\'.26-77-74\').72(\'8\',32)}},5(187,190,189){$().38({11:\'22-15\'});$().38(\'71\',{80:\'47\',73:12,39:27(\'115\')});$(\'.26-11-22-15\').20(\'24\',\'79\');$(\'.26-11-22-15\').20(\'75-41\',\'-76\');$(\'.26-77-74\').72(\'8\',32)})};5 188(){6(3.82()!=21.55){6(3.116()==1){118()}}};5 118(){10 98=\'<16 85="43-64-47">\'+\'<16 119="59:131; 24:100%; 37:100%;">\'+\'<16 119="59:131-175; 39-107:15; 170-107:22;">\'+\'<86>\'+27(\'171\')+\'</86>\'+\'<16><83 85="43-94-96">172</83></16>\'+\'</16></16></16>\';$(\'18\').180(98);$(\'#43-64-47\').20({\'220\':\'#211\',\'201\':1,\'11\':\'203\',\'69\':\'0\',\'41\':\'0\',\'24\':$(31).24(),\'37\':$(31).37(),\'205\':\'#206\',\'207\':\'135\'});$(31).137(5(){$(\'#43-64-47\').20({\'24\':$(31).24(),\'37\':$(31).37()})});$(\'#43-94-96\').8(5(){3.82(21.55);33(21.55)})};',10,223,'||searchbox|ClientData||function|if|checked|click|header|var|position|true||else|center|div|attr|body|content|css|ScreenIds|middle|isHoverOn|width|false|toast|i18nText|e|key|tag|window|webLogoutEvent|avwScreenMove|removeAttr|changeLanguageCallBackFunction|userOpt_logoutMode|height|toastmessage|text|dlgConfirmBackup1|left|currPosY|avw|searchDivision|event|currPosX|error|userOpt_bkConfirmFlg|targetTouches|lockLayout|hide|remember|placeholder|DoBackup|Setting|params|val|msgPlaceHolder|display|changeLanguage|data|bodyClickFunction|isTouchDevice|auth|Consts|name|userInfo_sid|language|top|searchBoxHoverFunction|showToast|live|sticky|close|margin|250px|item|searchBoxHoverOffFunction|500px|type|headerSearchBodyClickFunction|BookmarkScreen|button|headerSearchTagClickFunction|id|p|hover|bodyTag|updateConfigFunction|document|none|show|bookmarkFunction|unauth|historyClickFunction|ok|avwUserEnvObj|tags|||preventDefault|chkRememberBackup|confirmWithBackupFunction|Login|null|confirmWithoutBackupFunction|align|isChangedMemo|success|search|isChangedMarkingData|JSON|code|isChangedBookmark|msgBackupFailed|requirePasswordChange|headerSearchContentClickFunction|showErrorScreenForceChangePassword|style|searchHeaderButtonFunction|toggleSearchPanel|changeLanguageKo|sid|changeLanguageJa|logoutFunction|changeLanguageEn|dlgConfirmBackup|headerSearchKeyDownEventFunction|searchText|userInfo_accountPath|table|homeClickFunction|keyCode|hidden|10000|which|resize|is|clientY|dspSetting|dspShiori|en|dspLogout|login|dspHome|dspViewHistory|return|avwCheckLogin|ready|ToogleLogoutNortice|kr|jp|input|username|os|UserEnvironment|new|android|clientX|pageY|pageX|withoutbackup|backup|userInfo_userName|keydown|touchstart|addEventListener|getElementsByTagName|slideDown|vertical|msgPWDNeedChange|OK|deviceType|stringify|cell|formFile|Keys|remove|avwUserSetting|prepend|index|z|unlockLayout|msgBackupSuccess|result|parse|a|checkForceChangePassword|c|b|webBackupData|fileName|buildBackupData|json|avwUploadBackupFile|plain|contentType|ConstLanguage_Ko|ConstLanguage_En|ConstLanguage_Ja|opacity|slow|fixed|Home|background|ccc|zIndex|ContentSearch|searchCond_searchDivision|searchCond_searchText|fff|webLogout|History|undefined|GET|SessionStorageUtils|clear|avwCmsApiSync|BookmarkList|color|serviceOpt_user_data_backup|Y'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('5 329=1;5 327=15;5 262=\'4\';5 261=\'2\';5 266=0;5 231=\'47/169/320.154\';5 216=\'47/169/319.154\';5 198=\'47/169/322.154\';5 197=\'47/169/341.154\';5 343=15;5 140=[];5 38=[];5 253=[];5 275=[];5 107;5 54=[];5 202=63;5 86=63;5 126=[];$(133).333(13(){9(!332(196.338)){49}337();133.22=76(\'283\')+\' | \'+76(\'287\');8.336(196.335);9(8.345()!=1){9(8.33()==44||8.33()==\'74\'||8.33().18==0){}23{297()}285();263();$(\'102\').91(\'112\',195);$(\'102\').91(\'188\',195);$(\'102\').91(\'187\',13(){86=59});$(\'.137\').91(\'112\',194);$(\'.137\').91(\'188\',194);$(\'.137\').91(\'187\',13(){86=59});$(\'#30-29-22\').112(280);$(\'#30-29-19\').112(279);$(\'#30-29-109\').112(278);$(\'#30-29-32\').112(273);$(\'.128-129\').91(\'112\',192);$(\'.128-129\').91(\'188\',192);$(\'.128-129\').91(\'187\',13(){86=59});$(315).328(13(){9($("#163").24("83")!="122"){$("#163").340();9($("#163").52()>$(315).52()){$("#163").24(\'308\',\'0\')}}})}23{344()}});13 334(175,304,306,305){159(8.157(),175,306,304,305,44)};13 254(37,135,309,313,314,342,339,310,238){5 124={101:37,207:135,160:309,50:313,28:314,330:310,121:238};159(8.157(),\'326\',\'325\',124,13(60){$(\'#77-117\').7(\'\');5 116="";27(5 12=0;12<60.164.18;12++){16=60.164[12];5 87=223(16.258);5 32=152(16.21);9(32!=44&&32!=\'74\'&&32!=\'\'){116+=\'<155>\'+\' <64 35="249">\'+\' <71 35="47">\'+\' <102 221="83:122" 52="236" 20="240" 35="167" 37="77-89\'+16.21+\'" 14="\'+16.21+\'">\'+\' </102>\'+\' <47 37="214\'+16.21+\'" 35="167" 57="./47/234.237" 52="171" 20="171" 221=""/>\'+\' </71>\'+\' <64 35="135">\'+\' <71 37="22\'+16.21+\'" 35="137 175" 14="\'+16.21+\'">\'+233(239(16.257),25)+\'</71>\'+\' <64 35="271">\'+\' <97 35="43">\'+\' <46><68 35="65" 65="173">\'+76("173")+\'</68> : \'+87+\'</46>\'+\' <46><68 35="65" 65="172">\'+76("172")+\'</68>:<68 37="158\'+16.21+\'"> </68></46>\'+\' </97>\'+\' <97 35="268">\'+\' <46><47 57="\'+231+\'" 37="136\'+16.21+\'" 35="269" /></46>\'+\' <46><47 57="\'+216+\'" 37="141\'+16.21+\'" 35="270" /></46>\'+\' <46><71 35="274 65 128-129" 14="\'+16.21+\'" 65="156">\'+76("156")+\'</71></46>\'+\' </97>\'+\' </64>\'+\' </64>\'+\' </64>\'+\'</155>\'}}$(\'#77-117\').267(116);27(5 12=0;12<60.164.18;12++){16=60.164[12];5 32=152(16.21);9(32!=44&&32!=\'74\'&&32!=\'\'){140.67({21:16.21,89:146(16.166)});213(16.21,16.180,16.179);253.67({14:16.21,127:16.180});275.67({14:16.21,132:16.179});218(16.21);$(\'#158\'+16.21).7(32);293(16.21,16.180,16.179,16.166,16.257,277(16.21),16.258);}}9(60.134){8.265(60.134)}9(60.139){8.264(60.139)}107=60.321;162(107,107);},44);};13 226(){9(255()==40.323||255()==40.324){$(\'#30-29-19\').24(\'83\',\'122\');$(\'#256-29-19\').24(\'83\',\'122\');$(\'#205\').24(\'83\',\'122\');$("#19-6").7(\'\')}23{9(8.51()!=44&&8.51()!=\'74\'||8.55()!=\'\'){5 115=8.55();5 103=8.51();9(115==2){9(103==40.53){$(\'#19-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').24(\'20\',\'42\')}23{$(\'#19-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').24(\'20\',\'42\')}}}9(202){$(\'#256-29-19\').24(\'83\',\'161\');$(\'#205\').24(\'83\',\'161\')}23{$(\'#30-29-19\').24(\'83\',\'161\');$(\'#205\').24(\'83\',\'161\')}}};13 263(){5 212=\'\';5 208=\'\';5 50=262;5 28=261;5 207=\'\';5 160=266;5 142=\'\';5 121=\'\';5 101=8.123();8.265(212);8.264(208);8.55(50);8.51(28);8.379(160);312();$(\'#378-380\').7(8.382());215();9(8.33()==44||8.33()==\'74\'||8.33().18==0){291();202=59;162(0,0)}23{254(101,207,160,3,28,212,208,142,121);190()}226()};13 195(92){9(92){92.209()}9(86==59){86=63;49}5 21=$(110).210(\'37\');5 95=21.243(17);8.203(95);5 145=78(95);8.211(145);9(8.33().18>0){38=8.33();27(5 41=0;41<38.18;41++){9(38[41].14==95){84=59;81}23{84=63}}9(!84){38.67({14:95,32:\'\',61:\'\'})}}23{38.67({14:95,32:\'\',61:\'\'})}5 119=[];8.33(119);8.33(38);204(95);206(95);178(95);286()};13 162(373,372){$(\'#374\').7(54.18);$(\'#107\').7(54.18);$(\'.300\').24(\'94\',\'199\')};13 280(){$(110).96(\'39\');$(\'#30-29-19\').48(\'39\');$(\'#30-29-109\').48(\'39\');$(\'#30-29-32\').48(\'39\');5 28=8.51();5 50=8.55();5 101=8.123();5 134=44;5 139=44;5 142=8.193();5 121=8.191();9(28==40.53){9(50==\'1\'){28=40.174;$(\'#22-6\').7(\'\');$(\'#22-6\').7(\'\');$(\'#22-6\').24(\'20\',\'42\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');250()}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#22-6\').7(\'\');$(\'#22-6\').24(\'20\',\'42\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');232()}8.51(28)}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#22-6\').7(\'\');$(\'#22-6\').24(\'20\',\'42\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');8.51(28);232()}50=\'1\';8.55(50);};13 279(){$(110).96(\'39\');$(\'#30-29-22\').48(\'39\');$(\'#30-29-109\').48(\'39\');$(\'#30-29-32\').48(\'39\');5 28=8.51();5 50=8.55();5 101=8.123();5 134=44;5 139=44;5 142=8.193();5 121=8.191();9(28==40.53){9(50==\'2\'){28=40.174;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').24(\'20\',\'42\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');247()}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').24(\'20\',\'42\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');217()}8.51(28)}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').24(\'20\',\'42\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');8.51(28);217()}50=\'2\';8.55(50);};13 278(){$(110).96(\'39\');$(\'#30-29-19\').48(\'39\');$(\'#30-29-22\').48(\'39\');$(\'#30-29-32\').48(\'39\');5 28=8.51();5 50=8.55();5 101=8.123();5 134=44;5 139=44;5 142=8.193();5 121=8.191();9(28==40.53){9(50==\'3\'){28=40.174;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').24(\'20\',\'42\');$(\'#31-6\').7(\'\');251()}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').24(\'20\',\'42\');$(\'#31-6\').7(\'\');225()}8.51(28)}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').24(\'20\',\'42\');$(\'#31-6\').7(\'\');8.51(28);225()}50=\'3\';8.55(50);};13 273(){$(110).96(\'39\');$(\'#30-29-19\').48(\'39\');$(\'#30-29-22\').48(\'39\');$(\'#30-29-109\').48(\'39\');5 28=8.51();5 50=8.55();9(28==40.53){9(50==\'4\'){28=40.174;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').24(\'20\',\'42\');190()}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').24(\'20\',\'42\');186()}8.51(28)}23{28=40.53;$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').24(\'20\',\'42\');186();8.51(28)}50=\'4\';8.55(50)};13 78(14){27(5 12=0;12<140.18;12++){9(140[12].21==14){49 140[12].89}}};13 192(92){9(92){92.209()}9(86==59){86=63;49}5 21=$(110).210(\'14\');5 166=78(21);5 43=100 150();5 62=43.303()+1;5 66=43.302();5 87=316(66,62,43.301());8.203(21);8.211(166);5 84=63;9(8.33().18>0){38=8.33();27(5 41=0;41<38.18;41++){9(38[41].14==21){84=59;9(38[41].32==44||38[41].32==\'74\'||38[41].32==\'\'){38[41].32=87;38[41].61=43}81}23{84=63}}9(!84){38.67({14:21,32:87,61:43})}}23{38.67({14:21,32:87,61:43})}5 119=[];8.33(119);204(21);206(21);8.33(38);8.376(63);375(196.383)};13 218(21){9(8.200().18==0){$(\'#141\'+21).24(\'94\',\'120\')}23{27(5 69=0;69<8.200().18;69++){9(8.200()[69].14==21){$(\'#141\'+21).24(\'94\',\'199\');81}23{$(\'#141\'+21).24(\'94\',\'120\')}}}9(8.201().18==0){$(\'#136\'+21).24(\'94\',\'120\')}23{27(5 69=0;69<8.201().18;69++){9(8.201()[69].14==21){$(\'#136\'+21).24(\'94\',\'199\');81}23{$(\'#136\'+21).24(\'94\',\'120\')}}}};13 213(58,248,252){5 45=100 143();5 114=100 143();5 104=100 143();5 36=133.242(\'77-89\'+58);5 72=36.241(\'246\');5 148=63;5 113=8.224();5 82=8.222();5 93=8.33();9(93==44||93<=0||93==\'74\'){45.85=13(){5 34=105(45,36.20,36.52);72.79(45,36.20/2-34[0]/2,0,34[0],34[1]);114.85=13(){72.79(114,36.20/2-34[0]/2,0);98(58)};114.57=197};45.57=78(58)}23{27(5 69=0;69<8.33().18;69++){9(8.33()[69].14==58){45.85=13(){5 34=105(45,36.20,36.52);72.79(45,36.20/2-34[0]/2,0,34[0],34[1]);98(58)};45.57=78(58);148=59;81}23{45.85=13(){5 34=105(45,36.20,36.52);72.79(45,36.20/2-34[0]/2,0,34[0],34[1]);98(58);114.85=13(){72.79(114,36.20/2-34[0]/2,0)};114.57=197};45.57=78(58)}}}9(148){9(113==44||113<=0||113==\'74\'){}23{27(5 88=0;88<113.18;88++){9(113[88].14==58){9(113[88].127!=248){45.85=13(){5 34=105(45,36.20,36.52);72.79(45,36.20/2-34[0]/2,0,34[0],34[1]);98(58);104.85=13(){72.79(104,36.20/2-34[0]/2,0)};104.57=198};45.57=78(58);81}}}}9(82==44||82<=0||82==\'74\'){}23{27(5 88=0;88<82.18;88++){9(82[88].14==58){9(82[88].132!=252){45.85=13(){5 34=105(45,36.20,36.52);72.79(45,36.20/2-34[0]/2,0,34[0],34[1]);98(58);104.85=13(){72.79(104,36.20/2-34[0]/2,0)};104.57=198};45.57=78(58);81}}}}148=63}};13 178(37){5 47=100 143();47.57=78(37);5 36=133.242(\'77-89\'+37);5 72=36.241(\'246\');47.85=13(){5 34=105(47,36.20,36.52);72.79(47,36.20/2-34[0]/2,0,34[0],34[1]);98(37)}};13 152(37){27(5 12=0;12<8.33().18;12++){9(8.33()[12].14==37){49 8.33()[12].32}}};13 182(37){27(5 12=0;12<8.33().18;12++){9(8.33()[12].14==37){49 8.33()[12].61}}};13 312(){$(\'#30-29-22\').48(\'39\');$(\'#30-29-19\').48(\'39\');$(\'#30-29-109\').48(\'39\');$(\'#30-29-32\').48(\'39\');5 115;5 103;9(8.55()==44||8.55()==\'74\'||8.55()==\'\'){$(\'#22-6\').7(\'\');$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\')}23{9(8.51()!=44&&8.51()!=\'74\'&&8.55()!=\'\'){115=8.55();103=8.51();9(115==1){9(103==40.53){$(\'#22-6\').7(\'\');$(\'#22-6\').7(\'\');$(\'#22-6\').24(\'20\',\'42\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\')}23{$(\'#22-6\').7(\'\');$(\'#22-6\').7(\'\');$(\'#22-6\').24(\'20\',\'42\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\')}$(\'#30-29-22\').96(\'39\')}23 9(115==2){9(103==40.53){$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').24(\'20\',\'42\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\')}23{$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#19-6\').24(\'20\',\'42\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\')}$(\'#30-29-19\').96(\'39\')}23 9(115==3){9(103==40.53){$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').24(\'20\',\'42\');$(\'#31-6\').7(\'\')}23{$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').24(\'20\',\'42\');$(\'#31-6\').7(\'\')}$(\'#30-29-109\').96(\'39\')}23{9(103==40.53){$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').24(\'20\',\'42\')}23{$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\');$(\'#31-6\').24(\'20\',\'42\')}$(\'#30-29-32\').96(\'39\')}}}};13 223(43){5 66=43.43;5 62=307(43.62)+1;5 80=307(43.80)+259;5 87=80+\'/\'+((\'\'+62).18<2?\'0\':\'\')+62+\'/\'+((\'\'+66).18<2?\'0\':\'\')+66;49 87};13 316(66,62,80){5 87=80+\'/\'+((\'\'+62).18<2?\'0\':\'\')+62+\'/\'+((\'\'+66).18<2?\'0\':\'\')+66;49 87};13 146(317){5 289=\'60:358/357;356,\'+317;49 289};13 194(92){9(92){92.209()}9(86==59){86=63;49}5 14=$(110).210(\'14\');5 145=78(14);8.211(145);8.203(14);9(8.33().18>0){38=8.33();27(5 41=0;41<38.18;41++){9(38[41].14==14){84=59;81}23{84=63}}9(!84){38.67({14:14,32:\'\',61:\'\'})}}23{38.67({14:14,32:\'\',61:\'\'})}5 119=[];8.33(119);8.33(38);204(14);206(14);178(14);286()};13 371(){$(\'#22-6\').7(\'\');$(\'#19-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#26-6\').7(\'\');$(\'#31-6\').7(\'\')};13 215(){$(\'#77-117\').370();$(\'.300\').24(\'94\',\'120\')};13 186(){5 10=54;5 73;27(5 12=0;12<10.18;12++){27(5 11=1;11<10.18-12;11++){9(10[11-1].61>10[11].61){73=10[11-1];10[11-1]=10[11];10[11]=73}}}5 56=10;90(56)};13 189(299){5 99=100 150(299);5 80=99.301()+1;5 62=99.303();5 66=99.302();5 177=99.369();5 165=99.362();5 170=99.361();5 298=99.365();5 294=100 150(80,62,66,177,165,170,298);49 294};13 190(){5 10=54;5 70;27(5 12=0;12<10.18;12++){27(5 11=10.18-1;11>12;11--){9(10[11].61>10[11-1].61){70=10[11];10[11]=10[11-1];10[11-1]=70}}}5 56=10;90(56)};13 293(75,184,227,228,181,183,185){9(54.18>0){5 144;27(5 11=0;11<54.18;11++){9(54[11].14==75){144=59;81}23{144=63}}9(!144){54.67({14:75,61:189(182(75)),108:181,118:183,111:185,127:184,132:227,89:146(228)})}}23{54.67({14:75,61:189(182(75)),108:181,118:183,111:185,127:184,132:227,89:146(228)})}};13 98(229){$(\'47#214\'+229).363(\'296\',13(){$(\'102#77-89\'+229).364(\'296\')})};13 297(){5 93=8.33();5 82=8.222();5 219=8.224();27(5 12=93.18-1;12>=0;12--){5 295=93[12];9(!284(295.14)){93.230(12,1);82.230(12,1);219.230(12,1)}9(360()){49}}8.33(93);8.222(82);8.224(219)};13 276(75){5 220=44;27(5 41=0;41<126.18;41++){9(126[41].21==75){220=126[41].151;81}}49 220};13 284(75){5 131=59;5 124={101:8.123(),235:\'1\',21:75};159(8.157(),"318",\'288\',124,13(60){131=59;126.67({21:75,151:60.290.151})},13(282,366,367){9(282.368==359){131=63}23{131=59;350()}});49 131};13 351(){226();133.22=76(\'283\')+\' | \'+76(\'287\')};13 291(){352();$(\'#77-117\').7(76(\'347\'));$(\'#77-117\').24({\'135-348\':\'349\',\'353-308\':\'354\',\'355\':\'387\',\'388-386\':\'384\',\'385\':\'391\'});$(\'#30-390\').24(\'94\',\'120\');$(\'.311\').245();$(\'.244\').281()};13 389(){$(\'.311\').281();$(\'.244\').245()};13 233(147,18){9(147.18<=18){49 147}23{49 147.243(0,18)+"..."}};13 232(){5 10=54;5 73;27(5 12=0;12<10.18;12++){27(5 11=1;11<10.18-12;11++){9(10[11-1].108.168()>10[11].108.168()){73=10[11-1];10[11-1]=10[11];10[11]=73}}}5 56=10;90(56)};13 250(){5 10=54;5 70;27(5 12=0;12<10.18;12++){27(5 11=10.18-1;11>12;11--){9(10[11].108.168()>10[11-1].108.168()){70=10[11];10[11]=10[11-1];10[11-1]=70}}}5 56=54;90(56)};13 225(){5 10=54;5 73;27(5 12=0;12<10.18;12++){27(5 11=1;11<10.18-12;11++){9(130(10[11-1].111)>130(10[11].111)){73=10[11-1];10[11-1]=10[11];10[11]=73}}}5 56=10;90(56)};13 251(){5 10=54;5 70;27(5 12=0;12<10.18;12++){27(5 11=10.18-1;11>12;11--){9(130(10[11].111)>130(10[11-1].111)){70=10[11];10[11]=10[11-1];10[11-1]=70}}}5 56=10;90(56)};13 217(){5 10=54;5 73;27(5 12=0;12<10.18;12++){27(5 11=1;11<10.18-12;11++){9(10[11-1].118>10[11].118){73=10[11-1];10[11-1]=10[11];10[11]=73}}}5 56=10;90(56)};13 247(){5 10=54;5 70;27(5 12=0;12<10.18;12++){27(5 11=10.18-1;11>12;11--){9(10[11].118>10[11-1].118){70=10[11];10[11]=10[11-1];10[11-1]=70}}}5 56=10;90(56)};13 90(125){215();5 116="";27(5 12=0;12<125.18;12++){16=125[12];5 272=223(16.111);116+=\'<155>\'+\' <64 35="249">\'+\' <71 35="47">\'+\' <102 221="83:122" 52="236" 20="240" 35="167" 37="77-89\'+16.14+\'" 14="\'+16.14+\'">\'+\' </102>\'+\' <47 37="214\'+16.14+\'" 57="./47/234.237" 52="171" 35="167" 20="171"/>\'+\' </71>\'+\' <64 35="135">\'+\' <71 37="22\'+16.14+\'" 35="137 175" 14="\'+16.14+\'">\'+233(239(16.108),25)+\'</71>\'+\' <64 35="271">\'+\' <97 35="43">\'+\' <46><68 35="65" 65="173">\'+76("173")+\'</68> : \'+272+\'</46>\'+\' <46><68 35="65" 65="172">\'+76("172")+\'</68>:<68 37="158\'+16.14+\'"> </68></46>\'+\' </97>\'+\' <97 35="268">\'+\' <46><47 57="\'+231+\'" 37="136\'+16.14+\'" 35="269" /></46>\'+\' <46><47 57="\'+216+\'" 37="141\'+16.14+\'" 35="270" /></46>\'+\' <46><71 35="274 65 128-129" 14="\'+16.14+\'" 65="156">\'+76("156")+\'</71></46>\'+\' </97>\'+\' </64>\'+\' </64>\'+\' </64>\'+\'</155>\';}$(\'#77-117\').267(116);27(5 12=0;12<125.18;12++){16=125[12];5 32=152(16.14);162(107,107);213(16.14,16.127,16.132);218(16.14);$(\'#158\'+16.14).7(32);98();}};13 130(43){5 66=43.43;5 62=43.62+1;5 80=43.80+259;5 177=43.377;5 165=43.381;5 170=43.346;5 260=100 150(80,62,66,177,165,170);49 260};13 277(37){5 138;138=276(37);9(138!=44){}23{5 124={21:37,101:8.123(),235:1};159(8.157(),"318",\'288\',124,13(60){138=60.290.151},44)}49 138};13 105(106,20,52){5 149;5 153;9(106.20>106.52){149=20;153=(106.52*20)/106.20}23{153=52;149=(106.20*52)/106.52}5 292=[149,153];49 292};13 285(){9(331()){$(\'#30-29-22\').48(\'176\');$(\'#30-29-19\').48(\'176\');$(\'#30-29-109\').48(\'176\');$(\'#30-29-32\').48(\'176\')}};',10,392,'|||||var|sorttype|html|ClientData|if|sortArr|j|i|function|contentid||post||length|titlekana|width|contentId|title|else|css||rDate|for|sortOrder|sort|control|vDate|viewdate|ReadingContentIds|resizeImg|class|c|id|contentIdArray|active_tops|Consts|nIndex|12px|date|null|imgThumb|li|img|removeClass|return|sortType|searchCond_sortOrder|height|ConstOrderSetting_Asc|contentViewData|searchCond_sortType|resultArr|src|contId|true|data|originviewdate|month|false|div|lang|day|push|span|nIndex1|temp|a|ctx|t|undefined|strContentId|i18nText|content|returnThumbnail|drawImage|year|break|metaArr|display|checkflag|onload|home_isMove|outputDate|nIndex2|thumbnail|renderContentAfterSort|live|e|readArr|visibility|outputId|addClass|ul|showContentThumbnail|sourceDate|new|sid|canvas|orderSort|imgIconEdit|resizeResourceThumbnail|mg|totalPage|contenttitle|releasedate|this|deliverydate|click|versionArr|imgIconNew|typeSort|htmlTemp|grid|contenttitlekana|newArray|hidden|groupId|none|userInfo_sid|params|contentSortArr|history_contentTitleKana|resourceversion|button|details|formatOriginalPublishDate|isExisted|metaversion|document|recordFrom|text|imgMemo|dialog|titleKana|recordTo|arrayTemp|imgBookMark|genreId|Image|flag|base64String|formatStringBase64|strInput|readFlg|newWidth|Date|contentNameKana|renderViewDate|newHeight|png|section|txtRead|userInfo_accountPath|lblVdate|avwCmsApiSync|searchDivision|block|reRenderPageNumber|contentDetail|contentList|minute|contentThumbnail|home_canvas|toUpperCase|list|second|25px|txtViewDt|txtPubDt|ConstOrderSetting_Desc|name|nottouchdevice|hour|drawEditImage|metaVersion|resourceVersion|strTitle|returnOriginalViewDate|strTitleKana|strResourceVersion|strDelivDate|sortByViewDateAsc|touchmove|touchend|formatDate|sortByViewDateDesc|searchCond_groupId|readSubmenuFunction|searchCond_genreId|titleClickFunction|canvasClickFunction|ScreenIds|DEFAULT_IMG_CONTENT_NEW|DEFAULT_IMG_CONTENT_EDIT|visible|MarkingData|MemoData|noRecordFlg|contentInfo_contentId|setResourceVersionData|separate|setMetaVersionData|searchText|toPage|preventDefault|attr|contentInfo_contentThumbnail|fromPage|checkUserHasReadContent|imgloading|refreshGrid|DEFAULT_IMG_OPTION_MARKING|sortByTitleKanaAsc|checkContentMarkingMemoOption|resourceArr|strContentNameKana|style|MetaVersion|formatDeliveryDate|ResourceVersion|sortByPublishDateAsc|handleLanguage|strMetaVersion|strThumbnail|conid|splice|DEFAULT_IMG_OPTION_MEMO|sortByTitleAsc|truncate|data_loading|getType|105px|gif|grpid|htmlEncode|150px|getContext|getElementById|substring|control_sort_off|hide|2d|sortByTitleKanaDesc|resourceVer|cnt_section|sortByTitleDesc|sortByPublishDateDesc|metaVer|resourceVersionArr|renderContent|getCurrentLanguage|label|contentTitle|contentDeliveryDate|1900|resultDate|DEFAULT_SORT_ORDER|DEFAULT_SORT_TYPE|renderGridView|searchCond_recordTo|searchCond_recordFrom|DEFAULT_SEARCH_DIVISION|append|pic|sticker|pen|info|outputDeliveryDate|sortByViewDateFunction|read|metaVersionArr|getContentNameKana|returnContentTitleKana|sortByReleaseDateFunction|sortByTitleKanaFunction|sortByTitleFunction|show|xmlHttpRequest|dspViewHistory|IsExistContent|removeHoverCss|openContentDetail|sysAppTitle|GET|outputString|contentData|displayResultNoRecord|result|addReadContentToArray|newDate|readContent|slow|syncReadingContent|milisecond|originDate|pageNumControl|getFullYear|getDate|getMonth|param|callback|method|eval|top|division|cateid|control_sort_on|handleSortDisp|type|order|window|formatNormalDate|imgStr|webGetContent|pic_2|pic_1|totalRecord|updatebook|ConstLanguage_En|ConstLanguage_Ko|POST|webContentList|DEFAULT_DISP_NUMBER_RECORD_TO|resize|DEFAULT_DISP_NUMBER_RECORD_FROM|categoryId|isTouchDevice|avwCheckLogin|ready|abapi|History|BookmarkScreen|LockScreen|Login|to|center|newbook|from|iNumberOfNextRecord|checkForceChangePassword|requirePasswordChange|seconds|msgHistoryNotExist|align|left|showSystemError|changeLanguageCallBackFunction|i18nReplaceText|margin|20px|clear|base64|jpeg|image|404|avwHasError|getSeconds|getMinutes|fadeOut|fadeIn|getMilliseconds|txtStatus|errorThrown|status|getHours|empty|refreshSortTypeOrder|dispTotal|dispRecord|dispPage|avwScreenMove|IsRefresh|hours|login|searchCond_searchDivision|username|minutes|userInfo_loginId_session|ContentView|16px|color|size|both|font|enableSort|nextrecord|red'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('4 54=1;4 453=15;4 435=3;4 438=2;4 437=0;4 309=\'50/234/448.243\';4 312=\'50/234/450.243\';4 316=\'50/234/451.243\';4 313=\'50/234/452.243\';4 248=0;4 233=15;4 222=[];4 19=[];4 230=[];4 226=[];4 449=[];4 177=[];4 108;4 118;4 175;4 173=[];4 255=30;4 138=30;4 32=42;4 193=1;$(198).468(8(){6(!465(236.473)){82}198.33=171(\'383\')+\' | \'+171(\'384\');5.470(236.471);6(5.464()!=1){463();6(5.29()==42||5.29()==\'65\'||5.29().18==0){5.324(30)}9{358()}345();352();382();211();436();366();362();447();$(\'#34-231-254\').86(364);$(\'#34-234-254\').86(367);$(\'121\').142(\'86\',288);$(\'121\').142(\'290\',288);$(\'121\').142(\'301\',8(){138=25});$(\'.88\').142(\'86\',297);$(\'.88\').142(\'290\',297);$(\'.88\').142(\'301\',8(){138=25});$(\'#461\').86(360);$(\'#460\').86(376);$(\'#88-217\').86(445);$(\'#88-179\').86(280);$(\'62#34-111\').86(414);$(\'#34-53-33\').86(412);$(\'#34-53-28\').86(415);$(\'#34-53-176\').86(418);$(\'.239-240\').142(\'86\',280);$(\'.239-240\').142(\'290\',280);$(\'.239-240\').142(\'301\',8(){138=25});$(\'#71\').462(378,372);6(322()==25){4 253=80 331();6(253.329==\'337\'){$(\'#71\').86(8(){126=30})}}$(\'299\').86(298);6(322()==25){4 253=80 331();6(253.329==\'337\'){$(\'299\').339(\'336\',8(){6($(\'#71\').13(\'69\')!="59"){126=25;218=459("333();",500)}})}9{$(\'299\').339(\'336\',298)}}$(287).456(8(){6($("#247").13("69")!="59"){$("#247").455();6($("#247").58()>$(287).58()){$("#247").13(\'237\',\'0\')}}})}9{458()}});4 126=25;4 218;8 333(){6(218){457(218);218=42}6(126==25){$(\'#71\').107()}}8 378(){255=25};8 372(){255=30};8 298(){6(!255){$(\'#71\').107()}};8 382(){$(\'#472\').13(\'69\',\'238\');$(\'#469\').13(\'69\',\'59\');$(\'#466\').13(\'69\',\'238\');$(\'#467\').13(\'69\',\'59\')};8 364(){6(32==30){32=25;4 27=0;4 22=0;6(32){27=54;22=55()*193}319();4 24=5.91();4 84=5.123();4 76=5.119();4 38=5.64();4 31=5.57();4 45=5.102();4 52=5.103();151();122();112(24,84,76,38,31,27,22,52,45);211();259()}};8 367(){6(32==25){32=30;4 27=0;4 22=0;6(!32){27=54;22=105()*193}319();4 24=5.91();4 84=5.123();4 76=5.119();4 38=5.64();4 31=5.57();4 45=5.102();4 52=5.103();151();122();112(24,84,76,38,31,27,22,52,45)}211();284()};8 288(94){6(94){94.279()}6(138==25){138=30;82}4 14=$(128).110(\'24\');4 49=14.379(17);4 51=80 440();4 120=51.441()+1;4 130=51.396();4 85=315(130,120,51.402());4 47=30;4 147=113(49);5.210(147);5.214(49);6(32!=42){6(!32){6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==49){47=25;74}9{47=30}}6(!47){19.36({7:49,39:\'\',73:\'\'})}}9{19.36({7:49,39:\'\',73:\'\'})}4 90=[];5.29(90);5.29(19);141(49);139(49);$(\'#71\').107();189(49);216()}9{6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==49){47=25;6(19[16].39==42||19[16].39==\'65\'||19[16].39==\'\'){19[16].39=85;19[16].73=51}74}9{47=30}}6(!47){19.36({7:49,39:85,73:51})}}9{19.36({7:49,39:85,73:51})}4 90=[];5.29(90);5.29(19);141(49);139(49);5.296(30);294(236.295)}}9{6(!32){6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==49){47=25;74}9{47=30}}6(!47){19.36({7:49,39:\'\',73:\'\'})}}9{19.36({7:49,39:\'\',73:\'\'})}4 90=[];5.29(90);5.29(19);141(49);139(49);$(\'#71\').107();189(49);216()}9{6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==49){47=25;6(19[16].39==42||19[16].39==\'65\'||19[16].39==\'\'){19[16].39=85;19[16].73=51}74}9{47=30}}6(!47){19.36({7:49,39:85,73:51})}}9{19.36({7:49,39:85,73:51})}4 90=[];5.29(90);5.29(19);141(49);139(49);5.296(30);294(236.295)}}};8 297(94){6(94){94.279()}6(138==25){138=30;82}4 474=[94.504,94.508];4 7=$(128).110(\'7\');6(32!=42){6(!32){4 147=113(7);5.210(147);5.214(7);6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==7){47=25;74}9{47=30}}6(!47){19.36({7:7,39:\'\',73:\'\'})}}9{19.36({7:7,39:\'\',73:\'\'})}4 90=[];5.29(90);5.29(19);141(7);139(7);$(\'#71\').107();189(7);216()}9 6(32){$(\'#88-179\').110(\'7\',7);$(\'#88-217\').110(\'7\',7);$("#71").286();126=30;$("#71").282({285:"163 283",274:"163-10 237",264:128,262:"271"})}9{$(\'#88-179\').110(\'7\',7);$(\'#88-217\').110(\'7\',7);$("#71").286();126=30;$("#71").282({285:"163 283",274:"163-10 237",264:128,262:"271"})}}9{6(!32){4 147=113(7);5.210(147);5.214(7);6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==7){47=25;74}9{47=30}}6(!47){19.36({7:7,39:\'\',73:\'\'})}}9{19.36({7:7,39:\'\',73:\'\'})}4 90=[];5.29(90);5.29(19);141(7);139(7);$(\'#71\').107();189(7);216()}9 6(32){$(\'#88-179\').110(\'7\',7);$(\'#88-217\').110(\'7\',7);$("#71").286();126=30;$("#71").282({285:"163 283",274:"163-10 237",264:128,262:"271"})}9{$(\'#88-179\').110(\'7\',7);$(\'#88-217\').110(\'7\',7);$("#71").286();126=30;$("#71").282({285:"163 283",274:"163-10 237",264:128,262:"271"})}}};8 360(){$(\'.164\').13(\'81-79\',\'166\');$(\'.164\').13(\'60-77\',\'59\');$(\'.156\').13(\'81-79\',\'166\');$(\'.156\').13(\'60-77\',\'59\');$(\'#208\').13(\'81-79\',\'132\');$(\'#208\').13(\'60-77\',\'129\');4 27=0;4 22=0;6(32){27=54;22=55()}9 6(!32){27=54;22=105()}9{27=54;22=55()}4 24=5.91();4 84=5.123();4 76=5.119();4 38=5.64();4 31=5.57();5.102(\'\');5.103(\'\');4 45=5.102();4 52=5.103();122();188();151();112(24,84,76,38,31,27,22,52,45)};8 376(){$(\'.164\').13(\'81-79\',\'166\');$(\'.164\').13(\'60-77\',\'59\');$(\'.156\').13(\'81-79\',\'166\');$(\'.156\').13(\'60-77\',\'59\');4 203=$(\'#165\').206(\'62\')[0];$(\'#165\').206(203).13(\'60-77\',\'129\');$(\'#165\').206(203).13(\'81-79\',\'132\');4 27=0;4 22=0;6(32){27=54;22=55()}9 6(!32){27=54;22=105()}9{27=54;22=55()}4 24=5.91();4 84=5.123();4 76=5.119();4 38=5.64();4 31=5.57();5.102(\'\');5.103(\'\');4 45=5.102();4 52=5.103();122();188();151();112(24,84,76,38,31,27,22,52,45)};8 366(){4 115={92:5.91()};251(\'507\',115,\'212\',8(267){118=267.506;4 187=80 363();4 269=0;$.172(118,8(21,201){269+=361(118[21].200);6(118[21].371==0){4 46=80 185();46.261=154(118[21].369);46.24=118[21].273;46.204=118[21].273;46.260=118[21].200;300(46);46.511=30;46.174=46.197.18>0;187.36(46)}});4 272=80 380();272.381="62";6(221!=-1){272.386=221}272.387("370",187,"356");$("#370").374();$(\'#208\').13(\'81-79\',\'132\');$(\'#208\').13(\'60-77\',\'129\')})};8 300(205){4 97=[];$.172(118,8(196,201){6(118[196].371==205.24){97.36(118[196])}});$.172(97,8(21,201){4 75=80 185();75.261=154(97[21].369);75.24=97[21].273;75.204=97[21].273;75.260=97[21].200;300(75);75.174=75.197.18>0;205.197.36(75)})};8 356(101){$(\'.164\').13(\'81-79\',\'166\');$(\'.164\').13(\'60-77\',\'59\');$(\'.156\').13(\'81-79\',\'166\');$(\'.156\').13(\'60-77\',\'59\');6(101.155=="208"){4 207=$(\'.347\');35(4 16=0;16<207.18;16++){4 146=$(207[16]);6(146.145().145().13(\'69\')!=\'59\'){146.13(\'81-79\',\'132\');146.13(\'60-77\',\'129\')}}}9{6(101.174==25){4 199=$(\'#\'+101.155).145().289()[1];$(199).13(\'81-79\',\'132\');$(199).13(\'60-77\',\'129\')}9{$(\'#\'+101.155).13(\'81-79\',\'132\');$(\'#\'+101.155).13(\'60-77\',\'129\')}}4 46=80 185();4 27=0;4 22=0;46=101;357=46.204;$(\'#70-181\').12(\'\');6(32){27=54;22=55()}9 6(!32){27=54;22=105()}9{27=54;22=55()}5.103(357);4 24=5.91();4 84=5.123();4 76=5.119();4 38=5.64();4 31=5.57();4 45=5.102();4 52=5.103();122();188();112(24,84,76,38,31,27,22,52,45);151()};8 362(){4 115={92:5.91()};251(\'510\',115,\'212\',8(267){108=267.502;4 187=80 363();4 269=0;$.172(108,8(21,201){269+=361(108[21].200);6(108[21].328==0||108[21].501=="0"){4 46=80 185();46.174=25;46.261=154(108[21].340);46.24=108[21].45;46.204=108[21].45;46.260=108[21].200;291(46);46.499=25;46.174=46.197.18>0;187.36(46)}});4 170=80 380();170.381="62";6(224!=-1){170.386=224}170.387("165",187,"353");$("#165").374();4 203=$(\'#165\').206(\'62\')[0];$(\'#165\').206(203).13(\'60-77\',\'129\');$(\'#165\').206(203).13(\'81-79\',\'132\');35(4 16=0;16<170.293.18;16++){6($("#"+170.293[16]).145()){4 334=$("#"+170.293[16]).145();4 270=334.289()[0];6(270){519{270.86()}516(513){4 292=198.517(\'515\');292.514(\'86\',25,25,287);270.481(292)}}}}})};8 291(205){4 97=[];$.172(108,8(196,201){6(108[196].328==205.24){97.36(108[196])}});$.172(97,8(21,201){4 75=80 185();75.261=154(97[21].340);75.24=97[21].45;75.204=97[21].45;75.260=97[21].200;291(75);75.174=75.197.18>0;205.197.36(75)})};8 353(101){$(\'.164\').13(\'81-79\',\'166\');$(\'.164\').13(\'60-77\',\'59\');$(\'.156\').13(\'81-79\',\'166\');$(\'.156\').13(\'60-77\',\'59\');6(101.155=="208"){4 207=$(\'.347\');35(4 16=0;16<207.18;16++){4 146=$(207[16]);6(146.145().145().13(\'69\')!=\'59\'){146.13(\'81-79\',\'132\');146.13(\'60-77\',\'129\')}}}9{6(101.174==25){4 199=$(\'#\'+101.155).145().289()[1];$(199).13(\'81-79\',\'132\');$(199).13(\'60-77\',\'129\')}9{$(\'#\'+101.155).13(\'81-79\',\'132\');$(\'#\'+101.155).13(\'60-77\',\'129\')}}4 46=80 185();4 27=0;4 22=0;46=101;422=46.204;$(\'#70-181\').12(\'\');6(32){27=54;22=55()}9 6(!32){27=54;22=105()}9{27=54;22=55()}5.102(422);4 24=5.91();4 84=5.123();4 76=5.119();4 38=5.64();4 31=5.57();4 45=5.102();4 52=5.103();122();188();112(24,84,76,38,31,27,22,52,45);151()};8 443(420,426){$(\'#478\').12(420);$(\'#175\').12(426);$(\'.350\').13(\'160\',\'314\')};8 251(192,424,425,446){281(5.277(),192,425,424,446,42)};8 445(94){6(94){94.279()}126=30;4 14=$(128).110(\'7\');4 147=113(14);5.214(14);5.210(147);6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==14){47=25;74}9{47=30}}6(!47){19.36({7:14,39:\'\',73:\'\'})}}9{19.36({7:14,39:\'\',73:\'\'})}4 90=[];5.29(90);5.29(19);141(14);139(14);$(\'#71\').107();189(14);216()};8 280(94){6(94){94.279()}126=30;6(138==25){138=30;82}4 14=$(128).110(\'7\');4 305=113(14);4 51=80 440();4 120=51.441()+1;4 130=51.396();4 85=315(130,120,51.402());5.214(14);5.210(305);4 47=30;6(5.29().18>0){19=5.29();35(4 16=0;16<19.18;16++){6(19[16].7==14){47=25;6(19[16].39==\'\'||19[16].39==42||19[16].39==\'65\'){19[16].39=85;19[16].73=51}74}9{47=30}}6(!47){19.36({7:14,39:85,73:51})}}9{19.36({7:14,39:85,73:51})}4 90=[];5.29(90);141(14);139(14);5.29(19);$(\'#71\').107();5.296(30);294(236.295)};8 495(){$(128).13(\'394-393\',\'494\')};8 493(){$(128).13(\'394-393\',\'498\')};8 439(){6(5.131()>=175){$(\'#34-111\').13(\'69\',\'59\')}9{$(\'#34-111\').13(\'69\',\'238\')}6(175==0){$(\'#34-111\').13(\'69\',\'59\')}};8 414(){$(\'#34-111\').107();193=193+1;4 96=5.133();4 56=5.131();4 38=5.64();4 31=5.57();4 84=5.123();4 76=5.119();4 52=5.103();4 45=5.102();4 92=5.91();4 304=175;6(96==42||96==\'65\'){96=54}6(56==42||56==\'65\'){6(32){56=55()}9 6(!32){56=105()}9{56=55()}}96=140(56)+1;4 303=140(304)-140(96);6(303<233){56=140(96)+140(303)}9{56=140(96)+(140(233)-1)}5.133(96);5.131(56);6(96<=304){112(92,84,76,38,31,96,56,52,45)}};8 412(){$(\'#34-111\').107();$(\'#34-53-33\').150(\'93\');$(\'#34-53-28\').114(\'93\');$(\'#34-53-176\').114(\'93\');4 31=5.57();4 38=5.64();4 92=5.91();4 27=54;4 22=5.131();4 52=5.103();4 45=5.102();6(31==61.104){6(38==1){31=61.302;$(\'#33-11\').12(\'\');$(\'#33-11\').12(\'\');$(\'#33-11\').13(\'26\',\'87\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\')}9{31=61.104;$(\'#33-11\').12(\'\');$(\'#33-11\').12(\'\');$(\'#33-11\').13(\'26\',\'87\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\')}5.57(31)}9{31=61.104;$(\'#33-11\').12(\'\');$(\'#33-11\').12(\'\');$(\'#33-11\').13(\'26\',\'87\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\');5.57(31)}6(27==42||27==\'65\'){27=54;5.133(27)}6(22==42||22==\'65\'){6(32){22=55()}9 6(!32){22=105()}9{22=55()}5.133(22)}38=1;5.64(38);122();112(92,5.123(),5.119(),38,31,27,22,52,45)};8 415(){$(\'#34-111\').107();$(\'#34-53-28\').150(\'93\');$(\'#34-53-33\').114(\'93\');$(\'#34-53-176\').114(\'93\');4 31=5.57();4 38=5.64();4 92=5.91();4 27=54;4 22=5.131();4 52=5.103();4 45=5.102();6(31==61.104){6(38==2){31=61.302;$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').13(\'26\',\'87\');$(\'#44-11\').12(\'\')}9{31=61.104;$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').13(\'26\',\'87\');$(\'#44-11\').12(\'\')}5.57(31)}9{31=61.104;$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').13(\'26\',\'87\');$(\'#44-11\').12(\'\');5.57(31)}6(27==42||27==\'65\'){27=54;5.133(27)}6(22==42||22==\'65\'){6(32){22=55()}9 6(!32){22=105()}9{22=55()}5.133(22)}38=2;122();5.64(38);112(92,5.123(),5.119(),38,31,27,22,52,45)};8 418(){$(\'#34-111\').107();$(\'#34-53-176\').150(\'93\');$(\'#34-53-33\').114(\'93\');$(\'#34-53-28\').114(\'93\');4 31=5.57();4 38=5.64();4 92=5.91();4 27=54;4 22=5.131();4 52=5.103();4 45=5.102();6(31==61.104){6(38==3){31=61.302;$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').13(\'26\',\'87\')}9{31=61.104;$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').13(\'26\',\'87\')}5.57(31)}9{31=61.104;$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').13(\'26\',\'87\');5.57(31)}6(27==42||27==\'65\'){27=54;5.133(27)}6(22==42||22==\'65\'){6(32){22=55()}9 6(!32){22=105()}9{22=55()}5.133(22)}38=3;122();5.64(38);112(92,5.123(),5.119(),38,31,27,22,52,45)};8 326(){6(407()==61.497||407()==61.496){$(\'#34-53-28\').13(\'69\',\'59\');$(\'#405\').13(\'69\',\'59\');$(\'#28-11\').12(\'\')}9{$(\'#34-53-28\').13(\'69\',\'238\');$(\'#405\').13(\'69\',\'238\');6(5.57()!=42&&5.57()!=\'65\'||5.64()!=\'\'){4 168=5.64();4 180=5.57();6(168==2){6(180==61.104){$(\'#28-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').13(\'26\',\'87\')}9{$(\'#28-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').13(\'26\',\'87\')}}}}};8 112(24,60,411,254,409,406,416,307,318){4 115={92:24,84:60,76:411,38:254,31:409,27:406,22:416,52:307,45:318};251(\'489\',115,\'488\',8(72){4 487=0;$.172(72.401,8(21,23){4 85=388(23.492);6(32==42){6(5.258()==61.342){$(\'#70-181\').245(\'<144 37="399" 24="231\'+23.14+\'">\'+\' <67 37="397">\'+\' <67 37="50">\'+\' <121 58="246" 26="246" 24="70-95\'+23.14+\'" 7="\'+23.14+\'" 152="69:59;">\'+\' </121>\'+\' </67>\'+\' <50 24="135\'+23.14+\'" 78="./50/249.256" 58="153" 26="153" 152="257: 419; "/>\'+\' </67>\'+\' <62 24="33\'+23.14+\'" 37="88 192 89" 89="442" 7="\'+23.14+\'">\'+219(154(23.252),20)+\'</62>\'+\'</144>\');6((248+21+1)%3==0){$(\'#231\'+23.14).150(\'421\')}259()}9 6(5.258()==61.344){$(\'#70-181\').245(\'<144 37="341">\'+\' <67 37="430">\'+\' <62 37="50">\'+\' <121 58="423" 26="398" 24="70-95\'+23.14+\'" 7="\'+23.14+\'" 152="69:59;">\'+\' </121>\'+\' <50 24="135\'+23.14+\'" 78="./50/249.256" 58="153" 26="153" 152="257: 403; "/>\'+\' </62>\'+\' <67 37="60">\'+\' <62 24="33\'+23.14+\'" 37="192 88" 7="\'+23.14+\'">\'+219(154(23.252),20)+\'</62>\'+\' <67 37="410">\'+\' <149 37="51">\'+\' <68><117 37="89" 89="408"> </117> : \'+85+\'</68>\'+\' <68><117 37="89" 89="417"> </117>:<117 24="308\'+23.14+\'"> </117></68>\'+\' </149>\'+\' <149 37="413">\'+\' <68><50 78="\'+309+\'" 24="225\'+23.14+\'" 37="395" /></68>\'+\' <68><50 78="\'+312+\'" 24="213\'+23.14+\'" 37="392" /></68>\'+\' <68><62 37="179 89 239-240" 7="\'+23.14+\'" 89="389">390</62></68>\'+\' </149>\'+\' </67>\'+\' </67>\'+\' </67>\'+\'</144>\');284()}9{491(\'490\');}}9{6(32){$(\'#70-181\').245(\'<144 37="399" 24="231\'+23.14+\'">\'+\' <67 37="397">\'+\' <67 37="50">\'+\' <121 58="246" 26="246" 24="70-95\'+23.14+\'" 7="\'+23.14+\'" 152="69:59;">\'+\' </121>\'+\' </67>\'+\' <50 24="135\'+23.14+\'" 78="./50/249.256" 58="153" 26="153" 152="257: 419; "/>\'+\' </67>\'+\' <62 24="33\'+23.14+\'" 37="88 192 89" 89="442" 7="\'+23.14+\'">\'+219(154(23.252),20)+\'</62>\'+\'</144>\');6((248+21+1)%3==0){$(\'#231\'+23.14).150(\'421\')}259()}9 6(!32){$(\'#70-181\').245(\'<144 37="341">\'+\' <67 37="430">\'+\' <62 37="50">\'+\' <121 58="423" 26="398" 24="70-95\'+23.14+\'" 7="\'+23.14+\'" 152="69:59;">\'+\' </121>\'+\' <50 24="135\'+23.14+\'" 78="./50/249.256" 58="153" 26="153" 152="257: 403; "/>\'+\' </62>\'+\' <67 37="60">\'+\' <62 24="33\'+23.14+\'" 37="192 88" 7="\'+23.14+\'">\'+219(154(23.252),20)+\'</62>\'+\' <67 37="410">\'+\' <149 37="51">\'+\' <68><117 37="89" 89="408"> </117> : \'+85+\'</68>\'+\' <68><117 37="89" 89="417"> </117>:<117 24="308\'+23.14+\'"> </117></68>\'+\' </149>\'+\' <149 37="413">\'+\' <68><50 78="\'+309+\'" 24="225\'+23.14+\'" 37="395" /></68>\'+\' <68><50 78="\'+312+\'" 24="213\'+23.14+\'" 37="392" /></68>\'+\' <68><62 37="179 89 239-240" 7="\'+23.14+\'" 89="389">390</62></68>\'+\' </149>\'+\' </67>\'+\' </67>\'+\' </67>\'+\'</144>\');284()}9{}}222.36({14:23.14,95:346(23.305)});427(23.14,23.391,23.400);230.36({7:23.14,209:23.391});226.36({7:23.14,195:23.400});444(23.14);4 39=429(23.14);6(39!=42||39!=\'65\'){$(\'#308\'+23.14).12(39)}});248+=72.401.18;6(307==\'\'&&318==\'\'){6(221==-1){221=72.215}6(224==-1){224=72.215}}6(72.215<72.22){5.131(72.215)}9{5.131(72.22)}5.133(72.27);175=72.215;443(5.131(),175);439();351()})};4 221=-1;4 224=-1;8 436(){4 96=54;4 56=0;4 38=435;4 31=438;4 84=\'\';4 76=437;4 52=\'\';4 45=\'\';4 92=5.91();5.133(96);6(32){56=55()}9 6(!32){56=105()}9{56=55()}5.131(56);5.64(38);5.57(31);5.123(84);5.119(76);5.103(52);5.102(45);326();151();122();188();112(92,84,76,38,31,96,56,52,45)};8 113(7){35(4 21=0;21<222.18;21++){6(222[21].14==7){82 222[21].95}}};8 444(14){6(!32){6(5.157().18==0){$(\'#213\'+14).13(\'160\',\'235\')}9{35(4 41=0;41<5.157().18;41++){6(5.157()[41].7==14){$(\'#213\'+14).13(\'160\',\'314\');74}9{$(\'#213\'+14).13(\'160\',\'235\')}}}6(5.162().18==0){$(\'#225\'+14).13(\'160\',\'235\')}9{35(4 41=0;41<5.162().18;41++){6(5.162()[41].7==14){$(\'#225\'+14).13(\'160\',\'314\');74}9{$(\'#225\'+14).13(\'160\',\'235\')}}}}};8 427(66,432,433){4 63=80 266();4 183=80 266();4 178=80 266();4 48=198.434(\'70-95\'+66);4 116=48.431(\'428\');4 265=30;4 182=5.158();4 127=5.159();4 143=5.29();6(143==42||143<=0||143==\'65\'){63.125=8(){4 43=169(63,48.26,48.58);116.124(63,48.26/ 2 - 43[0] /2,0,43[0],43[1]);183.125=8(){116.124(183,48.26/ 2 - 43[0] /2,0);$("#135"+66).186(\'109\',8(){$(\'#70-95\'+66).184(\'109\')})};183.78=313};63.78=113(66)}9{35(4 41=0;41<5.29().18;41++){6(5.29()[41].7==66){63.125=8(){4 43=169(63,48.26,48.58);116.124(63,48.26/ 2 - 43[0] /2,0,43[0],43[1]);$("#135"+66).186(\'109\',8(){$(\'#70-95\'+66).184(\'109\')})};63.78=113(66);265=25;74}9{63.125=8(){4 43=169(63,48.26,48.58);116.124(63,48.26/ 2 - 43[0] /2,0,43[0],43[1]);183.125=8(){116.124(183,48.26/ 2 - 43[0] /2,0);$("#135"+66).186(\'109\',8(){$(\'#70-95\'+66).184(\'109\')})};183.78=313};63.78=113(66)}}}6(265){6(182==42||182<=0||182==\'65\'){}9{35(4 83=0;83<182.18;83++){6(182[83].7==66){6(182[83].209!=432){63.125=8(){4 43=169(63,48.26,48.58);116.124(63,48.26/ 2 - 43[0] /2,0,43[0],43[1]);178.125=8(){116.124(178,48.26/ 2 - 43[0] /2,0);$("#135"+66).186(\'109\',8(){$(\'#70-95\'+66).184(\'109\')})};178.78=316};63.78=113(66);74}}}}6(127==42||127<=0||127==\'65\'){}9{35(4 83=0;83<127.18;83++){6(127[83].7==66){6(127[83].195!=433){63.125=8(){4 43=169(63,48.26,48.58);116.124(63,48.26/ 2 - 43[0] /2,0,43[0],43[1]);178.125=8(){116.124(178,48.26/ 2 - 43[0] /2,0);$("#135"+66).186(\'109\',8(){$(\'#70-95\'+66).184(\'109\')})};178.78=316};63.78=113(66);74}}}}265=30}};8 189(24){4 50=80 266();50.78=113(24);4 48=198.434(\'70-95\'+24);4 116=48.431(\'428\');50.125=8(){4 43=169(50,48.26,48.58);116.124(50,48.26/ 2 - 43[0] /2,0,43[0],43[1]);$("#135"+24).186(\'109\',8(){$(\'#70-95\'+24).184(\'109\')})}};8 429(24){35(4 21=0;21<5.29().18;21++){6(5.29()[21].7==24){82 5.29()[21].39}}};8 141(137){4 136;4 228;4 148=30;6(5.158().18<=0||5.158()==42||5.158()==\'65\'){136=[]}9{136=5.158()}35(4 21=0;21<230.18;21++){6(230[21].7==137){228=230[21].209;74}}6(136.18>0){35(4 40=0;40<136.18;40++){6(136[40].7==137){136[40].209=228;148=25;74}9{148=30}}6(!148){136.36({7:137,209:228})}}9{136.36({7:137,209:228})}5.158(136)};8 139(137){4 134;4 227;4 148=30;6(5.159().18<=0||5.159()==42||5.159()==\'65\'){134=[]}9{134=5.159()}35(4 21=0;21<226.18;21++){6(226[21].7==137){227=226[21].195;74}}6(134.18>0){35(4 40=0;40<134.18;40++){6(134[40].7==137){134[40].195=227;148=25;74}9{148=30}}6(!148){134.36({7:137,195:227})}}9{134.36({7:137,195:227})}5.159(134)};8 151(){$(\'#34-53-33\').114(\'93\');$(\'#34-53-28\').114(\'93\');$(\'#34-53-176\').114(\'93\');4 168;4 180;6(5.64()==42||5.64()==\'65\'||5.64()==\'\'){$(\'#33-11\').12(\'\');$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\')}9{6(5.57()!=42&&5.57()!=\'65\'||5.64()!=\'\'){168=5.64();180=5.57();6(168==1){6(180==61.104){$(\'#33-11\').12(\'\');$(\'#33-11\').12(\'\');$(\'#33-11\').13(\'26\',\'87\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\')}9{$(\'#33-11\').12(\'\');$(\'#33-11\').12(\'\');$(\'#33-11\').13(\'26\',\'87\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\')}$(\'#34-53-33\').150(\'93\')}9 6(168==2){6(180==61.104){$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').13(\'26\',\'87\');$(\'#44-11\').12(\'\')}9{$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#28-11\').13(\'26\',\'87\');$(\'#44-11\').12(\'\')}$(\'#34-53-28\').150(\'93\')}9 6(168==3){6(180==61.104){$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').13(\'26\',\'87\')}9{$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').13(\'26\',\'87\')}$(\'#34-53-176\').150(\'93\')}}}};8 388(51){4 130=51.51;4 120=140(51.120)+1;4 232=140(51.232)+479;4 85=232+\'/\'+((\'\'+120).18<2?\'0\':\'\')+120+\'/\'+((\'\'+130).18<2?\'0\':\'\')+130;82 85};8 315(130,120,232){4 85=232+\'/\'+((\'\'+120).18<2?\'0\':\'\')+120+\'/\'+((\'\'+130).18<2?\'0\':\'\')+130;82 85};8 346(343){4 355=\'72:480/475;476,\'+343;82 355};8 55(){4 56=0;4 278=349();56=278.477;82 56};8 105(){4 56=0;4 278=349();56=278.484;82 56};8 284(){233=105()};8 259(){233=55()};8 319(){$(\'#33-11\').12(\'\');$(\'#28-11\').12(\'\');$(\'#44-11\').12(\'\');$(\'#44-11\').12(\'\')};8 122(){$(\'#34-111\').107();$(\'#70-181\').12(\'\');$(\'.350\').13(\'160\',\'235\')};8 211(){351();6(32){$(\'#34-111\').12(320(171(\'317\'),55()).485())}9 6(!32){$(\'#34-111\').12(320(171(\'317\'),105()))}9{$(\'#34-111\').12(320(171(\'317\'),55()))}};8 241(332){4 229=25;4 115={92:5.91(),486:\'1\',14:332};281(5.277(),"482",\'212\',115,8(72){229=25},8(377,483,512){6(377.518==404){229=30}9{229=25;503()}});82 229};8 368(){4 143=5.29();4 127=5.159();4 310=5.158();35(4 21=143.18-1;21>=0;21--){4 311=143[21];6(!241(311.7)){177.36({7:311.7});143.106(21,1);127.106(21,1);310.106(21,1)}6(505()){82}}5.29(143);5.159(127);5.158(310)};8 365(){4 191=5.359();35(4 40=191.18-1;40>=0;40--){4 268=191[40];6(263(268.7)){191.106(40,1)}9{6(!241(268.7)){177.36({7:268.7});191.106(40,1);5.509(25)}}}5.359(191)};8 385(){4 99=5.162();35(4 40=99.18-1;40>=0;40--){4 194=99[40];6(263(194.7)){99.106(40,1)}9{6(!241(194.7)){177.36({7:194.7});99.106(40,1);5.325(25)}}}5.162(99)};8 375(){4 98=5.157();35(4 40=98.18-1;40>=0;40--){4 190=98[40];6(263(190.7)){98.106(40,1)}9{6(!241(190.7)){177.36({7:190.7});98.106(40,1);5.327(25)}}}5.157(98)};8 358(){6(5.324()==\'25\'){368();365();385();375();335();330();354();5.324(30)}};8 263(7){35(4 40=177.18-1;40>=0;40--){4 373=177[40];6(7==373.7){82 25}9{82 30}}};8 335(){4 323=5.162();4 321=5.157();35(4 21=0;21<323.18;21++){4 194=323[21];173.36({7:194.7})}35(4 21=0;21<321.18;21++){4 190=321[21];173.36({7:190.7})}};8 330(){4 99=5.162();35(4 16=0;16<173.18;16++){4 161=173[16];4 115={92:5.91(),14:161.7,348:0};4 100;281(5.277(),"100",\'212\',115,8(72){6(72.276){100=72.276}},42);6(100){6(100.18>0){35(4 41=99.18-1;41>=0;41--){4 223=99[41];6(223.7==161.7){4 202=30;35(4 83=0;83<100.18;83++){6(223.275==100[83].275){202=25;74}}6(!202){99.106(41,1);5.325(25)}}}}9{35(4 41=0;41<99.18;41++){4 223=99[41];6(223.7==161.7){99.106(41,1);5.325(25)}}}}}5.162(99)};8 354(){4 98=5.157();35(4 16=0;16<173.18;16++){4 161=173[16];4 115={92:5.91(),14:161.7,348:0};4 100;281(5.277(),"100",\'212\',115,8(72){6(72.276){100=72.276}},42);6(100){6(100.18>0){35(4 41=98.18-1;41>=0;41--){4 220=98[41];6(220.7==161.7){4 202=30;35(4 83=0;83<100.18;83++){6(220.275==100[83].275){202=25;74}}6(!202){98.106(41,1);5.327(25)}}}}9{35(4 41=0;41<98.18;41++){4 220=98[41];6(220.7==161.7){98.106(41,1);5.327(25)}}}}}5.157(98)};8 454(){326();211();198.33=171(\'383\')+\' | \'+171(\'384\')};8 219(250,18){6(250.18<=18){82 250}9{82 250.379(0,18)+"..."}};8 169(167,26,58){4 244;4 242;6(167.26>167.58){244=26;242=(167.58*26)/167.26}9{242=58;244=(167.26*58)/167.58}4 338=[244,242];82 338};8 188(){193=1};8 352(){6(5.258()==61.342){32=25}9 6(5.258()==61.344){32=30}9{32=25}};8 345(){6(322()){$(\'#34-53-33\').114(\'306\');$(\'#34-53-28\').114(\'306\');$(\'#34-53-176\').114(\'306\')}};',10,520,'||||var|ClientData|if|contentid|function|else||sorttype|html|css|contentId||nIndex||length|contentIdArray||i|recordTo|post|id|true|width|recordFrom|titlekana|ReadingContentIds|false|sortOrder|isShowBookShelf|title|control|for|push|class|sortType|viewdate|j|nIndex1|null|resizeImg|rDate|groupId|node|checkflag|c|outputId|img|date|genreId|sort|DEFAULT_DISP_NUMBER_RECORD_FROM|returnNumberDispRecordForBookShelf|toPage|searchCond_sortOrder|height|none|text|Consts|a|imgThumb|searchCond_sortType|undefined|contId|div|li|display|content|dlgSubMenu|data|originviewdate|break|item|searchDivision|decoration|src|weight|new|font|return|nIndex2|searchText|outputDate|click|12px|dialog|lang|newArray|userInfo_sid|sid|active_tops|e|thumbnail|fromPage|dataChild|arrMarking|arrMemo|webContentPage|selectedNode|searchCond_groupId|searchCond_genreId|ConstOrderSetting_Asc|returnNumberDispRecordForList|splice|hide|dataGroup|slow|attr|nextrecord|renderContent|returnThumbnail|removeClass|params|ctx|span|dataGenre|searchCond_searchDivision|month|canvas|refreshGrid|searchCond_searchText|drawImage|onload|allowTimerCloseSubMenu|metaArr|this|underline|day|searchCond_recordTo|bold|searchCond_recordFrom|tempMetaArr|loadingIcon|tempResourceArr|conId|home_isMove|setMetaVersionData|eval|setResourceVersionData|live|readArr|section|parent|objTarget|base64String|flag|ul|addClass|handleSortDisp|style|25px|htmlEncode|Id|folder|MarkingData|ResourceVersion|MetaVersion|visibility|oneContent|MemoData|left|file|list_1|normal|mg|typeSort|resizeResourceThumbnail|tree2|i18nText|each|existContent|IsCategory|totalPage|releasedate|errorContent|imgIconEdit|read|orderSort|grid|versionArr|imgIconNew|fadeIn|TreeNode|fadeOut|arrData|resetShowNextRecordCount|drawEditImage|marking|arrBookmark|name|showNextRecordClickNumber|memo|metaversion|index|ChildNodes|document|targetObj|contentCount|value|isFoundPage|firstNode|Value|node1|find|arrAllNodes|all|resourceversion|contentInfo_contentThumbnail|formatDisplayMoreRecord|GET|imgBookMark|contentInfo_contentId|totalRecord|openContentDetail|detail|timer_subMenu|truncate|oneMarking|genre_totalcontent|arrayTemp|oneMemo|group_totalcontent|imgMemo|metaVersionArr|tempMeta|tempResource|isExisted|resourceVersionArr|bookshelf|year|iNumberOfNextRecord|list|hidden|ScreenIds|top|block|button|details|IsExistContent|newHeight|png|newWidth|append|170px|contentDetail|home_realTotalRecord|data_loading|strInput|abapi|contentTitle|avwUserEnvObj|type|isSubMenuHoverOn|gif|padding|sortOpt_viewMode|getNextRecordNumForBookShelf|ContentCount|Text|collision|isErrorContent|of|readFlg|Image|data1|bookmark|totalCount|objChild|fit|tree1|categoryId|at|pageNo|pages|userInfo_accountPath|sysSettings|preventDefault|readSubmenuFunction|avwCmsApiSync|position|bottom|getNextRecordNumForList|my|show|window|canvasClickFunction|children|touchend|AddChidrenNodeGroup|evObj|ExpandNodes|avwScreenMove|ContentView|IsRefresh|openSubMenuDialogFunction|bodyHomeClickFunction|body|AddChidrenNodeGenre|touchmove|ConstOrderSetting_Desc|iRecordNumber|totalrecord|contentThumbnail|nottouchdevice|cateid|lblVdate|DEFAULT_IMG_OPTION_MEMO|resourceArr|readContent|DEFAULT_IMG_OPTION_MARKING|DEFAULT_IMG_CONTENT_NEW|visible|formatNormalDate|DEFAULT_IMG_CONTENT_EDIT|dspViewMore|grpid|refreshSortTypeOrder|format|markingArr|isTouchDevice|memoArr|common_contentDataChkFlg|isChangedMemo|handleLanguage|isChangedMarkingData|parentGroupId|os|SyncMemoPages|UserEnvironment|strContentId|startTimerCloseMenu|objParent|getExistContentPages|touchstart|ipad|result|bind|groupName|sectionhomelist|ConstDisplayMode_BookShelf|imgStr|ConstDisplayMode_List|removeHoverCss|formatStringBase64|root|thumbnailFlg|avwSysSetting|pageNumControl|i18nReplaceText|setDefaultViewMode|AddGroup_Callback|SyncMarkingPages|outputString|AddGenre_Callback|lCateId|syncContentData|BookMarkData|genreSelectFunction|Number|getDataJsonFileGroup|Array|changeDispBookShelfFunction|syncBookmarkContent|getDataJsonFileGenre|changeDispListFunction|syncReadingContent|categoryName|list_0|parentCategoryId|subMenuHoverOffFunction|contentErr|treeview|syncMarkingContent|groupSelectFunction|xmlHttpRequest|subMenuHoverFunction|substring|TreeView|CategoryTagName|handleTreeViewDisp|dspHome|sysAppTitle|syncMemoContent|TotalCount|Show|formatDeliveryDate|txtRead|読む|resourceVersion|pen|color|background|sticker|getDate|cnt_section_bookshelf|150px|sectionhomebookshelf|metaVersion|contentList|getFullYear|46px||separate|from|getCurrentLanguage|txtPubDt|order|info|division|sortByTitleFunction|pic|showNextRecordFunction|sortByTitleKanaFunction|to|txtViewDt|sortByReleaseDateFunction|86px|dispRecord|no_m_right|lGrpId|105px|param|method|dispTotal|checkUserHasReadContent|2d|renderViewDate|cnt_section_list|getContext|resourceVer|metaVer|getElementById|DEFAULT_SORT_TYPE|renderGridView|DEFAULT_SEARCH_DIVISION|DEFAULT_SORT_ORDER|handleBackToTop|Date|getMonth|lblTitle|reRenderPageNumber|checkContentMarkingMemoOption|detailsSubmenuFunction|callback|LockScreen|pic_1|errorPage|pic_2|updatebook|newbook|DEFAULT_DISP_NUMBER_RECORD_TO|changeLanguageCallBackFunction|center|resize|clearTimeout|checkForceChangePassword|setTimeout|lnkbtnGroup|lnkbtnGenre|hover|RegisterLog|requirePasswordChange|avwCheckLogin|lnkGroup|lblGroup|ready|lnkGenre|BookmarkScreen|Home|lblGenre|Login|array|jpeg|base64|bookShelfCount|dispPage|1900|image|dispatchEvent|webGetContent|txtStatus|bookListCount|toString|getType|countCnt|POST|webContentList|ok|alert|contentDeliveryDate|itemMouseLeaveEvent|gray|itemMouseEnterEvent|ConstLanguage_Ko|ConstLanguage_En|white|ExpandAfterBuild||groupLevel|groupList|showSystemError|clientX|avwHasError|categoryList|category|clientY|isChangedBookmark|group|IsClosed|errorThrown|err|initMouseEvent|MouseEvents|catch|createEvent|status|try'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('3 46;3 93;3 80;3 84=[];3 53;3 47;3 68;3 74;3 81;3 16="";8 100(){$(\'#70\').34(\'71\',\'71\');5(6.90()!=66){$(\'#58\').12(6.90())}5(6.88()!=66){$(\'#57\').12(6.88())}};8 124(){5(6.85()){100()}};8 103(){138.150();6.152(67);3 70=$(\'#70\').34(\'71\');3 28=$(\'#58\').12();3 23=$(\'#57\').12();3 22=$(\'#75\').12();3 32=49 50();6.90(28);6.88(23);6.145(28);6.147(23);6.80(80);5(70==\'71\'){6.85(67)}7{6.85(41)}6.141(32.137());6.24(93);125()};8 117(){3 28=$(\'#58\').12();3 23=$(\'#57\').12();3 22=$(\'#75\').12();3 11=$(\'#19-14-15\');5(!64.61(28)){16="";11.17(10(\'51\'));11.34(\'48\',\'51\');11.18();31 41}7 5(!64.61(23)){16="";11.17(10(\'51\'));11.34(\'48\',\'51\');11.18();31 41}7 5(!64.61(22)){16="";11.17(10(\'51\'));11.34(\'48\',\'51\');11.18();31 41}7{31 67}};8 115(){3 104=$(\'#105\').12();3 94=$(\'#153\').12();3 77=$(\'#108\').12();3 11=$(\'#20-14-15\');5(!64.61(104)){16="";11.17(10(\'83\'));11.34(\'48\',\'83\');11.18();31 41}7 5(!64.61(94)){16="";11.17(10(\'83\'));11.34(\'48\',\'83\');11.18();31 41}7{5(94!=77){16="";11.17(10(\'111\'));11.34(\'48\',\'111\');11.18();31 41}7{31 67}}};8 118(){3 28=$(\'#58\').12();3 23=$(\'#57\').12();3 22=$(\'#75\').12();3 143=0;3 29;3 56={109:\'\',23:23,22:22,144:28};5(6.24()){56.109=6.24()}3 98=140();3 92=98.92;175(92,66,\'170\',\'99\',56,8(21){46=21.46;93=21.82;80=21.174;84=21.169;121();5(21.76==\'130\'){103();$(\'#19-14-15\').79(\'131\',\'132\');5(21.46==0){6.39(6.24());38("37/"+35.36)}7 5(21.46==1){5(53==2){40();$(".54-20-55").33();$(\'#52\').33();$("#110").79(\'106\',\'107\')}7 5(53==1){29=6.97();5(29==66||29==\'102\'){40();$(\'#52\').18();$(".54-20-55").33()}7{3 32=49 50();3 78=49 50(29);3 45=32.101(78);5(45<=30){6.39(6.24());38("37/"+35.36)}7 5(45>30){40();$(\'#52\').18();$(".54-20-55").33()}}}7{6.39(6.24());38("37/"+35.36)}}7 5(21.46==2){5(47==1){$(\'#52\').18();29=6.97();5(29==66||29==\'102\'){40();$(".54-20-55").33()}7{3 32=49 50();3 78=49 50(29);3 45=32.101(78);5(45<=30){6.39(6.24());38("37/"+35.36)}7 5(45>30){40();$(".54-20-55").33()}}}7 5(47==2){40();$(\'#52\').33();$(".54-20-55").33();$("#110").79(\'106\',\'107\')}7{6.39(6.24());38("37/"+35.36)}}}7{16=21.65;$(\'#19-14-15\').17(44(10(\'43\'),21.65).59());$(\'#19-14-15\').18();}},8(27,158,155){5(27.60&&27.129!=0){16=87.89(27.60).65;$(\'#19-14-15\').17(44(10(\'43\'),87.89(27.60).65).59())}7{$(\'#19-14-15\').17(44(10(\'43\'),\'156\'))}$(\'#19-14-15\').18()})};8 112(){3 28=$(\'#58\').12();3 82=6.24();3 23=$(\'#57\').12();3 22=$(\'#105\').12();3 77=$(\'#108\').12();3 56={82:82,23:23,22:22,165:77,163:4};164(28,\'159\',\'99\',56,8(21){3 76=21.76;5(76==\'130\'){$(\'#20-14-15\').79(\'131\',\'132\');119();6.39(6.24());38("37/"+35.36)}7{$(\'#20-14-15\').17(10(\'162\'));$(\'#20-14-15\').18()}},8(27,168,167){5(27.60&&27.129!=0){$(\'#20-14-15\').17(87.89(27.60).65);$(\'#20-14-15\').18()}7{166()}})};8 114(){86(91.157);63.69=10(\'72\')+\' | \'+10(\'73\');5(16!=""){$(\'#19-14-15\').17(44(10(\'43\'),16).59())}};8 113(){86(91.161);63.69=10(\'72\')+\' | \'+10(\'73\');5(16!=""){$(\'#19-14-15\').17(44(10(\'43\'),16).59())}};8 116(){86(91.160);63.69=10(\'72\')+\' | \'+10(\'73\');5(16!=""){$(\'#19-14-15\').17(44(10(\'43\'),16).59())}};8 134(){5(117()){118()}};8 128(){5(115()){112()}};8 135(){3 32=49 50();6.97(32);6.39(6.24());38("37/"+35.36)};8 40(){$("#19-22-96").18();$("#19-22-96").178();177()};8 119(){$("#19-22-96").20(\'179\')};8 125(){$.122(84,8(120,9){5(9.25==\'47\'){6.180(9.26)}7 5(9.25==\'53\'){6.171(9.26)}7 5(9.25==\'81\'){6.176(9.26)}7 5(9.25==\'74\'){6.173(9.26)}7 5(9.25==\'68\'){6.172(9.26)}})};8 121(){$.122(84,8(120,9){5(9.25==\'47\'){47=9.26}7 5(9.25==\'53\'){53=9.26}7 5(9.25==\'81\'){81=9.26}7 5(9.25==\'74\'){74=9.26}7 5(9.25==\'68\'){68=9.26}})};8 136(){};8 133(62){3 126=(62.123?62.123:62.139);5(126==13){$(\'#127\').42()}};$(63).151(8(62){63.69=10(\'72\')+\' | \'+10(\'73\');124();$(\'#95-154\').42(114);$(\'#95-146\').42(113);$(\'#95-149\').42(116);$(\'#127\').42(134);$(\'#148\').42(128);$(\'#52\').42(135);$(\'#75\').142(133)});',10,181,'|||var||if|ClientData|else|function|option|i18nText|msgError|val||error|message|login_errorMessage|html|show|main|dialog|data|password|loginId|userInfo_sid_local|serviceName|value|xhr|accountPath|skipPwdDate||return|date|hide|attr|ScreenIds|Home|abvw|avwScreenMove|userInfo_sid|OpenChangePasswordDialog|false|click|msgLoginErrWrong|format|numDay|requirePasswordChange|force_pw_change_periodically|lang|new|Date|msgLoginEmpty|btnSkip|force_pw_change_on_login|ui|titlebar|params|txtAccId|txtAccPath|toString|responseText|CheckRequiredForText|e|document|ValidationUtil|errorMessage|null|true|user_data_backup|title|chkRemember|checked|dspLogin|sysAppTitle|marking|txtPassword|result|confirmPass|skpPwdDt|css|userInfo_userName|force_login_periodically|sid|msgPwdEmpty|optionList|userInfo_rememberLogin|changeLanguage|JSON|userInfo_loginId|parse|userInfo_accountPath|Consts|apiLoginUrl|userinfo_sid|newPass|language|change|userInfo_pwdSkipDt|sysSettings|GET|loadLoginInfo|subtractByDays|undefined|saveLoginInfo|currentPass|txtCurrentPass|visibility|hidden|txtConfirmNew|previousSid|txtPwdRemind|msgPwdNotMatch|changePasswordProcess|changeLanguageKo|changeLanguageJa|checkDialogValidation|changeLanguageEn|checkValidation|processLogin|CloseChangePasswordDialog|i|getServiceOptionList|each|keyCode|initialScreen|saveServiceUserOption|code|btnLogin|changePassFunction|status|success|display|none|loginWhenClickEnter|loginFunction|skipPassFunction|OpenChangePassword|jpDateTimeString|SessionStorageUtils|which|avwSysSetting|userInfo_lastLoginTime|keydown|requireChangePassword|urlpath|userInfo_accountPath_session|ko|userInfo_loginId_session|btnChange|en|login|ready|common_contentDataChkFlg|txtNewPass|ja|errorThrown|E001|ConstLanguage_Ja|statusText|passwordChange|ConstLanguage_En|ConstLanguage_Ko|msgPwdOldWrong|appId|avwCmsApiSync|newPassword|showSystemError|c|b|serviceOptionList|webClientLogin|serviceOpt_force_pw_change_on_login|serviceOpt_user_data_backup|serviceOpt_marking|userName|avwCmsApiWithUrl|serviceOpt_force_login_periodically|lockLayout|center|close|serviceOpt_force_pw_change_periodically'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--)d[c]=k[c]||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;}('$(87).178(7(){5(!160(130.162))60;93();171();87.151=18(\'117\')+\' | \'+18(\'116\');3.164(130.167);121();$("#166").24(115);$("#163").24(149);$("#172").24(140);$("#43").24(138);$("#61").24(136);$("#76").24(137);$("#29").24(153);$("#32").24(114);$("#170").24(124);$("#169").24(113);$("#155").24(126);$("#156").24(123);5(3.85()==15||3.80()==15||3.81()==15){$("#43").21()}8{$("#43").13()}108(3.54(),"36",\'142\',{53:3.56()},132,150);5(3.158()!="161"){$("#43").20(\'26\',\'28\');$("#61").20(\'26\',\'28\');$("#51").20(\'26\',\'28\');$("#159").20(\'26\',\'28\');$("#157").20(\'26\',\'28\')}8{5(119()==12){$("#61").20(\'26\',\'28\')}8{$("#61").20(\'26\',\'\')}}});7 168(){87.151=18(\'117\')+\' | \'+18(\'116\')};7 119(){11 73=12;11 46={53:3.56(),83:\'4\',135:"82.84"};165(3.54(),"133","134",46,7(17){5(17){73=15}},7(37,68,69){5(37.99!=0){73=12}8{107()}});60 73};7 132(17){3.36(0);5(17.36==1){5(3.86()==0){}8 5(3.86()==1){11 48=3.94();5(48){11 75=58 63();11 71=58 63(48);11 50=75.127(71);5(50<=30){}8 5(50>30){35();$("#29").21();$("#32").13()}}8{35();$("#29").21();$("#32").13()}}8 5(3.86()==2){3.36(1);35();$("#29").13();$("#32").13();$("#76").20(\'89\',\'-91 90 0 0\');$("#95").20(\'26\',\'28\')}}8 5(17.36==2){5(3.88()==0){}8 5(3.88()==1){11 48=3.94();5(48){11 75=58 63();11 71=58 63(48);11 50=75.127(71);5(50<=30){}8 5(50>30){35();$("#29").21();$("#32").13()}}8{35();$("#29").21();$("#32").13()}}8 5(3.88()==2){3.36(1);35();$("#29").13();$("#32").13();$("#76").20(\'89\',\'-91 90 0 0\');$("#95").20(\'26\',\'28\')}}8 5(17.36==0){}};7 126(9){9.23();11 46=[{100:\'53\',96:3.56()},{100:\'83\',96:\'4\'},{100:\'196\',96:111.195(198()),197:\'82.84\',192:\'27-191\'}];194(3.54(),46,12,128,7(193,68,69){$().19({38:\'41-22\'});$().19(\'42\',{39:\'34\',40:15,27:18(\'122\')})});98()};7 128(17){5(111.139(17).65=="52"){3.85(12);3.80(12);3.81(12);$("#43").13();$("#61").20(\'26\',\'\');$().19({38:\'41-22\'});$().19(\'42\',{39:\'52\',40:15,27:18(\'199\')})}8{$().19({38:\'41-22\'});$().19(\'42\',{39:\'34\',40:15,27:18(\'122\')})}};7 123(9){9.23();98(15)};7 124(9){9.23();108(3.54(),"133","134",{53:3.56(),83:\'4\',135:"82.84"},129,7(37,68,69){5(37.99!=0){$().19({38:\'41-22\'});$().19(\'42\',{39:\'34\',40:15,27:18(\'204\')})}8{107()}});104()};7 129(17){5(17){205(17);3.85(12);3.80(12);3.81(12);$("#43").13();$().19({38:\'41-22\'});$().19(\'42\',{39:\'52\',40:15,27:18(\'203\')})}};7 113(9){9.23();104(15)};7 114(9){9.23();11 14=$(\'#55-34-57\');14.33(\'\');66(15)};7 115(9){9.23();5($("#110").16(\'6\')==\'6\'){3.102(77.201);}8{3.102(77.125);}5($("#74").16(\'6\')==\'6\'){3.112(1);3.120(1)}8{3.112(0);3.120(0)}5($("#72").16(\'6\')==\'6\'){3.109(1)}8{3.109(0)}5($("#70").16(\'6\')==\'6\'){3.106(1);93()}8{3.106(0);93()}5($("#51").16(\'6\')==\'6\'){3.105(1)}8{3.105(0)}$().19({38:\'41-22\'});$().19(\'42\',{39:\'52\',40:15,27:18(\'200\')})};7 153(9){9.23();11 14=$(\'#55-34-57\');14.33(\'\');3.94(58 63());66()};7 35(){$("#148").45(\'\');$("#143").45(\'\');$("#118").45(\'\');101();$("#62").21();$("#62").22()};7 66(202){$("#62").13();97()};7 149(9){9.23();$("#32").21();$("#29").13();$("#95").20(\'26\',\'28\');$("#76").20(\'89\',\'-91 90 0 0\');35()};7 140(9){9.23();$("#110").16(\'6\',\'6\');$("#74").16(\'6\',\'6\');$("#72").16(\'6\',\'6\');$("#70").16(\'6\',\'6\');$("#51").16(\'6\',\'6\')};7 138(9){9.23();152()};7 136(9){9.23();147()};7 137(9){9.23();11 25=15;11 14=$(\'#55-34-57\');5(!31.145(49())){25=12;14.33(18(\'146\'));14.21()}8{5(!31.145(44())){25=12;14.33(18(\'146\'));14.21()}8{5(44()!=78()){25=12;14.33(18(\'179\'));14.21()}}}5(25){5(!31.92(49(),10)){25=12}5(!31.92(44(),10)){25=12}5(!31.92(78(),10)){25=12}5(!31.79(49())){25=12}5(!31.79(44())){25=12}5(!31.79(78())){25=12}11 181=49()+"";}11 46={53:3.56(),180:3.131(),177:49(),174:44(),173:4};5(25){108(3.54(),"176","142",46,144,141)}8{}};7 144(17){11 14=$(\'#55-34-57\');5(17.65!=103&&17.65!=150){5(17.65!=77.175){14.33(18(\'188\'));14.21()}8{3.36(0);14.33(\'\');66();$().19({38:\'41-22\'});$().19(\'42\',{39:\'52\',40:15,27:18(\'187\')})}}};7 141(37,68,69){5(37.154&&37.99!=0){11 14=$(\'#55-34-57\');14.33(111.139(37.154).190);14.21()}8{107()}};$(7(){$(\'#62\').22();$(\'#59\').22();$(\'#64\').22();$(\'#62\').13();$(\'#59\').13();$(\'#64\').13();});7 152(){101();$("#59").21();$("#59").22()};7 98(47){5(47!=103||47==15){}$("#59").13();97()};7 147(){101();$("#64").21();$("#64").22()};7 104(47){5(47!=103||47==15){}$("#64").13();97()};7 49(){60 $("#148").45()};7 44(){60 $("#143").45()};7 78(){60 $("#118").45()};7 121(){$("#189").27(3.131());$("#186").27(3.183());$("#182").27(3.185());5(3.102()==77.125){$("#184").16(\'6\',\'6\')}8{$("#110").16(\'6\',\'6\')}5(3.112()==0){$("#74").67(\'6\')}8{$("#74").16(\'6\',\'6\')}5(3.109()==0){$("#72").67(\'6\')}8{$("#72").16(\'6\',\'6\')}5(3.106()==0){$("#70").67(\'6\')}8{$("#70").16(\'6\',\'6\')}5(3.105()==0){$("#51").67(\'6\')}8{$("#51").16(\'6\',\'6\')}};',10,206,'|||ClientData||if|checked|function|else|e||var|false|hide|msgError|true|attr|data|i18nText|toastmessage|css|show|center|preventDefault|click|isOK|visibility|text|hidden|dspSkip||ValidationUtil|dspCancel|html|error|OpenChangePassword|requirePasswordChange|xhr|position|type|sticky|middle|showToast|dspOptBk|getNewPassword|val|params|cancel|pwdSkipDt|getCurrentPassword|numDay|chkOptBkCfm|success|sid|userInfo_accountPath|dialog|userInfo_sid|message|new|dlgConfirmBackup|return|dspOptRes|dlgChangePassword|Date|dlgConfirmRestore|result|closeChangePassword|removeAttr|b|c|chkOpt005|skipDate|chkOpt003|isExisted|chkOpt002|currDate|dspPwdUpd1|Consts|getNewPasswordRe|IsAlphabetOrNumberOrSymbol|isChangedMarkingData|isChangedMemo|webBackupData|deviceType|json|isChangedBookmark|serviceOpt_force_pw_change_on_login|document|serviceOpt_force_pw_change_periodically|margin|97px|27px|CheckMaxLengthForByte|ToogleLogoutNortice|userInfo_pwdSkipDt|txtChangePassComment|content|unlockLayout|closeBackup|status|name|lockLayout|sortOpt_viewMode|undefined|closeRestore|userOpt_bkConfirmFlg|userOpt_closeOrRefreshAlert|showSystemError|avwCmsApi|userOpt_makingDsp|rdoOpt001|JSON|userOpt_musicMode|dspOptRes_Cancel_Click|dspCancel_Click|dspSave_Click|sysAppTitle|dspSetting|txtPwdNewRe|IsExistBackupFile|userOpt_videoMode|InitScreen|msgBackupFailed|dspOptBk_Cancel_Click|dspOptRes_OK_Click|ConstDisplayMode_List|dspOptBk_OK_Click|subtractByDays|avwCmsApi_uploadBackupFile_success|avwCmsApi_getBackupFile_success|ScreenIds|userInfo_loginId_session|avwCmsApi_requirePasswordChange_success|getBackupFile|post|filename|dspOptRes_Click|dspPwdUpd1_Click|dspOptBk_Click|parse|dspOptReset_Click|avwCmsApi_passwordChange_fail|GET|txtPwdNew|avwCmsApi_passwordChange_success|CheckRequiredForText|msgPwdEmpty|openRestore|txtPwdCur|dspPwdUpd_Click|null|title|openBackup|dspSkip_Click|responseText|dspOptBk_OK|dspOptBk_Cancel|txtBkResCap|serviceOpt_user_data_backup|txtOptBkCfm|avwCheckLogin|Y|Login|dspPwdUpd|BookmarkScreen|avwCmsApiSync|dspSave|Setting|changeLanguageCallBackFunction|dspOptRes_Cancel|dspOptRes_OK|LockScreen|dspOptReset|appId|newPassword|ConstAPI_SUCCESS|passwordChange|password|ready|msgPwdNotMatch|loginId|str|txtLastLoginTime|userInfo_accountPath_session|rdoOpt0011|userInfo_lastLoginTime|txtLoginPath|msgPwdChangeOK|msgPwdChangeNG|txtLoginId|errorMessage|plain|contentType|a|avwUploadBackupFile|stringify|formFile|fileName|buildBackupData|msgBackupSuccess|msgSaveOk|ConstDisplayMode_BookShelf|skip|msgRestoreSuccess|msgRestoreFailed|restoreData'.split('|'),0,{}))
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/header.css" rel="stylesheet" type="text/css" />
<link href="css/setting.css" rel="stylesheet" type="text/css" />
<link href="css/backup.css" rel="stylesheet" type="text/css" />
<link href="css/restore.css" rel="stylesheet" type="text/css" />
<title>Settings | ABook Viewer For Web</title>
<link rel="stylesheet" type="text/css" href="./common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./common/css/jquery.toastmessage.css" />
<link href="./common/css/default.css" rel="stylesheet" type="text/css" />
<link href="./common/css/screenLock.css" rel="stylesheet" type="text/css" />
<script src="./common/js/jquery-1.8.1.min.js"></script>
<script src="./common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./common/js/jquery.toastmessage.js"></script>
<script src="./common/js/avweb.js"></script>
<script src="./common/js/i18n.js"></script>
<script src="./common/js/common.js"></script>
<script src="common/js/screenLock.js" type="text/javascript"></script>
<script src="js/header.js" type="text/javascript"></script>
<script src="js/settings.js" type="text/javascript"></script>
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
</head>
<body id="user_change">
<header>
<div class="cnt_header">
<a class="logo" href="javascript:void(0);" onclick="avwScreenMove(ScreenIds.Home)"> </a>
<div class="menu_language">
<ul>
<li><label class="lang" lang="txtLoginUser">こんにちは</label><label id="login-username"> </label></li>
<li class="jp" id="language-jp"><a href="#">日本語</a></li>
<li class="eng" id="language-en"><a href="#">English</a></li>
<li class="kor" id="language-kr"><a href="#">한글</a></li>
<li style="padding-left:0;"><input id="searchbox-key" type="text" placeholder="キーワードを入力してください"></li>
<div id="header-searchbox">
<input type="radio" id="searchbox-content" name="searchbox-searchtype" value="1" checked /><span id="searchbox-content-header" class="lang" lang="txtCtnNm">コンテンツ名</span><br/>
<input type="radio" id="searchbox-tag" name="searchbox-searchtype" value="2" /><span class="lang" id="searchbox-tag-header" lang="txtTag">タグ</span><br/>
<input type="radio" id="searchbox-body" name="searchbox-searchtype" value="3" /><span class="lang" id="searchbox-body-header" lang="txtContTxt">本文</span><br/>
<a class="blue lang" href="#" id="searchbox-search" lang="txtSearch">検索</a>
</div>
</ul>
<p class="button">
<a style="margin-right:0;" class="blue lang" href="#" id="dspLogout" lang="dspLogout">ログアウト</a>
<a class="blue lang" href="#" lang="dspSetting" id="dspSetting">設定変更</a>
<a class="blue lang" href="#" lang="dspViewHistory" id="dspViewHistory">閲覧履歴</a>
<a class="blue lang" href="#" id="dspShiori" lang="dspShiori">しおり</a>
<a class="blue lang" id="dspHome" lang="dspHome" href="#">ホーム</a>
</p>
</div>
</div>
</header>
<section class="sectionbackup1 " id="dlgConfirmBackup1">
<h1><label class="lang" lang="txtBackupTitle">バックアップ確認</label></h1>
<p class="message"><label lang="txtLogoutBkMsg" class="lang">ログアウトする前にバックアップしますか?</label></p>
<p class="notice">
<input type="checkbox" id="chkRememberBackup" />
<span class="lang" lang="txtLogoutOptBkCfm">今回の行動を記憶し、次回から確認せずに、同じことをする。</span><br/>
</p>
<p class="backupbtn">
<a class="cancel lang" href="#" lang="dspBkCancel" id="dlgConfirmBackup-withoutbackup">バックアップしないでログアウト</a>
<a class="ok lang" href="#" id="dlgConfirmBackup-backup" lang="dspBkOK">バックアップしてログアウト</a>
</p>
</section>
<div id="main">
<article>
<section>
<div id="user_info">
<h2 class="lang" lang="txtUsrCap">ユーザ情報</h2>
<div class="lang label" lang="txtLoginId">ログインID:</div><div class="show" id="txtLoginId">...</div>
<br />
<div class="lang label" lang="txtLoginAccPath">アカウントパス:</div><div class="show" id="txtLoginPath">...</div>
<br />
<div class="lang label" lang="txtLastLoginTime">最終ログイン時間:</div><div class="show" id="txtLastLoginTime">...</div>
<p class="passchgbtn"><a href="#" class="lang" id="dspPwdUpd" lang="dspPwdUpd">パスワード変更</a></p>
</div>
<div id="user_option">
<h3 class="lang" lang="txtOpt">オプション</h3>
<ul>
<li>
<span class="choice"><label class="lang" lang="txtOpt001">最初の画面を選択</label></span>
<label><input type=radio name="firstview" id="rdoOpt001" checked="checked" value="bookshelf" checked><label for="rdoOpt001" id="Label1" lang="txtHondana" class="lang">本棚</label></label> 
<label><input type=radio name="firstview" id="rdoOpt0011" value="booklist"><label for="rdoOpt0011" id="Label2" lang="txtList" class="lang">リスト</label></label>
</li>
<li><label><input type=checkbox name="repeat" value="repeat" class="chkbx" id="chkOpt002" checked="checked" /><label for="chkOpt002" id="txtOpt002" lang="txtOpt002" class="lang">動画、音楽繰り返し</label></label></li>
<li><label><input type=checkbox name="marking" value="marking" class="chkbx" id="chkOpt003" checked="checked" /><label id="lblOpt003" for="chkOpt003" lang="txtOpt003" class="lang">マーキング(コンテンツを開いた時に表示する)</label></label><span class="notice lang" lang="txtOpt004" >※コンテンツを開いた時に表示する</span></li>
<li><label><input type=checkbox name="confirmClose" value="confirmClose" class="chkbx" id="chkOpt005" checked="checked" /><label for="chkOpt005" id="txtOpt005" lang="txtOpt005" class="lang">タブ・ブラウザ終了・F5時のアラートが表示する</label></label></li>
</ul>
<h3 id="txtBkResCap" lang="txtBkResCap" class="lang">サーバにバックアップ/リストア</h3>
<p class="logout_backup"><label><input type=checkbox name="backup" value="backup" id="chkOptBkCfm" checked="checked"><label id="txtOptBkCfm" for="chkOptBkCfm" lang="txtOptBkCfm" class="lang">毎回ログアウトの時、バックアップするかどうかは必ず確認する</label></label></p>
<p class="backupbtn"><a class="backup lang" lang="dspOptBk" id="dspOptBk" href="#" >バックアップ</a><a href="#" id="dspOptRes" lang="dspOptRes" class="lang" style="visibility:hidden;">リストア</a></p>
<p class="savebtn"><a class="save lang" href="#" id="dspSave" lang="dspSave">保存する</a><a class="default lang" href="#" id="dspOptReset" lang="dspOptReset">初期設定に戻る</a></p>
</div>
</section>
</article>
<section class="sectionbackup" id="dlgConfirmBackup">
<h1><label class="title lang" lang="txtBackupTitle">バックアップ確認</label></h1>
<p class="message"><label id="txtBkMsg" lang="txtBkMsg" class="lang">サーバにバックアップしますか?</label></p>
<p class="backupbtn"><a class="ok lang" href="#" id="dspOptBk_OK" lang="dspOK">OK</a><a class="cancel lang" href="#" lang="dspCancel" id="dspOptBk_Cancel">キャンセル</a></p>
</section>
<section class="sectionrestore" id="dlgConfirmRestore">
<h1 class="title lang" lang="txtRestoreTitle">リストア確認</h1>
<p class="message"><label id="txtResMsg" class="lang" lang="txtResMsg"></label></p>
<p class="notice"><label class="lang" lang="txtResMsgNotice"></label></p>
<p class="restorebtn"><a class="ok lang" href="#" id="dspOptRes_OK" lang="dspOK">OK</a><a class="cancel lang" href="#" id="dspOptRes_Cancel" lang="dspCancel">キャンセル</a></p>
</section>
<section id="dlgChangePassword" class="sectionchangepassword">
<h1 class="title lang" lang="msgChangePassword">パスワードを変更してください。</h1>
<span id="dialog-error-message" class="alertTxtDialog lang"> </span>
<dl>
<dt><label id="lblPwdCur" class="lang" lang="txtPwdCurr">現在パスワード</label></dt>
<dd><input type="password" id="txtPwdCur" /></dd>
</dl>
<dl>
<dt><label id="lblPwdNew" class="lang" lang="txtPwdNew">変更パスワード</label></dt>
<dd><input type="password" id="txtPwdNew" /></dd>
</dl>
<dl>
<dt><label id="lblPwdNewRe" class="lang" lang="txtPwdNewRe">(再)変更パスワード</label></dt>
<dd><input type="password" id="txtPwdNewRe" /></dd>
</dl>
<p><label class="lang" lang="txtPwdRemind" id="txtChangePassComment">※スキップを選択すると、30日間このメッセージは表示されません</label></p>
<p class="loginbtn"><a class="change lang" href="#" id="dspPwdUpd1" lang="dspChange">変更</a><a class="skip lang" href="#" lang="dspSkip" id="dspSkip">スキップ</a><a class="cancel lang" href="#" lang="dspCancel" id="dspCancel">キャンセル</a></p>
<br/>
</section>
</div>
<footer>
<div class="border">
<div class="cnt_footer">
COPYRIGHT © 2012 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Abook</title>
</head>
<body>
<div style="text-align: center">
<a href="login.html">ログイン - login</a><br />
</div>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>Login | ABook Viewer for WEB</title>
<link type="text/css" rel="stylesheet" href="./abvw/css/common.css" />
<link rel="stylesheet" type="text/css" href="./abvw/common/css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="./abvw/common/css/jquery.toastmessage.css" />
<link rel="stylesheet" type="text/css" href="./abvw/css/login.css" />
<script src="./abvw/common/js/jquery-1.8.1.min.js"></script>
<script src="./abvw/common/js/jquery-ui-1.8.23.custom.min.js"></script>
<script src="./abvw/common/js/jquery.toastmessage.js"></script>
<script src="./abvw/common/js/screenLock.js" type="text/javascript"></script>
<script src="./abvw/common/js/avweb.js"></script>
<script src="./abvw/common/js/i18n.js"></script>
<script src="./abvw/common/js/common.js"></script>
<script src="./abvw/js/login.js"></script>
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
</head>
<body id="login">
<header>
<div class="cnt_header">
<a class="logo" href="#"> </a>
<div class="menu_language">
<ul>
<li class="jp"><a id="language-ja">日本語</a></li>
<li class="eng"><a id="language-en">English</a></li>
<li class="kor"><a id="language-ko">한국어</a></li>
</ul>
</div>
</div>
</header>
<div class="wrapper">
<div id="main">
<article>
<section class="loginsection">
<span class="alertTxt lang" id="main-error-message"> </span>
<dl>
<dt class="lang" lang="txtLoginAccPath">アカウントパス:</dt>
<dd><input type="text" id="txtAccPath" maxlength="60"/></dd>
</dl>
<dl>
<dt class="lang" lang="txtLoginId">ログインID:</dt>
<dd><input type="text" id="txtAccId" maxlength="54" /></dd>
</dl>
<dl>
<dt class="lang" lang="txtLoginPwd">パスワード:</dt>
<dd><input type="password" id="txtPassword" maxlength="10"/></dd>
</dl>
<p class="memory"><input type="checkbox" id="chkRemember"/><label class="lang" lang="txtLoginPwdRbr" for="chkRemember">アカウントパスとログインIDを記憶する</label></p>
<p class="loginbtn"><a id="btnLogin" class="lang" lang="dspLogin">ログイン</a></p>
<br/>
</section>
</article>
</div>
<section id="main-password-change" style="margin-top: 0px; margin-bottom: 0px">
<h1 class="title lang" lang="msgChangePassword">パスワードを変更してください。</h1>
<span id="dialog-error-message" class="alertTxtDialog lang"> </span>
<dl>
<dt class="lang" lang="txtPwdCurr">現在パスワード:</dt>
<dd><input type="password" id="txtCurrentPass" maxlength="10" /></dd>
</dl>
<dl>
<dt class="lang" lang="txtPwdNew">変更パスワード:</dt>
<dd><input type="password" id="txtNewPass" maxlength="10"/></dd>
</dl>
<dl>
<dt class="lang" lang="txtPwdNewRe">新パスワード(確認):</dt>
<dd><input type="password" id="txtConfirmNew" maxlength="10"/></dd>
</dl>
<p class="lang memory" lang="txtPwdRemind" id="txtPwdRemind" >※スキップを選択すると、30日間このメッセージは表示されません</p>
<p class="loginbtn"><a class="skip lang" id="btnSkip" lang="dspSkip">スキップ</a><a class="change lang" id="btnChange" lang="dspChange">変更</a></p>
</section>
</div>
<footer>
<div class="border">
<div class="cnt_footer">
COPYRIGHT © 2012 AGENTEC Co., Ltd. ALL RIGHTS RESERVED.
</div>
</div>
</footer>
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</body>
</html>
#!/bin/sh
git pull
GIT_BRANCH=`git branch | grep '^\*' | awk '{print $2}'`
GIT_HASH=`git log --pretty="%h" -n 1`
DATE=`date +%Y%m%d%H%M%S`
#git pull
rm -fr ob
mkdir -p ob
cp -p *.html ob/
cp -p abvw ob/
cp -rp abvw ob/
cp -p .htaccess ob/
cp -p favicon.ico ob/
cd ./packer
./obfuscate.sh
cd ../ob
tar zcvf ../webviewer_${GIT_BRANCH}_${GIT_HASH}_${DATE}.tar.gz .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment