<!--
//次回の展覧会の表示非表示切り替え(0=非表示 1=表示)
var nextmenu;
nextmenu = 1;

if(menu == 1){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;About Gallery<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"index.html\">&gt;&gt;About Gallery<br></a></font>");
}

if(menu == 2){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;New Exhibition<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"now.html\">&gt;&gt;New Exhibition<br></a></font>");
}

if(nextmenu == 0){
if(menu == 3){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;Upcoming Exhibitions<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"nextnow.html\">&gt;&gt;Upcoming Exhibitions<br></a></font>");
}
}
if(menu == 4){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;Calendar of Exhibitions<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"scadule.html\">&gt;&gt;Calendar of Exhibitions<br></a></font>");
}

if(menu == 9){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;Art Student Exhibition<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"artstudent/index.html\">&gt;&gt;Art Student Exhibition<br></a></font>");
}

if(submenu){
document.write("&nbsp;&nbsp&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;Past Exhibition</font>");
document.write("<ul id=\"past\">");
document.write("<li><a href=\"E071026now.html\">NACRE</a></li>");
document.write("<li><a href=\"E070907now.html\">synthesized space</a></li>");
document.write("<li><a href=\"E070825now.html\">ART STUDENT EXHIBITION Summer 2007</a></li>");
document.write("<li><a href=\"E070511now.html\">REODORANT</a></li>");
document.write("<li><a href=\"E070316now.html\">Neither Here Nor Now Transformations in Time, Space and Perspective Curated by: Heather Christensen</a></li>");
document.write("<li><a href=\"E070112now.html\">IAQ-Infrequently asked questions- </a></li>");
document.write("<li><a href=\"E061110now.html\">YUMI KORI shinkai </a></li>");
document.write("<li><a href=\"E060901now.html\">Looking at the Other </a></li>");
document.write("<li><a href=\"E060705now.html\">Summer Festival Art Students Exhibition in NY 2006</a></li>");
document.write("<li><a href=\"E060512now.html\">Push Me-Pull You</a></li>");
document.write("<li><a href=\"E060317now.html\">The Matrix of Space</a></li>");
document.write("<li><a href=\"E060106now.html\">It's a beautiful Day</a></li>");
document.write("<li><a href=\"E051111now.html\">KIDDING</a></li>");
document.write("<li><a href=\"E050916now.html\">BONDS</a></li>");
document.write("<li><a href=\"E050610now.html\">Fashon Design + Composite Art</a></li>");
document.write("<li><a href=\"E050407now.html\">Inner Garden</a></li>");
document.write("<li><a href=\"E050204now.html\">Hors Cadrage</a></li>");
document.write("<li><a href=\"E041112now.html\">Surface to Air</a></li>");
document.write("<li><a href=\"E040917now.html\">Cover Girl</a></li>");
document.write("<li><a href=\"E040601now.html\">NIKA<br>ASSOCIATION</a></li>");
document.write("<li><a href=\"E040402now.html\">Grapefruit: Yoko Ono in 1964</a></li>");
document.write("<li><a href=\"E040219now.html\">&quot;Move On : Lin Yilin&quot;</a></li>");
document.write("<li><a href=\"E031114now.html\">108</a></li>");
document.write("<li><a href=\"E030912now.html\">Breaking Boundaries</a></li>");
document.write("<li><a href=\"E030612now.html\">-[not(painting)]</a></li>");
document.write("<li><a href=\"E030412now.html\">Beyond the ...</a></li>");
document.write("<li><a href=\"E030222now.html\">LEAN</a></li>");
document.write("<li><a href=\"E021107now.html\">Making It Home</a></li>");
document.write("<li><a href=\"E020914now.html\">WATER walks</a></li>");
document.write("<li><a href=\"E020621now.html\">The Drawing Room</a></li>");
document.write("<li><a href=\"E020516now.html\">Spirit of Tea</a></li>");
document.write("<li><a href=\"E020322now.html\">Kohei Kobayashi</a></li>");
document.write("<li><a href=\"E020115now.html\">Yuichi Higashionna</a></li>");
document.write("<li><a href=\"E010910now.html\">Soichiro Kitamura</a></li>");
document.write("</ul>");
}

if(menu == 5){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;Special Event<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"summer.html\">&gt;&gt;Special Event<br></a></font>");
}

if(menu == 6){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;P.E.C<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"pec.html\">&gt;&gt;P.E.C</a><br></font>");
}

if(menu == 7){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;Event<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"event.html\">&gt;&gt;Event</a><br></font>");
}

if(menu == 8){
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\">&gt;&gt;Front Project Space<br></font>");
} else {
document.write("&nbsp;&nbsp;<font color=\"#696969\" class=\"sa\"><a href=\"front.html\">&gt;&gt;Front Project Space</a><br></font>");
}
//-->
