


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000066";
oncolor="#ffffff";
offbgcolor="#99CC00";
offcolor="#000066";
bordercolor="#99CC00";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Arial, Helvetica, sans serif";
pagecolor="black";
pagebgcolor="#CCFFCC";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
itemwidth="154";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Visa")){
style=menuStyle;
overflow="scroll";
aI("text=Visa Overview;url=../visa_services/visa.html;");
aI("text=Temporary Visitor Visa;url=../visa_services/visa.html#temp;");
aI("text=Working & Long Term Stay Visa;url=../visa_services/visa.html#long;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Calendar of Events;url=../events.html;");
aI("text=150th Anniversary of US-Japan Relations;url=http://www.infojapan.org/region/n-america/us/relation/150th/index.html;target=_blank;");
}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=JET Program;url=../programs/jet.html;");
aI("text=Fulbright Memorial fund Program;url=../programs/fulbright.html;");
aI("text=Japanese Government Scholarship Program;url=../programs/monbusho.html;");
}

with(milonic=new menuname("EconRel")){
style=menuStyle;
aI("text=Economic Relations with Japan (Export to Japan);url=../econ_rel/econrel.html;");
aI("text=List of Japanese companies in New England;url=../econ_rel/econ_companies.html;");
aI("text=Monthly Economic Report from the Cabinet Office;url=http://www5.cao.go.jp/keizai3/getsurei-e/index-e.html;target=_blank;");
aI("text=Economic Statistics from the Cabinet Office;url=http://www.esri.cao.go.jp/en/stat/menu.html;target=_blank;");
}

with(milonic=new menuname("CultRes")){
style=menuStyle;
aI("text=Japanese Specialists in New England;url=../culture/../culture/specialists.html;");
aI("text=Museums & Galleries;url=../culture/museums.html;");
aI("text=Architecture, Carpentry & Landscaping;url=../culture/architecture.html;");
aI("text=Painting & Sculpture;url=../culture/painting.html;");
aI("text=Pottery & Other Crafts;url=../culture/pottery.html;");
aI("text=Flower Arrangement & Bonsai;url=../culture/flower.html;");
aI("text=Tea Ceremony;url=../culture/tea.html;");
aI("text=Calligraphy & Brush Painting;url=../culture/calligraphy.html;");
aI("text=Origami;url=../culture/origami.html;");
aI("text=Music & Performing Arts;url=../culture/music.html;");
aI("text=Martial Arts;url=../culture/martialarts.html;");
}

with(milonic=new menuname("TeachRes")){
style=menuStyle;
aI("text=Free School Visit Program;url=schoolvisit.html;");
aI("text=Japan Foundation Teaching Resources;url=http://www.jpf.go.jp;target=_blank;");
aI("text=Colleges & Universitites;url=college.html;");
aI("text=Secondary & Other Schools;url=secondary.html;");
aI("text=Educational & Cultural Resource Loan Library;url=edu_cult.html;");
aI("text=Other Resources for Learning;url=schools.html;");
aI("text=Video Library;url=vidlibrary.html;");
aI("text=Books on Japan;url=books.html;");
aI("text=Teaching About Japan;url=teachjap.html;");
aI("text=K12 Japan related Lesson Ideas and Exchange Forum;url=japlessons.html;");
}

with(milonic=new menuname("JapNE")){
style=menuStyle;
aI("text=Connecticut;url=../ja_ne/ct.html;");
aI("text=Maine;url=../ja_ne/me.html;");
aI("text=Massachusetts;url=../ja_ne/ma.html;");
aI("text=New Hampshire;url=../ja_ne/nh.html;");
aI("text=Rhode Island;url=../ja_ne/ri.html;");
aI("text=Vermont;url=../ja_ne/vt.html;");
aI("text=Sister City;url=../ja_ne/sistercity.html;");
aI("text=Japan-America & Other Societies;url=../ja_ne/societies.html;");
}



drawMenus();

