// JavaScript Document
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.htm");
aI("text=About;showmenu=about;");
aI("text=Exhibitions;showmenu=exhib;");
aI("text=Portraits;url=portraits_rev.htm;")
aI("text=Courses;url=courses12_intro.html;");

aI("text=Links & Press;url=links.htm");
aI("text=Contact;url=contact.htm");
}


with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=About Hugo Grenville;url=about.htm;")
aI("text='Romantic Vision' - a film about Hugo Grenville;url=hgvideo.html;")
aI("text=One Man & Group Shows;url=exhibitions_list.htm;")

}


with(milonic=new menuname("exhib")){
overflow="scroll";
style=menuStyle;
aI("text=New York/Palm Beach 2011;url=nymay11_ss.html;")
aI("text=Palm Beach Florida 2009;url=palmbeach09_ss.htm;")
aI("text=Recent Exhibitions;showmenu=art;");
aI("text=Archive of earlier works;showmenu=archive;");
}

with(milonic=new menuname("art")){
overflow="scroll";
style=menuStyle;
aI("text=London exhibition 2007;url=londonshow07.htm;")
//aI("text=New York exhibition;url=recentny.htm;")

}

with(milonic=new menuname("archive")){
overflow="scroll";
style=menuStyle;
aI("text=New York Show 2006, Wally Findlay Galleries;url=newyork06.htm;")
aI("text=London Show 2005, Messum's;url=londonshow05.htm;")


}

//with(milonic=new menuname("courses")){
//overflow="scroll";
//style=menuStyle;
//aI("text=Philosophy and Students;url=philosophy.htm;")
//aI("text=Courses in 2011;url=courses.html;")
//aI("text=Photo Gallery 2010 Courses;url=courses2010_ss2.html;")
//aI("text=Tutor profiles;url=tutor_profiles.htm;")
//aI("text=Summer School venue 2011;url=summer_school_2011.html;")
//aI("text=Practical details & information;url=practical.htm;")
//aI("text=St James's Farm - Directions;url=directions.html;")
//aI("text=St James's Farm - Images;url=stjames.html;")
//aI("text=Course enquiries;url=course_enq.htm;")
//}

//with(milonic=new menuname("coursespec")){
//overflow="scroll";
//style=menuStyle;
//aI("text=An Introduction to Oils;url=course1_2010.htm;")
//aI("text=The Nuts and Bolts of Picture Making;url=course2_2010.htm;")
//aI("text=Understanding Colour;url=course3_2010.htm;")
//aI("text=Colour in the Landscape (Portugal);url=course5_2010.htm;")
//aI("text=Structuring your life as an artist;url=course6_2010.htm;")
//}
drawMenus();



