_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#006F80";
offbgcolor="#E9EAE4";
offcolor="#006F80";
bordercolor="#E2E3DB";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E2E3DB";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#006F80";
pagebgcolor="#ffffff";
headercolor="#006F80";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(topStyle=new mm_style()){
onbgcolor="";
oncolor="#87AF50";
offbgcolor="";
offcolor="#676563";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#87AF50";
separatorsize="1";
separatorheight="15";
separatorpadding="5";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#87AF50";
pagebgcolor="";
headercolor="#87AF50";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("comp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board Of Directors;url=/s/BoardofDirectors.asp;status=Board Of Directors;");
aI("text=Business Advisory Board;url=/s/BusinessAdvisoryBoard.asp;status=Business Advisory Board;");
aI("text=Scientific Advisory Board;url=/s/ScientificAdvisoryBoard.asp;status=Scientific Advisory Board;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("res")){
style=menuStyle;
aI("text=Diabetes Product;url=/s/DiabetesProject.asp?ReportID=382935;showmenu=dp;status=Diabetes Product;");
//aI("text=About Diabetes;url=/s/AboutDiabetes.asp;status=About Diabetes;");
aI("text=Articles;url=/s/Articles.asp;status=Articles;");
aI("text=OV Watch;url=/s/OVWatch.asp;status=OV Watch;");
}

	with(milonic=new menuname("dp")){
	style=menuStyle;
	aI("text=Technology Platform Highlights;url=/s/DiabetesProject.asp?ReportID=382935;status=Technology Platform Highlights;");
	aI("text=About Diabetes;url=/s/DiabetesProject.asp?ReportID=382933;status=About Diabetes;");
	aI("text=Principal Researcher;url=/s/DiabetesProject.asp?ReportID=152269;status=Principal Researcher;");
	aI("text=The Edmonton Protocol;url=/s/DiabetesProject.asp?ReportID=152272;status=The Edmonton Protocol;");
	aI("text=First Product Application - Diabetes;url=/s/DiabetesProject.asp?ReportID=382934;status=First Product Application - Diabetes;");
	aI("text=Sertolin Technology;url=/s/DiabetesProject.asp?ReportID=152270;status=Sertolin Technology;");
	aI("text=Market Size;url=/s/DiabetesProject.asp?ReportID=154342;status=Market Size;");
	}


with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Company Overview;url=/s/CompanyOverview.asp;status=Company Overview;");
aI("text=Presentations & Materials;url=/s/Presentations.asp;status=Presentations & Materials;");
aI("text=Share Info;url=/s/ShareInfo.asp;status=Share Info;");
aI("text=Related Media & Articles;url=/s/RelatedArticles.asp;status=Related Media & Articles;");
aI("text=Company History;url=/s/CompanyHistory.asp;status=Company History;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();