
//ロゴの出力ファンクション
function rogo()
  {
    //htmlテンプレート
    html = '<a href="/cgi-bin/index.php" border="0" onfocus="this.blur()"><img border="0" src="../NVLU_HP_RENEWAL/images/img01.png"></a>&nbsp;';
    //書き出し
    document.write( html );
  }

//ロゴの出力ファンクション(食品科学科用)
function rogo1()
  {
    //htmlテンプレート
    html = '<a href="/cgi-bin/index7.php" border="0" onfocus="this.blur()"><img border="0" src="../NVLU_HP_RENEWAL/images/topimage_food10.png" ></a>';
    //書き出し
    document.write( html );
  }
//ロゴの出力ファンクション(図書館用)
function rogo2()
  {
    //htmlテンプレート
    html = '<a href="../../cgi-bin/index.php" border="0" onfocus="this.blur()"><img border="0" src="../../../images/topimage_library2.png" width="450" height="65"></a>';
    //書き出し
    document.write( html );
  }

//ロゴの出力ファンクション【進路支援】
function rogo3()
  {
    //htmlテンプレート
    html = '<a href="/cgi-bin/index10.php" border="0"><img border="0" src="../../../img/topimg.jpg"></a>&nbsp;';
    //書き出し
    document.write( html );
  }

function rogo4()
  {
    //htmlテンプレート
    html = '<a href="/cgi-bin/index10.php" border="0" onfocus="this.blur()"><img border="0" src="../../../img/topimg1.jpg"></a>&nbsp;';
    //書き出し
    document.write( html );
  }

//戻るボタン出力ファンクション
function returnButton()
  {
      html = '<tr><td align="right" valign="bottom">'
         + '<img src="../NVLU_HP_RENEWAL/images/btn_back.gif" onClick="javascript:history.back()">'
         + '</td><tr>';

    //書き出し
    document.write( html );
  }
  
//戻るボタン出力ファンクション 図書館用です。
function returnButton2()
  {
      html = '<tr><td align="right" valign="bottom">'
         + '<img src="../../../images/btn_back.gif" onClick="javascript:history.back()">'
         + '</td></tr>';

    //書き出し
    document.write( html );
  }

  
//サイト内検索 （google）
function search()
  {

    html = '<form method=get action="http://www.google.co.jp/search">'
         + '<table>'
         + '<tr valign=top>'
         + '<td>'
         + '<input type=text name=q size=20 maxlength=255 value="">'
         + '<input type=hidden name=ie value=EUC-JP>'
         + '<input type=hidden name=oe value=EUC-JP>'
         + '<input type=hidden name=hl value="ja">'
         + '<input type=submit name=btnG value="検索">'
         + '<font size=-1>'
         + '<input type=hidden name=domains value="nvlu.ac.jp">'
         + '<br>'
         + '<input type=radio name=sitesearch value=""> WWW を検索 '
         + '<input type=radio name=sitesearch value="nvlu.ac.jp" checked>サイト内検索'
         + '<br>'
         + '<a href="../NVLU_HP_RENEWAL/html/000_top/00/00_01.html"><img border="0" src="../NVLU_HP_RENEWAL/images/h_access.gif" width="60" height="20"></a><a href="../NVLU_HP_RENEWAL/html/000_top/00/00_02.html"><img border="0" src="../NVLU_HP_RENEWAL/images/h_inq.gif" width="60" height="20"></a><a href="http://www.nvlu.ac.jp/e/index.html"><img border="0" src="../NVLU_HP_RENEWAL/images/h_lang.gif" width="60" height="20"></a><a href="../NVLU_HP_RENEWAL/html/000_top/00/00_04.html"><img border="0" src="../NVLU_HP_RENEWAL/images/h_sitemap.gif" width="60" height="20"></a>'
         + '</font>'
         + '</td>'
         + '</tr>'
         + '</table>'
         + '</form>';
    //書き出し
    document.write( html );
   }

//サイト内検索 （google）食品科学科用
function search1()
  {

    html = '<form method=get action="http://www.google.co.jp/search">'
         + '<table>'
         + '<tr valign=top>'
         + '<td>'
         + '<input type=text name=q size=20 maxlength=255 value="">'
         + '<input type=hidden name=ie value=EUC-JP>'
         + '<input type=hidden name=oe value=EUC-JP>'
         + '<input type=hidden name=hl value="ja">'
         + '<input type=submit name=btnG value="検索">'
         + '<font size=-1>'
         + '<input type=hidden name=domains value="YOURSITE.CO.JP">'
         + '<br>'
         + '<input type=radio name=sitesearch value=""><font color="#FFFFFF"> WWW を検索 '
         + '<input type=radio name=sitesearch value="www.nvlu.ac.jp" checked>サイト内検索'
         + '<br>'
         //+ '<a href="../../../html/000_top/00/00_01.html"><img border="0" src="../../food/public_html/images/h_access.gif" width="60" height="20"></a><a href="../../../html/000_top/00/00_02.html"><img border="0" src="../../../images/h_inq.gif" width="60" height="20"></a><a href="http://www.nvlu.ac.jp/e/index.html"><img border="0" src="../../../images/h_lang.gif" width="60" height="20"></a><a href="../../../html/000_top/00/00_04.html"><img border="0" src="../../../images/h_sitemap.gif" width="60" height="20"></a>'
         + '</font>'
         + '</td>'
         + '</tr>'
         + '</table>'
         + '</form>';
    //書き出し
    document.write( html );
   }

