// WorldNavi
function worldnavi() {
document.write('<dl class="WorldNavi">');

document.write('<!-- Asia -->');
document.write('<dt>Asia</dt>');
document.write('<dd><a href="/PROJECT/ECEC/asia/japan/index.html">Japan</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/china/index.html">China</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/korea/index.html">Republic of Korea</a></dd>');
document.write('<dd>India</dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/singapore/index.html">Singapore</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/malaysia/index.html">Malaysia</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/indonesia/index.html">Indonesia</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/vietnam/index.html">Vietnam</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/hongkong/index.html">Hong Kong</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/asia/taiwan/index.html">Taiwan</a></dd>');
document.write('<!-- /Asia -->');

document.write('<!-- North America -->');
document.write('<dt>North America</dt>');
document.write('<dd><a href="/PROJECT/ECEC/northamerica/usa/index.html">United States</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/northamerica/canada/index.html">Canada</a></dd>');
document.write('<!-- /North America -->');

document.write('<!-- Europe -->');
document.write('<dt>Europe</dt>');
document.write('<dd><a href="/PROJECT/ECEC/europe/sweden/index.html">Sweden</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/europe/finland/index.html">Finland</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/europe/norway/index.html">Norway</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/europe/denmark/index.html">Denmark</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/europe/uk/index.html">UK</a></dd>');
document.write('<dd><a href="/PROJECT/ECEC/europe/germany/index.html">Germany</a></dd>');
document.write('<dd>France</dd>');
document.write('<dd>Italy</dd>');
document.write('<dd>Spain</dd>');
document.write('<dd>Russia</dd>');
document.write('<dd><a href="/PROJECT/ECEC/europe/hungary/index.html">Hungary</a></dd>');
document.write('<!-- /Europe -->');

document.write('<!-- Oceania -->');
document.write('<dt>Oceania</dt>');
document.write('<dd><a href="/PROJECT/ECEC/oceania/australia/index.html">Australia</a></dd>');
document.write('<dd>New Zealand</dd>');
document.write('<!-- /Oceania -->');
document.write('</dl>');
}

//AsiaNavi
function asianavi() {
document.write('<h2 class="title1">Asia</h2>');
document.write('<ul class="WorldFlag">');
document.write('<li><a href="/PROJECT/ECEC/asia/japan/index.html"><img src="/PROJECT/ECEC/images/mark_japan.gif" alt="Japan" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/japan/index.html">Japan</a></li>');
document.write('<li><a href="/PROJECT/ECEC/asia/china/index.html"><img src="/PROJECT/ECEC/images/mark_china.gif" alt="China" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/china/index.html">China</a></li>');
document.write('<li><a href="/PROJECT/ECEC/asia/korea/index.html"><img src="/PROJECT/ECEC/images/mark_korea.gif" alt="Korea" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/korea/index.html">Republic of Korea</a></li>');
document.write('<li><img src="/PROJECT/ECEC/images/mark_india.gif" alt="India" width="40" height="27"><br>India</li>');
document.write('<li><a href="/PROJECT/ECEC/asia/singapore/index.html"><img src="/PROJECT/ECEC/images/mark_singapore.gif" alt="Singapore" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/singapore/index.html">Singapore</a></li>');
document.write('<li><a href="/PROJECT/ECEC/asia/malaysia/index.html"><img src="/PROJECT/ECEC/images/mark_malaysia.gif" alt="Malaysia" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/malaysia/index.html">Malaysia</a></li>');
document.write('<li><a href="/PROJECT/ECEC/asia/indonesia/index.html"><img src="/PROJECT/ECEC/images/mark_indonesia.gif" alt="Indonesia" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/indonesia/index.html">Indonesia</a></li>');
document.write('<li><a href="/PROJECT/ECEC/asia/vietnam/index.html"><img src="/PROJECT/ECEC/images/mark_vietnam.gif" alt="Vietnam" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/vietnam/index.html">Vietnam</a></li>');
document.write('<li><a href="/PROJECT/ECEC/asia/hongkong/index.html"><img src="/PROJECT/ECEC/images/mark_hongkong.gif" alt="Hong Kong" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/hongkong/index.html">Hong Kong</a></li>');
document.write('<li><a href="/PROJECT/ECEC/asia/taiwan/index.html"><img src="/PROJECT/ECEC/images/mark_taiwan.gif" alt="Taiwan" width="40" height="27"></a><br><a href="/PROJECT/ECEC/asia/taiwan/index.html">Taiwan</a></li>');
document.write('</ul>');
}

