/******************************************************************************/
/* 丸山ワクチンとがんを考える会 WebSite Global Function */
/******************************************************************************/

//
//ロールオーバー
//
function initRollovers() {
    if (!document.getElementById) {
        return;
    }
    var aPreLoad = new Array();
    var sTempSrc;
    var aImages = document.getElementsByTagName('img');
    for (var i = 0; i < aImages.length; i++) {        
        if (aImages[i].className == 'imgover') {
            var src = aImages[i].getAttribute('src');
            var ftype = src.substring(src.lastIndexOf('.'), src.length);
            var hsrc = src.replace(ftype, '_a'+ftype);
            aImages[i].setAttribute('hsrc', hsrc);
            aPreLoad[i] = new Image();
            aPreLoad[i].src = hsrc;
            aImages[i].onmouseover = function() {
                sTempSrc = this.getAttribute('src');
                this.setAttribute('src', this.getAttribute('hsrc'));
            }
            aImages[i].onmouseout = function() {
                if (!sTempSrc) sTempSrc = this.getAttribute('src').replace('_a'+ftype, ftype);
                this.setAttribute('src', sTempSrc);
            }
        }
    }
}

try {
    window.addEventListener("load", initRollovers, false);
} catch(e) {
    window.attachEvent("onload", initRollovers);
}


//
//ポップアップコントロール
//
function openwin(url) {
	new_win = window.open(url,"new_win","toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1");
	new_win.focus();
}

function openpop(url) {
	pop_win = window.open(url,"pop_win","width=740,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1");
	pop_win.focus();
}


//
//ヘッダーナビ生成
//
function CreateHeaderNaviLayer1()
{
document.write('<li id="navi_about"><a href="about/index.html"><img src="img/interface/navi_about.gif" alt="本会について" width="96" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_about_on"><img src="img/interface/navi_about_a.gif" alt="本会について" width="96" height="13" /></a></li>');
document.write('<li id="navi_sitemap"><a href="sitemap/index.html"><img src="img/interface/navi_sitemap.gif" alt="サイトマップ" width="96" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_sitemap_on"><img src="img/interface/navi_sitemap_a.gif" alt="サイトマップ" width="96" height="13" /></a></li>');
document.write('<li id="navi_inquiry"><a href="javascript:openpop(\'https://www.ssm-cancer.gr.jp/mail/\')"><img src="img/interface/navi_inquiry.gif" alt="お問い合わせ" width="97" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_inquiry_on"><img src="img/interface/navi_inquiry_a.gif" alt="お問い合わせ" width="97" height="13" /></a></li>');
document.write('<li id="navi_home"><a href="index.html"><img src="img/interface/navi_home.gif" alt="HOME" width="55" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_home_on"><img src="img/interface/navi_home_a.gif" alt="HOME" width="55" height="13" /></a></li>');
document.write('<li id="navi_en"><a href="en/index.html"><img src="img/interface/navi_en.gif" alt="English" width="62" height="14" class="imgover" /></a></li>');
document.write('<li id="navi_en_on"><img src="img/interface/navi_en_a.gif" alt="English" width="62" height="14" /></a></li>');
}

function CreateHeaderNaviLayer2()
{
document.write('<li id="navi_about"><a href="../about/index.html"><img src="../img/interface/navi_about.gif" alt="本会について" width="96" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_about_on"><img src="../img/interface/navi_about_a.gif" alt="本会について" width="96" height="13" /></a></li>');
document.write('<li id="navi_sitemap"><a href="../sitemap/index.html"><img src="../img/interface/navi_sitemap.gif" alt="サイトマップ" width="96" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_sitemap_on"><img src="../img/interface/navi_sitemap_a.gif" alt="サイトマップ" width="96" height="13" /></a></li>');
document.write('<li id="navi_inquiry"><a href="javascript:openpop(\'https://www.ssm-cancer.gr.jp/mail/\')"><img src="../img/interface/navi_inquiry.gif" alt="お問い合わせ" width="97" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_inquiry_on"><img src="../img/interface/navi_inquiry_a.gif" alt="お問い合わせ" width="97" height="13" /></a></li>');
document.write('<li id="navi_home"><a href="../index.html"><img src="../img/interface/navi_home.gif" alt="HOME" width="55" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_home_on"><img src="../img/interface/navi_home_a.gif" alt="HOME" width="55" height="13" /></a></li>');
document.write('<li id="navi_en"><a href="../en/index.html"><img src="../img/interface/navi_en.gif" alt="English" width="62" height="14" class="imgover" /></a></li>');
document.write('<li id="navi_en_on"><img src="../img/interface/navi_en_a.gif" alt="English" width="62" height="14" /></a></li>');
}

