
var agent = navigator.userAgent;

var appver = navigator.appVersion;

var navi = navigator.appName;

var fontpoint = 0;

var font = "";

var Path;

if(navi.indexOf('Netscape') != -1){

// NetscapeNavigator

	if(appver.charAt(0) <= 3){
	}else if(appver.charAt(0) >= 5){
		if(agent.indexOf('Win') != -1){
			fontpoint = 10;
		}else if(agent.indexOf('Mac') != -1){
			fontpoint = 10;
		}
	}else if(agent.indexOf('Win') != -1){
		fontpoint = 10;
	}else if(agent.indexOf('Mac') != -1){
		fontpoint = 10;
	}else{
		fontpoint = 12;
	}

}else{

// MicrosoftInternetExplorer

	if(appver.charAt(0) <= 3){
	}else if(agent.indexOf('Mac') != -1){
		if(appver.indexOf('5.0') != -1){
			fontpoint = 9;
		}else{
			fontpoint = 11;
		}
	}else{
		fontpoint = 10;
	}

}

/*
	スタイルシートのパラメータを書き出す
*/

var fontstyle = "font-family: ＭＳ Ｐゴシック,Arial,Helvetica,Verdana, serif;";

document.write('<STYLE type="text/css"><!--');
document.write('BODY		{BACKGROUND-COLOR: #000000; FONT-SIZE: ' + fontpoint + 'pt; color: #FFFFFF; ' + fontstyle + '}');

document.write('A:link		{COLOR: #FFEEAA; SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; ' + fontstyle + '}');
document.write('A:visited	{COLOR: #FFEEAA; SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; ' + fontstyle + '}');
document.write('A:active	{COLOR: #FF0000; SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; ' + fontstyle + '}');
document.write('A:hover		{COLOR: #FFFF55; SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: underline; ' + fontstyle + '}');

document.write('TABLE,TH,TD	{FONT-SIZE: ' + fontpoint + 'pt; color: #FFFFFF; ' + fontstyle + '}');
document.write('SELECT		{FONT-SIZE: ' + fontpoint + 'pt; color: #FFFFFF; ' + fontstyle + '}');

// フォントに対するスタイル

// 太文字(bold)
document.write('.bBL		{FONT-SIZE: ' + fontpoint + 'pt; color: #000080; font-weight: bold; ' + fontstyle + '}');
document.write('.bWH		{FONT-SIZE: ' + fontpoint + 'pt; color: #ffffff; font-weight: bold; ' + fontstyle + '}');
document.write('.bBK		{FONT-SIZE: ' + fontpoint + 'pt; color: #000000; font-weight: bold; ' + fontstyle + '}');
document.write('.bGR		{FONT-SIZE: ' + fontpoint + 'pt; color: #777777; font-weight: bold; ' + fontstyle + '}');
document.write('.bRD		{FONT-SIZE: ' + fontpoint + 'pt; color: #B22222; font-weight: bold; ' + fontstyle + '}');
document.write('.bDG		{FONT-SIZE: ' + fontpoint + 'pt; color: #444444; font-weight: bold; ' + fontstyle + '}');
document.write('.bGN		{FONT-SIZE: ' + fontpoint + 'pt; color: #008000; font-weight: bold; ' + fontstyle + '}');
document.write('.bYE		{FONT-SIZE: ' + fontpoint + 'pt; color: #FFD700; font-weight: bold; ' + fontstyle + '}');
document.write('.bOR		{FONT-SIZE: ' + fontpoint + 'pt; color: #FF8C00; font-weight: bold; ' + fontstyle + '}');
document.write('.bBR		{FONT-SIZE: ' + fontpoint + 'pt; color: #602503; font-weight: bold; ' + fontstyle + '}');
document.write('.bPK		{FONT-SIZE: ' + fontpoint + 'pt; color: #FF69B4; font-weight: bold; ' + fontstyle + '}');
document.write('.bDP		{FONT-SIZE: ' + fontpoint + 'pt; color: #FF1493; font-weight: bold; ' + fontstyle + '}');
document.write('.bGG		{FONT-SIZE: ' + fontpoint + 'pt; color: #005000; font-weight: bold; ' + fontstyle + '}');
document.write('.bSB		{FONT-SIZE: ' + fontpoint + 'pt; color: #6A5ACD; font-weight: bold; ' + fontstyle + '}');
document.write('.buBK		{FONT-SIZE: ' + fontpoint + 'pt; color: #000000; font-weight: bold; text-decoration:underline; ' + fontstyle + '}');
document.write('.buRD		{FONT-SIZE: ' + fontpoint + 'pt; color: #B22222; font-weight: bold; text-decoration:underline; ' + fontstyle + '}');

