DD_MacN7=(DD_Mac&&
         (DD_UserAgent.indexOf('Netscape/7')!=-1))
         ?true:false;

DD_f_UpdateDefaults({
	MenuWidth:60,
	BaseURL:"",
	ClickKill:0,
	MilliSecondsVisible:250,
	ScrollEnabled:1,
	ScrollOver:1,
	ScrollBothBars:1,
	ScrollInterval:(DD_MacN7) ? 100 : 20,
	FontFamily:"Verdana",
	FontSize:"13px",
	FontWeight:"",
	FontColor:"#FFFFFF",
	FontColorOver:"#434343",
	FontColorSelected:"#434343",
	BGColor:"#5B86A6",
	BGColorOver:"#F1F1F1",
	BGColorSelected:"#F1F1F1",
	BorderWidth:1,
	BorderColor:"#FFFFFF",
	SeparatorSize:1,
	SeparatorColor:"#FFFFFF",
	ItemPadding:2,
	//MenuPaddingLeft:8,
	//MenuBGColor:"#777777",
	KeepHilite:1,
	ChildPerCentOver:1,
	ChildOffset:-1,
	ShowLinkCursor:1,
	CreateOnLoad:true,
		SlideInFrom:"left",
	SlideInPercent:12,
	SlideInInterval:0,
	SlideOutTo:"left", 
	SlideOutPercent:9,
	SlideOutInterval:9,
	setTrans:DD_f_SetSlide,
		killTrans:DD_f_KillSlide,
	MenuOpacity:.97,
	TextAlign:"left",
	StatusDisplayBuild:false,
	NSFontOver:1,
	ImageSrc:"arrow_right.gif",
	ImageSrcOver:"arrow_right2.gif",
	ImageSrcLeft:"arrow_left.gif",
	ImageSrcLeftOver:"arrow_left.gif",
	ImageWidth:4,
	ImageHeight:7
});

DD_f_SetMenuTemplate({
	MenuWidth:180,
	IsVariableWidth:false
});


DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"(DD_f_GetElementXY('nav_about','x'))+201",TopMenuY:"(DD_f_GetElementXY('nav_about','y'))",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Our Vision",LinkURL:"/about_us/vision"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Market Opportunity",LinkURL:"/about_us/market_opportunity"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Management",LinkURL:"/about_us/management"}
);
DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('nav_technology','x'))+201",TopMenuY:"(DD_f_GetElementXY('nav_technology','y'))",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Technology Platform",LinkURL:"/technology/tech_platform"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Product Development",LinkURL:"/technology/product_development"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Therapeutic Vaccine",LinkURL:"/technology/tap_tv"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Prophylactic Vaccine",LinkURL:"/technology/tap_pv"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Patents",LinkURL:"/technology/patents"}
);
DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"(DD_f_GetElementXY('nav_publications','x'))+201",TopMenuY:"(DD_f_GetElementXY('nav_publications','y'))",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;Scientific Publications",LinkURL:"/publications/sci_publications"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;In The Media",LinkURL:"/publications/media"}
);
DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"(DD_f_GetElementXY('nav_investors','x'))+201",TopMenuY:"(DD_f_GetElementXY('nav_investors','y'))",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Stock Information",LinkURL:"/investors/stock_info"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Corporate Information",LinkURL:"/investors/corporate_info"}
);
DD_f_SetMenus({MenuID:"DD_Menu6",TopMenuX:"(DD_f_GetElementXY('nav_news','x'))+201",TopMenuY:"(DD_f_GetElementXY('nav_news','y'))",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;News Releases",LinkURL:"/news/news_releases"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;News Archives",LinkURL:"/news/archives"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;In The Media",LinkURL:"/news/media"}
);
DD_f_SetMenus({MenuID:"DD_Menu8",TopMenuX:"(DD_f_GetElementXY('nav_contact','x'))+201",TopMenuY:"(DD_f_GetElementXY('nav_contact','y'))",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu8",DisplayText:"&nbsp;Corporate Contact",LinkURL:"/contact_us/contact"},
	{MenuID:"DD_Menu8",DisplayText:"&nbsp;Careers",LinkURL:"/contact_us/careers"}
);
