


_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=-10            // 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="#FFFFCC";
oncolor="#000000";
offbgcolor="#FFFFCC";
offcolor="#004731";
bordercolor="#004731";
borderstyle="solid";
borderwidth="0";
separatorcolor="#FFFFCC";
separatorsize="1";
separatorheight="6";
padding="3";
fontsize="8pt";
fontstyle="Normal";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#000000";
pagebgcolor="#FFFFCC";
headercolor="#004731";
headerbgcolor="#004731";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStylesub=new mm_style()){
onbgcolor="#FFFFCC";
oncolor="#000000";
offbgcolor="#FFFFCC";
offcolor="#004731";
bordercolor="#004731";
borderstyle="solid";
borderwidth="1";
separatorcolor="#FFFFCC";
separatorsize="0";
padding="3";
fontsize="8pt";
fontstyle="Normal";
fontweight="normal";
fontfamily="Arial, Helvetica";
pagecolor="#000000";
pagebgcolor="#FFFFCC";
headercolor="#FFFFCC";
headerbgcolor="#FFFFCC";
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="100";
left="10";
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;url=index.htm;");
aI("text=Holiday;showmenu=holiday;");
aI("text=Holiday Parks;showmenu=holidayparks;");
aI("text=Residential;showmenu=residential;");
aI("text=Gen Info;showmenu=geninfo;");
}

with(milonic=new menuname("holiday")){
style=menuStylesub;
margin=1;
menuwidth="150";
align="left";
aI("text=FAQs;url=hol_faq.htm;");
aI("text=Fees & Charges;url=hol_fees.htm;");
aI("text=Buying A Caravan;url=hol_buyingacaravan.htm;");
aI("text=For Sale - Under £10,000;url=hol_stock_under10000.htm;");
aI("text=For Sale - £10,000 to £20,000;url=hol_stock_10000to20000.htm;");
aI("text=For Sale - Over £20,000;url=hol_stock_over20000.htm;");
}

with(milonic=new menuname("holidayparks")){
style=menuStylesub;
margin=1;
menuwidth="85";
align="left";
aI("text=Beverley;url=hol_prk_beverley.htm;");
aI("text=The Binnacle;url=hol_prk_binnacle.htm;");
aI("text=Camaron;url=hol_prk_camaron.htm;");
aI("text=Campion;url=hol_prk_campion.htm;");
aI("text=Caravelle;url=hol_prk_caravelle.htm;");
aI("text=Cummock;url=hol_prk_cummock.htm;");
aI("text=Eastoke Farm;url=hol_prk_eastokefarm.htm;");
aI("text=Fleet Farm;url=hol_prk_fleetfarm.htm;");
aI("text=Goose Green;url=hol_prk_goosegreen.htm;");
aI("text=Greenhaven;url=hol_prk_greenhaven.htm;");
aI("text=The Hollies;url=hol_prk_hollies.htm;");
aI("text=Lower Tye Farm;url=hol_prk_lowertyefarm.htm;");
aI("text=Seagull;url=hol_prk_seagull.htm;");
aI("text=Sunnymead One;url=hol_prk_sunnymeadone.htm;");
aI("text=Sunnymead Too;url=hol_prk_sunnymeadtoo.htm;");
aI("text=Sunnyside;url=hol_prk_sunnyside.htm;");
aI("text=Sycamore End;url=hol_prk_sycamoreend.htm;");
aI("text=Triangle;url=hol_prk_triangle.htm;");
aI("text=Two Acres;url=hol_prk_twoacres.htm;");
aI("text=Waters Edge;url=hol_prk_watersedge.htm;");
}

with(milonic=new menuname("residential")){
style=menuStylesub;
margin="1";
menuwidth="135";
align="left";
aI("text=FAQs;url=res_faq.htm;");
aI("text=Fees & Charges;url=res_fees.htm;");
aI("text=Residential Park;url=res_prk_sthermans.htm;");
aI("text=Becoming A Resident;url=res_becomingaresident.htm;");
aI("text=For Sale - Under £100,000;url=res_stock_under100000.htm;");
aI("text=For Sale - Over £100,000;url=res_stock_over100000.htm;");
}

with(milonic=new menuname("geninfo")){
style=menuStylesub;
overflow="scroll";
margin="1";
menuwidth="65";
align="left";
aI("text=Contact us;url=gen_contact.htm;");
aI("text=Location Map;url=gen_map.htm;");

}

drawMenus();


