_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";
onbgcolor="transparent";
offcolor="#515151";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
clickcolor="transparent";
separatorsize="0";
padding=9;
fontsize="7pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
rawcss="white-space: nowrap";
valign="middle";
}
with(subStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#FFFFFF";
ondecoration="underline";
offcolor="#000000";
clickcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth="2";
//separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
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";
aI("image=images/home/welcome.gif;url=index.phtml?video=show;showmenu=Welcome;");
aI("image=images/home/spacer.gif;");
aI("image=images/home/seminars.gif;url=course.phtml?category_id=1;showmenu=Hotel;");
aI("image=images/home/spacer.gif;");
aI("image=images/home/workshops.gif;url=course.phtml?category_id=2;showmenu=Workshops;");
aI("image=images/home/spacer.gif;");
aI("image=images/home/products.gif;url=product.phtml;showmenu=Products;");
aI("image=images/home/spacer.gif;");
aI("image=images/home/faculty.gif;url=faculty.phtml;showmenu=Faculty;");
aI("image=images/home/spacer.gif;");
aI("image=images/home/reference.gif;url=reference.phtml;showmenu=Reference;");
aI("image=images/home/spacer.gif;");
aI("image=images/home/aeid.gif;url=aeid.phtml;showmenu=Aeid;");
//aI("image=images/home/spacer2.gif;");
aI("image=images/home/calendar.gif;url=at-a-glance.phtml;");
aI("image=images/home/patients.gif;url=choosing.phtml;showmenu=Patients;");
}
with(milonic=new menuname("Welcome")){
style=subStyle;
//itemwidth="auto";
aI("text=Play Video;url=index.phtml?video=show;");
aI("text=Download Quicktime;url=http://www.apple.com/quicktime/download/;target=_blank;");
aI("text=Welcome Letter;url=welcome.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;");
}
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");
}
with(milonic=new menuname("Reference")){
style=subStyle;
aI("text=Reference Archive;url=reference.phtml;");
aI("text=Download Acrobat Reader;url=http://www.adobe.com/products/acrobat/readstep2.html;target=_blank;");
}
with(milonic=new menuname("Aeid")){
style=subStyle;
//aI("text=AEID Articles Archive;url=aeid.phtml;");
aI("text=AEID Volume I;url=aeid.phtml#volume1;");
aI("text=AEID Volume II;url=aeid.phtml#volume2;");
aI("text=AEID Volume III;url=aeid.phtml#volume3;");
aI("text=Download Acrobat Reader;url=http://www.adobe.com/products/acrobat/readstep2.html;target=_blank;");
}
with(milonic=new menuname("Patients")){
style=subStyle;
aI("text=Choosing a Dentist;url=choosing.phtml;");
}
drawMenus();