fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps Feb 27
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#4f4f4f";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="11px";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#DADADA";
headercolor="#000000";
offbgcolor="#dadada";
offcolor="#4f4f4f";
onbgcolor="#749cb5";
oncolor="#ffffff";
padding=5;
pagebgcolor="#749cb5";
pagecolor="white";
separatorcolor="#4f4f4f";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
screenposition="center"
orientation="horizontal";
style=menuStyle;
top=156;
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=/;");
aI("showmenu=Research;text=&nbsp;&nbsp;Current Research&nbsp;&nbsp;;url=/CurrentResearch/default.htm;");
aI("showmenu=Funding;text=&nbsp;&nbsp;Funding & Partnerships&nbsp;&nbsp;;url=/FundingPartnerships/PAsRFAs.htm;");
aI("showmenu=Agents;text=&nbsp;&nbsp;Featured Agents&nbsp;;url=/FeaturedAgents/FeaturedAgents-main.htm;");
aI("showmenu=Resources;text=&nbsp;&nbsp;Research Resources&nbsp;;url=/ResearchResources/default.htm;");
aI("showmenu=Events;text=&nbsp;News & Events&nbsp;;url=/NewsEvents/News-2009.htm;");
aI("showmenu=About;text=&nbsp;&nbsp;About DCTD&nbsp;;url=/About/default.htm;");

}

with(milonic=new menuname("Research")){
overflow="scroll";
style=menuStyle;
aI("text=Search Grants;url=http://fundedresearch.cancer.gov/;")

aI("text=Search Clinical Trials;url=http://clinicaltrials.gov;")
aI("text=Ongoing Projects;url=/CurrentResearch/OngoingProjectsOverview.htm;")
aI("text=NCI Grants Policies;url=http://www.cancer.gov/researchandfunding/policies;")
aI("text=Scientific Advances;url=/CurrentResearch/ScienceAdvancements.htm;")

}

with(milonic=new menuname("Funding")){
style=menuStyle;
aI("text=NCI Experimental Therapeutics (NExT) Program;url=/About/major_initiatives_NExt.htm;");
aI("text=PAs & RFAs;url=/FundingPartnerships/PAsRFAs.htm;");
aI("text=Partnerships;url=/FundingPartnerships/Agreements.htm;");
}

with(milonic=new menuname("Agents")){
style=menuStyle;
aI("text=Agents;url=/FeaturedAgents/FeaturedAgents-main.htm;");
aI("text=Drug Development Primer;url=/FeaturedAgents/Primer-main.htm;");
aI("text=FDA-Approved Cancer Drugs;url=/ProgramPages/dtp/default.htm#approved_cancer_treatment_drugs;");
}



with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Overview;url=/ResearchResources/default.htm;");
aI("text=Biomarkers;url=/ResearchResources/ResearchResources-biomarkers.htm;");
aI("text=Academics/Clinical Trialists;url=/ResearchResources/ResearchResources-academics.htm;");
aI("text=Industry Researchers;url=/ResearchResources/ResearchResources-industry.htm;");
}



with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=2009 News;url=/NewsEvents/News-2009.htm;");
aI("text=2008 News;url=/NewsEvents/News-2008.htm;");
aI("text=2007 News;url=/NewsEvents/News-2007.htm;");
aI("text=2006 News;url=/NewsEvents/News-2006.htm;");
aI("text=2005 News;url=/NewsEvents/News-2005.htm;");
}



with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Overview;url=/About/default.htm;");
aI("text=Research Interests;url=/DirectorsMessage/default.htm#research_interests;");
aI("text=DCTD Management;url=/About/management.htm;");
aI("text=DCTD Research Grants;url=/About/grants.htm;");
aI("text=Major Accomplishments;url=/About/major_initiatives.htm;");
aI("text=Staff Roster;url=/About/Roster.pdf;");


}



drawMenus();

