_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(topStyle=new mm_style()){
// itemheight="28px;"
onborder="1px solid #CCCCCC";
onbgcolor="#FFFFFF";
oncolor="#666666";
// offborder="1px solid transparent";
offbgcolor="transparent";
offcolor="#515151";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
clickcolor="transparent";
separatorsize="0";
padding=9;
fontsize="9px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
rawcss="white-space: nowrap";
valign="middle";
//overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}
with(subStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#CCCCCC";
ondecoration="underline";
offcolor="#000000";
clickcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth="2";
//separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EEEEEE";
headercolor="#000000";
headerbgcolor="#FFFFFF";
image="images/menu/bullet.png";
imagepadding="4";
subimagepadding="2";
align="left";
//overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}
with(milonic=new menuname("Header Menu")){
style=topStyle;
//top=10;
// left=10;
alwaysvisible=1;
orientation="horizontal";
align="left";
aI("text=HOTEL SEMINARS;url=course.phtml?category_id=1;showmenu=Hotel;");
aI("text=MASTERY LEVEL WORKSHOPS;url=course.phtml?category_id=2;showmenu=Workshops;");
aI("text=EDUCATIONAL PRODUCTS;url=product.phtml;showmenu=Products;");
aI("text=FACULTY;url=faculty.phtml;showmenu=Faculty;");
aI("text=REFERENCE ARTICLES;url=reference.phtml;showmenu=Reference;");
aI("text=CONTACT SIADE;url=contact.phtml;");
//aI("text=SITE MAP;url=sitemap.phtml;");
}
with(milonic=new menuname("Hotel")){
style=subStyle;
itemwidth="auto";
aI("text=;type=form;");
aI("text=;type=form;");
aI("text=;type=form;");
aI("text=;type=form;");
aI("text=;type=form;");
aI("text=;type=form;");
aI("text=;type=form;");
}
with(milonic=new menuname("Workshops")){
style=subStyle;
itemwidth="auto";
aI("text=;type=form;");
aI("text=;type=form;");
aI("text=;type=form;");
aI("text=
;type=form;");
aI("text=
;type=form;");
aI("text=
;type=form;");
aI("text=
;type=form;");
}
with(milonic=new menuname("Products")){
style=subStyle;
overflow="scroll";
aI("text=DVD Videos;url=product.phtml?department_id=1;");
aI("text=Audio CDs & Document CDs;url=product.phtml?department_id=2;");
}
with(milonic=new menuname("Faculty")){
style=subStyle;
aI("text=Frank Spear, D.D.S., M.S.D.;url=faculty.phtml?id=1");
aI("text=Greggory Kinzer, D.D.S., M.S.D.;url=faculty.phtml?id=2");
aI("text=Vincent G. Kokich, D.D.S., M.S.D.;url=faculty.phtml?id=3");
aI("text=David P. Mathews, D.D.S.;url=faculty.phtml?id=4");
}
drawMenus();
with(milonic=new menuname("Reference")){
style=subStyle;
aI("text=AEID Articles;url=aeid.phtml;");
aI("text=Reference Archive;url=reference.phtml;");
aI("text=Download Adobe Reader;url=http://www.adobe.com/products/acrobat/readstep2.html;target=_blank;");
}
drawMenus();