document.write('.WH			{FONT-SIZE: ' + fontpoint + 'pt; color: #ffffff; ' + fontstyle + '}');
document.write('.GR			{FONT-SIZE: ' + fontpoint + 'pt; color: #777777; ' + fontstyle + '}');
document.write('.DG			{FONT-SIZE: ' + fontpoint + 'pt; color: #444444; ' + fontstyle + '}');
document.write('.BL			{FONT-SIZE: ' + fontpoint + 'pt; color: #0000C0; ' + fontstyle + '}');
document.write('.RD			{FONT-SIZE: ' + fontpoint + 'pt; color: #B22222; ' + fontstyle + '}');
document.write('.YE			{FONT-SIZE: ' + fontpoint + 'pt; color: #FFD700; ' + fontstyle + '}');
document.write('.OR			{FONT-SIZE: ' + fontpoint + 'pt; color: #FF4500; ' + fontstyle + '}');
document.write('.BR			{FONT-SIZE: ' + fontpoint + 'pt; color: #602503; ' + fontstyle + '}');
document.write('.GN			{FONT-SIZE: ' + fontpoint + 'pt; color: #008000; ' + fontstyle + '}');
document.write('.GG			{FONT-SIZE: ' + fontpoint + 'pt; color: #005000; ' + fontstyle + '}');
document.write('.SB			{FONT-SIZE: ' + fontpoint + 'pt; color: #6A5ACD; ' + fontstyle + '}');
document.write('.PK			{FONT-SIZE: ' + fontpoint + 'pt; color: #FF69B4; ' + fontstyle + '}');
document.write('.DP			{FONT-SIZE: ' + fontpoint + 'pt; color: #FF1493; ' + fontstyle + '}');
document.write('.BK			{FONT-SIZE: ' + fontpoint + 'pt; color: #000000; ' + fontstyle + '}');
document.write('.FO			{FONT-SIZE: ' + fontpoint + 'pt; color: #FFA577; ' + fontstyle + '}');
document.write('.CR			{FONT-SIZE: ' + fontpoint + 'pt; color: #FFFF99; ' + fontstyle + '}');

// 小さい文字(small)
document.write('.sWH		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #ffffff; ' + fontstyle + '}');
document.write('.sGR		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #777777; ' + fontstyle + '}');
document.write('.sDG		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #444444; ' + fontstyle + '}');
document.write('.sBL		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #0000C0; ' + fontstyle + '}');
document.write('.sRD		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #B22222; ' + fontstyle + '}');
document.write('.sYE		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #FFD700; ' + fontstyle + '}');
document.write('.sOR		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #FF4500; ' + fontstyle + '}');
document.write('.sBR		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #802503; ' + fontstyle + '}');
document.write('.sSB		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #8A5ACD; ' + fontstyle + '}');
document.write('.sBK		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #000000; ' + fontstyle + '}');
document.write('.sGN		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #228B22; ' + fontstyle + '}');
document.write('.sPK		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #FF69B4; ' + fontstyle + '}');
document.write('.sDP		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #FF1493; ' + fontstyle + '}');
document.write('.sGG		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #005000; ' + fontstyle + '}');
document.write('.sFO		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #FFB588; ' + fontstyle + '}');

