

function acs_menu_top()
{

document.write('<div id="current">');
document.write('<ul>');
document.write('<li><a href="workshop/index.html" tabindex="100">Cooperation for the &ldquo;Let&rsquo;s Make a Collage of Cityscapes&rdquo; Spring Workshop at the Museum of Contemporary Art Tokyo</a></li>');
document.write('<li><a href="chinese_opera/index.html" tabindex="101">Support for classical Chinese opera Shui hu zhuan (Outlaws of the Marsh) &#8211; Yachorin</a></li>');
document.write('</div>');

}


function acs_menu()
{

document.write('<div id="current">');
document.write('<ul>');
document.write('<li><a href="../workshop/index.html" tabindex="100">Cooperation for the &ldquo;Let&rsquo;s Make a Collage of Cityscapes&rdquo; Spring Workshop at the Museum of Contemporary Art Tokyo</a></li>');
document.write('<li><a href="../chinese_opera/index.html" tabindex="101">Support for classical Chinese opera Shui hu zhuan (Outlaws of the Marsh) &#8211; Yachorin</a></li>');
document.write('</div>');

}