function otegami(n)
{
if (n == 0)
{
	document.write("<A href=\"mailto:sup-info@createsystem.co.jp\"><I>sup-info@createsystem.co.jp</I></A>");
}
else
{
	document.write("<A href=\"mailto:web-info@createsystem.co.jp\"><I>web-info@createsystem.co.jp</I></A>");
}
}
function titlebar_exec(n, dir_path)
{
document.write("<TABLE border=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#003366\">");
document.write("<TBODY>");
document.write("<TR>");

fontStartOff = "<FONT color=\"#dddddd\" size=\"-1\">";
fontStartOn = "<FONT color=\"#ffffff\" size=\"-1\">";
fontEnd = "</FONT>";
boldOn = "<B>";
boldOff = "</B>";
arefEnd = "</A>";
tdEnd = "</TD>";
onColor = " bgcolor=\"#6699cc\"";
for(i = 0; i < 9; i ++)
{
	switch(i)
	{
	case 0:
		document.write("<TD height=\"20\" align=\"center\" valign=\"middle\"");
		break;
	case 8:
		document.write("<TD align=\"center\" valign=\"middle\"");
		break;
	default:
		document.write("<TD align=\"center\" valign=\"middle\"");
		break;
	}
	if (n == i) document.write(onColor);
	document.write(">");
	if (n != i)
	{
		document.write("<A href=\"");
		document.write(dir_path);
		switch(i)
		{
		case 0:
			document.write("index.html\">");
			break;
		case 1:
			document.write("info.html\">");
			break;
		case 2:
			document.write("job.html\">");
			break;
		case 3:
			document.write("seihin.html\">");
			break;
		case 4:
			document.write("download.html\">");
			break;
		case 5:
			document.write("icons.html\">");
			break;
		case 6:
			document.write("order.html\">");
			break;
		case 7:
			document.write("support.html\">");
			break;
		case 8:
			document.write("store.html\">");
			break;
		}
	}
	if (n == i) document.write(fontStartOn);
	else document.write(fontStartOff);
	if (n == i) document.write(boldOn);
	switch(i)
	{
	case 0:
		document.write("ページトップ");
		break;
	case 1:
		document.write("会社案内");
		break;
	case 2:
		document.write("業務内容");
		break;
	case 3:
		document.write("製品情報");
		break;
	case 4:
		document.write("ダウンロード");
		break;
	case 5:
		document.write("キャラクター");
		break;
	case 6:
		document.write("製品購入");
		break;
	case 7:
		document.write("サポート");
		break;
	case 8:
		document.write("販売店募集");
		break;
	}
	if (n == i) document.write(boldOff);
	document.write(fontEnd);
	if (n == i) document.write(arefEnd);
	document.write(tdEnd);
}

document.write("<TD align=\"center\" valign=\"middle\"></TD>");
document.write("</TR>");
  var appName = navigator.appName
if (appName == "Netscape");
else
{
  document.write("<TR>");
  document.write("<TD colspan=\"15\" height=\"1\" bgcolor=\"#d0e9ff\"></TD>");
  document.write("</TR>");
}
document.write("<TR>");
document.write("<TD colspan=\"14\" height=\"25\" bgcolor=\"#6699cc\" valign=\"middle\" align=\"left\"><B><FONT size=\"-1\" color=\"#ccffcc\">");
document.write("　私たちは音声合成と音声認識で新しいヒューマン・インターフェースを追求しています。");
document.write("</FONT></B></TD>");
document.write("<TD height=\"25\" bgcolor=\"#6699cc\" valign=\"middle\" align=\"right\"><FONT size=\"-1\" color=\"#ffffff\"><I>クリエートシステム開発株式会社</I></FONT></TD>");
document.write("</TR>");
document.write("</TBODY>");
document.write("</TABLE>");
}
function titlebar(n)
{
	titlebar_exec(n, "")
}
function titlebar2(n, dir_path)
{
	titlebar_exec(n, dir_path)
}
function Line()
{
document.write("<TABLE border=\"");
var appName = navigator.appName
if (appName == "Netscape") document.write("1");
else document.write("0");
document.write("\" cellspacing=\"0\" align=\"center\" width=\"95%\"  bgcolor=\"#003366\"><TBODY><TR><TD height=\"2\"></TD></TR></TBODY></TABLE>");
}