// JavaScript Document
function includeFooter(){
document.write(
"<A href='http://www.toto.co.jp/index.htm' class='css2other' target='_top'>ホーム</A>｜"+
"<A href='http://www.toto.co.jp/links/sitemap.htm' class='css2other' target='_top'>サイトマップ</A>｜"+
"<A href='http://www.toto.co.jp/company/index.htm' class='css2other' target='_top'>TOTOについて</A>｜"+
"<A href='http://www.toto.co.jp/abstract/pp.htm' class='css2other' target='_top'>プライバシーポリシー</A>｜"+
"<A href='http://www.toto.co.jp/abstract/sp.htm' class='css2other' target='_top'>ご利用条件</A>｜"+
"<A href='http://www.toto.co.jp/accessibility/index.htm' class='css2other' target='_top'>文字拡大・読み上げ機能</A></TD>"
);
}
