// ↓↓↓　ブラウザを判別してCSSを切り替え
var main_css = "";
var CHK_BR   = navigator.userAgent;
// 2010/01/05	H.wada
var copyright = "&copy; 1995-2010 株式会社システムコンサルタント<BR>System Consultant Co., Ltd. All rights reserved";

var prevpage = "<IMG name='tb1' SRC='/spnet/image/back.gif' class='posix10' STYLE='z-index:3;'  alt=''>";
	prevpage = prevpage + "<span class='link1 posix10 posiy-1' onmouseover='linkcolor_mover(this);' onmouseout='linkcolor_mout(this);'>";
	prevpage = prevpage + "前へ</span>";

var nextpage = "<IMG name='tb1' SRC='/spnet/image/next.gif' class='posix13' STYLE='z-index:3;' alt=''>";
	nextpage = nextpage + "<span class='link1 posix13 posiy-1' onmouseover='linkcolor_mover(this);' onmouseout='linkcolor_mout(this);'>";
	nextpage = nextpage + "次へ</span>";

var pagetop = "<span onClick='GoTop();' class='link1 posix17 posiy-1' onmouseover='linkcolor_mover(this);' onmouseout='linkcolor_mout(this);'>";
	pagetop = pagetop + "Topへ戻る</span>";


if (navigator.userAgent.indexOf("MSIE") >= 0 ){
	// IEの場合
	main_css = "href=\"/spnet/css/menu_ie.css\">";
} else {
	if (navigator.userAgent.indexOf("Firefox") >= 0 ){
		// Firefoxの場合
		main_css = "href=\"/spnet/css/menu_fx.css\">";
	} else {
		if (navigator.userAgent.indexOf("Chrome") >= 0 ){
			// Chromeの場合
			main_css = "href=\"/spnet/css/menu_ch.css\">";
		} else {
			main_css = "href=\"/spnet/css/menu_fx.css\">";
		}
	}
}
main_css = "<link type=\"text/css\" rel=\"stylesheet\" " + main_css + "</link>";
document.write(main_css);
// ↑↑↑　ブラウザを判別してCSSを切り替え

// プライバシーマークとベリサインの表示
var pmarkberi = "<span style='position:relative;left:5px;'><a onClick='JumpPmark();' class='linkimg' onmouseover='' onmouseout=''>";
	pmarkberi = pmarkberi + "<IMG id='T12_bg' SRC='/spnet/image/menu/pmark.gif' class='' STYLE='z-index:2;' alt='プライバシーマーク'>";
	pmarkberi = pmarkberi + "</a>";
	pmarkberi = pmarkberi + "&nbsp;&nbsp;<script src=https://seal.verisign.com/getseal?host_name=www.ksc.co.jp&size=S&use_flash=YES&use_transparent=YES&lang=ja></";
	pmarkberi = pmarkberi + "script></span>";

// メニュー関連　--------------------------------------------------
// 画面左メニューの表示／非表示
function myMenu(num){
	obj=document.all[num].style;
	flag=obj.display;
	if(flag=="none"){
		obj.display="block";
	}else{
		obj.display="none";
	}
}

// メニューの色を反転
function SpnetMenu_mover3(obj){
	var src_path = String(document.getElementById(obj).src);
	var new_path = "";
	var idx = 0;
	idx = src_path.indexOf(".jpg");
	if (idx >= 0){
		new_path = src_path.substring(0,idx);
		new_path = new_path + "_mo.jpg";
		document.getElementById(obj).src = new_path;
	}
}

// メニューの色を反転したのを戻す
function SpnetMenu_mout3(obj){
	var src_path = String(document.getElementById(obj).src);
	var new_path = "";
	var idx = 0;
	idx = src_path.indexOf("_mo.jpg");
	if (idx >= 0){
		new_path = src_path.substring(0,idx);
		new_path = new_path + ".jpg";
		document.getElementById(obj).src = new_path;
	}
}

function SpnetMenu_mover2(obj){
	var src_path = String(obj.src);
	var new_path = "";
	var idx = 0;
	idx = src_path.indexOf(".jpg");
	if (idx >= 0){
		new_path = src_path.substring(0,idx);
		new_path = new_path + "_mo.jpg";
		obj.src = new_path;
	}
}

