


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#162D85";
offbgcolor="";
offcolor="#306898";
bordercolor="CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
separatorheight="6";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#FFCF08";
pagebgcolor="#E3D5F1";
headercolor="CCCCCC";
headerbgcolor="#E3D5F1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStylesub=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#1B369F";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#1478EB";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="0";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="normal";
fontfamily="Arial, Helvetica";
pagecolor="#000000";
pagebgcolor="#FFCF08";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#A6A6A6', Direction=135, Strength=1)";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=200;
left=23;
alwaysvisible=1;
orientation="horizontal";

aI("text=Ceremony;showmenu=Ceremonies;");
aI("text=Contact us;showmenu=Find us;");
aI("text=Booking Form;url=booking_form2.htm;");
aI("text=Gallery;showmenu=Image Gallery;");
aI("text=History;showmenu=History;");
aI("text=Home;url=index.htm;");
aI("text=Links;url=weddinglinks.htm;");
aI("text=Prices;url=videoserve_video_prices.htm;");
aI("text=Video;url=videoserve_wedding_video.htm;");
aI("text=Your Video Day;showmenu=Your Day;");
aI("text=Testimonials;url=testimonials.htm;");


}




with(milonic=new menuname("Find us")){
style=menuStylesub;
overflow="scroll";
margin=1;
menuwidth="75";
aI("text=Contact;url=contact_videoserve.htm;");
aI("text=Find us;url=findvideoserve.htm;");


}





with(milonic=new menuname("Ceremonies")){
style=menuStylesub;
overflow="scroll";
margin=1;
menuwidth="75";
aI("text=Churches;url=church_wedding.htm;");
aI("text=Civil;url=wedding_receptions_hampshire.htm;");



}





with(milonic=new menuname("Your Day")){
style=menuStylesub;
overflow="scroll";
margin=1;
menuwidth="100";
aI("text=Part 1;url=videoserve_wedding_01.htm;");
aI("text=Part 2;url=videoserve_wedding_02.htm;");



}

with(milonic=new menuname("Image Gallery")){
style=menuStylesub;
margin=1;
menuwidth="100";
aI("text=Gallery 1;url=/Gallery/Carleen_Chris_19507/Carleen_Chris.html;");
aI("text=Gallery 2;url=/Gallery/Emma_Mark_31307/Emma_Mark.html;");
aI("text=Gallery 3;url=/Gallery/Estelle_Andrew_22407/Estelle_Andrew.html;");
aI("text=Gallery 4;url=/Gallery/Geraldine_Andrew_16607/Geraldine_Andrew.html;");
aI("text=Gallery 5;url=/Gallery/Hayley_Lee_5507/Hayley_Lee.html;");
aI("text=Gallery 6;url=/Gallery/Jennifer_Dip/index.html;");
aI("text=Gallery 7;url=/Gallery/Joanna_Matthew_2607/Joanna_Matthew.html;");
aI("text=Gallery 8;url=/Gallery/Kirsty_James_16607/Kirsty_James.html;");
aI("text=Gallery 9;url=/Gallery/Laura_Robert_5507/Laura_Robert.html;");
aI("text=Gallery 10;url=/Gallery/Louise_William_1607/Louise_William.html;");
aI("text=Gallery 11;url=/Gallery/Sally_Dean_22607/Sally_Dean.html;");
aI("text=Gallery 12;url=/Gallery/Vicky_Neil_11507/Vicky_Neil.html;");
aI("text=Gallery 13;url=/Gallery/Victoria_Andrew_24307/Victoria_Andrew.html;");
aI("text=Royal Wedding 1;url=sarahferguson.htm;");
aI("text=Royal Wedding 2;url=sarahferguson_01.htm;");
aI("text=Royal Wedding 3;url=ayesha_01.htm;");
aI("text=Royal Wedding 4;url=ayesha_02.htm;");


}

with(milonic=new menuname("History")){
style=menuStylesub;
margin=1;
menuwidth="100";
aI("text=Videoserve;url=videoserve_history.htm;");
aI("text=Royal Wedding 1;url=sarahferguson.htm;");
aI("text=Royal Wedding 2;url=sarahferguson_01.htm;");
aI("text=Royal Wedding 3;url=ayesha_01.htm;");
aI("text=Royal Wedding 4;url=ayesha_02.htm;");
}

with(milonic=new menuname("Photocopiers")){
style=menuStylesub;
margin=1;
menuwidth="100";
}

with(milonic=new menuname("Database")){
style=menuStylesub;
margin=1;
menuwidth="100";

}

with(milonic=new menuname("Internet")){
style=menuStylesub;
margin=1;
menuwidth="100";

}

with(milonic=new menuname("Media")){
style=menuStylesub;
margin=1;
menuwidth="100";

}

drawMenus();

