//*********************************************************************************************
//*	ファイル名：YSGoods_HWDisplay.js
//*		SSS for Windows ページのSSタイトルヘッダーのHTMLを出力する
//*		Copyright(C) 2009 株式会社ユーキソフト
//*********************************************************************************************

// このソースで参照する外部スクリプトをロード

////////// コンスタント値 //////////

//*********************************************************************************************
//	YSGoods_HWDisplay_Output_Title()
//	機能：ヘッダー出力
//	引数：なし
//	戻値：なし
//*********************************************************************************************
function YSGoods_HWDisplay_Output_Title()
{
	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" height="91">');
	document.write('<tr>');
	document.write('<td colspan="2" height="7">');
	document.write('<div align="right"><font size="4"><strong>Windows 7/Vista/ＸＰ/Server2003</strong></font></div>');
	document.write('<div align="right"><font size="2" color="#999999">IPA（情報処理振興事業協会）汎用プログラム登録番号２４３４1</font><br>');
	document.write('<font color="#FF0066"><img src="/images/jsho.png" width="21" height="20" align="absmiddle"> <font size="2">第17回　高知県地場産業奨励賞　受賞</font><br>');
	document.write('<font size="2"><a href="http://www.microsoft.com/japan/partner/program/competencies/isv/platformtest.mspx" target="_blank">Microsoft Platform Test for ISV Solutions</a> 合格</font></font> </div>');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="50%" height="100" valign="top">');
	document.write('<table width="200" border="0">');
	document.write('<tr>');
	document.write('<td scope="col"><div align="left"><h3>タクシー業務管理システム</h3></div></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<th scope="col"><img src="/goods/images/highway/tit_highway.png" width="414" height="67" alt="タクシー業務管理システム　ハイウェー for Windows"></th>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td>');
	document.write('<td width="50%" height="100" align="right" valign="top">');
	document.write('<table width="268" border="0" cellspacing="0" cellpadding="0" height="60">');
	document.write('<tr>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/highway/YScomponent.html" style="text-decoration:none">商 品 構 成</a></font></div></td>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/slideshow/HighwayforWinDemo.html" target="_blank" style="text-decoration:none">スライドショー</a></font></div></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/highway/YSaction.html" style="text-decoration:none">動 作 環 境</a></font></div></td>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/guide/HighwayGuide.html" target="_blank" style="text-decoration:none">導 入 ガ イ ド</a></font></div></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/highway/YSsystem.html" style=" text-decoration:none">システム構成</a></font></div></td>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/highway/YSpanf.html" style=" text-decoration:none">カタログ ダウンロード</a></font></div></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/highway/YSspec.html" style="text-decoration:none">主要スペック</a></font></div></td>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/highway/YSpanf.html#sample" style="text-decoration:none">出力帳票サンプル</a></font></div></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/highway/detail/urikake.html" style="text-decoration:none">機能別詳細</a></font></div></td>');
	document.write('<td height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/download/demosoft/YSdemosoft.php" style="text-decoration:none">体験版ダウンロード</a></font></div></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/support/verup/YSVup_hw.html" style="text-decoration:none">バージョンアップ</a></font></div></td>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/goods/YSPrice.php" style="text-decoration:none">価　　　格</a></font></div></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="50%" height="26" background="/goods/images/seihinmenu.png"><div align="center"><font size="2"><a href="/supply/index.html" style="text-decoration:none">サプライ商品</a></font></div></td>');
	document.write('<td width="50%" height="26">　</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
}