function CreateHeaderNaviLayer3()
{
document.write('<li id="navi_about"><a href="../../about/index.html"><img src="../../img/interface/navi_about.gif" alt="本会について" width="96" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_about_on"><img src="../../img/interface/navi_about_a.gif" alt="本会について" width="96" height="13" /></a></li>');
document.write('<li id="navi_sitemap"><a href="../../sitemap/index.html"><img src="../../img/interface/navi_sitemap.gif" alt="サイトマップ" width="96" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_sitemap_on"><img src="../../img/interface/navi_sitemap_a.gif" alt="サイトマップ" width="96" height="13" /></a></li>');
document.write('<li id="navi_inquiry"><a href="javascript:openpop(\'https://www.ssm-cancer.gr.jp/mail/\')"><img src="../../img/interface/navi_inquiry.gif" alt="お問い合わせ" width="97" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_inquiry_on"><img src="../../img/interface/navi_inquiry_a.gif" alt="お問い合わせ" width="97" height="13" /></a></li>');
document.write('<li id="navi_home"><a href="../../index.html"><img src="../../img/interface/navi_home.gif" alt="HOME" width="55" height="13" class="imgover" /></a></li>');
document.write('<li id="navi_home_on"><img src="../../img/interface/navi_home_a.gif" alt="HOME" width="55" height="13" /></a></li>');
document.write('<li id="navi_en"><a href="../../en/index.html"><img src="../../img/interface/navi_en.gif" alt="English" width="62" height="14" class="imgover" /></a></li>');
document.write('<li id="navi_en_on"><img src="../../img/interface/navi_en_a.gif" alt="English" width="62" height="14" /></a></li>');
}

function CreateHeaderNavEniLayer2()
{
document.write('<li id="navi_home"><a href="../index.html"><img src="../img/interface/navi_home.gif" alt="HOME" width="55" height="13" class="imgover" /></a></li>');
}