function SpnetMenu_mout2(obj){
	var src_path = String(obj.src);
	var new_path = "";
	var idx = 0;
	idx = src_path.indexOf("_mo.jpg");
	if (idx >= 0){
		new_path = src_path.substring(0,idx);
		new_path = new_path + ".jpg";
		obj.src = new_path;
	}
}


function SpnetMenu_mover(obj){
	obj.src = "/spnet/image/black_sel.bmp";
}

function SpnetMenu_mout(obj){
	obj.src = "/spnet/image/black.bmp";
}



// リンク関連　--------------------------------------------------

// リンクへのマウスオーバーでテキスト色変更
// 青に変える
function linkcolor_mover(obj){
	obj.style.color="#0000FF";
}

// 水色に変える
function linkcolor_mover2(obj){
	obj.style.color="#00cddd";
}

// 黒に変える
function linkcolor_mover3(obj){
	obj.style.color="#000000";
}

// リンクへのマウスアウトでテキスト色変更
// 黒に変える
function linkcolor_mout(obj){
	obj.style.color="#000000";
}

// 白に変える
function linkcolor_mout2(obj){
	obj.style.color="#FFFFFF";
}

// 青に変える
function linkcolor_mout3(obj){
	obj.style.color="#0000FF";
}

// 青2に変える
function linkcolor_mout4(obj){
	obj.style.color="#376091";
}

// アンダーラインを付加／削除 2010/04/14
function textdeco_under(obj){
	if (String(obj.style.textDecoration) == String('underline')){
		obj.style.textDecoration = '';
	} else {
		obj.style.textDecoration = 'underline';
	}
}

// ページ移動関連　--------------------------------------------------
function GoTop(){
	location.href="#PageTop";
}

// KSCトップに移動
function Jump_ksctop(){
//	location.href="http://www.ksc.co.jp/";
	window.open("http://www.ksc.co.jp/");
}

// KSC SIに移動
function Jump_KscSi(){
//	location.href="http://www.ksc.co.jp/jis/sps/";
	window.open("http://www.ksc.co.jp/jis/sps/");
}

// KSC DBに移動
function Jump_KscDB(){
//	location.href="http://www.ksc.co.jp/jis/sps/ssc_menu.htm";
	window.open("http://www.ksc.co.jp/jis/sps/ssc_menu.htm");
}

// KSC 海外事業に移動
function Jump_KscKAIGAI(){
//	location.href="http://www.ksc.co.jp/igp/";
	window.open("http://www.ksc.co.jp/igp/");
}

// KSC ニュースリリース（KSCトップ）に移動
function Jump_KscNEW(){
//	location.href="http://www.ksc.co.jp/";
	window.open("http://www.ksc.co.jp/");
}

// KSC 会社概要に移動
function Jump_KscCO(){
//	location.href="http://www.ksc.co.jp/recruit/syscon_gaiyo.htm";
	window.open("http://www.ksc.co.jp/recruit/syscon_gaiyo.htm");
}

// KSC 採用情報に移動
function Jump_SAI(){
//	location.href="http://www.ksc.co.jp/recruit/top.htm";
	window.open("http://www.ksc.co.jp/recruit/top.htm");
}

// KSC 問い合わせに移動
function Jump_KscTOI(){
//	location.href="http://www.ksc.co.jp/quest.htm";
	window.open("http://www.ksc.co.jp/quest.htm");
}

// KSC プライバシーポリシーに移動
function Jump_Priv(){
//	location.href="http://www.ksc.co.jp/recruit/privacy.htm";
	window.open("http://www.ksc.co.jp/recruit/privacy.htm");
}

// KSC サイトマップに移動
function Jump_map(){
//	location.href="http://www.ksc.co.jp/sitemap.htm";
	window.open("http://www.ksc.co.jp/sitemap.htm");
}


// Top概要に移動
function Jump_Top(page){
	if (Number(page) == 1){
		location.href="/spnet/index.html";
	}
}

// Top特長に移動
function TopFeature(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/feature.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/feature2.html";
	}
	if (Number(page) == 3){
//		特長３
		location.href="/spnet/feature3.html";
	}
	if (Number(page) == 4){
//		特長４
		location.href="/spnet/feature4.html";
	}
}

