<!--
copy_mark = "&copy;";
if(document.layers) copy_mark = "(C)";

copy_azu = "<p>&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 (gKPMG Internationalh), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_tax = "<p>&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 (gKPMG Internationalh), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_brm = "<p>&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 (gKPMG Internationalh), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_fas = "<p>&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 (gKPMG Internationalh), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_bpa = "<p>&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 (gKPMG Internationalh), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_sus = "<p>&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 (gKPMG Internationalh), a Swiss entity. <nobr>All rights reserved.</nobr></p>";

copy_htc = "<p>&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 (gKPMG Internationalh), 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><a href=\"http://www.kpmg.com/Global/en/Pages/onlinedisclaimer.aspx\">Legal</a></li>";
copy_txt  += "<li class=\"last\"><a href=\"http://www.kpmg.com/Global/en/Pages/privacy.aspx\">Privacy</a></li>";
copy_txt  += "</ul>";
copy_txt  += "</div>";
copy_txt += "<div class=\"clearfloat\"></div>";
copy_txt  += "<div class=\"footerLegalese\">";
copy_txt += "<p>KPMG International Cooperative (gKPMG Internationalh) 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("/english/tax") != -1) || (psName.indexOf("/english/resources/newsletter.html") != -1) || (psName.indexOf("/english/resources/tnl.html") != -1) || (psName.indexOf("/english/resources/gtufisp.html") != -1) ){
	copy_txt_tmp = copy_tax;

}else if( (psName.indexOf("/english/brm/") != -1) ){
	copy_txt_tmp = copy_brm;

}else if( (psName.indexOf("/english/fas/") != -1) || (psName.indexOf("/english/resources/r_fas") != -1) ){
	copy_txt_tmp = copy_fas;

}else if(psName.indexOf("/english/bpa/") != -1){
	copy_txt_tmp = copy_bpa;

}else if( (psName.indexOf("/english/azsus/") != -1) ){
	copy_txt_tmp = copy_sus;

}else if( (psName.indexOf("/english/kpmghcjapan") != -1) ){
	copy_txt_tmp = copy_htc;

}else{
	copy_txt_tmp = copy_azu;
}

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();
}
// -->

