


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#186BA5";
offbgcolor="";
offcolor="#ffffff";
bordercolor="ff0000";
borderstyle="none";
borderwidth=1;
separatorcolor="transparant";
separatorsize="12";
padding=0;
fontsize="10";
fontstyle="normal";
fontweight='bold';
fontfamily="Verdana, Arial, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}


with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="#ff0000";
offbgcolor="";
offcolor="#333333";
bordercolor="ff0000";
borderstyle="solid";
borderwidth=1;
separatorcolor="ffffff";
separatorsize="8";
padding=0;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
pagecolor="red";
pagebgcolor="ff0000";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}


with(menuStyle2=new mm_style()){
onbgcolor="#eeeeee";
oncolor="#A4D5CE";
offbgcolor="#eeeeee";
offcolor="#186BA5";
bordercolor="#A4D5CE";
borderstyle="solid";
borderwidth=1;
separatorcolor="A4D5CE";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=255;
left=5;
alwaysvisible=1;
orientation="vertical";
itemwidth=200;
aI("text=Home;url=http://www.domaines.co.nz/english/index.htm;status=Home;");
aI("text=About Us;url=http://www.domaines.co.nz/english/about-us.htm;status=About Us;");
aI("text=Our Services;showmenu=our_services;status=Our Services;");
aI("text=Invest in New Zealand;showmenu=investnz;status=Invest in New Zealand;");
aI("text=About New Zealand;showmenu=about;status=About New Zealand;");
aI("text=Examples of Properties;url=http://www.domaines.co.nz/english/examples-of-properties.htm;status=Examples of Properties;");
aI("text=F.A.Q.;url=http://www.domaines.co.nz/english/faq.htm;status=F.A.Q.;");
aI("text=Success Stories;url=http://www.domaines.co.nz/english/success-stories.htm;status=Success Stories;");
aI("text=10 Good reasons to invest in New Zealand;url=http://www.domaines.co.nz/english/10-reasons-to-invest-nz.htm;status=10 Good reasons to invest in New Zealand;");
aI("text=Contact Us;url=http://www.domaines.co.nz/english/contact.htm;status=Contact Us;");
aI("text=Links;url=http://www.domaines.co.nz/english/links.htm;status=Links;");
}

with(milonic=new menuname("investnz")){
style=menuStyle2;
top=311;
left=210;
orientation="vertical";
overflow="scroll";
aI("text=Property Market;url=http://www.domaines.co.nz/english/invest-nz-property-market.htm;status=Property Market;");
aI("text=Tax Advantages;url=http://www.domaines.co.nz/english/invest-nz-tax-advantages.htm;status=Tax Advantages;");
aI("text=Who can Invest ?;url=http://www.domaines.co.nz/english/invest-nz-who-can.htm;status=Who can Invest ?;");
}

with(milonic=new menuname("about")){
style=menuStyle2;
top=335;
left=210;
orientation="vertical";
overflow="scroll";
aI("text=A few facts about New Zealand;url=http://www.domaines.co.nz/english/about-nz-facts.htm;status=A few facts about New Zealand;");
aI("text=Climate & Politics;url=http://www.domaines.co.nz/english/about-nz-climate-and-politics.htm;status=Climate & Politics;");
aI("text=Population & Geography;url=http://www.domaines.co.nz/english/about-nz-population-and-geography.htm;status=Population & Geography;");
aI("text=Economy & Tourism;url=http://www.domaines.co.nz/english/about-nz-economy-and-tourism.htm;status=Economy & Tourism;");
aI("text=Living in New Zealand;url=http://www.domaines.co.nz/english/about-nz-living-in-nz.htm;status=Living in New Zealand;");
}

with(milonic=new menuname("our_services")){
style=menuStyle2;
top=287;
left=210;
orientation="vertical";
overflow="scroll";
aI("text=Our Services & Commitment;url=http://www.domaines.co.nz/english/our-servcies-our-commitment.htm;status=Our Services & Commitment;");
aI("text=Our Guarantee;url=http://www.domaines.co.nz/english/our-services-our-gaurantee.htm;status=Our Guarantee;");
aI("text=How we work?;url=http://www.domaines.co.nz/english/our-services-responsibilities.htm;status=How we work?;");
aI("text=Services & Fees;url=http://www.domaines.co.nz/english/our-services-fees.htm;status=Services & Fees;");
}


drawMenus();