//
//左メニュー生成
//
function CreateMainMenuLayer1()
{
document.write('<li id="menu_guide"><a href="guide/index.html"><img src="img/interface/menu_guide.gif" alt="丸山ワクチンガイド" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_guide_on"><img src="img/interface/menu_guide_a.gif" alt="丸山ワクチンガイド" width="195" height="28" /></li>');
document.write('<li id="menu_report"><a href="report/index.html"><img src="img/interface/menu_report.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_report_on"><img src="img/interface/menu_report_a.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" /></li>');
document.write('<li id="menu_report_current"><a href="report/index.html"><img src="img/interface/menu_report_current.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" /></a><ul>');
document.write('<li id="smenu_information"><a href="report/index.html"><img src="img/interface/smenu_information.gif" alt="ご案内" width="177" height="26" class="imgover" /></a></li>');
document.write('<li id="smenu_information_on"><img src="img/interface/smenu_information_a.gif" alt="ご案内" width="177" height="26" /></li>');
document.write('<li id="smenu_report"><a href="report/report.html"><img src="img/interface/smenu_report.gif" alt="講演会ご報告一覧" width="177" height="26" class="imgover" /></a></li>');
document.write('<li id="smenu_report_on"><img src="img/interface/smenu_report_a.gif" alt="講演会ご報告一覧" width="177" height="26" /></li>');
document.write('<li class="text_list" id="report9th"><a href="report/009/report01.html">第9回<span>2011年5月14日</span></a></li>');
document.write('<li class="text_list" id="report8th"><a href="report/008/report01.html">第8回<span>2010年5月29日</span></a></li>');
document.write('<li class="text_list" id="report7th"><a href="report/007/report01.html">第7回<span>2009年10月10日</span></a></li>');
document.write('<li class="text_list" id="report6th"><a href="report/006/report01.html">第6回<span>2009年5月23日</span></a></li>');
document.write('<li class="text_list" id="report5th"><a href="report/005/report01.html">第5回<span>2008年9月13日</span></a></li>');
document.write('<li class="text_list" id="report4th"><a href="report/004/report01.html">第4回<span>2008年1月19日</span></a></li>');
document.write('<li class="text_list" id="report3rd"><a href="report/003/report01.html">第3回<span>2007年4月7日</span></a></li>');
document.write('<li class="text_list" id="report2nd"><a href="report/002/report01.html">第2回<span>2006年6月10日</span></a></li>');
document.write('<li class="text_list" id="report1st"><a href="report/001/report01.html">第1回<span>2005年9月10日</span></a></li></ul></li>');
document.write('<li id="menu_archives"><a href="archives/index.html"><img src="img/interface/menu_archives.gif" alt="論文・資料 アーカイブス" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_archives_on"><img src="img/interface/menu_archives_a.gif" alt="論文・資料 アーカイブス" width="195" height="28" /></li>');
document.write('<li id="menu_archives_current"><a href="archives/index.html"><img src="img/interface/menu_archives_current.gif" alt="論文・資料 アーカイブス" width="195" height="28" /></a><ul>');
document.write('<li class="text_list" id="archives009"><a href="archives/009/index.html">No.9（T Kimoto，MD）</a></li>');
document.write('<li class="text_list" id="archives008"><a href="archives/008/index.html">No.8（T Kimoto，MD）</a></li>');
document.write('<li class="text_list" id="archives007"><a href="archives/007/index.html">No.7（T Kameya,MD）</a></li>');
document.write('<li class="text_list" id="archives006"><a href="archives/006/index.html">No.6（木本哲夫先生）</a></li>');
document.write('<li class="text_list" id="archives005"><a href="archives/005/index.html">No.5（羽里忠彦先生）</a></li>');
document.write('<li class="text_list" id="archives004"><a href="archives/004/index.html">No.4（C Maruyama）</a></li>');
document.write('<li class="text_list" id="archives003"><a href="archives/003/index.html">No.3（丸山千里）</a></li>');
document.write('<li class="text_list" id="archives002"><a href="archives/002/index.html">No.2（丸山千里）</a></li>');
document.write('<li class="text_list" id="archives001"><a href="archives/001/index.html">No.1（丸山千里）</a></li></ul></li>');
document.write('<li id="menu_doctor"><a href="doctor/index.html"><img src="img/interface/menu_doctor.gif" alt="治療を引き受けている医師" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_doctor_on"><img src="img/interface/menu_doctor_a.gif" alt="治療を引き受けている医師" width="195" height="28" /></li>');
}

