﻿//ウェブサイト

function L2foot() {
	var sGpotatoUrl = "http://gpotato.jp";
	var sImageUrl = "http://image.gpotato.jp";
	var sRappelzUrl = "http://rappelz.gpotato.jp";
	var sSecureUrl = "https://secure.gpotato.jp";
	var sBillUrl = "http://bill.gpotato.jp";
		
	var domain = location.hostname;

	if (domain.indexOf("test")!= -1){
		sGpotatoUrl = "http://test.gpotato.jp";
	    sImageUrl = "http://test.image.gpotato.jp";
	    sRappelzUrl = "http://test.rappelz.gpotato.jp";
		sSecureUrl = "https://test.secure.gpotato.jp:444";
	    sBillUrl = "http://test.bill.gpotato.jp";
	}

	
document.write('<div id="globalfooter_wrap" align="center">									');
document.write('    <div class="navi_wrap" style="margi:0 auto;">	');
document.write('	        <table class="center">									');
document.write('	        <tr>																	');
document.write('	            <td class="txt10 txtgray" style="text-decoration: none;color: #999999;font-size:10px;" valign="middle"><a id="global_navi_link" href="http://www.galajapan.jp/profile.html" target="_blank">会社概要</a>｜<a id="global_navi_link" href="'+sGpotatoUrl+'/NaviCnts.aspx?MID=admin117">Gポテトサービス会員利用規約 </a>｜<a id="global_navi_link" href="'+sGpotatoUrl+'/NaviCnts.aspx?MID=admin116">プライバシーステートメント</a>｜<a id="global_navi_link" href="'+sGpotatoUrl+'/NaviCnts.aspx?MID=admin115">特定商取引に基づく表示</a>｜<a id="global_navi_link" href="'+sGpotatoUrl+'/Rules/Sitemap.aspx?MID=admin102">サイトマップ</a>｜<a id="global_navi_link" href="http://www.gala.jp/recruit/galajapan/" target="_blank">採用情報</a></td>');
document.write('	            <td class="pl10" style="font-size:14px">	');
document.write('        																			');
document.write('	            <form action="">											');
document.write('	            <select name="" onchange="if(this.value)location.href=this.value;">				');
document.write('	                <option value="" selected="selected">--Family site--</option>						');
document.write('	                <option value="http://www.gpotato.com/">USA</option>								');
document.write('	                <option value="http://de.gpotato.eu/">EU</option>										');
document.write('	                <option value="http://www.gala.jp/">GALA INC</option>								');
document.write('	                <option value="http://www.galajapan.jp/">GALA JAPAN</option>				');
document.write('	                <option value="#">-GAME-</option>																');
document.write('	                <option value="<%=Define.CURRENT_RAPPELZ_SEV %>">ラペルズ</option>	');
document.write('	                <option value="<%=Define.CURRENT_HERO_SEV %>">英雄の城</option>		');
document.write('	            </select>																												');
document.write('	            </form>																												');
         			
document.write('	            </td>																													');
document.write('	            <td class="pl10"><a href="'+sGpotatoUrl+'/NaviCnts.aspx?MID=admin116"><img src="'+sImageUrl+'/hero/gn/footer_truste.gif" width="73" height="20" border="0" alt="TRUSTe LOGO" /></a></td>	 ');
document.write('	        </tr>																														');
document.write('	        </table>																													');
document.write('    </div>																															');
document.write(' </div>																																');


} 
