// Footer
function footer() {
	document.write('&copy;2011 JustSystems Corporation.&nbsp;&nbsp;&nbsp;<a href="http://www.justsystems.com/jp/legal/termsofuse.html" target="_blank">コピーライト等に関する事項</a>・<a href="http://account.justsystems.com/jp/privacy.html" target="_blank">個人情報の取り扱いについて</a><br>');
}

// window open
function WinPopUp1(url){
        winHandle = window.open(url,"_blank","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=600");
}
function WinPopUp2(url){
        winHandle = window.open(url, "_blank","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=750,height=600");
}
function WinPopUp3(url){
        winHandle = window.open(url, "_blank","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=650");
}
function DemoPopUp(url){	// 幅700pxで開く（オンラインデモ用）
        winHandle = window.open(url, "_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700,height=560");
}

var winHandle = null;
function WinPopDown(){
  if (winHandle != null){
	  if (winHandle.closed != null && winHandle.closed == false){
	     winHandle.close();
	  }
  }
}

// ヘッダーのレッドバーを表示
function redbar(){
				document.write("<table width='700' border='0' cellspacing='0' cellpadding='0'><tr><td bgcolor='#FF0000'><a href='http://www.justsystems.com/jp/index.html'><img src='/images/justheader_logo.gif' alt='ジャストシステムTOPページへ' width='700' height='20' border='0'></a></td></tr></table>");
				// 確認用
//				document.write("<table width='700' border='0' cellspacing='0' cellpadding='0'><tr><td bgcolor='#FF0000'><a href='http://www.justsystems.com/jp/index.html'><img src='../images/justheader_logo.gif' alt='ジャストシステムTOPページへ' width='700' height='20' border='0'></a></td></tr></table>");
}

// 画像の先読み
function preLoad(){	// グローバルメニュー・サービスサイトへのボタン
	var images = new Array("titlebar_3on","gmenu_01on","gmenu_02on","gmenu_03on","gmenu_11on","gmenu_12on","gmenu_13on","gmenu_14on","gmenu_15on","gmenu_16on","gmenu_17on","g_menu_login_on","btn_login_on");
	var preImages = new Array();
	for(i=0; i<images.length; i++){
		preImages[i] = new Image();
		preImages[i].src = "/images/" + images[i] + ".gif";
	}
}

// InternetDisk ASPのバナー
function asp_banner(){		// 標準のブラウザ
	if(document.getElementById){
		document.getElementById("asp").innerHTML = "<a href=\"http://www.justsystem.co.jp/idasp/\" onMouseOver=\"MM_swapImage('gmenu18','','/images/gmenu_18on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"/images/gmenu_18.gif\" alt=\"組織で利用する・複数人で利用する法人専用の情報共有サービス　InternetDisk ASP\" name=\"gmenu18\" width=\"147\" height=\"77\" border=\"0\" id=\"gmenu18\"></a>";
	}
}

function asp_banner_u5(){	// IE5以前、NN4.x以前
	if((document.all && !document.getElementById) || document.layers){
		document.write("<a href=\"http://www.justsystem.co.jp/idasp/\" onMouseOver=\"MM_swapImage('gmenu18','','/images/gmenu_18on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"/images/gmenu_18.gif\" alt=\"組織で利用する・複数人で利用する法人専用の情報共有サービス　InternetDisk ASP\" name=\"gmenu18\" width=\"147\" height=\"77\" border=\"0\" id=\"gmenu18\"></a>");
	}
}

function shinten_banner(){
 sbanner='<a id="shintenbanner" href="http://www.justsystems.com/jp/services/shinten/index.html">親展通信</a>'

 document.write(sbanner);
}


