// JavaScript Document
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.htm");
aI("text=Blog;url=blog.html");
aI("text=About;showmenu=about;");
aI("text=Exhibitions;showmenu=exhib;");
aI("text=Portraits;url=portraits_rev.htm;")
aI("text=Courses;showmenu=courses;");
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=One Man & Group Shows;url=exhibitions_list.htm;")

}


with(milonic=new menuname("exhib")){
overflow="scroll";
style=menuStyle;
aI("text=Preview-London Nov 2010;url=preview_ss.html;")
aI("text=On show at The Tresco Gallery;url=tresco_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, Students & Structure;url=philosophy.htm;")
aI("text=Practical details & information;url=practical.htm;")
aI("text=Courses in 2010;showmenu=coursespec;")
aI("text=Course enquiries;url=course_enq.htm;")
aI("text=Book online;url=paypal.htm;")
aI("text=Tutor profiles;url=tutor_profiles.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();


