{
	// 初回訪問時のリンク元を保存
	var ref=document.referrer;
	if(ref.substring(0,7)!="http://") ref="undefined";
	if(document.cookie.indexOf("firstreferer=",0)==-1){
		var d=new Date();
		d.setTime(d.getTime()+10368000000);
		document.cookie="firstreferer="+ref+"; expires="+d.toGMTString()+"; domain=.toxsoft.com; path=/;"
	}
	
	document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 HEIGHT=100% WIDTH=100%><TR><TD VALIGN=TOP>');
	document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100% BGCOLOR=#000000><TR>');
	document.write('<TD ALIGN=LEFT WIDTH=20><IMG SRC="../icon2.gif" width=20 height=20 vspace=1 hspace=1></TD>');
	document.write('<TD ALIGN=CENTER><FONT COLOR=#FFFFFF><B>NextFTP FAQ （サポート技術情報）</B></FONT></TD>');
	document.write('</TR></TABLE><BR>');
}