// 大きい文字(large)
document.write('.lYE		{FONT-SIZE: ' + (fontpoint + 2) + 'pt; color: #FFD700; ' + fontstyle + '}');

document.write('.uWH		{FONT-SIZE: ' + fontpoint + 'pt; color: #FFFFFF; text-decoration:underline; ' + fontstyle + '}');
document.write('.uFY		{FONT-SIZE: ' + fontpoint + 'pt; color: #FFFF88; text-decoration:underline; ' + fontstyle + '}');
document.write('.uFO		{FONT-SIZE: ' + fontpoint + 'pt; color: #FFB588; text-decoration:underline; ' + fontstyle + '}');

document.write('.sbBL		{FONT-SIZE: ' + (fontpoint - 2) + 'pt; color: #0000C0; font-weight: bold; ' + fontstyle + '}');

// リンクアンカー文字に関するスタイル

document.write('A.sDEF:link		{COLOR: #2222FF; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sDEF:visited	{COLOR: #33339B; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sDEF:active	{COLOR: #00ff00; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sDEF:hover	{COLOR: #FF0000; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: underline; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');

document.write('A.WH:link		{COLOR: #FFFFFF; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.WH:visited	{COLOR: #FFFFFF; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.WH:active		{COLOR: #FFAAAA; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.WH:hover		{COLOR: #EEEEAA; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: underline; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');

document.write('A.sWH:link		{COLOR: #FFFFFF; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sWH:visited	{COLOR: #DDDDDD; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sWH:active	{COLOR: #FFAAAA; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sWH:hover		{COLOR: #EEEEAA; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: underline; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');

document.write('A.sGR:link		{COLOR: #555555; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sGR:visited	{COLOR: #555555; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sGR:active	{COLOR: #000000; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');
document.write('A.sGR:hover		{COLOR: #FF0000; FONT-SIZE: ' + (fontpoint - 2) + 'pt; TEXT-DECORATION: underline; SIZE: ' + (fontpoint - 2) + 'pt; ' + fontstyle + '}');

document.write('A.GR:link		{COLOR: #555555; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + fontpoint + 'pt; ' + fontstyle + '}');
document.write('A.GR:visited	{COLOR: #555555; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + fontpoint + 'pt; ' + fontstyle + '}');
document.write('A.GR:active		{COLOR: #000000; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + fontpoint + 'pt; ' + fontstyle + '}');
document.write('A.GR:hover		{COLOR: #FF0000; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: underline; SIZE: ' + fontpoint + 'pt; ' + fontstyle + '}');

document.write('A.bDEF:link		{COLOR: #2222FF; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; font-weight: bold; ' + fontstyle + '}');
document.write('A.bDEF:visited	{COLOR: #33339B; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; font-weight: bold; ' + fontstyle + '}');
document.write('A.bDEF:active	{COLOR: #00ff00; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; font-weight: bold; ' + fontstyle + '}');
document.write('A.bDEF:hover	{COLOR: #FF0000; FONT-SIZE: ' + fontpoint + 'pt; TEXT-DECORATION: none; SIZE: ' + (fontpoint - 2) + 'pt; font-weight: bold; ' + fontstyle + '}');
document.write('--></STYLE>');


var EorJ = location.href.indexOf('_e') == -1 ? true : false;
if(location.href.indexOf('nmze') != -1) EorJ = false;
if(location.href.indexOf('nmzj') != -1) EorJ = true;

