
_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0           // The time delay before menus open on mouse over
_followSpeed=0              // Follow scrolling speed
_followRate=0              // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=1               // Only needed for Netscape 4.x
_scrollDelay=1              // Only needed for Netcsape 4.x



with(MainMenuStyle=new mm_style()){
onbgcolor="#D3EAF3";                  // Mouse On Background Color
oncolor="#1A4696";                    // Mouse On Font Color
offbgcolor="#884E9A";                 // Mouse Off Background Color
offcolor="#FFFFFF";                   // Mouse Off Font Color
bordercolor="#000000";                // Menu Border Color
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding="7 31 7 31";                 //top right bottom left
fontsize="14";
fontstyle="bold";
fontfamily="Arial,Helvetica,sans-serif";
}  



 with(SubMenuStyle=new mm_style()){
onbgcolor="#A6D5E7";                  // Mouse On Background Color
oncolor="#1A4696";                    // Mouse On Font Color
offbgcolor="#D3EAF3";                 // Mouse Off Background Color
offcolor="#1A4696";                   // Mouse Off Font Color
bordercolor="#CFECEE";                // Menu Border Color
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
fontsize="11";
padding="5 31 5 31"; 
fontstyle="normal";
fontfamily="Arial,Helvetica,sans-serif";
}  



 with(milonic=new menuname("Main Menu")){
style=MainMenuStyle;
top="70";
left="13";
alwaysvisible=1;
orientation="horizontal";
aI("text=Research Overview;showmenu=ResearchOverview;offcolor=#E5CCB7;");
aI("text=Policies + Procedures;showmenu=PoliciesProcedures;offcolor=#E5CCB7;");
aI("text=Ethics;showmenu=Ethics;");
aI("text=Research Resources;showmenu=Resources;offcolor=#E5CCB7;");
}  



 with(milonic=new menuname("ResearchOverview")){
style=SubMenuStyle;
aI('text=;itemheight=1;offbgcolor=#ffffff;onbgcolor=#ffffff;separatorsize=0;padding=0;');
aI("url=overview_welcome.html;text=Welcome!;");
aI("url=overview_vision.html;text=Providence Research Vision;");
aI("url=overview_vpmessg.html;text=VP Research's Message;");
aI("url=directory/index.aspx;text=Researcher Directory;");
aI("url=overview_reports.html;text=Annual Research Reports;");
aI("url=overview_initiatives.html;text=Partial List of Initiatives;");
aI("url=overview_support.html;text=Research Support Services;");
aI("url=overview_donating.html;text=Donating to Research;");
aI("url=overview_contactinfo.html;text=Contact Information;");
}  



with(milonic=new menuname("PoliciesProcedures")){
style=SubMenuStyle;
aI('text=;itemwidth=176;itemheight=1;offbgcolor=#ffffff;onbgcolor=#ffffff;separatorsize=0;padding=0;');
aI("url=policies_overview.html;text=Overview;");
aI("url=policies_phcubc.html;text=PHC + UBC Research;");
aI("url=policies_guidelines.html;text=PHC Research Guidelines;");
aI("url=policies_signature.html;text=Grant Signature Process;");
aI("url=policies_review.html;text=UBC Internal Review Process;");
aI("url=policies_grantcover.html;text=UBC Grant Cover Sheet;");
aI("url=policies_orscontacts.html;text=Contact Information;");
}  





with(milonic=new menuname("Ethics")){
style=SubMenuStyle;
aI('text=;itemwidth=176;itemheight=1;offbgcolor=#ffffff;onbgcolor=#ffffff;separatorsize=0;padding=0;');
aI("url=ethics_rebintro.html;text=&nbsp;UBC PHC REB Home Page;");
aI("url=ethics_submit.html;text=&nbsp;REB Application Process;");
aI("url=ethics_deadlines.html;text=&nbsp;Deadlines + Meeting Dates;");
aI("url=ethics_notes.html;text=&nbsp;Ethics Guidance Notes;");
aI("url=ethics_checklist.html;text=&nbsp;Consent Template;");
aI("url=ethics_rebboard.html;text=&nbsp;REB Membership List;");
aI("url=ethics_faqs.html;text=&nbsp;Frequently Asked Questions;");
aI("url=ethics_resources.html;text=&nbsp;Online Resources;");
aI("url=ethics_approvals.html;text=&nbsp;PHC Institutional Approvals;");
aI("url=ethics_orscontacts.html;text=&nbsp;Contact Information;");
} 



with(milonic=new menuname("Resources")){
style=SubMenuStyle;
aI('text=;itemheight=1;offbgcolor=#ffffff;onbgcolor=#ffffff;separatorsize=0;padding=0;');
aI("url=tools_students_welcome.html;text=Tools for Students;itemwidth=133;");
aI("url=tools_researchers_grants.html;text=Tools for Researchers;");
aI("url=tools_contact_kcoffice.html;text=Contact Information;");
}




with(SideMenuStyle=new mm_style()){
onbgcolor="#FFFFFF";                  // Mouse On Background Color
oncolor="#884E9A";                    // Mouse On Font Color
offbgcolor="#FFFFFF";                 // Mouse Off Background Color
offcolor="#1A4696";                   // Mouse Off Font Color
bordercolor="#CFECEE";                // Menu Border Color
borderstyle="solid";
borderwidth=0;
separatorcolor="#D3EAF3";
separatorsize="1";
fontsize="11";
padding="5 0 5 0"; 
fontstyle="normal";
fontfamily="Arial,Helvetica,sans-serif";
}  
 


with(milonic=new menuname("EthicsSideMenu")){
style=SideMenuStyle;
top="260";
left="26";
alwaysvisible=1;
orientation="vertical";
aI("url=ethics_rebintro.html;text=&nbsp;UBC PHC REB Home Page;itemwidth=172;");
aI("url=ethics_submit.html;text=&nbsp;REB Application Process;");
aI("url=ethics_deadlines.html;text=&nbsp;Deadlines + Meeting Dates;");
aI("url=ethics_notes.html;text=&nbsp;Ethics Guidance Notes;");
aI("url=ethics_checklist.html;text=&nbsp;Consent Template;");
aI("url=ethics_rebboard.html;text=&nbsp;REB Membership List;");
aI("url=ethics_faqs.html;text=&nbsp;Frequently Asked Questions;");
aI("url=ethics_resources.html;text=&nbsp;Online Resources;");
aI("url=ethics_approvals.html;text=&nbsp;PHC Institutional Approvals;");
aI("url=ethics_orscontacts.html;text=&nbsp;Contact Information;");

}  






drawMenus();



