//NOTE: All styles declared in menu_data_styles.inc
//NOTE: Main menu declared in menu_data_main.inc - these are just the sub menus
//****************************************************************
//Build the articles menu along with all of the required sub menus
//
with(milonic=new menuname("articlesMenu")){
orientation="vertical";
overflow="scroll";
style=subStyle;
itemwidth=140;
if(ie) top="offset=4"; else top="offset=30";
}
//
//End of building the article and sub menus
//************************************************************************
//****************************************************************
//Build the courses & events menu
//
with(milonic=new menuname("coursesMenu")){
orientation="vertical";
overflow="scroll";
style=subStyle;
itemwidth=140;
if(ie) top="offset=4"; else top="offset=30";
aI("text=Clinical courses;url=courses.asp?txtCategoryID=2&txtCategory=Clinical+courses");
aI("text=Conference;url=courses.asp?txtCategoryID=4&txtCategory=Conference");
aI("text=Procedural courses;url=courses.asp?txtCategoryID=1&txtCategory=Procedural+courses");
}
//****************************************************************
//Create the Account menu
//
with(milonic=new menuname("accountMenu")){
orientation="vertical"
overflow="scroll";
style=subStyle;
itemwidth=160;
if(ie) top="offset=4"; else top="offset=30";
aI("text=Please login;url=../Common/registerlogin.asp;");
}
//****************************************************************
//Create the My Details menu
//
with(milonic=new menuname("myDetailsMenu")){
orientation="vertical"
overflow="scroll";
style=subStyle;
itemwidth=140;
if(ie) top="offset=4"; else top="offset=30";
aI("text=Personal details;url=../Common/myDetails.asp;");aI("text=Preferences;url=../Common/myDetailsPreferences.asp;");
}
//****************************************************************
//Build the new Benefits menu along with all of the required sub menus
//
with(milonic=new menuname("benefitsMenu")){
orientation="vertical";
overflow="scroll";
style=subStyle;
itemwidth=140;
if(ie) top="offset=4"; else top="offset=30";
aI("text=Find-a-physio (fixed);url=findAPhysio.asp;");
}
//End of building the Benefits menu and sub menus
//************************************************************************
//****************************************************************
//Create the Classifieds menu
//
with(milonic=new menuname("classifiedsMenu")){
orientation="vertical"
overflow="scroll";
style=subStyle;
itemwidth=140;
if(ie) top="offset=4"; else top="offset=30";
aI("text=Listings;url=classifieds.asp;");
}
//****************************************************************
//Build the links menu
//
with(milonic=new menuname("linksMenu")){
orientation="vertical";
overflow="scroll";
style=subStyle;
itemwidth=140;
if(ie) top="offset=4"; else top="offset=30";
}
drawMenus();