
//===========================================================================================
//===========================================================================================
function bottom_contents() {
var bottom_content = '<div id="copyright">';
bottom_content += 'Copyright 1998-2012 GL Sciences Inc.';
bottom_content += '</div>';
document.write(bottom_content);
}

//===========================================================================================
//===========================================================================================
function link_contents() {
var link_content = '<img src="images/space.gif" alt="" width="1" height="10">';
link_content += '<table width="780" border="0" cellpadding="0" cellspacing="0">';
link_content += '<tr align="center">';
link_content += '<TD 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>';




link_content += '</TD>';
link_content += '</tr>';
link_content += '</table>';
link_content += '<img src="images/space.gif" alt="" width="1" height="10">';
document.write(link_content);
}

//===========================================================================================
//===========================================================================================
function head_link_contents() {
var head_link_content = '<a href="http://www.gls.co.jp/index.html">Home</a> &gt; ';
head_link_content += '<a href="http://www.gls.co.jp/product/index.html">Products</a> &gt; ';
head_link_content += '<a href="http://www.gls.co.jp/product/catalog/index.html">General Catalog 29</a> &gt; ';
document.write(head_link_content);
}
//===========================================================================================
//===========================================================================================
function head_link_contents2() {
var head_link_content2 = '<tr>';
head_link_content2 += '<td width="625"><img src="http://www.gls.co.jp/top-images/top-menu.gif" alt="" width="625" height="21" border="0" usemap="#Map" />';
head_link_content2 += '<map name="Map" id="Map">';

head_link_content2 += '<area shape="rect" coords="500,0,625,21" href="http://www.gls.co.jp/product/several/rfid/index.html" />';
head_link_content2 += '<area shape="rect" coords="406,0,500,21" href="http://www.gls.co.jp/company-profile/index.html" />';
head_link_content2 += '<area shape="rect" coords="317,0,406,21" href="http://www.gls.co.jp/contact/index.html" />';
head_link_content2 += '<area shape="rect" coords="183,0,317,21" href="http://www.gls.co.jp/information/index.html" />';
head_link_content2 += '<area shape="rect" coords="91,0,183,21" href="http://www.gls.co.jp/technique/index.html" />';
head_link_content2 += '<area shape="rect" coords="0,0,91,21" href="http://www.gls.co.jp/product/index.html" />';


head_link_content2 += '</map></td>';
head_link_content2 += '<td width="155" background="http://www.gls.co.jp/top-images/top-menu2.gif"><form action="http://www.gls.co.jp/cgi-bin/namazu/namazu.cgi" method="get">';
head_link_content2 += '<input name="query" type="text" size="17">';
head_link_content2 += '<input name="Submit" type="submit" value="検索">';
head_link_content2 += '<input type="hidden" name="reference" value="off" />';
head_link_content2 += '</form></td>';
head_link_content2 += '</tr>';
document.write(head_link_content2);
}

//===========================================================================================
//===========================================================================================
function head_search_contents() {
var head_search_content = '';
head_search_content += '<form action="http://www.gls.co.jp/cgi-bin/namazu/namazu.cgi" method="get">';
head_search_content += '<input name="query" type="text" size="16" />';
head_search_content += '<input name="Submit" type="submit" value="検索" />';
head_search_content += '<input type="hidden" name="reference" value="off" />';
head_search_content += '</form>';
document.write(head_search_content);
}



