_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling
_menuCloseDelay=20  // The delay for menus to remain visible on mouse off
_menuOpenDelay=10   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

/////////////////////////////////////////////////main style
with(main=new mm_style()){
     onbgcolor = "";
       oncolor = "#B794AC"; //text
    offbgcolor = "";
      offcolor = "#ffffff"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 3;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "verdana";

}
/////////////////////////////////////////////////sub style
with(sub=new mm_style()){
     onbgcolor = "#7C566F";
       oncolor = "#ffffff"; //text
    offbgcolor = "#4B253E";
      offcolor = "#ffffff"; //text
   bordercolor = "#77726E";
   //borderstyle = "solid";
separatorcolor = "";
 separatorsize = 0;
       padding = 7;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "verdana";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
top = 97;
//left = 4;
//itemwidth=20;
//screenposition="relative"
position="relative"; 
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=30;

aI("text=Home;url=default.asp");
aI("text=|;type=header;");
aI("text=About Us;url=aboutus.asp;showmenu=aboutus");
aI("text=|;type=header;");
aI("text=Our Service;url=ourservice.asp");
aI("text=|;type=header;");
aI("text=Our Homes;url=ourhomes.asp;showmenu=ourhomes");
aI("text=|;type=header;");
aI("text=Publications;url=publications.asp;");
aI("text=|;type=header;");
aI("text=Trusted Associates;url=trustedassociates.asp;");
aI("text=|;type=header;");
aI("text=Contact Us;url=contactus.asp;");
}

	with(milonic=new menuname("aboutus")){_c=1
	//top = 130;
	itemwidth = 250;
	style = sub;
	aI("text=> &nbsp;Overview;url=aboutus.asp");
	aI("text=> &nbsp;What Our Clients Say About Us;url=testimonials.asp");
	aI("text=> &nbsp;Privacy Policy;url=privacypolicy.asp");
	}
	
	with(milonic=new menuname("ourhomes")){_c=1
	//top = 130;
	itemwidth = 150;
	style = sub;
	aI("text=> &nbsp;Overview;url=ourhomes.asp");
	aI("text=> &nbsp;Featured Homes;url=featuredhomes.asp");
	}
	

drawMenus();