// WebQueryトップに移動
function Jump_WQ(){
	 location.href="/spnet/webquery/index.html";
}

// WebQuery特長に移動
function WQ_Feature(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/webquery/feature.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/webquery/feature2.html";
	}
	if (Number(page) == 3){
//		特長３
		location.href="/spnet/webquery/feature3.html";
	}
	if (Number(page) == 4){
//		特長４
		location.href="/spnet/webquery/feature4.html";
	}
	if (Number(page) == 5){
//		特長５
		location.href="/spnet/webquery/feature5.html";
	}
	if (Number(page) == 6){
//		特長６
		location.href="/spnet/webquery/feature6.html";
	}
	if (Number(page) == 7){
//		特長７
		location.href="/spnet/webquery/feature7.html";
	}
}

// WebQueryシステム構成図に移動
function WQ_System(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/webquery/system.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/webquery/system2.html";
	}
}

// WebQuery導入事例に移動
function WQ_Jirei(){
	location.href="/spnet/webquery/jirei.html";
}

// WebQuery動作環境に移動
function WQ_Env(){
	location.href="/spnet/webquery/environment.html";
}

// WebQuery製品価格に移動
function WQ_Price(){
	location.href="/spnet/webquery/price.html";
}

// WebQuery機能一覧に移動
function WQ_Func(){
	location.href="/spnet/webquery/funclist.html";
}

// WebQueryデモに移動
function WQ_Demo(){
	location.href="/spnet/webquery/demo.html";
}

// Excellentトップに移動
function Jump_EX(){
	 location.href="/spnet/excellent/index.html";
}

// Excellent特長に移動
function EX_Feature(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/excellent/feature.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/excellent/feature2.html";
	}
	if (Number(page) == 3){
//		特長３
		location.href="/spnet/excellent/feature3.html";
	}
	if (Number(page) == 4){
//		特長４
		location.href="/spnet/excellent/feature4.html";
	}
	if (Number(page) == 5){
//		特長５
		location.href="/spnet/excellent/feature5.html";
	}
	if (Number(page) == 6){
//		特長６
		location.href="/spnet/excellent/feature6.html";
	}
	if (Number(page) == 7){
//		特長７
		location.href="/spnet/excellent/feature7.html";
	}
}

// Excellentシステム構成図に移動
function EX_System(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/excellent/system.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/excellent/system2.html";
	}
}

// Excellent導入事例に移動
function EX_Jirei(){
	location.href="/spnet/excellent/jirei.html";
}

// Excellent動作環境に移動
function EX_Env(){
	location.href="/spnet/excellent/environment.html";
}

// Excellent製品価格に移動
function EX_Price(){
	location.href="/spnet/excellent/price.html";
}

// Excellent機能一覧に移動
function EX_Func(){
	location.href="/spnet/excellent/funclist.html";
}

// Excellentデモに移動
function EX_Demo(){
	location.href="/spnet/excellent/demo.html";
}


// FreeWayトップに移動
function Jump_FW(){
	 location.href="/spnet/freeway/index.html";
}

// FreeWay特長に移動
function FW_Feature(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/freeway/feature.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/freeway/feature2.html";
	}
	if (Number(page) == 3){
//		特長３
		location.href="/spnet/freeway/feature3.html";
	}
	if (Number(page) == 4){
//		特長４
		location.href="/spnet/freeway/feature4.html";
	}
	if (Number(page) == 5){
//		特長５
		location.href="/spnet/freeway/feature5.html";
	}
	if (Number(page) == 6){
//		特長６
		location.href="/spnet/freeway/feature6.html";
	}
	if (Number(page) == 7){
//		特長７
		location.href="/spnet/freeway/feature7.html";
	}
}

// FreeWayシステム構成図に移動
function FW_System(page){
	if (Number(page) == 1){
		location.href="/spnet/freeway/system.html";
	}
	if (Number(page) == 2){
		location.href="/spnet/freeway/system2.html";
	}
	if (Number(page) == 3){
		location.href="/spnet/freeway/system3.html";
	}
}

// FreeWay導入事例に移動
function FW_Jirei(){
	location.href="/spnet/freeway/jirei.html";
}

