//フッターテキスト

function footer_txt (){
	document.write ('<br><a href="http://www.nikkeivi.co.jp/ci/corp/index.html" target="_blank">会社概要</a>　|　<a href="movie.html">サンプル映像について</a>　|　<a href="javascript:OpenWindow(\'../policy.html\',\'\')">プライバシーポリシー</a>　|　<a href="list_all.html">全商品一覧</a><br>',
'<span class="footer_c"">&copy; 2010 Nikkei Visual Images All rights reserved.</span>')
}




//フッターテキスト(プロダクトページ)

function pfooter_txt (){
	document.write ('<br><a href="http://www.nikkeivi.co.jp/ci/corp/index.html" target="_blank">会社概要</a>　|　<a href="../movie.html">サンプル映像について</a>　|　<a href="javascript:OpenWindow(\'../../policy.html\',\'\')">プライバシーポリシー</a>　|　<a href="../list_all.html">全商品一覧</a><br>',
'<span class="footer_c"">&copy; 2010 Nikkei Visual Images All rights reserved.</span>')
}

//フッターテキストトップ
function footer_txt_top (){
	document.write ('<br><span class="footer_c"">&copy; 2010 Nikkei Visual Images All rights reserved.</span>')
}
//フッターテキスト(サンプル映像ページ)

function samfooter_txt (){
	document.write ('<img src="images/copy_right.gif" width="10" height="10" alt="(C)" align="absmiddle" border="0"> 2010 Nikkei Visual Images. All rights reserved.')
}

//フッターテキスト(ご注文ページ)

function shopfooter_txt (){
	document.write ('<br><a href="http://www.nikkeivi.co.jp/ci/corp/index.html" target="_blank">会社概要</a>　|　<a href="javascript:OpenWindow(\'../policy.html\',\'\')">プライバシーポリシー</a><br>',
'<span class="footer_c"">&copy; 2010 Nikkei Visual Images All rights reserved.</span>')
}










