// -*- coding: UTF-8 -*-
// typebook: this document is encoded in UTF-8. (漢字ＵＴＦ−８)
//
// Copyright 2005 Sofrosune. All rights reserved.
// Author: Sofrosune; www.sofrosune.net
// No part of this program may be reproduced or transmitted in any form or 
// by any means without permission from the author, Sofrosune.
//
// Date: October 23, 2006
// Version: 1.00; October 23, 2006

// Usage:
/**
<head>
	<script type="text/javascript" src="../scripts/kohsan_plaza.js"></script>
	<script type="text/javascript" src="../scripts/kohsan_plaza_data.js"></script>
</head>
*/

// Variables:

kKOHSAN_PLAZA_NAVI = '\
<a href="http://www.meidenkohsan.co.jp/" title="明電興産ホーム" target="home">明電興産ホーム</a> | \
<a href="$$$updirs$$$index.html" title="明興プラザホーム" target="home">明興プラザホーム</a> | \
<a href="$$$updirs$$$club/blog.html" title="ＯＢ倶楽部" target="home">ＯＢ倶楽部</a>\
';

kKOHSAN_PFC_NAVI = '\
<a href="http://www.meidenkohsan.co.jp/" title="明電興産ホーム" target="home">明電興産ホーム</a> | \
<a href="$$$updirs$$$../pfc/index.html" title="友の会ホーム" target="home">友の会ホーム</a> | \
<a href="$$$updirs$$$../pfc/shop/index.html" title="友の会ショップ" target="home">友の会ショップ</a>\
';

kKOHSAN_PLAZA_EXPIRED = '\
<div class="panel_expired">\
受け付けは終了いたしました。<br>ご利用ありがとうございました。\
</div>\
';

// end of javascript