// FreeWay動作環境に移動
function FW_Env(){
	location.href="/spnet/freeway/environment.html";
}

// FreeWay製品価格に移動
function FW_Price(){
	location.href="/spnet/freeway/price.html";
}

// Nexusトップに移動
function Jump_NX(){
	location.href="/spnet/nexus/";
//	window.open("http://www.ksc.co.jp/spnet/nexus/");
}

// Nexus特長に移動
function NX_Feature(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/nexus/feature.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/nexus/feature2.html";
	}
	if (Number(page) == 3){
//		特長３
		location.href="/spnet/nexus/feature3.html";
	}
	if (Number(page) == 4){
//		特長４
		location.href="/spnet/nexus/feature4.html";
	}
	if (Number(page) == 5){
//		特長５
		location.href="/spnet/nexus/feature5.html";
	}
	if (Number(page) == 6){
//		特長６
		location.href="/spnet/nexus/feature6.html";
	}
	if (Number(page) == 7){
//		特長７
		location.href="/spnet/nexus/feature7.html";
	}
}

// Nexusシステム構成図に移動
function NX_System(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/nexus/system.html";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/nexus/system2.html";
	}
}

// Nexus導入事例に移動
function NX_Jirei(){
	location.href="/spnet/nexus/jirei.html";
}

// Nexus動作環境に移動
function NX_Env(){
	location.href="/spnet/nexus/environment.html";
}

// Nexus製品価格に移動
function NX_Price(){
	location.href="/spnet/nexus/price.html";
}


// WebCargoに移動
function Jump_WC(){
	location.href="/spnet/webcargo/";
//	window.open("http://www.ksc.co.jp/spnet/webcargo/");
}

// WebCargo特長に移動
function WC_Feature(page){
	if (Number(page) == 1){
//		特長１
		location.href="/spnet/webcargo/func02.htm";
	}
	if (Number(page) == 2){
//		特長２
		location.href="/spnet/webcargo/feature2.html";
	}
	if (Number(page) == 3){
//		特長３
		location.href="/spnet/webcargo/func04.htm";
	}
	if (Number(page) == 4){
//		特長４
		location.href="/spnet/webcargo/func03.htm";
	}
	if (Number(page) == 5){
//		特長５
		location.href="/spnet/webcargo/feature5.html";
	}
	if (Number(page) == 6){
//		特長６
		location.href="/spnet/webcargo/feature6.html";
	}
	if (Number(page) == 7){
//		特長７
		location.href="/spnet/webcargo/func01.htm";
	}
	if (Number(page) == 8){
//		特長８
		location.href="/spnet/webcargo/func05.htm";
	}
}

// WebCargoシステム構成図に移動
function WC_System(page){
	if (Number(page) == 1){
		location.href="/spnet/webcargo/use01.htm";
	}
	if (Number(page) == 2){
		location.href="/spnet/webcargo/system2.html";
	}
	if (Number(page) == 3){
		location.href="/spnet/webcargo/system3.html";
	}
}

// WebCargo活用事例に移動
function WC_KJirei(page){
	if (Number(page) == 1){
		location.href="/spnet/webcargo/jirei03.htm";
	}
	if (Number(page) == 2){
		location.href="/spnet/webcargo/jirei01.htm";
	}
	if (Number(page) == 3){
		location.href="/spnet/webcargo/kjirei3.html";
	}
}

// WebCargo導入事例に移動
function WC_Jirei(){
	location.href="/spnet/webcargo/jirei.html";
}

// WebCargo動作環境に移動
function WC_Env(){
	location.href="/spnet/webcargo/kankyo.htm";
}

// WebCargo製品価格に移動
function WC_Price(){
	location.href="/spnet/webcargo/price.html";
}

// WebCargoデモに移動
function WC_Demo(){
	location.href="/spnet/webcargo/demo.html";
}

// WebCargoデモに移動
function Jump_WCdemo(){
//	window.open("https://www.ksc.co.jp/spnet/wquidemo/wcdemo2.htm","wcdemologin");
	window.open("https://www.ksc.co.jp/spnet/wquidemo/wc_input.html","wcdemologin");
//	location.href="/spnet/webcargo/demo2.html";
}


