
//===========================================================================================
//===========================================================================================
//フッターリンク
function link_contents() {
var link_content = '<p class="read1">';
link_content += '<a href="http://www.gls.co.jp/index.html">ホーム</a> | ';
link_content += '<a href="http://www.gls.co.jp/company-profile/index.html">企業情報</a> | ';
link_content += '<a href="http://www.gls.co.jp/sitemap/index.html">サイトマップ</a> | ';
link_content += '<a href="http://www.gls.co.jp/goriyou/index.html">ご利用上の注意</a> | ';
link_content += '<a href="http://www.gls.co.jp/company-profile/cp-privacy_policy.html">個人情報保護方針</a></p>';
document.write(link_content);
}


//===========================================================================================
//===========================================================================================
//コピーライト表示
//エターナル最新バージョン

function bottom_contents() {
var bottom_content = '<div id="copyright">';
bottom_content += 'Copyright 1998-2010 GL Sciences Inc.</div>';
document.write(bottom_content);
}



//エターナルtableバージョン


function bottom_table() {
var bottom_table = '<table width="780" border="0" cellspacing="0" cellpadding="0">';
bottom_table += '<tr>';
bottom_table += '<td align="center"><img src="../top-images/top-logo2.gif" width="151" height="16" /></td>';
bottom_table += '</tr>';
bottom_table += '<tr>';
bottom_table += '<td align="center" class="read1">Copyright 1998-2010 GL Sciences Inc.</td>';
bottom_table += '</tr>';
bottom_table += '</table>';
document.write(bottom_table);
}



//===========================================================================================
//===========================================================================================
//コピーライト表示
//最新バージョン (第一階層)


function footer()	{
var footer = '<div class="FooterBox">';
footer += '<div class="FooterTxt">';
footer += '<ul class="FooterList">';
footer += '<li><a href="index.html" class="FooterLink">ホーム</a></li>';
footer += '<li><a href="company-profile/index.html" class="FooterLink">企業情報</a></li>';
footer += '<li><a href="sitemap/index.html" class="FooterLink">サイトマップ</a></li>';
footer += '<li><a href="goriyou/index.html" class="FooterLink">ご利用上の注意</a></li>';
footer += '<li><a href="company-profile/cp-privacy_policy.html" class="FooterLink">個人情報保護方針</a></li>';
footer += '</ul>';
footer += '</div>';
footer += '<div class="CopyRight">';
footer += '<img src="img/copyright.gif" alt="Copyright ジーエルサイエンス All RightReserved." />';
footer += '</div>';
footer += '</div>';
footer += '<div class="DownloadAdobe">';
footer += '<p>PDFファイルが開けない方は</p>';
footer += '<p>こちらからダウンロードして下さい。</p>';
footer += '<div class="AdobeBanner">';
footer += '<a href="http://www.adobe.com/jp/products/acrobat/readstep2.html" target="_blank"><img src="img/get_adobe_reader_160x41.jpg" alt="こちらからダウンロード！" /></a>';
footer += '</div>';
footer += '</div>';
document.write(footer);
}



//===========================================================================================
//===========================================================================================
//コピーライト表示
//最新バージョン (階層2階層)


function footer2()	{
var footer2 = '<div class="FooterBox">';
footer2 += '<div class="FooterTxt">';
footer2 += '<ul class="FooterList">';
footer2 += '<li><a href="../index.html" class="FooterLink">ホーム</a></li>';
footer2 += '<li><a href="../company-profile/index.html" class="FooterLink">企業情報</a></li>';
footer2 += '<li><a href="../sitemap/index.html" class="FooterLink">サイトマップ</a></li>';
footer2 += '<li><a href="../goriyou/index.html" class="FooterLink">ご利用上の注意</a></li>';
footer2 += '<li><a href="../company-profile/cp-privacy_policy.html" class="FooterLink">個人情報保護方針</a></li>';
footer2 += '</ul>';
footer2 += '</div>';
footer2 += '<div class="CopyRight">';
footer2 += '<img src="../img/copyright.gif" alt="Copyright ジーエルサイエンス All RightReserved." />';
footer2 += '</div>';
footer2 += '</div>';
footer2 += '<div class="DownloadAdobe">';
footer2 += '<p>PDFファイルが開けない方は</p>';
footer2 += '<p>こちらからダウンロードして下さい。</p>';
footer2 += '<div class="AdobeBanner">';
footer2 += '<a href="http://www.adobe.com/jp/products/acrobat/readstep2.html" target="_blank"><img src="../img/get_adobe_reader_160x41.jpg" alt="こちらからダウンロード！" /></a>';
footer2 += '</div>';
footer2 += '</div>';
document.write(footer2);
}

