// -*- 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: June 18, 2005.
// Version: 1.00; June 18, 2005.

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

// Variables:

kIWATA_QUERY_LABEL = '検索';

kIWATA_SHOWNAVI_HOME = "ホーム";
kIWATA_SHOWNAVI_CAP = '<span style="color:#7184e9;">■</span> ';
kIWATA_SHOWNAVI_DEBUG = kIWATA_SHOWNAVI_CAP + '<a href="#">ホーム</a> &gt; <a href="#">会社案内</a>';

// end of javascript