function header(path){
	Path = path;

	if(EorJ){

		document.write('<table border="0" cellpadding="0" cellspacing="1" width="720" bgcolor="#FFFFFF">');
		document.write('<tr>');
		document.write('<td width="720" align="left" valign="top" bgcolor="#000000">');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="720">');
		document.write('	<tr>');
		document.write('	<td width="250" align="left" valign="top" colspan="2" bgcolor="#000000">');
		document.write('	<img src="' + Path + 'img/logo.jpg" width="100" height="80" border="0" alt="動画劇場"><br>');
		document.write('	</td>');
		document.write('	<td width="470" align="right" valign="top" bgcolor="#000000">');
		document.write('	<img src="' + Path + 'img/multimediaplayer.gif" width="400" height="80" border="0" alt="話速変換マルチメディアプレイヤー"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td width="720" align="right" valign="top" bgcolor="#FFD700">');
		document.write('	<table border="0" cellpadding="0" cellspacing="2">');
		document.write('	<tr>');
		document.write('	<td align="left" valign="top"><span class="DG">');
		document.write('	｜<a href="' + Path + 'index.html" class="GR">HOME</a>｜');
		document.write('	<a href="' + Path + 'download.html" class="GR">ダウンロード</a>｜');
// ----- 2006/12末 「動画劇場」のネット販売終了 -[2006/12/25]:[S]
//		document.write('	<a href="' + Path + 'regist.html" class="GR">ライセンス購入</a>｜');
// ----- 2006/12末 「動画劇場」のネット販売終了 -[2006/12/25]:[E]
		document.write('	</span></td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td width="720" align="center" valign="top" bgcolor="#000000">');
	}else{

		document.write('<table border="0" cellpadding="0" cellspacing="1" width="720" bgcolor="#FFFFFF">');
		document.write('<tr>');
		document.write('<td width="720" align="left" valign="top" bgcolor="#000000">');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="720">');
		document.write('	<tr>');
		document.write('	<td width="250" align="left" valign="top" colspan="2" bgcolor="#000000">');
		document.write('	<img src="' + Path + 'img/logo.jpg" width="100" height="80" border="0" alt="DougaGekijou"><br>');
		document.write('	</td>');
		document.write('	<td width="470" align="right" valign="top" bgcolor="#000000">');
		document.write('	<img src="' + Path + 'img/multimediaplayer_e.gif" width="400" height="80" border="0" alt="Multimedia player with time scale modification(Time stretching)"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td width="720" align="right" valign="top" bgcolor="#FFD700">');
		document.write('	<table border="0" cellpadding="0" cellspacing="2">');
		document.write('	<tr>');
		document.write('	<td align="left" valign="top"><span class="DG">');
		document.write('	 | <a href="' + Path + 'index.html" class="GR">HOME</a> | ');
		document.write('	<a href="' + Path + 'download.html" class="GR">DOWNLOAD</a> | ');
//		document.write('	<a href="' + Path + 'regist.html" class="GR">LICENSE</a> | ');
		document.write('	</span></td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td width="720" align="center" valign="top" bgcolor="#000000">');

	}
}

