// JavaScript Document
with(milonic=new menuname("Top Menu")){
alwaysvisible=1;
left=10;
margin=5;
orientation="horizontal";
position="relative";
style=topmenu;
top=10;
aI("text=Home;url=index.php");
aI("text=Schedule;url=schedule.php");
aI("text=Board Review;url=board_review.php");
aI("text=ABFM;url=http://theabfm.org;target=_blank");
aI("text=Portfolio;url=portfolio.php");
aI("text=Faculty & Staff;url=faculty.php");
aI("text=Residency;url=residency.php");
aI("text=Family Health Center;url=health_center.php");
aI("text=Policies & Procedures;url=policies.php");
aI("text=Contact;url=contact.php");
}
drawMenus();