

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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

var onSubImageURL='http://www.petermans.co.uk/milonic/arrow_on.gif';
var baseURL='http://www.petermans.co.uk';

with(menuStyle=new mm_style()){
onbgcolor="#000066";
oncolor="#FFCC33";
offbgcolor="#FFCC33";
offcolor="#000066";
bordercolor="#FFCC33";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
itemheight=23;
fontsize="8pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#FF9900";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=baseURL+"/milonic/arrow.gif";
onsubimage="" + onSubImageURL + "";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=98);";
//outfilter="randomdissolve(duration=0.3)";
outfilter="Wipe(GradientSize=0.1, wipeStyle=1, motion='reverse', duration=0.1)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=home;url=" + baseURL + "/;onsubimage=" + onSubImageURL + ";");
aI("text=<strong>property search</strong>;showmenu=searchfor;onsubimage=" + onSubImageURL + ";");
aI("text=services;showmenu=services;onsubimage=" + onSubImageURL + ";");
aI("text=FAQs;showmenu=faqs;url=" + baseURL + "/articles/faqs.asp;onsubimage=" + onSubImageURL + ";");
aI("text=links;showmenu=links;url=" + baseURL + "/articles/links.asp;onsubimage=" + onSubImageURL + ";");
aI("text=contact us;showmenu=contactus;url=" + baseURL + "/contactus.asp;onsubimage=" + onSubImageURL + ";");
aI("text=press;url=" + baseURL + "/press.asp;onsubimage=" + onSubImageURL + ";");
aI("text=testimonials;url=" + baseURL + "/testimonials.asp;onsubimage=" + onSubImageURL + ";");
}

with(milonic=new menuname("searchfor")){
style=menuStyle;
overflow="scroll";
aI("text=Herne Hill - sales;url=http://www.petermans.co.uk/hernesalesframe.html;target=_top;");
aI("text=Herne Hill - lettings;url=http://www.petermans.co.uk/herneletframe.html;target=_top;");
aI("text=Edgware - sales;url=http://www.petermans.co.uk/edgwaresalesframe.html;target=_top;");
aI("text=Edgware - lettings;url=http://www.petermans.co.uk/edgwareletframe.html;target=_top;");
aI("text=Commercial;url=http://www.petermans.co.uk/commercialframe.html;target=_top;");
aI("text=Overseas;url=http://www.petermansisrael.com;target=_blank;");
}

with(milonic=new menuname("services")){
style=menuStyle;
overflow="scroll";
aI("text=residential sales & lettings;url=" + baseURL + "/residential_property.asp;target=_top;");
aI("text=commercial sales & lettings;url=" + baseURL + "/commercial_property.asp;target=_top;");
aI("text=homes overseas;url=http://www.petermansisrael.com;target=_blank;");
aI("text=HIP packs;url=" + baseURL + "/hip_packs.asp;target=_top;");
}

with(milonic=new menuname("faqs")){
style=menuStyle;
overflow="scroll";
aI("text=UK sales FAQs;url=" + baseURL + "/articles/uk_sales_faqs.asp;target=_top;");
aI("text=UK lettings FAQs;url=" + baseURL + "/articles/uk_lettings_faqs.asp;target=_top;");
aI("text=Overseas FAQs;url=" + baseURL + "/articles/overseas_faqs.asp;target=_top;");
}

with(milonic=new menuname("links")){
style=menuStyle;
overflow="scroll";
aI("text=local knowledge;url=" + baseURL + "/localknowledge.asp;target=_top;");
aI("text=links directory;url=" + baseURL + "/articles/links.asp;target=_top;");
}

with(milonic=new menuname("contactus")){
style=menuStyle;
overflow="scroll";
aI("text=contact us;url=" + baseURL + "/contactus.asp;target=_top;");
aI("text=send enquiry;url=" + baseURL + "/enquiryform.asp;target=_top;");
aI("text=require valuation;url=" + baseURL + "/enquiryform.asp;target=_top;");
aI("text=how to find us;url=" + baseURL + "/howtofindus.asp;target=_top;");
aI("text=register with Petermans;url=" + baseURL + "/sophis/registration.asp;target=_top;");
aI("text=privacy statement;url=" + baseURL + "/privacy.asp;target=_top;");
}

/*start auto menu*/


/*end auto menu*/
drawMenus();