// WebCargoデモ操作手順に移動
function Jump_WCdemosousa(page){
	if (Number(page) == 1){
		window.open("/spnet/webcargo/demosousa1.html","wcdemosousa");
	}
	if (Number(page) == 2){
		window.open("/spnet/webcargo/demosousa2.html","wcdemosousa");
	}
}

// 事例に移動
function Jump_Jirei(){
//	location.href = "http://www.ksc.co.jp/spnet/users/";
//	window.open("http://www.ksc.co.jp/spnet/users/");
	location.href = "/spnet/users/";
}

// パートナーに移動
function Jump_Partner(){
	location.href = "/spnet/partner/";
}


// 最新情報に移動
function Jump_News(){
//	location.href = "http://www.ksc.co.jp/spnet/news/";
	window.open("http://www.ksc.co.jp/spnet/news/");
}

// セミナー・イベントに移動
function Jump_Seminar(){
//	location.href = "http://www.ksc.co.jp/spnet/seminar/";
//	window.open("http://www.ksc.co.jp/spnet/seminar/");
	location.href = "/spnet/seminar/";
}

// 定期セミナー（WebQuery）
function SE_RegSeminarWQ(){
	location.href = "/spnet/seminar/regsemi_wq.html";
}

// 定期セミナー（Excellent）
function SE_RegSeminarEX(page){
	if (Number(page) == 1){
		location.href = "/spnet/seminar/regsemi_ex.html";
	}
	if (Number(page) == 2){
		location.href = "/spnet/seminar/regsemi_ex2.html";
	}
	if (Number(page) == 3){
		location.href = "/spnet/seminar/regsemi_ex3.html";
	}
}

// 特別セミナー
function SE_SpSeminar(page){
	if (Number(page) == 1){
// 		プライベートセミナー
		location.href = "/spnet/seminar/spsemi_pv.html";
	}
	if (Number(page) == 2){
// 		マイプラン・フォローアップセミナー
		location.href = "/spnet/seminar/spsemi_mp.html";
	}
}

// 定期セミナー日程
function SE_SeminarSche(){
	location.href = "/spnet/seminar/semi_sche.html";
}

// 定期セミナー申し込み
function SeminarRegi(course,schedule){
	// コースとスケジュールを付加
//	本番機SSL用URL
	var url = "https://www.ksc.co.jp/spnet/wquidemo/semi_input.html";
//	テスト機用URL
//	var url = "/spnet/wquidemo/semi_input.html";
	url = url + "?course=" + String(course) + "&schedule=" + String(schedule);
	window.open(url,"seminar_input");
//	location.href = url;
}


// セミナー詳細情報
function SE_DeSeminar(page){
	if (Number(page) == 1){
		location.href = "/spnet/seminar/detasemi_pr.html";
	}
	if (Number(page) == 2){
		location.href = "/spnet/seminar/detasemi_at.html";
	}
	if (Number(page) == 3){
		location.href = "/spnet/seminar/detasemi_pl.html";
	}
}

// 新バージョン体験セミナー
function Jump_SemiV2010(page){
	if (Number(page) == 1){
		location.href = "/spnet/seminar/spsemi_v2010.html";
	}
//	window.open("/spnet/seminar/spsemi_v2010.html");
}


// 新バージョン特集
function Jump_SpV2010(page,win){
	if(win == "newwin"){
		var winopt = "WIDTH=855,scrollbars=1,RESIZABLE=1,STATUS=yes,location=no,toolbar=no";
		if (Number(page) == 1){
//			window.open("/spnet/v2010/index.html","spv2010",winopt);
    		this.open("/spnet/v2010/index.html", "spv2010",winopt);
		}
		if (Number(page) == 2){
    		this.open("/spnet/v2010/c1_df.html", "spv2010",winopt);
//			window.open("/spnet/v2010/c1_df.html","spv2010",winopt);
		}
	} else {
		if (Number(page) == 1){
			location.href = "/spnet/v2010/index.html";
		}
		if (Number(page) == 2){
			location.href = "/spnet/v2010/c1_df.html";
		}
	}
}



// 製品サポートに移動
function Jump_Support(){
//	location.href = "http://www.ksc.co.jp/spnet/support/";
	window.open("http://www.ksc.co.jp/spnet/support/");
}

