_menuCloseDelay=250	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=0		// The time delay before menus open on mouse over
_subOffsetTop=0		// Sub menu top offset
_subOffsetLeft=0		// Sub menu left offset

with(menuStyleHorzNav1=new mm_style()){
align="left"
onbgcolor="#3C6579";
oncolor="#FFFFFF";
offbgcolor="#f1f1f1";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#3C6579";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="images/pointe_grey.gif";
subimagepadding="4";
overfile="Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
}

with(milonic=new menuname("3")){
style=menuStyleHorzNav1;
left="offset=-5";
top="offset=5";
aI("showmenu=3_0;text=General Dentistry;url=GeneralDentistry.aspx;status=General Dentistry;");
aI("showmenu=3_1;text=Cosmetic Dentistry;url=cosmetic.aspx;status=Cosmetic Dentistry;");
aI("text=Children's Dentistry;url=ChildrensDentistry.aspx;status=Children's Dentistry;");
aI("text=Amazing Results;url=amazingResults.aspx;status=Amazing Results;");
}

with(milonic=new menuname("3_0")){
style=menuStyleHorzNav1;
aI("text=Oral Surgery;url=GeneralDentistry.aspx#1;status=Oral Surgery;");
aI("text=Gum Treatment;url=GeneralDentistry.aspx#2;status=Gum Treatment;");
aI("text=Grown & Bridges;url=GeneralDentistry.aspx#3;status=Grown & Bridges;");
aI("text=Dentures & Porcelain;url=GeneralDentistry.aspx#4;status=Dentures & Porcelain;");
aI("text=Root Canal Therapy;url=GeneralDentistry.aspx#5;status=Root Canal Therapy;");
}

with(milonic=new menuname("3_1")){
style=menuStyleHorzNav1;
aI("text=Composite & Bonding;url=cosmetic.aspx#1;status=Composite & Bonding;");
aI("text=Porcelain Veneers;url=cosmetic.aspx#2;status=Porcelain Veneers;");
aI("text=Bleaching;url=cosmetic.aspx#3;status=Bleaching;");
aI("text=Crown & Bridges;url=cosmetic.aspx#4;status=Crown & Bridges;");
}

with(milonic=new menuname("4")){
style=menuStyleHorzNav1;
left="offset=-5";
top="offset=5";
aI("text=About Seaside Dental Care;url=About.aspx;status=About Seaside Dental Care;");
aI("text=Huntington Beach Office;url=hbOffice.aspx;status=Huntington Beach Office;");
aI("text=Dr. Kashani;url=DrKashani.aspx;status=Dr. Kashani;");
aI("text=A Message from Office Manager;url=OfficeMan.aspx;status=A Message from Office Manager;");
}


with(milonic=new menuname("4_0")){
style=menuStyleHorzNav1;
//aI("text=Referral Program;url=Referral.aspx;status=Referral Program;");
aI("text=Children's Dental Passport;url=ChildrensPassport.aspx;status=Children's Dental Passport;");
aI("text=Current Specials;url=Promos.aspx;status=Current Specials;");
}

drawMenus();