//ヘッダー部分出力ファンクション



function hedder()
  {
   html = '<table width="700" border="0" cellspacing="0" cellpadding="0">'
         + '<tr nowrap>'
         + '<td width="138" height="20" class="navi1"><a href="../../../../../cgi-bin/index.php" style="text-decoration: none;">HOME</a></td>'
         + '<td width="138" height="20" class="navi1"><a href="../../../../NVLU_HP_RENEWAL/html/000_top/00/00_07.html" style="text-decoration: none;">受験生の皆様</a></td>'
         + '<td width="138" height="20" class="navi1"><a href="../../../../NVLU_HP_RENEWAL/html/000_top/00/00_08.html" style="text-decoration: none;">一般の皆様</a></td>'
         + '<td width="138" height="20" class="navi1"><a href="../../../../NVLU_HP_RENEWAL/html/000_top/00/00_09.html" style="text-decoration: none;">本学学生の皆様</a></td>'
         + '<td width="138" height="20" class="navi1"><a href="../../../../NVLU_HP_RENEWAL/html/000_top/00/00_10.html" style="text-decoration: none;">卒業生の皆様</a></td>'
         + '</tr>'
         + '</table>';
    //書き出し
    document.write( html );
  }
  
function hedder2()
  {
   html = '<table width="700" border="0" cellspacing="0" cellpadding="0">'
         + '<tr nowrap>'
         + '<td height="20" width="68" class="navi3"><a href="http://www.nvlu.ac.jp/012examination/examination01.html" style="text-decoration: none;">入試要項</a></td>'
         + '<td height="20" width="103" class="navi"><a href="../../../../NVLU_HP_RENEWAL/html/011_guide/011/011_01.html" style="text-decoration: none;">アドミッションポリシー</a></td>'
         + '<td height="20" width="68" class="navi3"><a href="../../../../NVLU_HP_RENEWAL/html/012_department/01/01_02.html" style="text-decoration: none;">獣医学科</a></td>'
         + '<td height="20" width="103" class="navi"><a href="../../../../NVLU_HP_RENEWAL/html/012_department/01/01_11.html" style="text-decoration: none;">獣医保健看護学科</a></td>'
         + '<td height="20" width="68" class="navi3"><a href="../../../../NVLU_HP_RENEWAL/html/012_department/02/02_00.html" style="text-decoration: none;">動物科学科</a></td>'
         + '<td height="20" width="68" class="navi3"><a href="../../../../NVLU_HP_RENEWAL/html/012_department/02/02_09.html" style="text-decoration: none;">食品科学科</a></td>'
         + '<td height="20" width="68" class="navi3"><a href="../../../../NVLU_HP_RENEWAL/html/012_department/03/03_01.html" style="text-decoration: none;">大学院</a></td>'
         + '<td height="20" width="68" class="navi3"><a href="../../../../NVLU_HP_RENEWAL/html/012_department/04/04_01.html" style="text-decoration: none;">研究室紹介</a></td>'
         + '<td height="20" width="68" class="navi3"><a href="http://syuukatuweb.nvlu.ac.jp" style="text-decoration: none; " target="_blank">進路支援</a></td>'
         + '</tr>'
         + '</table>';
    //書き出し
    document.write( html );
  }



//フッター部分出力ファンクション



function footer()
  {
      html = '<tr><td>'
           + '<div class="new_footer">Copyright 2008 &copy; Nippon Veterinary and Life Science University    </div>'
             + '<div class="new_footer2">日本獣医生命科学大学  180-8602 東京都武蔵野市境南町1-7-1 0422-31-4151(代)</div>'
             + '</tr></td>';
      document.write( html );
  }



/////////////////////////////////////////////////////
//各題項目ごとのパンクズ機能の作成ファンクション
/////////////////////////////////////////////////////

//学部学科・研究科TOP用パンクズ**********************************************************************
 function pan_gakubu(){
    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index2.php">学部学科・大学院</a>';
    //書き出し
    document.write( html );
 }

