
//submenu


var d_home;
d_home  = '<a href="../index.html">HOME</a>';


var d_chikyu;
d_chikyu  = '<a href="CHIKYU/status.html">CHIKYU STATUS</a> | ';
d_chikyu += '<a href="CHIKYU/data.html">CHIKYU DATA</a> | ';
d_chikyu += '<a href="Science/index.html">CHIKYU Science and Technology</a> | ';
d_chikyu += '<a href="developtech/index.html">CHIKYU TECHNOLOGY DEVELOPMENT</a> | ';
d_chikyu += '<br>';
d_chikyu += '<a href="CHIKYU/tour.html">CHIKYU TOUR</a> | ';
d_chikyu += '<a href="ChikyuImages/index.html">CHIKYU IMAGE</a> | ';
d_chikyu += '<a href="CHIKYU/history.html">CHIKYU HISTORY</a> | ';
d_chikyu += '<a href="QandA/index.html">CHIKYU Q&amp;A</a>';



var d_cdex;
d_cdex  = '<a href="CDEX/center.html">About CDEX</a> | ';
d_cdex += '<a href="CDEX/iodp.html">About IODP</a> | ';
d_cdex += '<a href="CDEX/recruit.html">Employment Opportunity</a> | ';
d_cdex += '<a href="CDEX/staff/index.html">Staff Directory</a> | ';
d_cdex += '<a href="CDEX/inquiry.html">Contact CDEX</a>';
d_cdex += '<br><br>';


var d_expedition;
d_expedition  = '<a href="Expedition/index.html">Expedition Information</a> | ';
d_expedition += '<a href="Expedition/data_sample.html">Data and Sample</a> | ';
d_expedition += '<a href="Expedition/publication.html">Publication</a> | ';
d_expedition += '<a href="Expedition/laboratories/index.html">Shipboard Laboratories</a> | ';
d_expedition += '<a href="Expedition/logging.html">Logging Service</a> | ';
d_expedition += '<br>';
d_expedition += '<a href="Expedition/sci_policy.html">Chikyu Science Operation Policy</a> | ';
d_expedition += '<a href="Expedition/application.html">Apply to Sail</a> | ';
d_expedition += '<a href="Expedition/clsi.html">Core-Log-Seismic Integration</a>';



var d_guide;
d_guide  = '<a href="../jp/Kids/index.html" target="_blank">for Kids (Japanese)</a> | ';
d_guide += '<a href="students.html">for Students</a> | ';
d_guide += '<a href="educators.html">for Educators</a> | ';
d_guide += '<a href="researchers.html">for Researchers</a> | ';
d_guide += '<a href="media.html">for Media and Press</a>';
d_guide += '<br><br>';


function myIn(myMes) {
		document.getElementById('myText').innerHTML=myMes 
}

