<!--
copy_mark = "&copy;";
if(document.layers) copy_mark = "(C)";

copy_azu = "<p class=\"Footnote\">&copy 2011 KPMG AZSA LLC, a limited liability audit corporation incorporated under the Japanese Certified Public Accountants Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_tax = "<p class=\"Footnote\">&copy 2011 KPMG Tax Corporation, a tax corporation incorporated under the Japanese CPTA Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_brm = "<p class=\"Footnote\">&copy 2011 KPMG BRM Co.,Ltd., a company established under the Japan Company Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_fas = "<p class=\"Footnote\">&copy 2011 KPMG FAS Co.,Ltd., a company established under the Japan Company Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_bpa = "<p class=\"Footnote\">&copy 2011 KPMG BPA Co.,Ltd., a company established under the Japan Company Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_sus = "<p class=\"Footnote\">&copy 2011 KPMG AZSA Sustainability Co., Ltd., a company established under the Japan Company Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_htc = "<p class=\"Footnote\">&copy 2011 KPMG Healthcare Japan Co.,Ltd., a company established under the Japan Company Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_mc = "<p class=\"Footnote\">&copy 2011 KPMG Management Consulting Co., Ltd., a company established under the Japan Company Law and a member firm of the KPMG network of independent member firms affiliated with KPMG International Cooperative (“KPMG International”), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_txt  = "<div id=\"footer\">";
copy_txt  += "<div class=\"footerNavLeft\">";
copy_txt  += "<ul>";
copy_txt  += "<li class=\"last\"><a href=\"http://www.kpmg.or.jp/disclaimer/index.html\">オンライン・プライバシー・ステートメントと免責条項</a></li>";
copy_txt  += "</ul>";
copy_txt  += "</div>";
copy_txt  += "<div class=\"footerNavRight\">";
copy_txt  += "<ul>";
copy_txt  += "<li class=\"last\"><a href=\"http://www.kpmg.or.jp/sitemap/index.html\">サイトマップ</a></li>";
copy_txt  += "</ul>";
copy_txt  += "</div>";
copy_txt  += "<div class=\"footerLegalese\">";
copy_txt += "<p class=\"Footnote\">KPMG International Cooperative (“KPMG International”) is a Swiss entity. Member firms of the KPMG network of independent firms are affiliated with KPMG International. KPMG International provides no client services. No member firm has any authority to obligate or bind KPMG International or any other member firm vis-a-vis third parties, nor does KPMG International have any such authority to obligate or bind any member firm.</p>";

psName = window.location.pathname;


//会社案内／サービスライン／ニューズレター／リサーチ・報告書／採用情報を記載
if( (psName.indexOf("/profile/tax/") != -1) || (psName.indexOf("/serviceline/tax/") != -1) || (psName.indexOf("/resources/newsletter/tax/") != -1) || (psName.indexOf("/resources/research/r_tax") != -1) || (psName.indexOf("/career/tax/") != -1) ){
	copy_txt_tmp = copy_tax;

}else if( (psName.indexOf("/profile/brm/") != -1) || (psName.indexOf("/serviceline/outsourcing/") != -1) || (psName.indexOf("/resources/newsletter/outsourcing/") != -1) ){
	copy_txt_tmp = copy_brm;

}else if( (psName.indexOf("/profile/fas/") != -1) || (psName.indexOf("/serviceline/financialadvisory/") != -1) || (psName.indexOf("/industry/hospitality/") != -1) || (psName.indexOf("/resources/newsletter/financial/") != -1) || (psName.indexOf("/resources/newsletter/hospitality/") != -1) || (psName.indexOf("/resources/research/r_fas") != -1) ){
	copy_txt_tmp = copy_fas;

}else if( (psName.indexOf("/profile/bpa/") != -1) || (psName.indexOf("/career/bpa/") != -1) ){
	copy_txt_tmp = copy_bpa;

}else if( (psName.indexOf("/profile/azsus/") != -1) || (psName.indexOf("/serviceline/sustainability/") != -1) || (psName.indexOf("/resources/newsletter/sustainability/") != -1) || (psName.indexOf("/resources/research/r_azsus") != -1) ){
	copy_txt_tmp = copy_sus;

}else if( (psName.indexOf("/profile/kpmghcjapan/") != -1) || (psName.indexOf("/industry/healthcare/") != -1) || (psName.indexOf("/career/healthcare/") != -1) ){
	copy_txt_tmp = copy_htc;

}else if( (psName.indexOf("/profile/mc/") != -1) ){
	copy_txt_tmp = copy_mc;

}else{
	copy_txt_tmp = copy_azu;
}


//税理士法人のバリュエーション
if( psName.indexOf("/serviceline/financialadvisory/valuation/val_tax.html") != -1 ){
	copy_txt_tmp = copy_tax;
}

//FASのパブリックセクターサービス
if( psName.indexOf("/industry/ps/fas/") != -1 ){
	copy_txt_tmp = copy_fas;
}

//FASのリスクマネジメント関連ニューズレター
if( psName.indexOf("/resources/newsletter/risk/fas/") != -1 ){
	copy_txt_tmp = copy_fas;
}

//FAS外部講演
if( psName.indexOf("/resources/seminar/outside.html") != -1 ){
	copy_txt_tmp = copy_fas;
}

//FAS寄稿一覧
if( psName.indexOf("/resources/publications/articles") != -1 ){
	copy_txt_tmp = copy_fas;
}

//TAXセミナー
if( psName.indexOf("/resources/seminar/s_tax") != -1 ){
	copy_txt_tmp = copy_tax;
}

//FASセミナー
if( psName.indexOf("/resources/seminar/s_fas") != -1 ){
	copy_txt_tmp = copy_fas;
}

copy_txt += copy_txt_tmp;
copy_txt += "</div>";
copy_txt += "</div>";

document.write(copy_txt);


function opencopy(){
	nw = window.open('http://www.kpmg.or.jp/disclaimer/index.html','OnlineDisclaimer','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=550,height=500,screenX=0,screenY=0,left=100,top=100');
	nw.focus();
}
// -->