function CreateMainMenuLayer2()
{
document.write('<li id="menu_guide"><a href="../guide/index.html"><img src="../img/interface/menu_guide.gif" alt="丸山ワクチンガイド" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_guide_on"><img src="../img/interface/menu_guide_a.gif" alt="丸山ワクチンガイド" width="195" height="28" /></li>');
document.write('<li id="menu_report"><a href="../report/index.html"><img src="../img/interface/menu_report.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_report_on"><img src="../img/interface/menu_report_a.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" /></li>');
document.write('<li id="menu_report_current"><a href="../report/index.html"><img src="../img/interface/menu_report_current.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" /></a><ul>');
document.write('<li id="smenu_information"><a href="../report/index.html"><img src="../img/interface/smenu_information.gif" alt="ご案内" width="177" height="26" class="imgover" /></a></li>');
document.write('<li id="smenu_information_on"><img src="../img/interface/smenu_information_a.gif" alt="ご案内" width="177" height="26" /></li>');
document.write('<li id="smenu_report"><a href="../report/report.html"><img src="../img/interface/smenu_report.gif" alt="講演会ご報告一覧" width="177" height="26" class="imgover" /></a></li>');
document.write('<li id="smenu_report_on"><img src="../img/interface/smenu_report_a.gif" alt="講演会ご報告一覧" width="177" height="26" /></li>');
document.write('<li class="text_list" id="report9th"><a href="../report/009/report01.html">第9回<span>2011年5月14日</span></a></li>');
document.write('<li class="text_list" id="report8th"><a href="../report/008/report01.html">第8回<span>2010年5月29日</span></a></li>');
document.write('<li class="text_list" id="report7th"><a href="../report/007/report01.html">第7回<span>2009年10月10日</span></a></li>');
document.write('<li class="text_list" id="report6th"><a href="../report/006/report01.html">第6回<span>2009年5月23日</span></a></li>');
document.write('<li class="text_list" id="report5th"><a href="../report/005/report01.html">第5回<span>2008年9月13日</span></a></li>');
document.write('<li class="text_list" id="report4th"><a href="../report/004/report01.html">第4回<span>2008年1月19日</span></a></li>');
document.write('<li class="text_list" id="report3rd"><a href="../report/003/report01.html">第3回<span>2007年4月7日</span></a></li>');
document.write('<li class="text_list" id="report2nd"><a href="../report/002/report01.html">第2回<span>2006年6月10日</span></a></li>');
document.write('<li class="text_list" id="report1st"><a href="../report/001/report01.html">第1回<span>2005年9月10日</span></a></li></ul></li>');
document.write('<li id="menu_archives"><a href="../archives/index.html"><img src="../img/interface/menu_archives.gif" alt="論文・資料 アーカイブス" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_archives_on"><img src="../img/interface/menu_archives_a.gif" alt="論文・資料 アーカイブス" width="195" height="28" /></li>');
document.write('<li id="menu_archives_current"><a href="../archives/index.html"><img src="../img/interface/menu_archives_current.gif" alt="論文・資料 アーカイブス" width="195" height="28" /></a><ul>');
document.write('<li class="text_list" id="archives009"><a href="../archives/009/index.html">No.9（T Kimoto，MD）</a></li>');
document.write('<li class="text_list" id="archives008"><a href="../archives/008/index.html">No.8（T Kimoto，MD）</a></li>');
document.write('<li class="text_list" id="archives007"><a href="../archives/007/index.html">No.7（T Kameya,MD）</a></li>');
document.write('<li class="text_list" id="archives006"><a href="../archives/006/index.html">No.6（木本哲夫先生）</a></li>');
document.write('<li class="text_list" id="archives005"><a href="../archives/005/index.html">No.5（羽里忠彦先生）</a></li>');
document.write('<li class="text_list" id="archives004"><a href="../archives/004/index.html">No.4（C Maruyama）</a></li>');
document.write('<li class="text_list" id="archives003"><a href="../archives/003/index.html">No.3（丸山千里）</a></li>');
document.write('<li class="text_list" id="archives002"><a href="../archives/002/index.html">No.2（丸山千里）</a></li>');
document.write('<li class="text_list" id="archives001"><a href="../archives/001/index.html">No.1（丸山千里）</a></li></ul></li>');
document.write('<li id="menu_doctor"><a href="../doctor/index.html"><img src="../img/interface/menu_doctor.gif" alt="治療を引き受けている医師" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_doctor_on"><img src="../img/interface/menu_doctor_a.gif" alt="治療を引き受けている医師" width="195" height="28" /></li>');
}

