_menuCloseDelay=750           // 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="#ffadea";
oncolor="#000000";
offbgcolor="#c79b16";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
onitalic=0;
pagecolor="#ffffff";
pagebgcolor="#282f42";
headercolor="#828284";
headerbgcolor="#000000";
subimage=0;
onsubimage=0;
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.4)";
}





with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="relative";
top=120;
alwaysvisible=1;
orientation="horizontal";
itemheight="23";
align="center";
aI("text=About Lovette;showmenu=aboutlovette;itemwidth=110;status=aboutlovette;");
aI("text=VIRGINIA;showmenu=virginia;itemwidth=110;status=Virginia;");
aI("text=HAWAII;showmenu=hawaii;itemwidth=110;status=Hawaii;");
aI("text=Unique Services;showmenu=uniqueservices;itemwidth=120;status=Unique Services;");
aI("text=Why Hire a Realtor;url=http://www.gonnalove-it.com/whyhirearealtor/whyhirearealtor.html;itemwidth=140;status=Why Hire a Realtor;");
aI("text=Helpful Tips;showmenu=helpfultips;itemwidth=110;status=Helpful Tips;");
aI("text=Contact Us;showmenu=contactus;itemwidth=90;status=contactus;");
aI("text=Home;url=http://www.gonnalove-it.com;itemwidth=81;status=Back Home;");
}

drawMenus();

<!-- 

 -->