<!--
// URL は絶対参照 //
document.write('<a href="http://pluginproductions.com/top-ja.html">Home</a> | ');
document.write('<a href="http://pluginproductions.com/contact-us.html">Contact Us</a>');
document.write('<form>');
document.write('<select onChange="MenuJump(this)">');
document.write('<option selected>- Menu -</option>');
document.write('<option value="http://pluginproductions.com/contents/about/index.html">会社概要</option>');
document.write('<option value="http://pluginproductions.com/contents/film/index.html">映画・ビデオ</option>');
document.write('<option value="http://pluginproductions.com/contents/theater/index.html">演劇／ライブ・パフォーマンス</option>');
document.write('<option value="http://pluginproductions.com/contents/event/index.html">イベント企画／演出</option>');
document.write('<option value="http://pluginproductions.com/contents/services/index.html">企業サービス／共同制作</option>');
document.write('<option value="http://pluginproductions.com/contents/ws/index.html">ワークショップ</option>');
document.write('<option value="http://pluginproductions.com/sitemap-ja.html">サイトマップ</option>');
document.write('</select>');
document.write('</form>');
-->