function CreateMainMenuLayer3()
{
document.write('<li id="menu_guide"><a href="../../guide/index.html"><img src="../../img/interface/menu_guide.gif" alt="丸山ワクチンガイド" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_guide_on"><img src="../../img/interface/menu_guide_a.gif" alt="丸山ワクチンガイド" width="195" height="28" /></li>');
document.write('<li id="menu_report"><a href="../../report/index.html"><img src="../../img/interface/menu_report.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_report_on"><img src="../../img/interface/menu_report_a.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" /></li>');
document.write('<li id="menu_report_current"><a href="../../report/index.html"><img src="../../img/interface/menu_report_current.gif" alt="講演会（ご案内・ご報告）" width="195" height="28" /></a><ul>');
document.write('<li id="smenu_information"><a href="../../report/index.html"><img src="../../img/interface/smenu_information.gif" alt="ご案内" width="177" height="26" class="imgover" /></a></li>');
document.write('<li id="smenu_information_on"><img src="../../img/interface/smenu_information_a.gif" alt="ご案内" width="177" height="26" /></li>');
document.write('<li id="smenu_report"><a href="../../report/report.html"><img src="../../img/interface/smenu_report.gif" alt="講演会ご報告一覧" width="177" height="26" class="imgover" /></a></li>');
document.write('<li id="smenu_report_on"><img src="../../img/interface/smenu_report_a.gif" alt="講演会ご報告一覧" width="177" height="26" /></li>');
document.write('<li class="text_list" id="report9th"><a href="../../report/009/report01.html">第9回<span>2011年5月14日</span></a></li>');
document.write('<li class="text_list" id="report8th"><a href="../../report/008/report01.html">第8回<span>2010年5月29日</span></a></li>');
document.write('<li class="text_list" id="report7th"><a href="../../report/007/report01.html">第7回<span>2009年10月10日</span></a></li>');
document.write('<li class="text_list" id="report6th"><a href="../../report/006/report01.html">第6回<span>2009年5月23日</span></a></li>');
document.write('<li class="text_list" id="report5th"><a href="../../report/005/report01.html">第5回<span>2008年9月13日</span></a></li>');
document.write('<li class="text_list" id="report4th"><a href="../../report/004/report01.html">第4回<span>2008年1月19日</span></a></li>');
document.write('<li class="text_list" id="report3rd"><a href="../../report/003/report01.html">第3回<span>2007年4月7日</span></a></li>');
document.write('<li class="text_list" id="report2nd"><a href="../../report/002/report01.html">第2回<span>2006年6月10日</span></a></li>');
document.write('<li class="text_list" id="report1st"><a href="../../report/001/report01.html">第1回<span>2005年9月10日</span></a></li></ul></li>');
document.write('<li id="menu_archives"><a href="../../archives/index.html"><img src="../../img/interface/menu_archives.gif" alt="論文・資料 アーカイブス" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_archives_on"><img src="../../img/interface/menu_archives_a.gif" alt="論文・資料 アーカイブス" width="195" height="28" /></li>');
document.write('<li id="menu_archives_current"><a href="../../archives/index.html"><img src="../../img/interface/menu_archives_current.gif" alt="論文・資料 アーカイブス" width="195" height="28" /></a><ul>');
document.write('<li class="text_list" id="archives009"><a href="../../archives/009/index.html">No.9（T Kimoto，MD）</a></li>');
document.write('<li class="text_list" id="archives008"><a href="../../archives/008/index.html">No.8（T Kimoto，MD）</a></li>');
document.write('<li class="text_list" id="archives007"><a href="../../archives/007/index.html">No.7（T Kameya,MD）</a></li>');
document.write('<li class="text_list" id="archives006"><a href="../../archives/006/index.html">No.6（木本哲夫先生）</a></li>');
document.write('<li class="text_list" id="archives005"><a href="../../archives/005/index.html">No.5（羽里忠彦先生）</a></li>');
document.write('<li class="text_list" id="archives004"><a href="../../archives/004/index.html">No.4（C Maruyama）</a></li>');
document.write('<li class="text_list" id="archives003"><a href="../../archives/003/index.html">No.3（丸山千里）</a></li>');
document.write('<li class="text_list" id="archives002"><a href="../../archives/002/index.html">No.2（丸山千里）</a></li>');
document.write('<li class="text_list" id="archives001"><a href="../../archives/001/index.html">No.1（丸山千里）</a></li></ul></li>');
document.write('<li id="menu_doctor"><a href="../../doctor/index.html"><img src="../../img/interface/menu_doctor.gif" alt="治療を引き受けている医師" width="195" height="28" class="imgover" /></a></li>');
document.write('<li id="menu_doctor_on"><img src="../../img/interface/menu_doctor_a.gif" alt="治療を引き受けている医師" width="195" height="28" /></li>');
}


//
//バナーエリア生成
//
function CreateBanneriLayer1()
{
document.write('<h3>[ 関連サイト ]</h3>');
document.write('<a href="http://vaccine.nms.ac.jp/" target="_blank"><img src="img/interface/bnr_maruyama_vaccine.gif" alt="丸山ワクチン　オフィシャルサイト" width="195" height="80" /></a>');
document.write('<a href="http://www.maruwaku.gr.jp/" target="_blank"><img src="img/interface/bnr_family.gif" alt="丸山ワクチン　患者・家族の会" width="195" height="80" /></a>');
}

function CreateBanneriLayer2()
{
document.write('<h3>[ 関連サイト ]</h3>');
document.write('<a href="http://vaccine.nms.ac.jp/" target="_blank"><img src="../img/interface/bnr_maruyama_vaccine.gif" alt="丸山ワクチン　オフィシャルサイト" width="195" height="80" /></a>');
document.write('<a href="http://www.maruwaku.gr.jp/" target="_blank"><img src="../img/interface/bnr_family.gif" alt="丸山ワクチン　患者・家族の会" width="195" height="80" /></a>');
}