function navigation(){
	if(EorJ){
		// ここからナビゲーションの出力
		document.write('	<br>');
		document.write('	<img src="' + Path + 'img/download.gif" width="200" height="30" border="0" alt="Download"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
		document.write('		<a href="' + Path + 'download.html">試用版動画劇場のダウンロード<br>');
		document.write('		バージョン1.2.1</a><br>');
		document.write('		<a href="' + Path + 'download/mp3.html">視聴曲ダウンロード</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');

// ----- 2006/12末 「動画劇場」のネット販売終了 -[2006/12/25]:[S]
/*
		document.write('	<img src="' + Path + 'img/regist.gif" width="200" height="30" border="0" alt="Regist"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
		document.write('		<a href="' + Path + 'regist.html">ライセンス購入について</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');
*/
// ----- 2006/12末 「動画劇場」のネット販売終了 -[2006/12/25]:[E]

		document.write('	<img src="' + Path + 'img/support.gif" width="200" height="30" border="0" alt="Support"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
		document.write('		<a href="' + Path + 'support/history.html">更新履歴</a><br>');
		document.write('		<a href="' + Path + 'support/list.html">変速範囲早見表</a> <br>');
		document.write('		<a href="' + Path + 'support/test.html">テスト環境</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');


		document.write('	<img src="' + Path + 'img/infomation.gif" width="200" height="30" border="0" alt="Infomation"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
	//	document.write('		<a href="' + Path + 'w-cup.html">W杯を動画劇場で見よう</a>    <span class="OR">New</span><br>');
		document.write('		<a href="' + Path + 'preview.html">お気に入りのプレーを動画劇場で見よう!</a><br>');
		document.write('		<a href="' + Path + 'study01.html">動画劇場で語学学習</a><br>');
		document.write('		<a href="' + Path + 'media.html">話速変換</a><br>');
		document.write('		<a href="' + Path + 'info01.html">よくある質問</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');
		document.close();
	}else{

		document.write('	<br>');
		document.write('	<img src="' + Path + 'img/download.gif" width="200" height="30" border="0" alt="Download"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
		document.write('		<a href="' + Path + 'download.html">Trial version DougaGekijou 1.2.1 ');
		document.write('		</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');

/*
		document.write('	<img src="' + Path + 'img/regist.gif" width="200" height="30" border="0" alt="Register"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
		document.write('		<a href="' + Path + 'regist.html">About purchasing license</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');
*/
		document.write('	<img src="' + Path + 'img/support.gif" width="200" height="30" border="0" alt="Support"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
		document.write('		<a href="' + Path + 'support/history.html">Updates</a><br>');
		document.write('		<a href="' + Path + 'support/list.html">Modification quick reference</a><br>');
		document.write('		<a href="' + Path + 'support/test.html">Testing specifications</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');


		document.write('	<img src="' + Path + 'img/infomation.gif" width="200" height="30" border="0" alt="Infomation"><br>');
		document.write('	<table border="0" cellpadding="0" cellspacing="0" width="200">');
		document.write('	<tr>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	<td width="198" align="center" valign="top" bgcolor="#333333">');
		document.write('		<table border="0" cellpadding="0" cellspacing="0" width="190">');
		document.write('		<tr>');
		document.write('		<td width="190" align="left" valign="top">');
//		document.write('		<a href="' + Path + 'study01.html">Leaning language with DougaGekijyou</a><br>');
		document.write('		<a href="' + Path + 'media.html">Time Scale Modification</a><br>');
		document.write('		</td>');
		document.write('		</tr>');
		document.write('		</table>');
		document.write('	</td>');
		document.write('	<td width="1" align="left" valign="top" bgcolor="#FFFFFF">');
		document.write('	<img src="' + Path + 'img/null.gif" width="1" height="1" border="0"><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
		document.write('	<img src="' + Path + 'img/frame_footer.gif" width="200" height="15" border="0"><br>');
		document.write('	<br>');
		document.close();


	}
}

function copyright(){
	if(EorJ){
		document.write('	<table border="0" cellpadding="2" cellspacing="1" width="200" bgcolor="#FFFFFF">');
		document.write('	<tr>');
		document.write('	<td width="198" align="left" valign="top" bgcolor="#333333">');
		document.write('	住友大阪セメント株式会社<br>');
		document.write('	新規技術研究所<br>');
		document.write('	<a href="http://www.socnb.com/douga/">http://www.socnb.com/douga/</a><br>');
		document.write('	<a href="mailto:f-sales@socnb.com">f-sales@socnb.com</a><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
	}else{
		document.write('	<table border="0" cellpadding="2" cellspacing="1" width="200" bgcolor="#FFFFFF">');
		document.write('	<tr>');
		document.write('	<td width="198" align="left" valign="top" bgcolor="#333333"><span class="sWH">');
		document.write('	Sumitomo Osaka Cement Co., Ltd.<br>');
		document.write('	R & D<br>');
		document.write('	<a href="http://www.socnb.com/douga_e/">http://www.socnb.com/douga/</a><br>');
		document.write('	<a href="mailto:f-sales@socnb.com">f-sales@socnb.com</a><br>');
		document.write('	</td>');
		document.write('	</tr>');
		document.write('	</table>');
	}
}

function footer(){
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<br>');
}