//NorthAmericaNavi
function northamericanavi() {
document.write('<h2 class="title1">North America</h2>');
document.write('<ul class="WorldFlag">');
document.write('<li><a href="/PROJECT/ECEC/northamerica/usa/index.html"><img src="/PROJECT/ECEC/images/mark_usa.gif" alt="United States" width="40" height="27"></a><br><a href="/PROJECT/ECEC/northamerica/usa/index.html">United States</a></li>');
document.write('<li><a href="/PROJECT/ECEC/northamerica/canada/index.html"><img src="/PROJECT/ECEC/images/mark_canada.gif" alt="Canada" width="40" height="27"></a><br><a href="/PROJECT/ECEC/northamerica/canada/index.html">Canada</a></li>');
document.write('</ul>');
}

//OceaniaNavi
function oceanianavi() {
document.write('<h2 class="title1">Oceania</h2>');
document.write('<ul class="WorldFlag">');
document.write('<li><a href="/PROJECT/ECEC/oceania/australia/index.html"><img src="/PROJECT/ECEC/images/mark_australia.gif" alt="Australia" width="40" height="27"></a><br><a href="/PROJECT/ECEC/oceania/australia/index.html">Australia</a></li>');
document.write('<li><img src="/PROJECT/ECEC/images/mark_newzealand.gif" alt="New Zealand" width="40" height="27"><br>New Zealand</li>');
document.write('</ul>');
}

//EuropeNavi
function europenavi() {
document.write('<h2 class="title1">Europe</h2>');
document.write('<ul class="WorldFlag">');
document.write('<li><a href="/PROJECT/ECEC/europe/sweden/index.html"><img src="/PROJECT/ECEC/images/mark_sweden.gif" alt="Sweden" width="40" height="27"></a><br><a href="/PROJECT/ECEC/europe/sweden/index.html">Sweden</a></li>');
document.write('<li><a href="/PROJECT/ECEC/europe/finland/index.html"><img src="/PROJECT/ECEC/images/mark_finland.gif" alt="Finland" width="40" height="27"></a><br><a href="/PROJECT/ECEC/europe/finland/index.html">Finland</a></li>');
document.write('<li><a href="/PROJECT/ECEC/europe/norway/index.html"><img src="/PROJECT/ECEC/images/mark_norway.gif" alt="Norway" width="40" height="27"></a><br><a href="/PROJECT/ECEC/europe/norway/index.html">Norway</a></li>');
document.write('<li><a href="/PROJECT/ECEC/europe/denmark/index.html"><img src="/PROJECT/ECEC/images/mark_denmark.gif" alt="Denmark" width="40" height="27"></a><br><a href="/PROJECT/ECEC/europe/denmark/index.html">Denmark</a></li>');
document.write('<li><a href="/PROJECT/ECEC/europe/uk/index.html"><img src="/PROJECT/ECEC/images/mark_uk.gif" alt="UK" width="41" height="27"></a><br><a href="/PROJECT/ECEC/europe/uk/index.html">UK</a></li>');
document.write('<li><a href="/PROJECT/ECEC/europe/germany/index.html"><img src="/PROJECT/ECEC/images/mark_germany.gif" alt="Germany" width="40" height="27"></a><br><a href="/PROJECT/ECEC/europe/germany/index.html">Germany</a></li>');
document.write('<li><img src="/PROJECT/ECEC/images/mark_france.gif" alt="France" width="40" height="27"><br>France</li>');
document.write('<li><img src="/PROJECT/ECEC/images/mark_italy.gif" alt="Italy" width="40" height="27"><br>Italy</li>');
document.write('<li><img src="/PROJECT/ECEC/images/mark_spain.gif" alt="Spain" width="40" height="27"><br>Spain</li>');
document.write('<li><img src="/PROJECT/ECEC/images/mark_russia.gif" alt="Russia" width="40" height="27"><br>Russia</li>');
document.write('<li><a href="/PROJECT/ECEC/europe/hungary/index.html"><img src="/PROJECT/ECEC/images/mark_hungary.gif" alt="Hungary" width="40" height="27"></a><br><a href="/PROJECT/ECEC/europe/hungary/index.html">Hungary</a></li>');
document.write('</ul>');
}
