with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
position="relative";
aI("showmenu=instrumental;text=Instrumental;");
aI("showmenu=choir;text=Choir;");
aI("showmenu=vocal;text=Vocal;"); 
}

with(milonic=new menuname("instrumental")){
style=menuStyle;
aI("showmenu=solo;text=1 Instrument;");
aI("showmenu=duo;text=2 Instruments;"); 
aI("showmenu=trio;text=3 Instruments;"); 
aI("showmenu=quartet;text=4 Instruments;"); 
aI("showmenu=other;text=More Instruments;");
aI("text=Orchestra;url=index.php?page=html/page/list.php&cat=30;");
}
 
with(milonic=new menuname("Solo")){
style=menuStyle;
aI("text=Guitar;url=index.php?page=html/page/list.php&cat=1;");
aI("text=Piano;url=index.php?page=html/page/list.php&cat=2;");
}

with(milonic=new menuname("Duo")){
style=menuStyle;
aI("text=Two Guitars;url=index.php?page=html/page/list.php&cat=3;");
aI("text=Recorder/Guitar;url=index.php?page=html/page/list.php&cat=4;");
aI("text=Cello/Guitar;url=index.php?page=html/page/list.php&cat=5;"); 
aI("text=Cello/Piano;url=index.php?page=html/page/list.php&cat=6;"); 
aI("text=Flute/Guitar;url=index.php?page=html/page/list.php&cat=7;"); 
aI("text=Harp/Guitar;url=index.php?page=html/page/list.php&cat=8;"); 
aI("text=Doublebass/Guitar;url=index.php?page=html/page/list.php&cat=9;"); 
aI("text=Mandolin/Guitar;url=index.php?page=html/page/list.php&cat=10;"); 
aI("text=Oboe/Guitar;url=index.php?page=html/page/list.php&cat=11;");
aI("text=Violin/Guitar;url=index.php?page=html/page/list.php&cat=12;");  
}

with(milonic=new menuname("Trio")){
style=menuStyle;
aI("text=Three Guitars;url=index.php?page=html/page/list.php&cat=13;");
aI("text=Flute/Harp/Guitar;url=index.php?page=html/page/list.php&cat=14;");
aI("text=Violin/Cello/Guitar;url=index.php?page=html/page/list.php&cat=15;"); 
}

with(milonic=new menuname("Quartet")){
style=menuStyle;
aI("text=Four Guitars;url=index.php?page=html/page/list.php&cat=16;");
aI("text=Violin/Clarinet/Cello/Piano;url=index.php?page=html/page/list.php&cat=17;"); 
}

with(milonic=new menuname("other")){
style=menuStyle;
aI("text=Flute Quartet/Guitar;url=index.php?page=html/page/list.php&cat=18;");
aI("text=String Quartet/Guitar;url=index.php?page=html/page/list.php&cat=18;"); 
aI("text=String Quartet;url=index.php?page=html/page/list.php&cat=29;");
aI("text=Brass Quintet;url=index.php?page=html/page/list.php&cat=27;"); 
aI("text=Wind Quintet;url=index.php?page=html/page/list.php&cat=28;"); 

}

with(milonic=new menuname("Choir")){
style=menuStyle;
aI("text=Chorus a Capella;url=index.php?page=html/page/list.php&cat=19;");
aI("text=Chorus/Soloist;url=index.php?page=html/page/list.php&cat=20;");
aI("text=Chorus/Soloists/Instruments;url=index.php?page=html/page/list.php&cat=21;"); 
}

with(milonic=new menuname("Vocal")){
style=menuStyle;
aI("text=Voice (melody/chords);url=index.php?page=html/page/list.php&cat=22;");
aI("text=Voice/Guitar;url=index.php?page=html/page/list.php&cat=23;");
aI("text=Voice/Piano;url=index.php?page=html/page/list.php&cat=24;");   
aI("text=Voice/Instrument/Guitar;url=index.php?page=html/page/list.php&cat=25;"); 
aI("text=Duets;url=index.php?page=html/page/list.php&cat=26;"); 
}

drawMenus();