// 製品サポート環境に移動
function Jump_SupportEnv(){
	window.open("http://www.ksc.co.jp/spnet/support/kankyo.htm");
}


// お問い合わせに移動
function Jump_Mail(page){
//	location.href = "https://www.ksc.co.jp/spnet/snquest.htm";
//	window.open("https://www.ksc.co.jp/spnet/snquest2.htm");
	window.open("https://www.ksc.co.jp/spnet/wquidemo/sp_input.html");
//	window.open("https://www.ksc.co.jp/spnet/spc_ask.htm");
//	if ( String(page) == "WQ"){
//		location.href = "https://www.ksc.co.jp/sn/antre.cgi?TEMPLATE_BASE=/home/inet/ssl/html/spnet/mail/&HTML_TEMPLATE=index.asc&Kubun=3";
//	} else {
//		if ( String(page) == "EX"){
//			location.href = "https://www.ksc.co.jp/sn/antre.cgi?TEMPLATE_BASE=/home/inet/ssl/html/spnet/mail/&HTML_TEMPLATE=index.asc&Kubun=1";
//		} else {
//			if ( String(page) == "FW"){
//				location.href = "https://www.ksc.co.jp/sn/antre.cgi?TEMPLATE_BASE=/home/inet/ssl/html/spnet/mail/&HTML_TEMPLATE=index.asc&Kubun=2";
//			} else {
//				location.href = "http://www.ksc.co.jp/spnet/support/service.htm";
//			}
//		}
//	}
}

// お問い合わせに移動
function Jump_Env(){
//	location.href = "http://www.ksc.co.jp/spnet/support/kankyo.htm";
	window.open("http://www.ksc.co.jp/spnet/support/kankyo.htm");
}

// WQデモ
function Jump_WQdemo(){
//	location.href = "https://www.ksc.co.jp/spnet/wquidemo/wqdemo2.htm";
//	window.open("https://www.ksc.co.jp/spnet/wquidemo/wqdemo2.htm");
	window.open("https://www.ksc.co.jp/spnet/wquidemo/wq_input.html");
}

// EXデモ
function Jump_EXdemo(){
	window.open("http://www.ksc.co.jp/netsales/extaiken2.htm");
//	location.href = "http://www.ksc.co.jp/netsales/extaiken2.htm"
}

// 2010バージョンアップ発表会申し込み
function Jump_V2010(){
//	window.open("/spnet/semi/","spnetevent2010");
//	location.href = "/spnet/semi/";
	Jump_SpV2010(1,'newwin');
}

function Jump_V2010input(){
	location.href = "https://www.ksc.co.jp/spnet/wquidemo/v2010_input.html";
//	window.open("https://www.ksc.co.jp/spnet/wquidemo/v2010_input.html","spnetevent2010");
}


// 2010発表会に移動
function Event_v2010(no){
	if (String(no) == "" || String(no) == "0"){
		location.href="/spnet/semi/index.html";
	}
	if (String(no) == "1"){
		location.href="/spnet/semi/result2.html";
	}
	if (String(no) == "2"){
		location.href="/spnet/semi/result3.html";
	}
	if (String(no) == "3"){
		location.href="/spnet/semi/result4.html";
	}
}


function Jump_Seminews(){
	window.open("/spnet/seminar/seminews.html","seminews");
}


// 日本IBM事例サイトへ
// 日新火災海上保険株式会社
function Jump_nissinkasai(){
//	var ans = confirm("リンク先のサイトを表示します。よろしいですか？");
//	if(ans == false){
//		return;
//	} else {
		window.open("http://www-06.ibm.com/jp/solutions/casestudies/20070411nissinkasai.html");
//	}
}

// 日本IBM事例サイトへ
// 秋田銀行
function Jump_akitabank(){
//	var ans = confirm("リンク先のサイトを表示します。よろしいですか？");
//	if(ans == false){
//		return;
//	} else {
		window.open("http://www-06.ibm.com/systems/jp/p/userref/akitabank/");
//	}
}

