//
// JavaScript 外部ファイル
//

m_lnk=new Array();
m_lnk[1]='<A HREF="http://www.din.or.jp/~aoi-o/index.html" target="_top">Top</A>';
m_lnk[2]='<A HREF="http://aoi.s2.xrea.com/aoi-o/cg/index.html" target="main">イラスト</A>';
m_lnk[3]='<A HREF="http://aoi.s2.xrea.com/aoi-o/vital/index.html" target="main">サークル活動</A>';
m_lnk[4]='<A HREF="http://aoi.s2.xrea.com/aoi-o/org/index.html" target="main">創作</A>';
m_lnk[5]='<A HREF="http://www.din.or.jp/~aoi-o/toys/index.html" target="main">ゲーム</A>';
m_lnk[6]='<A HREF="http://cgi.din.or.jp/~aoi-o/cgi-bin/g_book2.cgi" target="main">BBS</A>';
m_lnk[7]='<A HREF="http://www.din.or.jp/~aoi-o/link/link.html" target="main">LINK</A>';
m_lnk[8]='<A HREF="http://aoi.s2.xrea.com/sn/" target="_top">別館【Slay☆Net】</A>';
//m_lnk[1]='<A HREF="http://www.din.or.jp/~aoi-o/new.html" target="main">更新履歴</A>';
//m_lnk[10]='<A HREF="http://cgi.din.or.jp/~aoi-o/cgi-bin/tchat.cgi?room=slay" target="main">CHAT</A>';
//m_lnk[6]='<A HREF="http://www.geocities.co.jp/Playtown/1548/chat_index.html" target="main">CHAT</A>';
//m_lnk[]='';


function Write_Menu(){
  var str = '';
  var max_index = 8;

  str += '<BR><BR><HR width="95%"><FONT COLOR="coral" SIZE="2">|';
  for(i=1;i<=max_index;i++){ 
    str += '　' + m_lnk[i] + '　|';
  }
  str += '</FONT>';
  document.write(str);
  return true;
}


function Write_Mod(){

  str = '<P><HR width="95%" size="1"><FONT size="2">';
  str += '　　 &copy; 1999 - 2008　Aoi-Oborogi in GenkiFactory.</FONT>';
//  str += '<IMG SRC="http://cgi.din.or.jp/~aoi-o/cgi-bin/start_log3.cgi" WIDTH="1" HEIGHT="1">';
  str += '<IMG SRC="http://obr.s4.xrea.com/x/aclog_obr.cgi" WIDTH="1" HEIGHT="1">';
  str += '<p><!-- 広告バナー -->';
  str += '<A HREF="http://ad.xrea.com/ad_click.fcg?site=aoi.s2.xrea.com&num=1" TARGET="_blank"><IMG SRC="http://ad.xrea.com/ad_img.fcg?site=aoi.s2.xrea.com&num=1" BORDER="0" WIDTH="468" HEIGHT="60"></A><BR>';

  document.write(str);
}


function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}
// 使用方法  onLoad="MM_openBrWindow('info.html','INFORMATION','scrollbars=yes,width=400,height=300');
