// JavaScript Document

with(milonic=new menuname("Main Menu")){
style=menuStyle;
menualign="center";
menuwidth="100%";
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.htm;status=Centre on Aging - Ladner;");
aI("text=CDSMP Information + ;showmenu=information;url=information.htm;");
aI("text=CDSMP Workshops + ;showmenu=schedules;url=schedules.htm;");
aI("text=Resources + ;showmenu=resources;url=resources.htm");
aI("text=Personnel;url=personnel.htm;");
aI("text=Centre on Aging - UVic;url=http://www.coag.uvic.ca;");
}
drawMenus();
         