// Aics（空港情報通信）サイトへ
// 成田空港
function Jump_aics(){
//	var ans = confirm("リンク先のサイトを表示します。よろしいですか？");
//	if(ans == false){
//		return;
//	} else {
//		window.open("http://www-06.ibm.com/systems/jp/p/userref/akitabank/");
		window.open("http://www.aics.co.jp/");
//	}
}

// 成田空港
function Jump_Narita(){
	window.open("http://www.narita-airport.jp/jp/");
}


// ベイキューブシーのサイトへ	2010/04/14
function Jump_BCC(){
//	var ans = confirm("リンク先のサイトを表示します。よろしいですか？");
//	if(ans == false){
//		return;
//	} else {
		window.open("http://www.baycc.co.jp/");
//	}
}

// プロジェクト別損益管理ソリューション（株式会社エクサ）のサイトへ	2010/04/14
function Jump_AcPro(){
//	var ans = confirm("リンク先のサイトを表示します。よろしいですか？");
//	if(ans == false){
//		return;
//	} else {
		window.open("http://www.exa-corp.co.jp/solutions/common/engineering/");
//	}
}

// 日本ヒューレット・パッカード　株式会社（HP Nowview プラットフォーム）のサイトへ	2010/04/21
function Jump_JHP(id){
	if ( id == 0){
		window.open("http://welcome.hp.com/country/jp/ja/cs/home.html");
	} else {
		window.open("http://h50146.www5.hp.com/products/servers/neoview/");
	}
}


// 株式会社　ブリリアントのサイトへ
function Jump_BRI(){
	window.open("http://www.bril.co.jp/");
}

// 日本オラクル　株式会社
function Jump_JOR(id){
	if ( id == 0){
		window.open("http://www.oracle.com/lang/jp/");
	} else {
		window.open("http://www.oracle.com/lang/jp/database/exadata.html");
	}
}


// PDFダウンロード　--------------------------------------------------
// 大手信託銀行
function DL_mbank(){
	window.open("/spnet/pdf/mbank.pdf");
}

// 秋田銀行
function DL_akitabank(){
	window.open("/spnet/pdf/akitabank.pdf");
}

// Ｏ病院
function DL_ohos(){
	window.open("/spnet/pdf/ohos.pdf");
}

// 社団法人Ｋ
function DL_hok(){
	window.open("/spnet/pdf/houjink.pdf");
}

// 空港情報通信
function DL_aics(){
	window.open("/spnet/pdf/aics.pdf");
}

//	日本ベリサインSSL解説ページ
function Jump_VeriSSL(){
	window.open("https://www.verisign.co.jp/ssl/first/basic.html");
}

// プライバシーマーク
function JumpPmark(){
	window.open("http://privacymark.jp/");
}



// メール送信	2010/04/14
function sendmail2(no){
	var mad = "";
	if ( String(no) == "" ){
//		ベイキューブシー
		mad = String.fromCharCode("0x6d","0x61","0x69","0x6c","0x74","0x6f","0x3a");
		mad = String(mad) + String.fromCharCode("0x73","0x75","0x70","0x65","0x72","0x6e","0x65","0x74");
		mad = String(mad) + String.fromCharCode("0x40","0x62","0x61","0x79","0x63","0x63","0x2e","0x63","0x6f","0x2e","0x6a","0x70");
	}
	if ( String(no) == "1" ){
//		ブリリアント
		mad = String.fromCharCode("0x6d","0x61","0x69","0x6c","0x74","0x6f","0x3a");
		mad = String(mad) + String.fromCharCode("0x67","0x75","0x65","0x73","0x74");
		mad = String(mad) + String.fromCharCode("0x40","0x62","0x72","0x69","0x6c","0x2e","0x63","0x6f","0x2e","0x6a","0x70");
	}
	window.open(mad);
}

// メールで問い合わせ
function SendMail(){
//	エスエヌインフォ
	var mad = "";
	mad = String.fromCharCode("0x6d","0x61","0x69","0x6c","0x74","0x6f","0x3a");
	mad = String(mad) + String.fromCharCode("0x73","0x6e","0x2d","0x69","0x6e","0x66","0x6f");
	mad = String(mad) + String.fromCharCode("0x40","0x6b","0x73","0x63","0x2e","0x63","0x6f","0x2e","0x6a","0x70");
	window.open(mad);
}