function CreateBanneriLayer3()
{
document.write('<h3>[ 関連サイト ]</h3>');
document.write('<a href="http://vaccine.nms.ac.jp/" target="_blank"><img src="../../img/interface/bnr_maruyama_vaccine.gif" alt="丸山ワクチン　オフィシャルサイト" width="195" height="80" /></a>');
document.write('<a href="http://www.maruwaku.gr.jp/" target="_blank"><img src="../../img/interface/bnr_family.gif" alt="丸山ワクチン　患者・家族の会" width="195" height="80" /></a>');
}


//
//アーカイブ フロートメニュー生成
//
function CreateFloatMenuArchive()
{
document.write('<li id="fmenu00900"><a href="../009/index.html#container">No.9　Collagen Fiber Formation</a></li>');
document.write('<li id="fmenu00800"><a href="../008/index.html#container">No.8　Collagen as Preventive<br /><span>Mechanism of Cancer</span></a></li>');
document.write('<li id="fmenu00700"><a href="../007/index.html#container">No.7　The Generation of SSM</a></li>');
document.write('<li id="fmenu00701" class="inlist"><a href="#chapter01">1) Stomach Cancer</a></li>');
document.write('<li id="fmenu00702" class="inlist"><a href="#chapter02">2) Lung Cancer</a></li>');
document.write('<li id="fmenu00703" class="inlist"><a href="#chapter03">3) Colon Cancer</a></li>');
document.write('<li id="fmenu00704" class="inlist"><a href="#chapter04">4) Liver Cancer</a></li>');
document.write('<li id="fmenu00705" class="inlist"><a href="#chapter05">5) Ovarian cancer</a></li>');
document.write('<li id="fmenu00600"><a href="../006/index.html#container">No.6　コラーゲンによる<br /><span>「がん封じ込め」</span></a></li>');
document.write('<li id="fmenu00500"><a href="../005/index.html#container">No.5　SSMのAminopeptidaseに<br /><span>対する抑止効果</span></a></li>');
document.write('<li id="fmenu00400"><a href="../004/index.html#container">No.4　Treatment of Malignant<br /><span>Tumor</span></a></li>');
document.write('<li id="fmenu00300"><a href="../003/index.html#container">No.3　悪性腫瘍の治療</a></li>');
document.write('<li id="fmenu00200"><a href="../002/index.html#container">No.2　丸山ワクチンの回想</a></li>');
document.write('<li id="fmenu00100"><a href="../001/index.html#container">No.1　悪性腫瘍の治療(予報)</a></li>');
document.write('<li id="fmenu00101" class="inlist"><a href="#chapter01">1.結核ワクチン(結核菌体抽出物質)を悪性腫瘍の治療に応用するに至った動機</a></li>');
document.write('<li id="fmenu00102" class="inlist"><a href="#chapter02">2.実験材料</a></li>');
document.write('<li id="fmenu00103" class="inlist"><a href="#chapter03">3.注射方法</a></li>');
document.write('<li id="fmenu00104" class="inlist"><a href="#chapter04">4.実験成績</a></li>');
document.write('<li id="fmenu00105" class="inlist"><a href="#chapter05">5.考按</a></li>');
document.write('<li id="fmenu00106" class="inlist"><a href="#chapter06">6.総括</a></li>');
document.write('<li id="fmenu00107" class="inlist"><a href="#chapter07">7.付記</a></li>');
document.write('<li id="fmenu00108" class="inlist"><a href="#chapter08">8.文献</a></li>');
document.write('<li><a href="#container">↑&nbsp;ページトップへ戻る</a></li>');
}




//
//コーピーライト生成
//
function CreateCopyrightLayer1()
{
document.write('<img src="img/interface/copyright.gif" alt="Copyright &copy; 2006-2011 NPO丸山ワクチンとガンを考える会. All Rights Reserved." width="314" height="9" id="copyright" />');
}

function CreateCopyrightLayer2()
{
document.write('<img src="../img/interface/copyright.gif" alt="Copyright &copy; 2006-2011 NPO丸山ワクチンとガンを考える会. All Rights Reserved." width="314" height="9" id="copyright" />');
}

function CreateCopyrightLayer3()
{
document.write('<img src="../../img/interface/copyright.gif" alt="Copyright &copy; 2006-2011 NPO丸山ワクチンとガンを考える会. All Rights Reserved." width="314" height="9" id="copyright" />');
}