//===========================================================================================
//===========================================================================================
//コピーライト表示
//最新バージョン (階層3階層)


function footer3()	{
var footer3 = '<div class="FooterBox">';
footer3 += '<div class="FooterTxt">';
footer3 += '<ul class="FooterList">';
footer3 += '<li><a href="../../index.html" class="FooterLink">ホーム</a></li>';
footer3 += '<li><a href="../../company-profile/index.html" class="FooterLink">企業情報</a></li>';
footer3 += '<li><a href="../../sitemap/index.html" class="FooterLink">サイトマップ</a></li>';
footer3 += '<li><a href="../../goriyou/index.html" class="FooterLink">ご利用上の注意</a></li>';
footer3 += '<li><a href="../../company-profile/cp-privacy_policy.html" class="FooterLink">個人情報保護方針</a></li>';
footer3 += '</ul>';
footer3 += '</div>';
footer3 += '<div class="CopyRight">';
footer3 += '<img src="../../img/copyright.gif" alt="Copyright ジーエルサイエンス All RightReserved." />';
footer3 += '</div>';
footer3 += '</div>';
footer3 += '<div class="DownloadAdobe">';
footer3 += '<p>PDFファイルが開けない方は</p>';
footer3 += '<p>こちらからダウンロードして下さい。</p>';
footer3 += '<div class="AdobeBanner">';
footer3 += '<a href="http://www.adobe.com/jp/products/acrobat/readstep2.html" target="_blank"><img src="../../img/get_adobe_reader_160x41.jpg" alt="こちらからダウンロード！" /></a>';
footer3 += '</div>';
footer3 += '</div>';
document.write(footer3);
}



//===========================================================================================
//===========================================================================================
//コピーライト表示
//最新バージョン (階層4階層)


function footer4()	{
var footer3 = '<div class="FooterBox">';
footer3 += '<div class="FooterTxt">';
footer3 += '<ul class="FooterList">';
footer3 += '<li><a href="../../../index.html" class="FooterLink">ホーム</a></li>';
footer3 += '<li><a href="../../../company-profile/index.html" class="FooterLink">企業情報</a></li>';
footer3 += '<li><a href="../../../sitemap/index.html" class="FooterLink">サイトマップ</a></li>';
footer3 += '<li><a href="../../../goriyou/index.html" class="FooterLink">ご利用上の注意</a></li>';
footer3 += '<li><a href="../../../company-profile/cp-privacy_policy.html" class="FooterLink">個人情報保護方針</a></li>';
footer3 += '</ul>';
footer3 += '</div>';
footer3 += '<div class="CopyRight">';
footer3 += '<img src="../../../img/copyright.gif" alt="Copyright ジーエルサイエンス All RightReserved." />';
footer3 += '</div>';
footer3 += '</div>';
footer3 += '<div class="DownloadAdobe">';
footer3 += '<p>PDFファイルが開けない方は</p>';
footer3 += '<p>こちらからダウンロードして下さい。</p>';
footer3 += '<div class="AdobeBanner">';
footer3 += '<a href="http://www.adobe.com/jp/products/acrobat/readstep2.html" target="_blank"><img src="../../../img/get_adobe_reader_160x41.jpg" alt="こちらからダウンロード！" /></a>';
footer3 += '</div>';
footer3 += '</div>';
document.write(footer3);
}