//学部学科・研究科/獣医学部用パンクズ
function pan_juigakubu(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index2.php">学部学科・大学院</a>'
          + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/012_department/01/01_01.html">獣医学部</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }
//学部学科・研究科/応用生命科学大学用パンクズ
 function pan_ouyouseimeikagakubu(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index2.php">学部学科・大学院</a>'
          + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/012_department/02/02_01.html">応用生命科学部</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }

//学部学科・研究科/獣医生命科学研究科用パンクズ
 function pan_juiseimeikagakukennkyuka(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index2.php">学部学科・大学院</a>'
          + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/012_department/03/03_01.html">獣医生命科学研究科</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }

 //学部学科・研究科/研究室・部門紹介TOP用パンクズ
 function pan_gakubu_shoukai(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index2.php">学部学科・大学院</a>'
          + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/012_department/04/04_01.html">研究室・部門紹介</a>';
    //書き出し
    document.write( html );
 }

//学部学科・研究科/研究室・部門紹介/教室個別用パンクズ
 function pan_gakubu_shoukai_2(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index2.php">学部学科・大学院</a>'
          + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/012_department/04/04_01.html">研究室・部門紹介</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }


//大学案内TOP用パンクズ****************************************************************************
 function pan_daigakuannai(){
    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/011_guide/01/01_01.html">大学案内</a>'
         + '　>>　';
    //書き出し
    document.write( html );
 }

//大学案内/国際交流用パンクズ
 function pan_daigakuannai_kokusai(){
    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/011_guide/01/01_01.html">大学案内</a>'
         + '　>>　'
         + '<a href="NVLU_HP_RENEWAL/html/011_guide/05/05_01.html">国際交流</a>'
         + '　>>　';
    //書き出し
    document.write( html );
 }

//大学案内/社会貢献用パンクズ
 function pan_daigakuannai_shakai(){
    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/011_guide/01/01_01.html">大学案内</a>'
         + '　>>　'
         + '<a href="NVLU_HP_RENEWAL/html/011_guide/06/06_01.html">社会貢献</a>'
         + '　>>　';
    //書き出し
    document.write( html );
 }
//公開講座パンクズ
function pan_koukaikouza(){

    html = '<a href="../../../../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../NVLU_HP_RENEWAL/html/021_opencampus/01/01_01.html">公開講座</a>'
          + '　>>　'

    //書き出し
    document.write( html );
 }
//大学機関施設TOP用パンクズ**********************************************************************
 function pan_kikansisetu(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index4.php">大学機関・施設</a>';
    //書き出し
    document.write( html );
 }

//大学機関施設/動物医療センター用パンクズ
 function pan_kikansisetu_medical(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index4.php">大学機関・施設</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_01.html">動物医療センター</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }

//大学機関施設/富士アニマルファーム用パンクズ
 function pan_kikansisetu_animal(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index4.php">大学機関・施設</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/014_facilities/02/02_01.html">富士アニマルファーム</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }

//大学機関施設/セミナーハウス用パンクズ
 function pan_kikansisetu_seminar(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index4.php">大学機関・施設</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/014_facilities/03/03_01.html">セミナーハウス</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }

//大学機関施設/図書館用パンクズ
 function pan_kikansisetu_library(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index4.php">大学機関・施設</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/014_facilities/04/04_01.html">図書館</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }
//大学機関施設/図書館用パンクズ
 function pan_kikansisetu_library(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index4.php">大学機関・施設</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/014_facilities/04/04_01.html">図書館</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }
//大学機関施設/生命科学共同研究施設用パンクズ
 function pan_kikansisetu_seimei(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index4.php">大学機関・施設</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/014_facilities/05/05_01.html">生命科学共同研究施設</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }

//研究産官学連携TOP用パンクズ**********************************************************************
 function pan_sankangaku(){
    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index3.php">研究・産官学連携</a>';
    //書き出し
    document.write( html );
 }

//研究産官学連携/研究・産官学連携用パンクズ
 function pan_sankangaku_renkei(){
    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index3.php">研究・産官学連携</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/013_research/01/01_01.html">研究・産官学連携</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }

//研究産官学連携/研究室・部門紹介用パンクズ
 function pan_sankangaku_shoukai(){
    html = '<a href="../../cgi-bin/indexv">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index3.php">研究・産官学連携</a>'
          + '　>>　'
          + '<a href="../NVLU_HP_RENEWAL/html/013_research/02/02_01.html">研究室・部門紹介</a>';
    //書き出し
    document.write( html );
 }

//学生生活TOP用パンクズ*****************************************************************************
 function pan_campus(){

    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index6.php">学生生活</a>';
    //書き出し
    document.write( html );
 }

//学生生活/学生生活用パンクズ
 function pan_campus_life(){
    html = '<a href="../../cgi-bin/index.php">Top</a>'
         + '　>>　'
         + '<a href="../../cgi-bin/index6.php">学生生活</a>'
          + '　>>　';
    //書き出し
    document.write( html );
 }


 //////////////////////////////////////////
 //大項目ごとにサイドメニューを表示するファンクション












//「この一冊」最新ページ
function book_new(strurl){
	var newpege="book_introduction-034.html";
	document.write('<a href="'+strurl+newpege+'">');
}
//「食のいま」 最新ページ
function syokuima_new(strurl){
	var newpege="syokuima41.html";
	document.write('<a href="'+strurl+newpege+'">');
}



 //※各画面ごとに必要なサイドメニュを引数で入力しサイドメニュを表示
 /////////////////////////////////////////

 function sidemenu(flg){

     var side_flg=flg;
     var html='';

     switch ( side_flg ) {

             //学生生活
            case 1:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="#"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;学生生活</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_01.html">&nbsp;&nbsp;&nbsp;キャンパスカレンダー</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_02.html">&nbsp;&nbsp;&nbsp;窓口業務案内</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_03.html">&nbsp;&nbsp;&nbsp;奨学金</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_04.html">&nbsp;&nbsp;&nbsp;特待生制度</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_05.html">&nbsp;&nbsp;&nbsp;単位互換</a></div>'
                +'<div class="new_side_menu_item"><a href="http://syuukatuweb.nvlu.ac.jp" target="_blank">&nbsp;&nbsp;&nbsp;就職・進路</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_07.html">&nbsp;&nbsp;&nbsp;厚生施設</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_08.html">&nbsp;&nbsp;&nbsp;学生相談室・保健室</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_09.html">&nbsp;&nbsp;&nbsp;学友会の紹介</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/016_campuslife/01/01_10.html">&nbsp;&nbsp;&nbsp;学生レポート</a></div>'
                +'</td>';
                break;

            //大学案内
            case 2:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/011_guide/01/01_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;学　長　の　挨　拶</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../../../html/011_guide/09/09_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;理念・目的</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../../../html/011_guide/011/011_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;アドミッションポリシー</div></font></a></div>'
				+'<div class="new_side_menu_top"><a href="../../../html/011_guide/010/010_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;規則</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../../../html/011_guide/03/03_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;組織</div></font></a></div>'
               +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/011_guide/04/04_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;大学学歌</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/011_guide/05/05_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;国際交流</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/011_guide/06/06_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;社会貢献</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/011_guide/06/06_01.html">&nbsp;&nbsp;&nbsp;武蔵野地域自由大学</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/011_guide/06/06_02.html">&nbsp;&nbsp;&nbsp;アニマルファーム体験クラブ</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/011_guide/06/06_03.html">&nbsp;&nbsp;&nbsp;総合文化講座</a></div>'
                +'<div class="new_side_menu_top"><a href="http://syuukatuweb.nvlu.ac.jp" target="blank"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;資格と就職</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/011_guide/08/08_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;学生数</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="http://www.nvlu.ac.jp/tmp/s0005.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;個人情報の取り扱い</div></font></a></div>'
                +'</td>';
                 break;

            //学部学科・研究科
            case 3:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/012_department/01/01_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;獣医学部</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/01/01_01.html">&nbsp;&nbsp;&nbsp;獣医学部とは</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/01/01_02.html">&nbsp;&nbsp;&nbsp;獣医学科</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/01/01_11.html">&nbsp;&nbsp;&nbsp;獣医保健看護学科</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/01/01_04.html">&nbsp;&nbsp;&nbsp;学生の声</a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/012_department/02/02_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;応用生命科学部</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/02/02_01.html">&nbsp;&nbsp;&nbsp;応用生命科学部とは</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/02/02_00.html">&nbsp;&nbsp;&nbsp;動物科学科</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/02/02_09.html">&nbsp;&nbsp;&nbsp;食品科学科</a></div>'
                //+'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/02/02_04.html">&nbsp;&nbsp;&nbsp;学生の声</a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/012_department/03/03_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;大学院</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/03/03_01.html">&nbsp;&nbsp;&nbsp;獣医生命科学研究科とは</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/03/03_02.html">&nbsp;&nbsp;&nbsp;獣医学専攻博士課程</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/03/03_03.html">&nbsp;&nbsp;応用生命科学専攻博士前期課程</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/03/03_06.html">&nbsp;&nbsp;応用生命科学専攻博士後期課程</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/03/03_07.html">&nbsp;&nbsp;獣医保健看護学専攻修士課程</a></div>'
				+'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/012_department/03/03_05.html">&nbsp;&nbsp;&nbsp;大学院入試</a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/012_department/04/04_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;研究室・部門紹介</div></font></a></div>'
                +'</td>';
                break;

            //大学機関・施設
            case 4:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;動物医療センター</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_01.html">&nbsp;&nbsp;&nbsp;院長の挨拶</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_02.html">&nbsp;&nbsp;&nbsp;診療のご案内と特色</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_03.html">&nbsp;&nbsp;&nbsp;診療施設・設備</a></div>'
                //+'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_04.html">&nbsp;&nbsp;&nbsp;スタッフから一言</a></div>'
								+'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_08.html">&nbsp;&nbsp;&nbsp;特色ある診療</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_05.html">&nbsp;&nbsp;&nbsp;獣医教育と研修制度</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/01/01_06.html">&nbsp;&nbsp;&nbsp;アクセス</a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/014_facilities/02/02_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;富士アニマルファーム</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/02/02_01.html">&nbsp;&nbsp;&nbsp;牧場紹介</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/02/02_02.html">&nbsp;&nbsp;&nbsp;牧場スタッフと仲間達</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/02/02_03.html">&nbsp;&nbsp;&nbsp;牧場の施設・設備</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/02/02_04.html">&nbsp;&nbsp;&nbsp;研究発表</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/02/topics47.html">&nbsp;&nbsp;&nbsp;トピックス</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/02/02_05.html">&nbsp;&nbsp;&nbsp;アクセス</a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/014_facilities/03/03_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;セミナーハウス</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/03/03_01.html">&nbsp;&nbsp;&nbsp;富士セミナーハウス</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/014_facilities/03/03_02.html">&nbsp;&nbsp;&nbsp;牧心セミナーハウス</a></div>'
                +'<div class="new_side_menu_top"><a href="http://www2.nvlu.ac.jp/"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;図書館</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/014_facilities/05/05_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;生命科学共同研究施設</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="/cgi-bin/index10.php"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;野生動物教育研究機構</div></font></a></div>'
                +'</td>';
                break;

            //研究産官学・連携
            case 5:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/013_research/01/01_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;研究・産官学連携</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/013_research/01/01_02.html">&nbsp;&nbsp;&nbsp;学術フロンティア</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/013_research/01/01_01.html">&nbsp;&nbsp;&nbsp;動物疾病制御研究拠点形成P</a></div>'
                +'<div class="new_side_menu_item"><a href="/cgi-bin/index10.php">&nbsp;&nbsp;&nbsp;野生動物教育研究機構</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/013_research/01/01_03.html">&nbsp;&nbsp;&nbsp;科学研究費補助金</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/013_research/01/01_04.html">&nbsp;&nbsp;&nbsp;受託・共同研究</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/013_research/01/01_06.html">&nbsp;&nbsp;&nbsp;公的研究費の運営・管理</a></div>'
                +'<div class="new_side_menu_item"><a href="../NVLU_HP_RENEWAL/html/013_research/01/01_05.html">&nbsp;&nbsp;&nbsp;研究探訪</a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/013_research/02/02_01.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;研究室・部門紹介</div></font></a></div>'
                +'</td>';
                break;

            //項目名
            case 6:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/000_top/00/00_01.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;交通アクセス</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/000_top/00/00_02.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;お問い合わせ</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="http://www.nvlu.ac.jp/e/index.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;English</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/000_top/00/00_04.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;サイトマップ</div></font></a></div>'
                +'</td>';
                break;

            //大学からのお知らせ
            case 7:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/000_top/02/02_01.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;大学からのお知らせ</div></font></a></div>'
                +'</td>';
                break;

            //オリジナルサイト・リンク
            case 8:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/000_top/03/03_01.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;オリジナルサイト</div></font></a></div>'
                +'<div class="new_side_menu_top"><a href="../NVLU_HP_RENEWAL/html/000_top/03/03_02.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;リンク</div></font></a></div>'
                +'</td>';
                break;
            //公開講座
            case 9:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top"><a href="../../../../NVLU_HP_RENEWAL/html/021_opencampus/01/01_02.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;総合文化講座</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../../../../NVLU_HP_RENEWAL/html/021_opencampus/01/01_02.html">&nbsp;&nbsp;&nbsp;ご案内</a></div>'
                +'<div class="new_side_menu_item"><a href="../../../../NVLU_HP_RENEWAL/html/021_opencampus/01/01_03.html">&nbsp;&nbsp;&nbsp;日程</a></div>'
                +'<div class="new_side_menu_top"><a href="../../../../NVLU_HP_RENEWAL/html/021_opencampus/01/01_04.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;寄付講座</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../../../../NVLU_HP_RENEWAL/html/021_opencampus/01/01_04.html">&nbsp;&nbsp;&nbsp;ご案内</a></div>'
                +'<div class="new_side_menu_item"><a href="../../../../NVLU_HP_RENEWAL/html/021_opencampus/01/01_05.html">&nbsp;&nbsp;&nbsp;日程</a></div>'
                +'</td>';
                break;
            //食品科学科
//            case 10:
//            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
//                +'<div class="new_side_menu_top1"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Menu</div></font></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/allstaffs.html">&nbsp;&nbsp;&nbsp;教員・研究室紹介</a></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/1stcurriculum.html">&nbsp;&nbsp;&nbsp;カリキュラム紹介</a></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/shinro17nenndo.html">&nbsp;&nbsp;&nbsp;卒業生の進路状況</a></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/shinro_license.html">&nbsp;&nbsp;&nbsp;資格について</a></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/shinro_comment.html">&nbsp;&nbsp;&nbsp;卒業生のコメント</a></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/graduateschool.html">&nbsp;&nbsp;&nbsp;大学院募集要項</a></div>'
//                +'<div class="new_side_menu_top1"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Information</div></font></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/opencampus.html">&nbsp;&nbsp;&nbsp;オープンキャンパス</a></div>'
//                +'<div class="top_side_menu_item"><a href="/~food/access.html">&nbsp;&nbsp;&nbsp;アクセス</a></div>'
//                +'<div class="new_side_menu_top1"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Link</div></font></div>'
//                +'<div class="top_side_menu_item"><a href="http://www.nvlu.ac.jp/NVLU_HP_RENEWAL/html/000_top/pickup/syokuima12.html">&nbsp;&nbsp;&nbsp;「食のいま」配信中</a></div>'
//                +'<div class="top_side_menu_item"><a href="http://www.nvlu.ac.jp/">&nbsp;&nbsp;&nbsp;日本獣医生命科学大学</a></div>'
//                +'</td>';
//                break;
            //図書館
            case 11:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top2"><font color="#4C4C4C"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Menu</div></font></div>'
                +'<div class="new_side_menu_item1"><a href="http://jisvr02.nvlu.ac.jp/mylimedio/search/search-input.do">&nbsp;&nbsp;&nbsp;<span onmouseover="this.innerText=\'Search\'" onmouseout="this.innerText=\'図書館資料検索\'">図書館資料検索</span></a></div>'
                +'<div class="new_side_menu_item1"><a href="http://jisvr02.nvlu.ac.jp/mylimedio/startPortal.do"><span onmouseover="this.innerText=\'   My Library\'" onmouseout="this.innerText=\'   各種依頼・利用状況\'">&nbsp;&nbsp;&nbsp;各種依頼・利用状況</span></a></div>'
                //+'<div class="new_side_menu_item1"><a href="http://jisvr02.nvlu.ac.jp/mylimedio/loginPage.do"><span onmouseover="this.innerText=\'   My Library\'" onmouseout="this.innerText=\'   利用状況\'">&nbsp;&nbsp;&nbsp;利用状況</span></a></div>'				
                //+'<div class="new_side_menu_item1"><a href="http://jisvr02.nvlu.ac.jp/mylimedio/dirsearch/dirsearch.do?dirid=ej-tl&nodeid=ej-tl&pnode"><span onmouseover="this.innerText=\'    e-jornal\'" onmouseout="this.innerText=\'   雑誌Online Service\'">&nbsp;&nbsp;&nbsp;雑誌Online Service </span></a></div>'
                +'<div class="new_side_menu_item1"><a href="../../cgi-bin/journal.cgi"><span onmouseover="this.innerText=\'    e-jornal\'" onmouseout="this.innerText=\'   雑誌Online Service\'">&nbsp;&nbsp;&nbsp;雑誌Online Service </span></a></div>'			
                +'<div class="new_side_menu_item1"><a href="../015_link/link.html"><span onmouseover="this.innerText=\'   Link\'" onmouseout="this.innerText=\'   情報検索リンク集\'">&nbsp;&nbsp;&nbsp;情報検索リンク集</span></a></div>'
                +'<div class="new_side_menu_top2"><font color="#4C4C4C"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Guide</div></font></div>'
                //+'<div class="new_side_menu_item1"><a href="../010_introduction/introduction.html">&nbsp;&nbsp;&nbsp;<span onmouseover="this.innerText=\'Introduction\'" onmouseout="this.innerText=\'概  要\'">概&nbsp;&nbsp;要</span></a></div>'
                +'<div class="new_side_menu_item1"><a href="../011_guide/guide.html"><span onmouseover="this.innerText=\'   Guide\'" onmouseout="this.innerText=\'   利用案内\'">&nbsp;&nbsp;&nbsp;利用案内</span></a></div>'
                +'<div class="new_side_menu_item1"><a href="../014_catalog/catalog.html"><span onmouseover="this.innerText=\'   For Visitor\'" onmouseout="this.innerText=\'   学外の方の利用\'">&nbsp;&nbsp;&nbsp;学外の方の利用</span></a></div>'
                +'<div class="new_side_menu_item1"><a href="../012_contact/contact.html"><span onmouseover="this.innerText=\'   Contact\'" onmouseout="this.innerText=\'   お問い合わせ\'">&nbsp;&nbsp;&nbsp;お問い合わせ</span></a></div>'				
                //+'<div class="new_side_menu_item1"><a href="http://www2.nvlu.ac.jp/limedio/index-j.html"><span onmouseover="this.innerText=\'   Catalog\'" onmouseout="this.innerText=\'   所蔵検索\'">&nbsp;&nbsp;&nbsp;所蔵検索</span></a></div>'
                +'<div class="new_side_menu_top2"><font color="#4C4C4C"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Information</div></font></div>'
                +'<div class="new_side_menu_item1"><a href="../020_information/calender.html"><span onmouseover="this.innerText=\'   Calendar \'" onmouseout="this.innerText=\'   開館日カレンダー\'">&nbsp;&nbsp;&nbsp;開館日カレンダー</span></a></div>'
								+'<div class="new_side_menu_item1"><a href="../pickup/book_introduction-034.html">&nbsp;&nbsp;&nbsp;「この一冊」<font size="1">-図書の紹介-</font></a></div>'
								+'<div class="new_side_menu_item1"><a href="../016_careeroption/careeroption.html">&nbsp;&nbsp;&nbsp;進路支援図書のご紹介</a></div>'
                +'<div class="new_side_menu_top2"><font color="#4C4C4C"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Link</div></font></div>'
                +'<div class="new_side_menu_item1"><a href="http://www.nvlu.ac.jp/">&nbsp;&nbsp;&nbsp;日本獣医生命科学大学</a></div>'
                +'</td>';
                break;
			//食品科学科【リニューアル用】
            case 14:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="new_side_menu_top1"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Menu</div></font></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/01_whatsfood/whatsfood.html">&nbsp;&nbsp;&nbsp;食品科学科とは</a></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/02_curriculum/curriculum.html">&nbsp;&nbsp;&nbsp;カリキュラム紹介</a></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/03_allstaffs/allstaffs.html">&nbsp;&nbsp;&nbsp;研究・教員の紹介</a></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/04_certifying/certifying.html">&nbsp;&nbsp;&nbsp;資格と就職</a></div>'
								+'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/06_message/01_01.html">&nbsp;&nbsp;&nbsp;卒業生は今</a></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/05_examination/examination.html">&nbsp;&nbsp;&nbsp;入試情報(大学院含む)</a></div>'
                +'<div class="new_side_menu_top1"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Information</div></font></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/11_oc-sg/oc-sg.html">&nbsp;&nbsp;&nbsp;受験生向けイベント</a></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/09_siryou/siryou.html">&nbsp;&nbsp;&nbsp;資料請求</a></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/08_publiclecture/publiclecture.html">&nbsp;&nbsp;&nbsp;公開講座</a></div>'
                +'<div class="top_side_menu_item"><a href="/~food/nvlufood/html/07_access/access.html">&nbsp;&nbsp;&nbsp;アクセス</a></div>'
                +'<div class="new_side_menu_top1"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Link</div></font></div>'
								+'<div class="top_side_menu_item"><a href="/NVLU_HP_RENEWAL/html/000_top/pickup/syokuima41.html">&nbsp;&nbsp;&nbsp;「食のいま」配信中</a></div>'
                +'<div class="top_side_menu_item"><a href="http://www.nvlu.ac.jp/">&nbsp;&nbsp;&nbsp;日本獣医生命科学大学</a></div>'
//                +'<br><br>'
//                +'<a href="http://nvau.starkmind.com/NVLU_HP_RENEWAL/html/000_top/pickup/syokuima20.html" onfocus="this.blur()"><img src="/NVLU_HP_RENEWAL/images/food-sbtn-001.gif" border="0" alt="食のいま"></a>'
//                +'<br><br>'
//                +'<a href="/~food/nvlufood/html/01_whatsfood/05_01.html" onfocus="this.blur()"><img src="/NVLU_HP_RENEWAL/images/food-sbtn-002.gif" border="0" alt="７つのまなび"></a>'
                +'</td>';
                break;
                //ターゲット別
			 case 15:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="nsm_t2"><a href="http://www.nvlu.ac.jp/" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;HOME</div></font></a></div>'
                +'<div class="nsm_t2"><a href="../../000_top/00/00_07.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;受験生の皆さま</div></font></a></div>'
                +'<div class="nsm_t2"><a href="../../000_top/00/00_08.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;一般の皆さま</div></font></a></div>'
                +'<div class="nsm_t2"><a href="../../000_top/00/00_09.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;学生の皆さま</div></font></a></div>'
                +'<div class="nsm_t2"><a href="../../000_top/00/00_10.html" style="text-decoration: none;"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;卒業生の皆さま</div></font></a></div>'
                +'</td>';
                break;
			
           //進路支援
            case 16:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="side_menu_index"><a href="http://www.nvlu.ac.jp/011guide/008/index.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Link</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../../../html/011_guide/06/06_01.html">&nbsp;&nbsp;&nbsp;学生の皆様</a></div>'
                +'<div class="new_side_menu_item"><a href="../../../html/011_guide/06/06_02.html">&nbsp;&nbsp;&nbsp;企業ご担当者様</a></div>'
                +'<div class="new_side_menu_item"><a href="../../../html/011_guide/06/06_02.html">&nbsp;&nbsp;&nbsp;大学のホームページ</a></div>'
                +'<div class="side_menu_index"><a href="http://www.nvlu.ac.jp/011guide/008/index.html"><font color="#FFFFFF"><div class="font_side_top">&nbsp;&nbsp;&nbsp;Menu</div></font></a></div>'
                +'<div class="new_side_menu_item"><a href="../../../html/011_guide/06/06_03.html">&nbsp;&nbsp;&nbsp;進路支援</a></div>'
				+'<div class="new_side_menu_item"><a href="../../../html/011_guide/06/06_04.html">&nbsp;&nbsp;&nbsp;就職支援</a></div>'
                +'<div class="new_side_menu_item"><a href="../../../html/011_guide/06/06_04.html">&nbsp;&nbsp;&nbsp;資格</a></div>'
                +'<div class="new_side_menu_item"><a href="../../../html/011_guide/06/06_04.html">&nbsp;&nbsp;&nbsp;インターンシップ</a></div>'
                +'</td>';
                 break;
				 
			//野生動物機構	 
            case 17:
            html='<td width="150" valign="top" bgcolor="#eeeeee" rowspan="2">'
                +'<div class="top_side_menu_item"><a href="index10.php">&nbsp;&nbsp;&nbsp;TOP</a></div>'
                +'<div class="top_side_menu_item"><a href="../../NVLU_HP_RENEWAL/html/041_wildlife/wildlife-01.html">&nbsp;&nbsp;&nbsp;機構長挨拶</a></div>'
                +'<div class="top_side_menu_item"><a href="../../NVLU_HP_RENEWAL/html/041_wildlife/wildlife-02.html">&nbsp;&nbsp;&nbsp;ゴール</a></div>'
                +'<div class="top_side_menu_item"><a href="../../NVLU_HP_RENEWAL/html/041_wildlife/wildlife-03.html">&nbsp;&nbsp;&nbsp;運営体制</a></div>'
                +'<div class="top_side_menu_item"><a href="../../NVLU_HP_RENEWAL/html/041_wildlife/wildlife-04.html">&nbsp;&nbsp;&nbsp;事業内容</a></div>'
                +'<div class="top_side_menu_item"><a href="../../NVLU_HP_RENEWAL/html/041_wildlife/wildlife-07.html">&nbsp;&nbsp;&nbsp;スタッフ紹介　(準備中)</a></div>'
                +'<div class="top_side_menu_item"><a href="../../NVLU_HP_RENEWAL/html/041_wildlife/wildlife-05.html">&nbsp;&nbsp;&nbsp;お問合せ</a></div>'
                +'<div class="top_side_menu_item"><a href="../../NVLU_HP_RENEWAL/html/041_wildlife/wildlife-06.html">&nbsp;&nbsp;&nbsp;Link</a></div>'
                +'</td>';
                break;
            }
     document.write( html );
 }
 //////////////////////////////////////////
 //"準備中"を表示するfunction
 /////////////////////////////////////////
 function to_be_prepared(){
    html = '<table width="538" height="150" bgcolor="#B2D1E0" cellspacing="5" cellpadding="5">'
         + '<tr><td align="center" bgcolor="#FFFFFF"><font size="3" color="#333333">&nbsp;&nbsp;準&nbsp;&nbsp;備&nbsp;&nbsp;中&nbsp;&nbsp;</font></td></tr></table>';
    //書き出し
    document.write( html );
 }
  //////////////////////////////////////////
 //"準備中"を表示するfunction(画面が中央でわかれている状態）
 /////////////////////////////////////////
  function to_be_prepared_hanbun(){
    html = '<table width="262" height="150" bgcolor="#B2D1E0" cellspacing="5" cellpadding="5"> '
         + '<tr><td align="center" bgcolor="#FFFFFF"><font size="3" color="#333333">&nbsp;&nbsp;準&nbsp;&nbsp;備&nbsp;&nbsp;中&nbsp;&nbsp;</font></td></tr></table>';
    //書き出し
    document.write( html );
 }
